summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-05Remove dead code from #if 0: we do not have an ipsrcchk_rt anywhere else.Alexander Bluhm
2012-01-05Replace the hand-crafted queue for fragmented IPv6 packets with TAILQ.Alexander Bluhm
2012-01-05Replace the hand-crafted queue for fragmented IPv6 packets with TAILQ.Alexander Bluhm
2012-01-05C99 says that both <wchar.h> and <stdint.h> should define WCHAR_MIN/MAX.Mark Kettenis
2012-01-05syncTheo de Raadt
2012-01-05new vertex device; Jakub TuD^MekTheo de Raadt
2012-01-05Sync with current kernel stateMiod Vallat
2012-01-05ignore vim's .*.swp files.Marc Espie
2012-01-05suspend/resume support for vr(4); from brynet@gmail.comTheo de Raadt
2012-01-05Teach as(4) about cmpxchg16b on amd64.Mark Kettenis
2012-01-05Prevent integer wrap-around in pmemrange.Ariane van der Steldt
2012-01-05-execdir only supports the first form of -exec with ; suffix, not the newStuart Henderson
2012-01-05update to nginx-1.0.11Robert Nagy
2012-01-05Fix typos in comment (s,exacty,exactly,)Stuart Henderson
2012-01-05memleak on error pathDamien Miller
2012-01-04Fix $OpenBSD tagPhilip Guenthe
2012-01-04Make sure the types of INTPTR_MIN/MAX and UINTPTR_MIN/MAX match the type weMark Kettenis
2012-01-04Fix use after free in cache_lookup() - found by PedroBob Beck
2012-01-04Add some sanity checks, set errno accordingly to POSIX and add the namedMartin Pieuchot
2012-01-04Split out the semaphore functions.Martin Pieuchot
2012-01-04link new semaphore testsMartin Pieuchot
2012-01-04Basic semaphore testsMartin Pieuchot
2012-01-04Delete some parameter names and extra semicolons that slipped throughPhilip Guenthe
2012-01-04Add support for SiS 1183 SATA. From/tested by Loganaden Velvindron.Jonathan Gray
2012-01-04regenJonathan Gray
2012-01-04SiS 1183 SATA from Loganaden Velvindron, and add 1182 SATA while here.Jonathan Gray
2012-01-04Heads of .It macros in -diag lists are not parsed,Ingo Schwarze
2012-01-03To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it isAlexander Bluhm
2012-01-03When used with socket splicing, tcp_usrreq() might get called withAlexander Bluhm
2012-01-03Instead of having two functions pf_free_fragment() and pf_remove_fragment()Alexander Bluhm
2012-01-03C++11 is based on C99, so make sure __ISO_C_VISIBLE gets set to 1999 if theMark Kettenis
2012-01-03The prototype for pthread_sigmask(2) is supposed to live in <signal.h>Mark Kettenis
2012-01-03draft-ietf-ipv6-scoping-arch-02 has become RFC 4007, as noted byJason McIntyre
2012-01-03Support .St -isoC-2011 to refer to ISO C11.Ingo Schwarze
2012-01-03- use more consistent markupJason McIntyre
2012-01-02Add support for "find ... -exec foo {} \+".Pascal Stumpf
2012-01-02Enable arcofi(4), tested on 705 by Tobias Ulmer.Miod Vallat
2012-01-02Do not advertize this device as full-duplex. While I believe the Siemens chipMiod Vallat
2012-01-02Use the correct multiplier for older SUNIX 406x 8-serial cards. ProblemStuart Henderson
2012-01-02regenMark Kettenis
2012-01-02Add SiS 1184 RAID and 1185 AHCI, as found on the SiS 966 chipset.Mark Kettenis
2012-01-02update currency exchange rates;Jason McIntyre
2012-01-02tweak previous; ok jsingJason McIntyre
2012-01-02Remove more mentions of two stage boot loaders from man page.Kenneth R Westerback
2012-01-02Change last "#if (NUMBOOT == 1)" to "#if NUMBOOT > 0".Kenneth R Westerback
2012-01-02Tweak usage and man page into agreement.Kenneth R Westerback
2012-01-02'-s' hasn't done anything for a couple of years. Garbage collectKenneth R Westerback
2012-01-01Add the missing EXIT STATUS section and lots of new informationIngo Schwarze
2012-01-01Improve/clean up sparc64 installboot:Joel Sing
2012-01-01Updates regarding fts_close(3):Ingo Schwarze