OpenBSD CVS

src/usr.sbin/config/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / config

Current tag: OPENBSD_6_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] SMM.doc/        
[TXT] Makefile  1.17   8 years  guenther   exec.c provided indirection for multiple exec formats. ELF-only now, so...
[TXT] cmd.c  1.22   4 years  cheloha   options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@
[TXT] cmd.h  1.8   4 years  deraadt   delete the bufcachepercent command (since this can be done at runtime), and left...
[TXT] config.8  1.70   4 years  cheloha   options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@
[TXT] config.h  1.30   6 years  deraadt   Generate the newbsd: and install-update: targets here, rather than in the source...
[TXT] exec.h  1.4   21 years  maja   remove clause 3 and 4. -moj
[TXT] exec_elf.c  1.17   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] files.c  1.20   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] gram.y  1.24   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] hash.c  1.18   9 years  deraadt   document the <sys/param.h>
[TXT] main.c  1.61   4 years  schwarze   In the synopsis, put options that take no arguments before those that do. This a...
[TXT] misc.c  1.10   5 years  tedu   allow specifying a cmdfile instead of trying to pipe in commands for -ef. ok der...
[TXT] misc.h  1.5   5 years  tedu   allow specifying a cmdfile instead of trying to pipe in commands for -ef. ok der...
[TXT] mkheaders.c  1.22   7 years  tb   Use the err(3) family of functions more consistently. ok jca, improvements and ...
[TXT] mkioconf.c  1.38   4 years  deraadt   fputc/fputs return EOF on error
[TXT] mkmakefile.c  1.47   4 years  deraadt   fputc/fputs return EOF on error
[TXT] mkswap.c  1.18   4 years  deraadt   fputc/fputs return EOF on error
[TXT] pack.c  1.18   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] scan.l  1.24   6 years  espie   have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate file...
[TXT] sem.c  1.37   5 years  deraadt   dev_t is signed to permit passing -1 as an invalid condition, but the decomposit...
[TXT] sem.h  1.13   16 years  maja   Make it possible to disable/enable pseudo devices in UKC, config file and at con...
[TXT] ukc.c  1.25   4 years  deraadt   config -eu uses a second copy of the nlist array[], which should never become d...
[TXT] ukc.h  1.17   4 years  cheloha   options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@
[TXT] ukcutil.c  1.25   4 years  cheloha   options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@
[TXT] util.c  1.18   7 years  tb   Add printf format attributes to the custom error functions. ok natano