summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-02-06one more epoch -> Epoch and a grammar fix; ok millertJason McIntyre
2007-02-06remove some dangling function prototypesKevin Steves
2007-02-06discuss consistently "the Epoch";Jason McIntyre
2007-02-06replace strl* overload and xstrdup() misuse by xsnprintf();Xavier Santolaria
2007-02-06feed bsdsrc/objdir and makeobjdir in cross-env allowing make obj and the like...Michael Shalayeff
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2007-02-06fix typo.Pierre-Yves Ritschard
2007-02-06note that SKIPDIR paths are relative to BSDSRCDIR;Jason McIntyre
2007-02-06document the `+' interactive command more fully;Jason McIntyre
2007-02-06remove -j from usage();Jason McIntyre
2007-02-06sort options;Jason McIntyre