Age | Commit message (Expand) | Author |
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 |
2009-06-25 | Add a missing RTM_VERSION check. | Claudio Jeker |
2009-06-25 | Add missing RTM_VERSION check. This is needed before accessing other data | Claudio Jeker |
2009-06-25 | typo; | Jason McIntyre |
2009-06-25 | re-enable inteldrm since new X driver is about to fix the issue | Theo de Raadt |
2009-06-25 | incorrect .PATH setting, discovered with nicm | Theo de Raadt |
2009-06-25 | fxp no longer fits on this media | Theo de Raadt |
2009-06-25 | Document how to add static MPLS labels. | Michele Marchetto |
2009-06-25 | Change safe_rng_read() from __inline to static __inline like | Jonathan Gray |
2009-06-25 | Teach ifstated to use ROUTE_FILTER. Requested by claudio@. | Stuart Henderson |
2009-06-25 | scrub_flags is a u_int8_t, but PFSTATE_SCRUB_TCP is 0x0100, so the | Stuart Henderson |
2009-06-25 | Use the pane flags not the window flags. Doh. | Nicholas Marriott |
2009-06-25 | diagflags for diags | Marc Espie |
2009-06-25 | pkgpath are only used for updates, so matching should only be pkgpath vs | Marc Espie |
2009-06-25 | If getcwd() fails, use the user's home directory, or /, instead of failing with | Nicholas Marriott |
2009-06-25 | lines variable can be -1 (to be ignored), so should be signed. Found by lint. | Nicholas Marriott |
2009-06-25 | Remove error about using -L and -S together which was never displayed as | Nicholas Marriott |
2009-06-25 | tmux doesn't and won't need syslog logging, so remove it and some other unused | Nicholas Marriott |
2009-06-25 | Miscellaneous unused functions, including one which was basically a | Nicholas Marriott |
2009-06-25 | Nuke unused buffer functions. Found by lint. | Nicholas Marriott |