Age | Commit message (Expand) | Author |
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 |
2012-01-03 | C++11 is based on C99, so make sure __ISO_C_VISIBLE gets set to 1999 if the | Mark Kettenis |
2012-01-03 | The prototype for pthread_sigmask(2) is supposed to live in <signal.h> | Mark Kettenis |
2012-01-03 | draft-ietf-ipv6-scoping-arch-02 has become RFC 4007, as noted by | Jason McIntyre |
2012-01-03 | Support .St -isoC-2011 to refer to ISO C11. | Ingo Schwarze |
2012-01-03 | - use more consistent markup | Jason McIntyre |
2012-01-02 | Add support for "find ... -exec foo {} \+". | Pascal Stumpf |
2012-01-02 | Enable arcofi(4), tested on 705 by Tobias Ulmer. | Miod Vallat |
2012-01-02 | Do not advertize this device as full-duplex. While I believe the Siemens chip | Miod Vallat |
2012-01-02 | Use the correct multiplier for older SUNIX 406x 8-serial cards. Problem | Stuart Henderson |
2012-01-02 | regen | Mark Kettenis |
2012-01-02 | Add SiS 1184 RAID and 1185 AHCI, as found on the SiS 966 chipset. | Mark Kettenis |
2012-01-02 | update currency exchange rates; | Jason McIntyre |
2012-01-02 | tweak previous; ok jsing | Jason McIntyre |
2012-01-02 | Remove more mentions of two stage boot loaders from man page. | Kenneth R Westerback |
2012-01-02 | Change last "#if (NUMBOOT == 1)" to "#if NUMBOOT > 0". | Kenneth R Westerback |
2012-01-02 | Tweak usage and man page into agreement. | Kenneth R Westerback |
2012-01-02 | '-s' hasn't done anything for a couple of years. Garbage collect | Kenneth R Westerback |
2012-01-01 | Add the missing EXIT STATUS section and lots of new information | Ingo Schwarze |
2012-01-01 | Improve/clean up sparc64 installboot: | Joel Sing |
2012-01-01 | Updates regarding fts_close(3): | Ingo Schwarze |