summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-25misc cleanupTheo de Raadt
1997-12-25do not break the bootblocksTheo de Raadt
1997-12-24use group nobody for fingerdTheo de Raadt
1997-12-24No, we are not making our w command incompatibleTheo de Raadt
1997-12-243 letters for tty name; for ftpMichael Shalayeff
1997-12-24Correct copyright.brian
Requested by: Eivind Eklund <perhaps@yes.no>
1997-12-24Reverse mainbus probe order. Now we get to fix whatever breaks...Jason Downs
1997-12-24Cosmetic (style):brian
sizeof(var) -> sizeof var sizeof type -> sizeof(type) Suggested by: J Wunsch <j@uriah.heep.sax.de>
1997-12-24Use sizeof cftypes128 for NCFTYPES128 macro, not sizeof cftypes !brian
Lucky that sizeof cftypes < sizeof cftypes128
1997-12-24Always give .Fn an argument, it will not default to the previous value.Thorsten Lockert
1997-12-24Add support for 686 class; threadway is an M2 now.Jason Downs
1997-12-24also need sys/stat.h; hubertfTheo de Raadt
1997-12-23swap exit and quitTheo de Raadt
1997-12-23make it more obvious why pmap_set syslogs happenTheo de Raadt
1997-12-23strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)brian
Suggested by: Philippe Charnier <charnier@lirmm.fr> Theo de Raadt <deraadt@cvs.openbsd.org>
1997-12-23use raster console by default since the sun prom is buggy.chuck
1997-12-23syncTheo de Raadt
1997-12-23correct exit code handling; cje@kestrel.scs.uiuc.eduTheo de Raadt
1997-12-22syncTheo de Raadt
1997-12-22fuix bocalan #Theo de Raadt
1997-12-22syncTheo de Raadt
1997-12-22Wrong length in strncpy and copyright cleanup.Artur Grabowski
1997-12-22copyright cleanup.Artur Grabowski
1997-12-22add XPG4.2 lockf; kleinkTheo de Raadt
1997-12-22syncTheo de Raadt
1997-12-22handle timing normally except when clock jumps between 1 and 3 hours. If itTheo de Raadt
jumps, attempt as best as possible to gaurantee that jobs DO run, but only run ONCE; patch by thompson@.tgsoft.com
1997-12-22fix debug drive printingMichael Shalayeff
1997-12-22Don't forget to ntohs(sin.sin_port) (DUH!)brian
1997-12-22syncTheo de Raadt
1997-12-22syncTheo de Raadt
1997-12-22bocalan is differentTheo de Raadt
1997-12-21Don't set the tty variable to NULL when we lack a tty, leave it asTodd C. Miller
"unknown".
1997-12-21ifdef some definitions of NBPG that use kernel variables, when theAngelos D. Keromytis
file is included from userland programs (such as lsof)