summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-02-06fix a bug when enabling a service that has no backup table.Pierre-Yves Ritschard
2007-02-06Change the behaviour of tun(4) on close.Claudio Jeker
2007-02-06update some more debug messages and fix typos. also remove some extraReyk Floeter
2007-02-06now that check_http_code, check_http_digest and check_send_expect arePierre-Yves Ritschard
2007-02-06declare the function ssl_error() globallyReyk Floeter
2007-02-06change fatal message to know where it happenedReyk Floeter
2007-02-06remove an unused variable.Pierre-Yves Ritschard
2007-02-06inform hoststatectl monitor of ruleset changes and table syncs.Pierre-Yves Ritschard
2007-02-06Compact help screen a bit so it fits in 24 lines again. Based on aOtto Moerbeek
2007-02-06add macros describing the ports interrupt status, interrupt enable, taskDavid Gwynne
2007-02-06De-register. No object code change.Kenneth R Westerback
2007-02-05Map the pci space registers, so that the MEMORY enable gets turned on,Dale Rahn
2007-02-05Oops, forgot to commit these files when adding md mutex code; spotted by nick@Miod Vallat
2007-02-04Add zyd to cd ramdisksJonathan Gray
2007-02-04upgrade documentation so it reflects the way MakeMaker currently fillsMarc Espie
2007-02-04Complain of the user specifies a negative number for the 's' command.Otto Moerbeek
2007-02-04Introducing the '+' interactive command to reset all filters.Otto Moerbeek
2007-02-04Two libevent fixes from the SVN repo:Todd C. Miller