summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-08-11netbsd port, now we merge our changes back inTheo de Raadt
1996-08-10srandom() seeds random() at boottimeTheo de Raadt
1996-08-10Sync with NetBSD.briggs
1996-08-10Support entropy generation for keyboard generation; already done for PCVTThorsten Lockert
1996-08-10indent nicelyTheo de Raadt
1996-08-10ncr53cxxx assembler by osymh@msu.oscs.montana.edu; with a touch moreTheo de Raadt
work a bunch of ports will be able to use this for their drivers.
1996-08-10sys/dirent.hTheo de Raadt
1996-08-10fix decl; netbsd pr#2681; tv@pobox.comTheo de Raadt
1996-08-09Silly unit number calculation changed to use sc_unit insteadNiklas Hallqvist
1996-08-09Pedant mode: avoid mixed signedness comparisons.Niklas Hallqvist
1996-08-09syncJason Downs
1996-08-09Quirks for NEC 2Vi. I just had this play audio to me on the Amiga!Niklas Hallqvist
1996-08-08approximate seeks; banshee@gabriella.abattoir.comTheo de Raadt
1996-08-08Allow idle loop to be read even on 486's.dm
1996-08-08Sadly, the performance counters don't seem to work on the pentium pro.dm
I'll have to find out how the P6 works and add support.
1996-08-08Added a pctr pseudo-device for accessing the Pentium performance counters,dm
and a program pctrctl to set the counter functions.
1996-08-08Shave some bytes never usedNiklas Hallqvist
1996-08-08Make {,f}chown(2) behaviour POSIX.1 compliant with SUID / SGID filesThorsten Lockert
Enable CTL_FS processing by sysctl(3) Add CTL_FS request to disable clearing SUID / SGID bit when a files owner or group is changed by root Make sysctl(8) understand CTL_FS requests
1996-08-08Disable RFC 1323 extensions by defaultThorsten Lockert
Add support for unknown SCSI devices Add random pseudo-device
1996-08-08Lose the SUID bit if owner changes in {,f}chownThorsten Lockert
Lose the SGID bit if group changes in {,f}chown
1996-08-08Reset the cycle counter at boot on P5 or better wether or not we have beenThorsten Lockert
configured for NTP
1996-08-07tiny extent manager by shawnTheo de Raadt
1996-08-07correct b_resid handling; pointed out by banshee@gabriella.abattoir.comTheo de Raadt
1996-08-07Partial protection from TCP SYN attacksThorsten Lockert
1996-08-07It's silly to try and do the quirks table ala SCSI at this point; do itJason Downs
my way, instead.
1996-08-07bus.h using ATAPI, by niklas, plus a quirk table and some small fixes by me.Jason Downs
1996-08-07bus.h using wd/wdc drivers, by niklas. IDE now works on both i386 and amiga.Jason Downs
1996-08-07disk_unbusy if op failed to enqueueTheo de Raadt
1996-08-06splstatclock to splhigh; problem pointed out by gopalTheo de Raadt
1996-08-06acd.c: Better support for drives that don't set themselves READY at boot;Jason Downs
atapi.h: fix a couple types that I missed.
1996-08-05bring back the changes between 1.1 and 1.2 which got lostNiklas Hallqvist
1996-08-05bring back the changes between 1.1 and 1.2 which got lostNiklas Hallqvist
1996-08-05layout style nit (am I a pedant, or what?)Niklas Hallqvist
1996-08-05remove NS support + tab nitpicksNiklas Hallqvist
1996-08-05Sync with current conf/ directoryNiklas Hallqvist
1996-08-05config file removed in NetBSDNiklas Hallqvist
1996-08-05WALDORF goes here tooNiklas Hallqvist
1996-08-05waldorf.appli.se now runs OpenBSDNiklas Hallqvist
1996-08-05Off by one error, caused rmfree panics on rebootNiklas Hallqvist
1996-08-05stupid typo, going to bed in penanceTheo de Raadt
1996-08-05only check for takeover permission if non-rootTheo de Raadt
1996-08-05struct socket gets so_ucred; permit only same uid or root to do port takeover.Theo de Raadt
1996-08-04old build hacksTheo de Raadt
1996-08-04no, we need this MakefileTheo de Raadt
1996-08-04Change of our extensions to the bus.h interface. Remove host_to_busNiklas Hallqvist
functions and instead provide raw byte-buffer reads with wide datapaths.
1996-08-04Implement correct bus.h functions and our extensionsNiklas Hallqvist
1996-08-04Make compile on OpenBSD/alpha. MD stuff is still missing though.Niklas Hallqvist
1996-08-04Merge of 0722 NetBSDNiklas Hallqvist
1996-08-04Do not mix differently signed entities in comparisons.Niklas Hallqvist
Remove unnecessary include.
1996-08-03need mount.hTheo de Raadt