summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-08Add quite a few more rum(4) devices.Jonathan Gray
2007-02-08Do all allocation and deallocation of shstr in elf_symload() toRay Lai
2007-02-08When getc() returns EOF, either feof() or ferror() will return true,Ray Lai
2007-02-08Remove double semicolons.Ray Lai
2007-02-08Remove double semicolons.Ray Lai
2007-02-07Add support for MaxStream XBee ZigBee Development Kit USB interface.Jonathan Gray
2007-02-07regenJonathan Gray
2007-02-07MaxStream XBee ZigBee development kit.Jonathan Gray
2007-02-07fstat() -> lstat() in a few select cases,Todd T. Fries
2007-02-07consistency tweak;Jason McIntyre
2007-02-07strl* overload; use xsnprintf(); OK ray@.Xavier Santolaria
2007-02-07Several improvements to the usb client code. Still not working.Dale Rahn
2007-02-07tweaks; ok millertJason McIntyre
2007-02-07sys/swap.h needs sys/param.h and sort while hereNikolay Sturm
2007-02-07grammar fix; from bret lambertJason McIntyre
2007-02-07add new "log (updates|all)" configuration option to log stateReyk Floeter
2007-02-07include the host name in log_debug() messages used by check_tcp readReyk Floeter
2007-02-07another log_debug() removal ("nothing to write")Reyk Floeter
2007-02-07more log_debug() cleanupReyk Floeter
2007-02-07remove superfluos log_debug() messagesReyk Floeter
2007-02-07remove unused functions and variables which have been copied fromReyk Floeter
2007-02-07add the -D option to define macros on the command line (as found inReyk Floeter
2007-02-07remove a log_debug() that is no longer needed.Claudio Jeker
2007-02-07its four-byte, not four byte; ok jmc@Otto Moerbeek
2007-02-07check st_name validity also check for overflow and not only for zero; found b...Michael Shalayeff
2007-02-07space before punctuation;Jason McIntyre
2007-02-07enable arc(4) for Areca RAID Controllers. they work great.David Gwynne
2007-02-07enable bio(4)David Gwynne
2007-02-07bus_space_{read,write}_raw_region_[24] take the length of the buffer theyreDavid Gwynne
2007-02-07sync dhcp.h to krw's correction to not count 14 bytes of ethernetKevin Steves
2007-02-07syncTodd T. Fries
2007-02-07add bio(4), ok dlg@Todd T. Fries
2007-02-06Define trap #0x81 for cache range flush, will be necessary soon for gccMiod Vallat
2007-02-06Get memory size from SH-IPL+g whenever possible, before relying upon theMiod Vallat
2007-02-06Use uvm_grow() instead of rolling our own inline version.Miod Vallat
2007-02-06define the bio(4) cdev stuff in conf.h, rather than having a per machineDavid Gwynne
2007-02-06Evil typo; spotted by Thorsten GlaserMiod Vallat
2007-02-06document -D; ok jmc@Otto Moerbeek
2007-02-06spacesKevin Steves
2007-02-06remove a comment which is no longer true; ok ottoJason McIntyre
2007-02-06various cleanup:Jason McIntyre
2007-02-06sync synopsis and usage();Jason McIntyre
2007-02-06+.Ex -std odJason McIntyre
2007-02-06sort options and sync usage();Jason McIntyre
2007-02-06switch to .Ex and remove some unnecessary brackets;Jason McIntyre
2007-02-06fix some dodgy displays;Jason McIntyre
2007-02-06Update to tzcode2007a. This adds support for 64bit time_t in caseTodd C. Miller
2007-02-06typoMarc Espie
2007-02-06Added support for calling _OSI methodJordan Hargrave
2007-02-06Use atomic.h operation for manipulating p_siglist in struct proc. SolvesArtur Grabowski