Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-12-26 | print device type | Theo de Raadt | |
1997-12-26 | busify; support isapnp lance cards | Theo de Raadt | |
1997-12-25 | pretty | Jason Downs | |
1997-12-25 | SB ISA PnP support goop. | Jason Downs | |
1997-12-25 | SB devices | Jason Downs | |
1997-12-25 | argh, typo. | Jason Downs | |
1997-12-25 | fix DRQUNK case | Jason Downs | |
1997-12-25 | Use functions for DIAGNOSTIC. | Jason Downs | |
1997-12-25 | If you're going to panic, at least print the IRQ so the user knows what to | Jason Downs | |
look for in their BIOS... | |||
1997-12-25 | Real DRQ usage tracking. | Jason Downs | |
1997-12-25 | Avoid infinite loop with busted cards. | Jason Downs | |
1997-12-25 | New ISA/ISA PnP configuration infrastructure: | Jason Downs | |
isa_attach_args and isapnp_attach_args have been merged. | |||
1997-12-25 | Update for new isapnp configuration. | Jason Downs | |
1997-12-25 | sync | Jason Downs | |
1997-12-25 | Best Data 56x2 | Jason Downs | |
1997-12-25 | isa_has_been_seen; NetBSD | Jason Downs | |
1997-12-25 | isa_has_been_seen; NetBSD. | Jason Downs | |
1997-12-25 | misc cleanup | Theo de Raadt | |
1997-12-25 | do not break the bootblocks | Theo de Raadt | |
1997-12-24 | use group nobody for fingerd | Theo de Raadt | |
1997-12-24 | No, we are not making our w command incompatible | Theo de Raadt | |
1997-12-24 | 3 letters for tty name; for ftp | Michael Shalayeff | |
1997-12-24 | Correct copyright. | brian | |
Requested by: Eivind Eklund <perhaps@yes.no> | |||
1997-12-24 | Reverse mainbus probe order. Now we get to fix whatever breaks... | Jason Downs | |
1997-12-24 | Cosmetic (style): | brian | |
sizeof(var) -> sizeof var sizeof type -> sizeof(type) Suggested by: J Wunsch <j@uriah.heep.sax.de> | |||
1997-12-24 | Use sizeof cftypes128 for NCFTYPES128 macro, not sizeof cftypes ! | brian | |
Lucky that sizeof cftypes < sizeof cftypes128 | |||
1997-12-24 | Always give .Fn an argument, it will not default to the previous value. | Thorsten Lockert | |
1997-12-24 | Add support for 686 class; threadway is an M2 now. | Jason Downs | |
1997-12-24 | also need sys/stat.h; hubertf | Theo de Raadt | |
1997-12-23 | swap exit and quit | Theo de Raadt | |
1997-12-23 | make it more obvious why pmap_set syslogs happen | Theo de Raadt | |
1997-12-23 | strncpy(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-23 | use raster console by default since the sun prom is buggy. | chuck | |
1997-12-23 | sync | Theo de Raadt | |
1997-12-23 | correct exit code handling; cje@kestrel.scs.uiuc.edu | Theo de Raadt | |
1997-12-22 | sync | Theo de Raadt | |
1997-12-22 | fuix bocalan # | Theo de Raadt | |
1997-12-22 | sync | Theo de Raadt | |
1997-12-22 | Wrong length in strncpy and copyright cleanup. | Artur Grabowski | |
1997-12-22 | copyright cleanup. | Artur Grabowski | |
1997-12-22 | add XPG4.2 lockf; kleink | Theo de Raadt | |
1997-12-22 | sync | Theo de Raadt | |
1997-12-22 | handle timing normally except when clock jumps between 1 and 3 hours. If it | Theo 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-22 | fix debug drive printing | Michael Shalayeff | |
1997-12-22 | Don't forget to ntohs(sin.sin_port) (DUH!) | brian | |
1997-12-22 | sync | Theo de Raadt | |
1997-12-22 | sync | Theo de Raadt | |
1997-12-22 | bocalan is different | Theo de Raadt | |
1997-12-21 | Don't set the tty variable to NULL when we lack a tty, leave it as | Todd C. Miller | |
"unknown". | |||
1997-12-21 | ifdef some definitions of NBPG that use kernel variables, when the | Angelos D. Keromytis | |
file is included from userland programs (such as lsof) |