summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-06-25Add a missing RTM_VERSION check.Claudio Jeker
2009-06-25Add missing RTM_VERSION check. This is needed before accessing other dataClaudio Jeker
2009-06-25typo;Jason McIntyre
2009-06-25re-enable inteldrm since new X driver is about to fix the issueTheo de Raadt
2009-06-25incorrect .PATH setting, discovered with nicmTheo de Raadt
2009-06-25fxp no longer fits on this mediaTheo de Raadt
2009-06-25Document how to add static MPLS labels.Michele Marchetto
2009-06-25Change safe_rng_read() from __inline to static __inline likeJonathan Gray
2009-06-25Teach ifstated to use ROUTE_FILTER. Requested by claudio@.Stuart Henderson
2009-06-25scrub_flags is a u_int8_t, but PFSTATE_SCRUB_TCP is 0x0100, so theStuart Henderson
2009-06-25Use the pane flags not the window flags. Doh.Nicholas Marriott
2009-06-25diagflags for diagsMarc Espie
2009-06-25pkgpath are only used for updates, so matching should only be pkgpath vsMarc Espie
2009-06-25If getcwd() fails, use the user's home directory, or /, instead of failing withNicholas Marriott
2009-06-25lines variable can be -1 (to be ignored), so should be signed. Found by lint.Nicholas Marriott
2009-06-25Remove error about using -L and -S together which was never displayed asNicholas Marriott
2009-06-25tmux doesn't and won't need syslog logging, so remove it and some other unusedNicholas Marriott
2009-06-25Miscellaneous unused functions, including one which was basically aNicholas Marriott
2009-06-25Nuke unused buffer functions. Found by lint.Nicholas Marriott
2009-06-25Unused prototypes. Found by lint, no binary change.Nicholas Marriott
2009-06-25Unused variables. Found by lint, no binary change.Nicholas Marriott
2009-06-25Workaround a stupid problem ATI SB600 revisions and ATI SB700 southTheo de Raadt
2009-06-24Remove some cruft from the Makefile.Nicholas Marriott
2009-06-24Now that a UTF-8-capable puts function exists, use it for printing strings inNicholas Marriott
2009-06-24Fix a type mismatch warning in assignment.Nicholas Marriott
2009-06-24Change find-window and monitor-content to use fnmatch(3). For convenience andNicholas Marriott
2009-06-24Add a dedicated function to convert a line into a string and use it to simpli...Nicholas Marriott
2009-06-24fix this regression test; "reassemble tcp" should be in this locationStuart Henderson
2009-06-24Compute OpenBSD area bounds as the largest area spanning all the OpenBSDMiod Vallat
2009-06-24Change to match xterm's resizing behaviour, including pushing lines into theNicholas Marriott
2009-06-24Make remain-on-exit work again when there is only one pane left, which wasNicholas Marriott
2009-06-24recvmsg ENOENT noncritical tooHenning Brauer
2009-06-24Even more pci ethernet devices, based on a diff from Brad.Miod Vallat
2009-06-24add some pci ethernet devices that some people, like miod, might be usingTheo de Raadt