summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-10-19add ')'.michaels
1996-10-19add random deviceMichael Shalayeff
1996-10-19__assert added, impl from netbsd, however put elsewhere. use it insteadNiklas Hallqvist
of private versions (one even using the userland header) in if_sn.c
1996-10-19tip makes crunch go insaneTheo de Raadt
1996-10-19skip unneccessary bits, binstall tooTheo de Raadt
1996-10-19binstall and friends on floppy tooTheo de Raadt
1996-10-18clone i386 installTheo de Raadt
1996-10-18permit building direct to a floppyTheo de Raadt
1996-10-18no updateTheo de Raadt
1996-10-18forget old password nicelyTheo de Raadt
1996-10-18fix: add missing ntohs() for llc mode, as noted by several people includingchuck
Dong Lin, Zdenek Salvet, and Matthias Drochner(i think).
1996-10-18Implement a -c (Grand Total) option, a'la GNU du(1).Todd C. Miller
From Luke Mewburn <lukem@telstra.com.au>, NetBSD PR #2805. Also -Wall happiness.
1996-10-18Undo CVSroot change in main.cThorsten Lockert
Pass CVS root directory as an argument to parseopts() Add prototype for parseopts()
1996-10-18tiltJason Downs
1996-10-18Fix pasto by me; spotted by deraadtThorsten Lockert
1996-10-18-Wall happinessNiklas Hallqvist
1996-10-18fix -Wall happinessMichael Shalayeff
1996-10-18compile using HOSTCC, -U_KERNELTheo de Raadt
1996-10-18-Wall happinessMichael Shalayeff
1996-10-18-Wall happiness + feed np into ncr_scatter so vtophys will work on alphaNiklas Hallqvist
1996-10-18extern isaprintTheo de Raadt
1996-10-18-Wall happiness.Michael Shalayeff
i suppose i may hurt someone editing this file, but i need a fresh kernel (:
1996-10-18-Wall happiness (not happieness, pointed by theo ;)Michael Shalayeff
1996-10-18-Wall happienessMichael Shalayeff
1996-10-18-Wall happienessMichael Shalayeff
1996-10-18-Wall happienessMichael Shalayeff
1996-10-18device_register proto addedNiklas Hallqvist
1996-10-18As alpha uses device_register, it needs its proto tooNiklas Hallqvist
1996-10-18-Wall happienessMichael Shalayeff
1996-10-18-Wall happieness. bug fix caused by parens...Michael Shalayeff
1996-10-18bt930 not supported; from enami@ba2.so-net.or.jpTheo de Raadt
1996-10-18add random pseudo-device declaration.Michael Shalayeff
1996-10-18-Wall happienessMichael Shalayeff
1996-10-18one more touchupTheo de Raadt
1996-10-18${MACHINE_ARCH}-unknown-openbsd2.0 always, except for mips where ↵Theo de Raadt
little/big-endian is significant
1996-10-18Fix comment typoNiklas Hallqvist
1996-10-18Fix typo introduced when adding __OpenBSD__ checksNiklas Hallqvist
1996-10-18INSTALL kernel not needed any more, we use GENERIC in our minirootsNiklas Hallqvist
1996-10-18From Keith Bostic, with some minor changes:Thorsten Lockert
The problem reported on BUGTRACK was that ftpd could be convinced to drop core after it had discarded its special permissions, but while it still had a copy of the encrypted passwords in its buffers. Change coredump() to: + Don't drop core for any process that was ever setuid/setgid if it's not running as root. + Change errno returns from EFAULT to appropriate values -- this will be useful for when coredump() becomes a system call and gcore goes away. + Create core dump files mode 600, and don't dump to files that are owned by anyone else or readable or writable by anyone other than the owner.
1996-10-18SERVER_FLOWCONTROL is now default; don't add it hereThorsten Lockert
1996-10-18Make "CVSroot" available to parseopts()Thorsten Lockert
1996-10-18Integrate local changesThorsten Lockert
1996-10-18Missing files from importThorsten Lockert
1996-10-18New release from Cyclic SoftwareThorsten Lockert
1996-10-18Do not run IP defragmentation routines unneccecarily; NetBSD PR# 2772Thorsten Lockert
1996-10-18Gleaned from a NetBSD commit by jtc:Thorsten Lockert
> S_ISFIFO(x) should not return true with sockets. S_ISSOCK(x) should > not return true with fifos. Users who want the previous behavior can > use (S_ISFIFO(x) || S_ISSOCK(x)).
1996-10-17-Wall happinessNiklas Hallqvist
1996-10-17Add pedantic warnings, as well as -m486 if we are only for the 486Niklas Hallqvist
1996-10-17Oops, forgot a pair of parenthesisNiklas Hallqvist
1996-10-17-Wall happinessNiklas Hallqvist