summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-07Add rtable id and thread id to struct kinfo_proc (and fix process id)Philip Guenthe
2012-01-06Add tests for IPv6 fragment reassembly. Hand-crafted ping6Alexander Bluhm
2012-01-06Let makewhatis(8) build the whatis.db quietly.Ingo Schwarze
2012-01-06Make mandoc show all warnings when WARNINGS=yes. Discussed with jmc@ andNicholas Marriott
2012-01-06zap double copy of this file, as noticed by brad@Marc Espie
2012-01-06typo in log_peer_warnx messageStuart Henderson
2012-01-06much shorter instructionsMarc Espie
2012-01-06Remove extra and trailing spaces.Alexandr Shadchin
2012-01-06Remove unused Makefile.Alexandr Shadchin
2012-01-06syncTheo de Raadt
2012-01-06Attach ath(4) to cardbus and add it to bsd.rdMartin Pieuchot
2012-01-06mkdir needs -m to set the modeSebastian Reitenbach
2012-01-05Enable the new apropos(1), whatis(1), and makewhatis(8).Ingo Schwarze
2012-01-05OpenSSL 1.0.0f: crank minorDamien Miller
2012-01-05OpenSSL 1.0.0f: mergeDamien Miller
2012-01-05OpenSSL 1.0.0f: import upstream sourceDamien Miller
2012-01-05Do not truncate the production database when starting to build a new one,Ingo Schwarze
2012-01-05improve EXAMPLES; feedback and ok jmc@Ingo Schwarze
2012-01-05Small tweaks for precision; lots of feedback from jmc@.Ingo Schwarze
2012-01-05When iterating a TAILQ list replacing elements,Ingo Schwarze
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