Age | Commit message (Expand) | Author |
2013-06-01 | add missing license (PD) block | Jasper Lievisse Adriaanse |
2013-06-01 | pf_step_{into,out_of}_anchor() are only ever called from pf_test_rule() | Henning Brauer |
2013-06-01 | use the standardized names instead of S_IREAD and S_IWRITE | Theo de Raadt |
2013-06-01 | Replace S_IWRITE, which isn't standardized, with S_IWUSR, which is. Patch | Darren Tucker |
2013-06-01 | Make all the syscall prototypes consistent with their real forms for types, | Philip Guenther |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-06-01 | Filter out route messages we don't need and log kernel messages in | Claudio Jeker |
2013-06-01 | Stop generating arbitrary directories in /usr/share/locale. | Stefan Sperling |
2013-06-01 | zap extra .Pp; | Jason McIntyre |
2013-06-01 | Change the naming scheme used for directories in /usr/share/locale to | Stefan Sperling |
2013-06-01 | fix wrong fn name in debug | Ted Unangst |
2013-06-01 | Restart the keepalive timer whenever a LDP PDU is sent. There is no need | Claudio Jeker |
2013-06-01 | Adjust ldpctl to the latest ldpd changes. | Claudio Jeker |
2013-06-01 | The keepalive timeout should be configured on a global basis and not per | Claudio Jeker |
2013-06-01 | Fix offset error when clearing the resume time stack pages | Mike Larkin |
2013-06-01 | Work around stack smash protector getting confused because we switched | Mike Larkin |
2013-06-01 | Improve error handling on session_read | Claudio Jeker |
2013-06-01 | fiddle with the NO_CONV code to allow notrunc and noerror to still work. | Ted Unangst |
2013-06-01 | Update my email address to reyk@openbsd.org, especially for the HTML output. | Reyk Floeter |
2013-06-01 | Drop support for per-interface labelspaces. | Claudio Jeker |
2013-06-01 | Document my divert(4) changes done in April 2013, where reinjected | Lawrence Teo |
2013-06-01 | Drop support for passive interfaces. | Claudio Jeker |
2013-06-01 | A bit nicer error message. | Claudio Jeker |
2013-06-01 | Don't allow enabling LDP on loopback and carp interfaces. | Claudio Jeker |
2013-06-01 | Use the nbr_stop_[*]timer functions | Claudio Jeker |
2013-06-01 | After sending a keepalive message in the OPENSENT state, we must move to | Claudio Jeker |
2013-06-01 | After returning from accept, we got a TCP connection not a LDP session. | Claudio Jeker |
2013-06-01 | +bsd.mp | Jasper Lievisse Adriaanse |
2013-06-01 | Change return codes in various hibernate functions to be able to later | Mike Larkin |
2013-06-01 | update HISTORY; | Jason McIntyre |
2013-06-01 | tpms -> utpms; | Jason McIntyre |
2013-06-01 | update currency exchange rates; | Jason McIntyre |
2013-06-01 | new sentence, new line; | Jason McIntyre |
2013-06-01 | Remove 'lint' mode. lint(1) is gone, and the mode was not documented | lum |
2013-06-01 | Add code to drop a CPU from long mode back to real mode, will be used to | Mike Larkin |
2013-06-01 | Make pfioc_natlook and pfr_addr match net/pfvar.h | Lawrence Teo |
2013-06-01 | tweak previous; | Jason McIntyre |
2013-06-01 | add GENERIC.MP | Jasper Lievisse Adriaanse |
2013-06-01 | corectly initialize the number of cores/cpus on the board. this fixes a NULL | Jasper Lievisse Adriaanse |
2013-06-01 | tpms -> utpms; | Jason McIntyre |
2013-06-01 | reorder syslog params descr to make sense, and minor tweaks, plus jmc@'s | Marc Espie |
2013-06-01 | consolidate ifdef blocks by moving a variable | Ted Unangst |
2013-06-01 | Fix typo backswards -> backwards. | Alexander Bluhm |
2013-06-01 | If popbuf() fails, calling function should return FALSE. | lum |
2013-06-01 | regen | Ted Unangst |
2013-06-01 | always implement stub utrace syscall, but keep the body #ifdef KTRACE | Ted Unangst |
2013-06-01 | Refactor the default route adding code to use a general route adding | Kenneth R Westerback |
2013-06-01 | Pass the routing domain to IPv6 pr_ctlinput() like in IPv4. | Alexander Bluhm |
2013-06-01 | update to nginx-1.4.1 and enable the SPDY module by default | Robert Nagy |
2013-06-01 | As found by kurt, there's a twisty race between exit1 and fork1 | Ted Unangst |