Age | Commit message (Expand) | Author |
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 |
2009-06-25 | Unused prototypes. Found by lint, no binary change. | Nicholas Marriott |
2009-06-25 | Unused variables. Found by lint, no binary change. | Nicholas Marriott |
2009-06-25 | Workaround a stupid problem ATI SB600 revisions and ATI SB700 south | Theo de Raadt |
2009-06-24 | Remove some cruft from the Makefile. | Nicholas Marriott |
2009-06-24 | Now that a UTF-8-capable puts function exists, use it for printing strings in | Nicholas Marriott |
2009-06-24 | Fix a type mismatch warning in assignment. | Nicholas Marriott |
2009-06-24 | Change find-window and monitor-content to use fnmatch(3). For convenience and | Nicholas Marriott |
2009-06-24 | Add a dedicated function to convert a line into a string and use it to simpli... | Nicholas Marriott |
2009-06-24 | fix this regression test; "reassemble tcp" should be in this location | Stuart Henderson |
2009-06-24 | Compute OpenBSD area bounds as the largest area spanning all the OpenBSD | Miod Vallat |
2009-06-24 | Change to match xterm's resizing behaviour, including pushing lines into the | Nicholas Marriott |
2009-06-24 | Make remain-on-exit work again when there is only one pane left, which was | Nicholas Marriott |
2009-06-24 | recvmsg ENOENT noncritical too | Henning Brauer |
2009-06-24 | Even more pci ethernet devices, based on a diff from Brad. | Miod Vallat |
2009-06-24 | add some pci ethernet devices that some people, like miod, might be using | Theo de Raadt |
2009-06-24 | Trying to predict the cursor position for UTF-8 output in the same way as for | Nicholas Marriott |
2009-06-24 | enable softraid | Todd T. Fries |
2009-06-24 | Remove a semicolon at the end of an if statement that made the thread | Jonathan Gray |
2009-06-24 | Correct the prototype of ffecom_gfrt_basictype() to match the | Jonathan Gray |
2009-06-24 | Lower stack size before mlockall(). With login.conf defaults for i386, | Stuart Henderson |
2009-06-24 | sync | Theo de Raadt |
2009-06-24 | Make environment file parsing grok linux-style env files. | Todd C. Miller |
2009-06-24 | There are 3 reasons why the first block in apm_probe can fail, and in one | Theo de Raadt |
2009-06-24 | Add support for the SMBus controller for the Broadcom HT-1100 chipset | Theo de Raadt |
2009-06-24 | like I did for em(4) before, doubled error messages are silly | Theo de Raadt |
2009-06-24 | move the "pf_map_addr: selected address" printf up to -xnoisy. | Stuart Henderson |
2009-06-24 | Install ntfs includes and add libkvm (fstat) support. ntfs bits | Todd C. Miller |
2009-06-24 | Remove extra psignal/wakeup in exit1() which can cause the parent to | Kurt Miller |
2009-06-24 | Reset the rebuild counter when initiating a rebuild. | Joel Sing |
2009-06-24 | Abort the current rebuild if the rebuild chunk disappears. Whilst here also | Joel Sing |
2009-06-24 | for the isp(4) driver, invert the meaning of the options which pull | Theo de Raadt |