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_2_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] SMM.doc/        
[TXT] Makefile  1.6   23 years  art   alpha is (will be) ELF.
[TXT] cmd.c  1.5   23 years  maja   Add support for pseudo devices. This is done by adding more information in iocon...
[TXT] cmd.h  1.2   24 years  d   Allow UKC to change tz with 'timezone' command.
[TXT] config.8  1.23   23 years  deraadt   permit changing flags
[TXT] config.h  1.14   24 years  angelos   Add rmoption/rmoptions; useful for people who want a slightly modified version o...
[TXT] exec.h  1.1   24 years  deraadt   config -e support; ukc from maja@
[TXT] exec_elf.c  1.3   23 years  art   Make this elf-size independent. config -e works on my alpha.
[TXT] files.c  1.7   26 years  deraadt   from mycroft; Allow options and makeoptions to take an empty string as a value. ...
[TXT] gram.y  1.11   23 years  angelos   Allow entries like "foo at bar enable", which override previous entries like "fo...
[TXT] hash.c  1.9   23 years  angelos   Last commit introduced extra space (lame)
[TXT] main.c  1.20   24 years  angelos   Add rmoption/rmoptions; useful for people who want a slightly modified version o...
[TXT] misc.c  1.1   24 years  deraadt   config -e support; ukc from maja@
[TXT] misc.h  1.1   24 years  deraadt   config -e support; ukc from maja@
[TXT] mkheaders.c  1.10   26 years  deraadt   more careful scanf
[TXT] mkioconf.c  1.16   23 years  maja   Add support for pseudo devices. This is done by adding more information in iocon...
[TXT] mkmakefile.c  1.8   23 years  angelos   Generate Makefiles that don't get confused if the source layout (with regards to...
[TXT] mkswap.c  1.7   27 years  niklas   *mountroot protos is in systm.h now
[TXT] pack.c  1.9   25 years  niklas   Retry sane probe ordering, i.e. ordered like the attachments found in the variou...
[TXT] scan.l  1.14   23 years  angelos   Allow entries like "foo at bar enable", which override previous entries like "fo...
[TXT] sem.c  1.21   23 years  art   Include err.h for warnx.
[TXT] sem.h  1.8   23 years  deraadt   KNF stuff which angelos is too much of a baby to get right
[TXT] ukc.c  1.5   23 years  maja   Add support for pseudo devices. This is done by adding more information in iocon...
[TXT] ukc.h  1.4   23 years  maja   Add support for pseudo devices. This is done by adding more information in iocon...
[TXT] ukcutil.c  1.6   23 years  maja   Add support for pseudo devices. This is done by adding more information in iocon...
[TXT] util.c  1.6   26 years  mickey   #if __STDC__ --> #ifdef __STDC__
[TXT] Makefile.boot (in the Attic) [Hide]  1.3   25 years  art   We are OpenBSD
[TXT] exec.c (in the Attic) [Hide]  1.1   24 years  deraadt   config -e support; ukc from maja@
[TXT] exec_aout.c (in the Attic) [Hide]  1.2   23 years  aaron   Some format string problems that were missed during initial audit; deraadt@ and ...
[TXT] exec_ecoff.c (in the Attic) [Hide]  1.4   23 years  aaron   Eek, typo in my last commit; noticed by huynh.29@osu.edu
[TXT] strerror.c (in the Attic) [Hide]  1.1   27 years  briggs   Sync. with current NetBSD--keeping local changes.