summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-06-26protosTheo de Raadt
2003-06-26protos. this requires changing the api for the *trail() functions a bitTheo de Raadt
2003-06-26protosTheo de Raadt
2003-06-25constify some readonly dataMichael Shalayeff
2003-06-25Add a space after flags that take an argumnent in usage() since getopt()Todd C. Miller
supports that.
2003-06-25remove term 3Theo de Raadt
2003-06-25fix #if/ifdef issue and use u_int16_t instead of int where appropriateMichael Shalayeff
2003-06-25put in a protoTheo de Raadt
2003-06-25bring in protos via headersTheo de Raadt
2003-06-25Typo police: attribute is better written with an 'r'.Miod Vallat
2003-06-25Acknowledge the status interrupt in some odd and usually rare cases, whichMiod Vallat
could render a sparc so crazy it would panic...
2003-06-25fix unified diff output. ok millert@Ted Unangst
2003-06-25mimic 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-25AN_RID_ACTUALCFG gets the same endianesslessness as AN_RID_GENCONFIGMichael Shalayeff
2003-06-25De-uglify usageTodd C. Miller
2003-06-25Add unidiff support and try to pretty up usage() a bitTodd C. Miller
2003-06-25add topic97b support; from netbsd and tested by Pedro la Peu <pedro@am-gen.org>Michael Shalayeff
2003-06-25Move static funcion and variable declarations from header to theMarco S Hyman
.c file where they are used. Gets rid of YPMATCHCACHE define. Sure deraadt@
2003-06-25We want address incrementation disabled, so correctly ask for it...Miod Vallat
2003-06-25remove excess protoTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-25o use S_ISDIR instead of doing it by handTodd 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-25delete junk protoTheo de Raadt
2003-06-25proto repairsTheo de Raadt
2003-06-25ansiTheo de Raadt
2003-06-25fix lots of proto issuesTheo de Raadt
2003-06-25fix all the _BITS and their useMichael Shalayeff
2003-06-25defn HAVE_ARC4RANDOM and use itTheo de Raadt
2003-06-25add a missing protoTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-25add protoTheo de Raadt
2003-06-25proto cleanupTheo de Raadt
2003-06-25proto repair (ugly with rpc programs)Theo de Raadt
2003-06-25protosTheo de Raadt
2003-06-25pull in headersTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-25fix protosTheo de Raadt
2003-06-25remove junk protosTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-25delete junk protosTheo de Raadt
2003-06-25delete junk protosTheo de Raadt
2003-06-25proto getgrgid_r and getgrnam_rTheo de Raadt
2003-06-25implement 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-25Fix getopt string for -DTodd C. Miller
2003-06-25missing const; millert okTheo de Raadt
2003-06-25Oops, put back iot/memt affectations in io_alloc/mem_alloc; spotted by todd@Miod Vallat
2003-06-25cleanup;Jason McIntyre
ok deraadt@
2003-06-25Restore the original wdcdebug_mask instead of clearing DEBUG_PROBE whenHenric Jungheim
done with it. This makes "wdcprobe()" consistent with "wdcattach()". ok grange@
2003-06-25o 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-25Recent bus_space changes make ne at pcmcia work out of the box,Miod Vallat
tested by pb@