summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-02-17__NetBSD__ is going away from our gcc specsNiklas Hallqvist
1997-02-17__NetBSD__ is going away from our gcc specsNiklas Hallqvist
1997-02-17__NetBSD__ is going away from our gcc specsNiklas Hallqvist
1997-02-17__OpenBSD__Theo de Raadt
1997-02-17need printf prototypeMichael Shalayeff
1997-02-17kill unused variables w/ MINIROOTSIZE defined in configMichael Shalayeff
1997-02-17some cleanupTheo de Raadt
1997-02-17do not leak descriptors and memTheo de Raadt
1997-02-16cleanTheo de Raadt
1997-02-16cleanTheo de Raadt
1997-02-16install passwd.confNiels Provos
1997-02-16Some changes for WG testing.Per Fogelstrom
1997-02-16prelim manpage, cleanup, fixed crippled plaintext: sed does a niceNiels Provos
job on replacing everything, just wouldnt skip it
1997-02-16small cleanupNiels Provos
1997-02-16cleaned up, moved pw_getconf to libutil, removed _'s in option namesNiels Provos
1997-02-16added password configuration access function, used to determineNiels Provos
password cipher type at the moment
1997-02-16Getting there...Jason Downs
1997-02-16rd -> hdJason Downs
1997-02-16Prelimary addition of the ramdisk-based miniroot. Still needs work.Jason Downs
(Stolen wholesale from mvme68k.) The miniroot subdir is obsolete, and subject to removal.
1997-02-16Fix autoconfiguration code, so that it can actually boot from pdevs.Jason Downs
1997-02-16do not suggest mountd can run out of inetd.conf; the code was never finishedTheo de Raadt
1997-02-16test/debug device, readdir->MakefileMichael Shalayeff
1997-02-16missed prototypesMichael Shalayeff
1997-02-16and here comes the readdir!Michael Shalayeff
1997-02-16opendir, readdir, closedir (define NO_READDIR, if none required)Michael Shalayeff
minor fix in cd9660 only ufs working, all the others are on the list....
1997-02-16More rd changes that were missed... Still not working.Jason Downs
1997-02-16need errno.hTheo de Raadt
1997-02-16Add rdroot, from mvme68k.Jason Downs
1997-02-16duhTheo de Raadt
1997-02-16Updated to reflect reality.Jason Downs
1997-02-16Add initial ram disk support.Jason Downs
1997-02-16Add rd device and raminst from mvme68k.Jason Downs
1997-02-16deal with errors in recent change betterTheo de Raadt
1997-02-16change from <> to [] and documentTheo de Raadt
1997-02-16when printing local port numbers, print rpc service name in <> after port ↵Theo de Raadt
number, if available
1997-02-16Don't give summary line at end when using tar formatThorsten Lockert
1997-02-16when spawning editor child, use signal() instead of sigprocmask(SIG_BLOCK...Theo de Raadt
this appears to prevent the intermediate shell from playing with the signals such that it gets a tty signal inside an editor such as emacs. this was very annoying
1997-02-16Correct handling of long filenames that has been stored with a prefix inThorsten Lockert
the archive; generate POSIXly correct padding of octal fields.
1997-02-16block $ENV too, sighTheo de Raadt
1997-02-16udp packets less than min udp packet length are bad; davem@jenolan.rutgers.eduTheo de Raadt
1997-02-16/sbin/nologin implies hushlogin.Jason Downs
1997-02-16Just for the hell of it..?Jason Downs
1997-02-16clean up and add missing file from previous commitDale S. Rahn
1997-02-16Changes to support rd miniroot building.Dale S. Rahn
1997-02-16Add the final? pieces to support mvme68k ramdisk support.Dale S. Rahn
uses rdsetroot to create a ramdisk in a kernel image.
1997-02-16Add new kernel configuration that support ramdisk in the data segmentDale S. Rahn
via rdsetroot.
1997-02-16give up on amd -M until amd gets proper localhost detectionTheo de Raadt
1997-02-15buf oflow, danny@freebsd.orgTheo de Raadt
1997-02-15SAVE_MEMORY even moreMichael Shalayeff
1997-02-15Rename crypt() entry in libdes to des_cryptThorsten Lockert