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