Age | Commit message (Expand) | Author |
2012-01-07 | Add rtable id and thread id to struct kinfo_proc (and fix process id) | Philip Guenthe |
2012-01-06 | Add tests for IPv6 fragment reassembly. Hand-crafted ping6 | Alexander Bluhm |
2012-01-06 | Let makewhatis(8) build the whatis.db quietly. | Ingo Schwarze |
2012-01-06 | Make mandoc show all warnings when WARNINGS=yes. Discussed with jmc@ and | Nicholas Marriott |
2012-01-06 | zap double copy of this file, as noticed by brad@ | Marc Espie |
2012-01-06 | typo in log_peer_warnx message | Stuart Henderson |
2012-01-06 | much shorter instructions | Marc Espie |
2012-01-06 | Remove extra and trailing spaces. | Alexandr Shadchin |
2012-01-06 | Remove unused Makefile. | Alexandr Shadchin |
2012-01-06 | sync | Theo de Raadt |
2012-01-06 | Attach ath(4) to cardbus and add it to bsd.rd | Martin Pieuchot |
2012-01-06 | mkdir needs -m to set the mode | Sebastian Reitenbach |
2012-01-05 | Enable the new apropos(1), whatis(1), and makewhatis(8). | Ingo Schwarze |
2012-01-05 | OpenSSL 1.0.0f: crank minor | Damien Miller |
2012-01-05 | OpenSSL 1.0.0f: merge | Damien Miller |
2012-01-05 | OpenSSL 1.0.0f: import upstream source | Damien Miller |
2012-01-05 | Do not truncate the production database when starting to build a new one, | Ingo Schwarze |
2012-01-05 | improve EXAMPLES; feedback and ok jmc@ | Ingo Schwarze |
2012-01-05 | Small tweaks for precision; lots of feedback from jmc@. | Ingo Schwarze |
2012-01-05 | When iterating a TAILQ list replacing elements, | Ingo Schwarze |
2012-01-05 | Remove dead code from #if 0: we do not have an ipsrcchk_rt anywhere else. | Alexander Bluhm |
2012-01-05 | Replace the hand-crafted queue for fragmented IPv6 packets with TAILQ. | Alexander Bluhm |
2012-01-05 | Replace the hand-crafted queue for fragmented IPv6 packets with TAILQ. | Alexander Bluhm |
2012-01-05 | C99 says that both <wchar.h> and <stdint.h> should define WCHAR_MIN/MAX. | Mark Kettenis |
2012-01-05 | sync | Theo de Raadt |
2012-01-05 | new vertex device; Jakub TuD^Mek | Theo de Raadt |
2012-01-05 | Sync with current kernel state | Miod Vallat |
2012-01-05 | ignore vim's .*.swp files. | Marc Espie |
2012-01-05 | suspend/resume support for vr(4); from brynet@gmail.com | Theo de Raadt |
2012-01-05 | Teach as(4) about cmpxchg16b on amd64. | Mark Kettenis |
2012-01-05 | Prevent integer wrap-around in pmemrange. | Ariane van der Steldt |
2012-01-05 | -execdir only supports the first form of -exec with ; suffix, not the new | Stuart Henderson |
2012-01-05 | update to nginx-1.0.11 | Robert Nagy |
2012-01-05 | Fix typos in comment (s,exacty,exactly,) | Stuart Henderson |
2012-01-05 | memleak on error path | Damien Miller |
2012-01-04 | Fix $OpenBSD tag | Philip Guenthe |
2012-01-04 | Make sure the types of INTPTR_MIN/MAX and UINTPTR_MIN/MAX match the type we | Mark Kettenis |
2012-01-04 | Fix use after free in cache_lookup() - found by Pedro | Bob Beck |
2012-01-04 | Add some sanity checks, set errno accordingly to POSIX and add the named | Martin Pieuchot |
2012-01-04 | Split out the semaphore functions. | Martin Pieuchot |
2012-01-04 | link new semaphore tests | Martin Pieuchot |
2012-01-04 | Basic semaphore tests | Martin Pieuchot |
2012-01-04 | Delete some parameter names and extra semicolons that slipped through | Philip Guenthe |
2012-01-04 | Add support for SiS 1183 SATA. From/tested by Loganaden Velvindron. | Jonathan Gray |
2012-01-04 | regen | Jonathan Gray |
2012-01-04 | SiS 1183 SATA from Loganaden Velvindron, and add 1182 SATA while here. | Jonathan Gray |
2012-01-04 | Heads of .It macros in -diag lists are not parsed, | Ingo Schwarze |
2012-01-03 | To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it is | Alexander Bluhm |
2012-01-03 | When used with socket splicing, tcp_usrreq() might get called with | Alexander Bluhm |
2012-01-03 | Instead of having two functions pf_free_fragment() and pf_remove_fragment() | Alexander Bluhm |