Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-26 | protos | Theo de Raadt | |
2003-06-26 | protos. this requires changing the api for the *trail() functions a bit | Theo de Raadt | |
2003-06-26 | protos | Theo de Raadt | |
2003-06-25 | constify some readonly data | Michael Shalayeff | |
2003-06-25 | Add a space after flags that take an argumnent in usage() since getopt() | Todd C. Miller | |
supports that. | |||
2003-06-25 | remove term 3 | Theo de Raadt | |
2003-06-25 | fix #if/ifdef issue and use u_int16_t instead of int where appropriate | Michael Shalayeff | |
2003-06-25 | put in a proto | Theo de Raadt | |
2003-06-25 | bring in protos via headers | Theo de Raadt | |
2003-06-25 | Typo police: attribute is better written with an 'r'. | Miod Vallat | |
2003-06-25 | Acknowledge the status interrupt in some odd and usually rare cases, which | Miod Vallat | |
could render a sparc so crazy it would panic... | |||
2003-06-25 | fix unified diff output. ok millert@ | Ted Unangst | |
2003-06-25 | mimic delays pattern from i82365 on socket enable. actually pull the reset ↵ | Michael Shalayeff | |
line before clearing it. this together makes some more cards work and unwedges my wedged wedgy on reboot alright; miod@ ok and testing | |||
2003-06-25 | AN_RID_ACTUALCFG gets the same endianesslessness as AN_RID_GENCONFIG | Michael Shalayeff | |
2003-06-25 | De-uglify usage | Todd C. Miller | |
2003-06-25 | Add unidiff support and try to pretty up usage() a bit | Todd C. Miller | |
2003-06-25 | add topic97b support; from netbsd and tested by Pedro la Peu <pedro@am-gen.org> | Michael Shalayeff | |
2003-06-25 | Move static funcion and variable declarations from header to the | Marco S Hyman | |
.c file where they are used. Gets rid of YPMATCHCACHE define. Sure deraadt@ | |||
2003-06-25 | We want address incrementation disabled, so correctly ask for it... | Miod Vallat | |
2003-06-25 | remove excess proto | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-25 | o use S_ISDIR instead of doing it by hand | Todd C. Miller | |
o rename talloc -> emalloc and ralloc -> erealloc o struct direct -> struct dirent (POSIX) o kill remaining strcpy() o fix unterminated string in setfile() deraadt@ OK | |||
2003-06-25 | delete junk proto | Theo de Raadt | |
2003-06-25 | proto repairs | Theo de Raadt | |
2003-06-25 | ansi | Theo de Raadt | |
2003-06-25 | fix lots of proto issues | Theo de Raadt | |
2003-06-25 | fix all the _BITS and their use | Michael Shalayeff | |
2003-06-25 | defn HAVE_ARC4RANDOM and use it | Theo de Raadt | |
2003-06-25 | add a missing proto | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-25 | add proto | Theo de Raadt | |
2003-06-25 | proto cleanup | Theo de Raadt | |
2003-06-25 | proto repair (ugly with rpc programs) | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-25 | pull in headers | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-25 | fix protos | Theo de Raadt | |
2003-06-25 | remove junk protos | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-25 | delete junk protos | Theo de Raadt | |
2003-06-25 | delete junk protos | Theo de Raadt | |
2003-06-25 | proto getgrgid_r and getgrnam_r | Theo de Raadt | |
2003-06-25 | implement new means of manipulating buf queues, bufq. | Ted Unangst | |
accessed with BUFQ macros, bufq structs support extensible, potentially changable algorithms and queue formats. the current default scheme should support nice priority based queuing, but is missing some vfs_bio.c support. only on wd.c for now, other drivers are easy converts. as a side bonus, this makes the driver code look cleaner. idea for the name comes from netbsd, but this scheme is incompatible. thanks to various people for testing. ok grange@ | |||
2003-06-25 | Fix getopt string for -D | Todd C. Miller | |
2003-06-25 | missing const; millert ok | Theo de Raadt | |
2003-06-25 | Oops, put back iot/memt affectations in io_alloc/mem_alloc; spotted by todd@ | Miod Vallat | |
2003-06-25 | cleanup; | Jason McIntyre | |
ok deraadt@ | |||
2003-06-25 | Restore the original wdcdebug_mask instead of clearing DEBUG_PROBE when | Henric Jungheim | |
done with it. This makes "wdcprobe()" consistent with "wdcattach()". ok grange@ | |||
2003-06-25 | o use getopt() | Todd C. Miller | |
o use err/warn o only call done() when needed (after mkstemp) o add "-C lines" like GNU grep OK deraadt@ | |||
2003-06-25 | Recent bus_space changes make ne at pcmcia work out of the box, | Miod Vallat | |
tested by pb@ |