summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-26the forms \*x, \*(xx and \*[xxx] are not deprecated, so revert most of 1.8;Ingo Schwarze
2009-06-26After logging (if enabled) is switched to file, there is no reason to keepNicholas Marriott
2009-06-26undefine() leaves the hash entry for the macro (for use by builtin()) andPhilip Guenthe
2009-06-26Sync with sudo repoTodd C. Miller
2009-06-26Two pci'd that come from cardbus, in case anyone ever needs them...Theo de Raadt
2009-06-26Fix a use after free in the pagedaemon.Owain Ainsworth
2009-06-26Remove some unused function declarations; no binary change.Nicholas Marriott
2009-06-26invert direction for inner icmp state lookups (e.g. traceroute with icmp)Markus Friedl
2009-06-26If we are going to move to the eeprom-based MAC address finding instead ofTheo de Raadt
2009-06-26Prefer fdcache() to pdcache() in cpu_fork(), as the MI uvm code has touchedMiod Vallat
2009-06-26Add all the cardbus com devices to puc, since these can show up on theTheo de Raadt
2009-06-26explicitly print an empty value between two end_line() calls to preventCan Erkin Acar
2009-06-26Using information gleamed from the FreeBSD driver, change the MAC addressTheo de Raadt
2009-06-26Status line fixes: don't truncate status-right now the length calculation isNicholas Marriott
2009-06-26Overhaul sr_boot_assembly(). The original code had a number of problems,Joel Sing
2009-06-26Support the ICH10 variants of em(4). All the work done by Dariusz SwiderskiClaudio Jeker
2009-06-26since nitems() is not yet fit for userland consumption, provide itTheo de Raadt
2009-06-26use standard safe CTheo de Raadt
2009-06-26locally define nitems() macro, #ifndef'd.Okan Demirmen
2009-06-26Also #ifndef nitems here, caught by Thomas Jeunet.Nicholas Marriott
2009-06-26the pr_usrreq implementation for routing sockets shares exactly one lineBret Lambert
2009-06-26There is no need to log routing socket version mismatches.Claudio Jeker
2009-06-26More consistent RTM_VERSION checking. A few missing one was in the wrongClaudio Jeker
2009-06-26Another daemon needing RTM_VERSION checks. Why rwhod is doing all the hardClaudio Jeker
2009-06-26check that dumpdef still works after undefining macros, and not dumps core.Marc Espie
2009-06-26- include two missing headers in if.cJasper Lievisse Adriaanse
2009-06-26the correct *.ipk file has ${OSrev} in itTheo de Raadt
2009-06-26regenKevin Lo
2009-06-26add the VIA VX855 chipsetKevin Lo
2009-06-26the 'inputs.usingdac' mixer item was used to select which group ofJacob Meuser
2009-06-26if a codec has multiple line out jacks, and the codec says allJacob Meuser
2009-06-26If two or more children exit before hotplugd is scheduled only one SIGCHLDKurt Miller
2009-06-25do not use nitems(); ok claudioTheo de Raadt
2009-06-25Remove some dead assignments, found by sthen with clang.Nicholas Marriott
2009-06-25#ifndef nitems to avoid redefining it if it is already in a header.Nicholas Marriott
2009-06-25the rule is not to use nitems() in userland yetTheo de Raadt
2009-06-25sync the SENSOR_DRIVE_* names with sysctl(8)'sOkan Demirmen
2009-06-25use the nitems() macro where appropriateOkan Demirmen
2009-06-25sasyncd isn't interested in messages on the routing socket other thanStuart Henderson
2009-06-25fix the function name in log_warn() text, it was borrowed from someStuart Henderson
2009-06-25Another kroute.c needing RTM_VERSION checks. Looked over by sthen@ and henning@Claudio Jeker
2009-06-25Back out if_ix.c 1.16, 1.17 and 1.18 (and corresponding changes to toTheo de Raadt
2009-06-25At least try to check for the RTM_VERSION here even so part of this codeClaudio Jeker
2009-06-25Another kroute.c code with missing RTM_VERSION checks.Claudio Jeker
2009-06-25Add missing RTM_VERSION checks. Bad me, no cockies.Claudio Jeker
2009-06-25Check RTM_VERSION even on sysctl data.Claudio Jeker
2009-06-25backout the buf_acquire() does the bremfree() since all callersThordur I. Bjornsson
2009-06-25Another copy another missing RTM_VERSION check.Claudio Jeker
2009-06-25Another copy of the strange while loop seen in route(8). Add missingClaudio Jeker
2009-06-25Same code as in route(8) same RTM_VERSION check missing.Claudio Jeker