summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-01-05Signals are now blocked while ftpd runs with euid 0, as suggested bybitblt
Weiste Venema. If this triggers any problems (most likely with ABOR not working at certain times) let me know.
1997-01-05minor tweaks; htonl() -> ntohl(); added SEE ALSOkstailey
1997-01-05Remove lots of timer_state structs as they just ate memory and only a few wasNiklas Hallqvist
ever used. Now a single state is kept for net, tty and disk events resp. Also, call the randomness from disk_unbusy instead of biodone, as biodone gets a lot of virtual events (from virtual filesystems etc), and as a bonus: feed xfer time and size into the entropy pool too.
1997-01-05these pieces are doneTheo de Raadt
1997-01-05HOSTCC; from rahndsTheo de Raadt
1997-01-05HOSTCC; from rahndsTheo de Raadt
1997-01-05absent pcmcia cards do not interruptTheo de Raadt
1997-01-05Add cross back, as it at least compiles nowNiklas Hallqvist
1997-01-05First stab at making a VM-controlled bankswitching driverNiklas Hallqvist
for the CrossLink driver
1997-01-04added D to getopt() stringkstailey
1997-01-04spec_advlock() via lf_advlock()kstailey
1997-01-04VM_PAGE_INIT takes an offset as the 3rd arg, not a pointerNiklas Hallqvist
1997-01-04Add XXX comment about the delay portNiklas Hallqvist
1997-01-04Remove extra blank lineNiklas Hallqvist
1997-01-04Go to Buslogic and SCSINiklas Hallqvist
1997-01-04Print warning when not recognizing the boot device.Niklas Hallqvist
Also get the partition number from the BIOS when building bootdev.
1997-01-04bus.h not bus.old.hNiklas Hallqvist
1997-01-04Temporarily comment out cross as it is not compiling yetNiklas Hallqvist
1997-01-04I use IP-filtering at home now tooNiklas Hallqvist
1997-01-04Use fancy macrosNiklas Hallqvist
1997-01-04Add a TOC to a temporary lib so our make(1) will not always rebuild libgccNiklas Hallqvist
1997-01-04readdisklabel() with correct dev_tTheo de Raadt
1997-01-04Use new options to locate.updatedb so we don't have to make theTodd C. Miller
database owned by non-root at any time.
1997-01-04Command line args to updatedb. Also, a filename of "-" for the dbTodd C. Miller
means output to stdout.
1997-01-04Fix typo, too much perl on the brain.Todd C. Miller
1997-01-03locate shell scripts now use mktemp(1) and weekly runs updatedbTodd C. Miller
as bin not nobody to avoid NFS problems.
1997-01-03No point in ls'ing the template, it will never exist.Todd C. Miller
1997-01-03Better error on failure.Todd C. Miller
1997-01-03make bounce buffer awareTheo de Raadt
1997-01-03From NetBSD:Todd C. Miller
- Correct sorting behaviour. - Do multicolumn output in a way that's a more likely to line up evenly. From D'Arcy J.M. Cain <darcy@druid.com>, NetBSD PR #2965.
1997-01-03From NetBSD:Todd C. Miller
Add a `-t' (touch) option to update time stamps. Only record size for regular files.
1997-01-03removed unnecessary testkstailey
1997-01-03Remove private copy of md* and fix md4 usage to match libc md4.Todd C. Miller
1997-01-03Use correct md5 API for libc md5 routines. Pointed out by niklas.Todd C. Miller
1997-01-03Note that sb16 is treated as an sbpro.Todd C. Miller
1997-01-03change all refs from mkdosfs to newfs_msdoskstailey
1997-01-03make it work again, 'twas broken for a long time 'coze of ../fsck/preen.cMichael Shalayeff
changes, that is yantc situation. as a side effect it's parallelized too.
1997-01-03minimizeTheo de Raadt
1997-01-03minimize commentTheo de Raadt
1997-01-03Install etc/amd/master.sample NOT master.etheisen
1997-01-03No virtual consoles by default.etheisen
1997-01-03More /var/log 'placeholder' log files.etheisen
1997-01-03root NOT games.etheisen
1997-01-03YYRECOVERING(), not YYRECOVERING. Approved by Robert CorbettThorsten Lockert
1997-01-03end of pesky log message, thanks to Go Watanabe <go@cclub.tutcc.tut.ac.jp>kstailey
1997-01-02more samplesTheo de Raadt
1997-01-02better perms for ppp stuffTheo de Raadt
1997-01-02COMPAT_{SUNOS,SVR4}Theo de Raadt
1997-01-02new utility for playing sound fileskstailey
1997-01-02avoid SIGURG race; dg@root.comTheo de Raadt