summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-01-02syncTheo de Raadt
1998-01-02merge recent netbsd changesTheo de Raadt
1998-01-02make mmap() return void *, add MAP_FAILEDTheo de Raadt
1997-12-31return error instead of EINTR; brianTheo de Raadt
1997-12-31make the loopback interfaces ordered in the iface list, so they show up in ↵Michael Shalayeff
netstat much better; this particular case showed up with more than one loopback configured in the kernel
1997-12-31use NULL for pointers, not (cast)(0); clandestine onesMichael Shalayeff
1997-12-31NULL is not 0Michael Shalayeff
1997-12-31NULL is not 0Michael Shalayeff
1997-12-31two missing splx(); one from brian, one from meTheo de Raadt
1997-12-31return EROFS for write protect; isTheo de Raadt
1997-12-30be carefull about div by zeroMichael Shalayeff
1997-12-30make it compile w/ GPROFMichael Shalayeff
1997-12-30pretty printingTheo de Raadt
1997-12-30fix a nasty code typo; rotel@indigo.ieTheo de Raadt
1997-12-29sysctl ddb.panic_ddb; felix@mamba.pond.sub.orgTheo de Raadt
1997-12-28Do not lose the first char in msgbufNiklas Hallqvist
1997-12-28I should be more careful about what I check in. Undo earlier commenting-outConstantine Sapuntzakis
of security check. Restricted access to /dev/memat higher secure levels now enabled.
1997-12-27PnP supportNiklas Hallqvist
1997-12-27Fixed null_inactie so it odes the right thing.Constantine Sapuntzakis
1997-12-26finish busifyTheo de Raadt
1997-12-26use bcopyTheo de Raadt
1997-12-26Get rid of string literals for file system names and replace withConstantine Sapuntzakis
MOUNT_* macros. Duhhh.
1997-12-26syncTheo de Raadt
1997-12-26if we can, we should use the generic IDTheo de Raadt
1997-12-26print pnp device id in isapnp_printTheo de Raadt
1997-12-26sb at isapnpTheo de Raadt
1997-12-26support le/pccom on isapnpTheo de Raadt
1997-12-26print device typeTheo de Raadt
1997-12-26busify; support isapnp lance cardsTheo de Raadt
1997-12-25prettyJason Downs
1997-12-25SB ISA PnP support goop.Jason Downs
1997-12-25SB devicesJason Downs
1997-12-25argh, typo.Jason Downs
1997-12-25fix DRQUNK caseJason Downs
1997-12-25Use functions for DIAGNOSTIC.Jason Downs
1997-12-25If you're going to panic, at least print the IRQ so the user knows what toJason Downs
look for in their BIOS...
1997-12-25Real DRQ usage tracking.Jason Downs
1997-12-25Avoid infinite loop with busted cards.Jason Downs
1997-12-25New ISA/ISA PnP configuration infrastructure:Jason Downs
isa_attach_args and isapnp_attach_args have been merged.
1997-12-25Update for new isapnp configuration.Jason Downs
1997-12-25syncJason Downs
1997-12-25Best Data 56x2Jason Downs
1997-12-25isa_has_been_seen; NetBSDJason Downs
1997-12-25isa_has_been_seen; NetBSD.Jason Downs
1997-12-25do not break the bootblocksTheo de Raadt
1997-12-24Reverse mainbus probe order. Now we get to fix whatever breaks...Jason Downs
1997-12-24Add support for 686 class; threadway is an M2 now.Jason Downs
1997-12-23use raster console by default since the sun prom is buggy.chuck
1997-12-22syncTheo de Raadt
1997-12-22fuix bocalan #Theo de Raadt