summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-17initialize retry to zero; otherwise if firmware sends odd val16Martynas Venckus
2009-08-17the null check makes more sense when it's done before derefMartynas Venckus
2009-08-17Don't try to move files that don't exist.Antoine Jacoutot
2009-08-17also report routers and their host states in relayctlReyk Floeter
2009-08-17remove prototype of non-existent midi_get_hwif()Alexandre Ratchov
2009-08-17Switch several kerberos/afs tools from using using libreadlineJonathan Gray
2009-08-17By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-08-16Add PubkeyAuthentication to the list allowed in a Match block (bz #1577)Darren Tucker
2009-08-16Properly initialize the array setting auto-upgradable files.Antoine Jacoutot
2009-08-16remove use of BITS and BIT macrosJonathan Gray
2009-08-16tweak a switch statement to appease lintJonathan Gray
2009-08-16remove use of BITS and BIT macros.Jonathan Gray
2009-08-16start getting rid of some of these horrific bit macros, removeJonathan Gray
2009-08-16parse "nameserver [host]:port" syntax in /etc/resolv.confStefan Sperling
2009-08-16remove prototypes of a bunch of functions that had their implementationsJonathan Gray
2009-08-16remove moscom_get_status() as it not called or required.Jonathan Gray
2009-08-16remove prototype for uark_open for which there is no implementation.Jonathan Gray
2009-08-16Update to cope with new readdisklabel() return value.Miod Vallat
2009-08-16replace ".Ar file ..." with ".Ar"; this macro does not need arguments either.Igor Sobrado
2009-08-16modify timestamp handling to grab current time instead of relying on aMarc Espie
2009-08-16use unsigned values where applicableMarc Espie
2009-08-16remove useless commentsMarc Espie
2009-08-16write sensible error messageMarc Espie
2009-08-16avoid touching .PHONY targets, they don't exist.Marc Espie
2009-08-16replace ".Ar file ..." with ".Ar" whenever possible.Igor Sobrado
2009-08-16Do not have multiple va_end(). Ok miod@ + many more.Anders Magnusson
2009-08-15remove unused define. markus@ ok.Federico G. Schwindt
2009-08-15remove superfluous .Ar macro before ellipsis.Igor Sobrado
2009-08-15tweak previous (you were missing an .El, thib);Jason McIntyre
2009-08-15use static for inline so we get the desired behaviour with compilersJonathan Gray
2009-08-14First cut at UDF 2.[56] support, allowing read-only access to HDDVDKenneth R Westerback
2009-08-14document show (all) nfsnode(s) and fix up the nfsreq parts.Thordur I. Bjornsson
2009-08-14add ddb functions to be able to show all the nfsnodes in the systemThordur I. Bjornsson
2009-08-14- fix function name in vprint()Jasper Lievisse Adriaanse
2009-08-14enable lisa(4); tested by Marco Knol; ok deraadtConstantine A. Murenin
2009-08-14SENSOR_WATTS; ok reyk deraadtConstantine A. Murenin
2009-08-14sort list of flags.Igor Sobrado
2009-08-14make the "get_handle: ..." error messages vaguely useful by allowingDamien Miller
2009-08-14Use the nfs_hashlock to protect the nfs_nodetree hanging of the mount.Thordur I. Bjornsson
2009-08-14tweak the vmstat description;Jason McIntyre
2009-08-14- fix for pr 6196 from upstream gitJasper Lievisse Adriaanse
2009-08-14- let this compile after soreceive() changesJasper Lievisse Adriaanse
2009-08-14make the uvm device lock a mutex.Owain Ainsworth
2009-08-14do not timeout disabled hosts in the icmp checksReyk Floeter
2009-08-14SENSOR_WATTS; ok canacar deraadt kettenis henningConstantine A. Murenin
2009-08-14tie IPKTS/OPKTS to bottom corner for smaller screensTheo de Raadt
2009-08-14Avoid double-release of vnodes in several functionsBret Lambert
2009-08-14- use u_char consistentlyJasper Lievisse Adriaanse
2009-08-14- fix format string for daddr64_t to %lldJasper Lievisse Adriaanse
2009-08-14syncTheo de Raadt