Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-10-12 | proper libraries | Theo de Raadt | |
1997-10-12 | vi needs libcurses. -moj | Mats O Jansson | |
1997-10-12 | Documentation for -O switch on supfilesrv. | Bob Beck | |
1997-10-11 | -Ooops. Didn't get this in last time. | Bob Beck | |
1997-10-11 | -Kludges for SunOS 5 portablility, | Bob Beck | |
-Added -O option to supfilesrv. -O lockdir make serving process lock file in lockdir for each connecting ip address. Will refuse a second connection from a host it's already serving a request for. | |||
1997-10-11 | cleanup | Theo de Raadt | |
1997-10-11 | s/inline/doinline/; christos | Theo de Raadt | |
1997-10-11 | Never involve negative numbers in unsigned expressions. Fixes a segfault some | Niklas Hallqvist | |
bad fs images triggers. | |||
1997-10-11 | update and sort | Theo de Raadt | |
1997-10-11 | Monolithic PowerPC kernel ISA bus support | Per Fogelstrom | |
1997-10-11 | PCI bus code for monolithic PowerPC kernels. | Per Fogelstrom | |
1997-10-11 | Add 'powerpc' | Per Fogelstrom | |
1997-10-11 | Modification for Big Endian systems. This driver is now usable in big endian | Per Fogelstrom | |
systems with PCI bus. The modifications were done for the new powerpc port. Most changes are done in the scripts handling storing the scripts in little endian byte order for the scripts processor in the NCR chip. | |||
1997-10-11 | power.4e - not enabling pci boards | Per Fogelstrom | |
1997-10-11 | Add macros for script byte ordering on BE machines | Per Fogelstrom | |
1997-10-11 | support fxp? devices | Theo de Raadt | |
1997-10-11 | Replace my trailing slash removal with the one from FreeBSD. | Todd C. Miller | |
1997-10-11 | some corrections | Theo de Raadt | |
1997-10-11 | Keep the ifdef for NetBSD. | Angelos D. Keromytis | |
1997-10-11 | Fix some minor compilation problems. | Angelos D. Keromytis | |
1997-10-10 | NO abort() CALLS IN LIBC | Theo de Raadt | |
1997-10-10 | do not rely on a single read() to get us sufficient data. Read till newline | Theo de Raadt | |
1997-10-10 | Add a special fix for OpenFirmware Power PC PCI. It seems that OFW shuts | Per Fogelstrom | |
down the HW by disabling it when closing the device. So we have to make sure that the board is configured to respond to memory accesses. | |||
1997-10-10 | RAMDISK build | Per Fogelstrom | |
1997-10-10 | make RAMDISK kernel for PowerPC install. | Per Fogelstrom | |
1997-10-10 | PowerPC ramdisk stuff. "list" and scripts still needs work. This is only the | Per Fogelstrom | |
first "work copy"... | |||
1997-10-10 | no, not vim | Theo de Raadt | |
1997-10-10 | Update for 2.2 | Niklas Hallqvist | |
1997-10-09 | umask 077 | Theo de Raadt | |
1997-10-09 | 2 additions; hubertf | Theo de Raadt | |
1997-10-09 | Heads... not Tracks | Theo de Raadt | |
1997-10-09 | Rebuild .depend as old .depend might break your looong release build | Niklas Hallqvist | |
1997-10-09 | if user specified wtmp file, use timestamp on final record instead of | Theo de Raadt | |
current system time for "end of run" time; tim@pool1.convey.ru | |||
1997-10-09 | sync | Theo de Raadt | |
1997-10-09 | we do not install -d EVER | Theo de Raadt | |
1997-10-09 | share/ipsec | Theo de Raadt | |
1997-10-09 | install ipsec samples | Michael Shalayeff | |
1997-10-09 | missing Makefile | Michael Shalayeff | |
1997-10-08 | sync | Theo de Raadt | |
1997-10-08 | add sea0 to RAMDISK, it is in GENERIC... | Theo de Raadt | |
1997-10-08 | switch to using pccom; add PCIVERBOSE/EISEVERBOSE | Theo de Raadt | |
1997-10-08 | remove that extmem option, i think it should be removed averywhere... | Michael Shalayeff | |
1997-10-08 | define from smp spec | Tobias Weingartner | |
1997-10-08 | use shorter uname version string | kstailey | |
1997-10-08 | Style nit | Niklas Hallqvist | |
1997-10-08 | Make both NFS and HD kernels | Niklas Hallqvist | |
1997-10-08 | Use KERNBASE where appropriate. KNF! | Niklas Hallqvist | |
1997-10-08 | Move some debugging output inside #ifdef DEBUG. KNF! | Niklas Hallqvist | |
1997-10-08 | Proto regdump here until after 2.2, remove some statics | Niklas Hallqvist | |
1997-10-08 | Use lstat() not stat() so we catch dangling symlinks, hubertf@netbsd.org | Todd C. Miller | |
Also, update the man page to correspond to reality. |