summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
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
1996-08-03dst addr might be NULL; netbsd pr#2183; chuck@maria.wustl.eduTheo de Raadt
1996-08-03sys/dirent.h not sys/dir.h; netbsd pr#2599; jonathan@DSG.Stanford.EDUTheo de Raadt
1996-08-03follow kernel syscall APITheo de Raadt
1996-08-03two bugs pointed out by thorpeTheo de Raadt
1996-08-03Bring in last change from dev/isa/if_ed.cNiklas Hallqvist
1996-08-02ICMP Router Discovery definitions; from FreeBSDThorsten Lockert
1996-08-02Add the first OpenBSD/alpha running machine: OPALNiklas Hallqvist
1996-08-02RegenNiklas Hallqvist
1996-08-02/sys_poll/s/STD/NOARGS/Niklas Hallqvist
1996-08-02Added Makefiles to build stuff from syscalls.master in some emulations.Niklas Hallqvist
Regenerated derived files from various syscalls.master files. Added $OpenBSD$.
1996-08-02Add $OpenBSD$Niklas Hallqvist
1996-08-02Make emulations use our native poll(2)Niklas Hallqvist
1996-08-02Return EINVAL for invalid mode flags to access(2)Thorsten Lockert
1996-08-02Allow viewing of net.inet.ip.sourceroute in secure modeThorsten Lockert
1996-08-02grr, of course cy.c needs needs-flag for conf.cTheo de Raadt
1996-08-02DOH! transmit got broken in the last commit.Niklas Hallqvist
1996-08-02fix:chuck
- fix memory sizing bug for 2MB cards. driver now works for both 512KB and 2MB ATM cards (we just got 10 2MB cards).
1996-08-02Fix long-standing swap-leak. Add OpenBSD tags. Optimize thread_wakeup.Niklas Hallqvist
1996-08-01 [Ctrl]+8 emits 9 on a kernel with PCVT; netbsd pr#2666; ↵Theo de Raadt
tacha@tera.fukui-med.ac.jp
1996-08-01doc where driver comes fromTheo de Raadt
1996-08-01xconsole was broken after last patch (UCONSOLE zap).Michael Shalayeff
1996-08-01Implemented _POSIX_SAVED_IDS behaviour according to 1003.1-1990, withThorsten Lockert
allowed extension from Appendix B, section 4.2.2.
1996-08-01Merge of NetBSD 0722Niklas Hallqvist
1996-07-31UCONSOLE hole goes awayTheo de Raadt
1996-07-31TIOCCONS must be able to VOP_ACCESS() /dev/console to succeed; fixes DOS attackTheo de Raadt