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_2_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.20   10 years  deraadt   unsigned char casts for ctype ok jca
[TXT] cmd.h  1.7   21 years  weingart   Nuke terms 3 & 4 on my code.
[TXT] config.8  1.64   7 years  tb   Document that -u wants to read from /dev/mem, so it needs kern.allowkmem=1. Prob...
[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.15   7 years  deraadt   config -e mode should match our other policies which ensure og-rwx /bsd. pointed...
[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.59   6 years  deraadt   Generate the newbsd: and install-update: targets here, rather than in the source...
[TXT] misc.c  1.9   12 years  edd   Fix some minor things in config(8): * As haesbaert suggests, correctly order in...
[TXT] misc.h  1.4   21 years  weingart   Nuke terms 3 & 4 on my code.
[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.37   6 years  deraadt   config -e's adds new devices to an extra locator array, which is accounted using...
[TXT] mkmakefile.c  1.44   6 years  tb   Stop automatically regenerating gap.o (and hence linking a new kernel) whenever ...
[TXT] mkswap.c  1.16   7 years  tb   Use the err(3) family of functions more consistently. ok jca, improvements and ...
[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.36   8 years  mmcc   Remove unused macro that's just a clone of abs(3). ok tb@
[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.23   6 years  deraadt   config -e's adds new devices to an extra locator array, which is accounted using...
[TXT] ukc.h  1.14   6 years  deraadt   config -e's adds new devices to an extra locator array, which is accounted using...
[TXT] ukcutil.c  1.23   6 years  deraadt   config -e's adds new devices to an extra locator array, which is accounted using...
[TXT] util.c  1.18   7 years  tb   Add printf format attributes to the custom error functions. ok natano