Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-05 | added back usr/share/man/cat8/tahoe; we still ship these man pages, | flipk | |
and we don't want to break DESTDIR builds. this raises the question, do we really need to ship tahoe man pages? | |||
1997-03-04 | Add a suggested users group. | Jason Downs | |
1997-03-03 | fix typo | Jason Downs | |
1997-03-02 | Install zero-length /var/at/at.deny to allow users to use at(1). | Todd C. Miller | |
1997-02-28 | update /usr/share/man/{man,cat}8/ subdirs to reflect reality | Niklas Hallqvist | |
1997-02-28 | fsck now raises datasize limit itself. | Todd C. Miller | |
1997-02-26 | Added commentary on how to enable mac68k serial console and a sample | gene | |
console line (commented). Also, OpenBSD tag. | |||
1997-02-26 | back out prev. change | kstailey | |
1997-02-26 | more examples | kstailey | |
1997-02-22 | ramdisk now has raw version, disklabels | kstailey | |
1997-02-22 | Removed duplicate entries. | Angelos D. Keromytis | |
1997-02-21 | Updated; now lists some 95+ protocols. | Angelos D. Keromytis | |
1997-02-21 | add sipp-esp and sipp-ah | Theo de Raadt | |
1997-02-19 | Add option to turn off calendar via env variables settable via cron. | Todd C. Miller | |
Ie: ``CALENDAR=0'' will turn it off which is useful for machines with no local users that do not run YP. | |||
1997-02-19 | Update. | Jason Downs | |
1997-02-19 | Start kadmind if kerberos server | Thorsten Lockert | |
1997-02-18 | Update to InterNIC's 01221997 named.root file. | gene | |
1997-02-18 | create the device nodes for rd in a sane way. | Dale S. Rahn | |
create disklabel proto for ramdisk | |||
1997-02-17 | do not put a space after a backslash | Theo de Raadt | |
1997-02-16 | clean | Theo de Raadt | |
1997-02-16 | install passwd.conf | Niels Provos | |
1997-02-16 | do not suggest mountd can run out of inetd.conf; the code was never finished | Theo de Raadt | |
1997-02-16 | Add rdroot, from mvme68k. | Jason Downs | |
1997-02-16 | Add rd device and raminst from mvme68k. | Jason Downs | |
1997-02-16 | Changes to support rd miniroot building. | Dale S. Rahn | |
1997-02-11 | add default route before fiddling with loopback route to avoid DNS problems; ↵ | Theo de Raadt | |
m4@umn.edu, #97 | |||
1997-02-11 | changes to support the new disklabeled ramdisk (rd) and 1st cut at | Dale S. Rahn | |
raminst MAKEDEV list. | |||
1997-02-11 | Synchronize kadmin service names with header files. | gene | |
1997-02-10 | Support 16 partitions. | Jason Downs | |
1997-02-09 | need ecoff kernel in snap too | Theo de Raadt | |
1997-02-06 | make rd device. only make a & c partitions raw & block | Theo de Raadt | |
1997-02-06 | PowerPC pieces for ramdisk (rd) changes this is adds majors, | Dale S. Rahn | |
rd_root pieces, config file to generate MINIROOT with rdroot and MAKEDEV changes as well as adding the rd device to known device types. | |||
1997-02-05 | add icb to unoffical services | kstailey | |
1997-02-05 | fix ipl major number | kstailey | |
1997-02-03 | do ifaliases after /usr/bin exists in nfs diskless env; pr#77, matthieu@laas.fr | Theo de Raadt | |
1997-02-03 | also create rz5 and rz6 devices on the pmax | Thomas Graichen | |
1997-02-03 | rd -> hd, OpenBSD ids. | Jason Downs | |
1997-01-25 | Don't include bogus information here | Thorsten Lockert | |
1997-01-24 | blah | Theo de Raadt | |
1997-01-23 | update | Theo de Raadt | |
1997-01-23 | Don't mess with /usr/src if it already exists. | Todd C. Miller | |
1997-01-22 | Redo the GZIP somewhat. Use NOGZIP= to get no compression at all. | Niklas Hallqvist | |
if NOGZIP is not set, these three vars are overidable: GZIP, GZIPFLAGS & GZIPEXT. Also do some s/install/\${INSTALL}/ edits | |||
1997-01-21 | Build bsd and binutils for powerpc ala alpha and pmax. | Dale S. Rahn | |
1997-01-21 | changing SNAP_GZIP_CMD to GZIP + GZIPEXT etc. | Thomas Graichen | |
1997-01-20 | Add a few things and make permissions consistent (all 0XXX not XXX) | Todd C. Miller | |
1997-01-19 | bring MAKEDEV and disktab up to date with NetBSD (plus local changes) | Thomas Graichen | |
1997-01-19 | add Makefile.inc for tar'ing also the binutils tree (/usr/*-openbsd-*) | Thomas Graichen | |
then making a snapshot - also add a target for creating and copying the GENERIC kernel | |||
1997-01-19 | add a variable SNAP_GZIP_CMD to the snap_tar target - here my comment | Thomas Graichen | |
in the Makefile: # check if SNAP_GZIP_CMD is set - else set it to "gzip -9" # you may set it to "cat" alternatively for architectures # where the gzip'ing would take too much time (pmax or slower :-) # this way you get only tar'ed snap files and you can gzip # them on a faster machine | |||
1997-01-18 | random -> 32, ipl -> 33 | Jason Downs | |
1997-01-17 | lite2 daily + our changes. We can remove old tmp files now that fts(3) | Todd C. Miller | |
is safe and we have -execdir. |