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