summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2011-10-03Add a 'flag' locator to gpioiic(4), and define a first flagMatthieu Herrb
2011-10-03- fix a segv caused by a deep recursion introduced with a recent quick-fixGilles Chehade
2011-10-03clarify that network sources are to be specified in CIDR notationGilles Chehade
2011-10-03update to nginx 1.0.14Robert Nagy
2011-10-03update to nginx-1.0.8 which includes many bugfixesRobert Nagy
2011-10-02Fix some minor things in config(8):Edd Barrett
2011-10-02When using `config -e`:Edd Barrett
2011-10-02Delete unused variables, from Michael W Bombardieri.Nicholas Marriott
2011-09-29ssl.8: Certifying Authority -> Certificate AuthorityJason McIntyre
2011-09-28removing annoying debug logGilles Chehade
2011-09-27check closefrom() return valueCharles Longeau
2011-09-26tweak previous; ok claudioJason McIntyre
2011-09-25remove hack, ask for SUBDIRs with FULLPATH setMarc Espie
2011-09-24generate and install the correct manual page, noted by deraadt@Robert Nagy
2011-09-22unconditionally chroot to the www user's homedir by defaultRobert Nagy
2011-09-22fix two signed/unsigned comparsionsRobert Nagy
2011-09-22pick the internal pcre up and use thatRobert Nagy
2011-09-22thank you CVS for missing the "core" directoryRobert Nagy
2011-09-22import of nginx 1.0.6 with a bundled libpcre needed for pcre to workRobert Nagy
2011-09-22Let tcpdump use the same format for printing IPv6 fragments as forAlexander Bluhm
2011-09-22purge the rcsidTheo de Raadt
2011-09-22Revert r1.29. Now that the "C" locale is ASCII-only, this workaroundStefan Sperling
2011-09-21fix missing err.h includesJonathan Gray
2011-09-21missing err.h includeJonathan Gray
2011-09-21include err.h for warnxJonathan Gray
2011-09-21During socket splicing the relayd session timeouts could not beAlexander Bluhm
2011-09-21fix an |= that should have been !=Jonathan Gray
2011-09-21fix the two most offensive indentation violations in here.Peter Hessler
2011-09-21Add rdomain support to NTPd.Peter Hessler
2011-09-21Try to document the show mrt command. While there order the filtersClaudio Jeker
2011-09-21Make it possible to parse MRT table dumps (all 3 formats) and displayClaudio Jeker
2011-09-21Fix nexthop_modify() to reset the flags when called. Until nowClaudio Jeker
2011-09-21Unbreak the tree. I forgot to add a fatalx() stub to bgpctl.Claudio Jeker
2011-09-20Move a few functions into util.c because bgpctl will need them soon.Claudio Jeker
2011-09-20report the "fix-active" flag, and print any other unknown flags in hex.Theo de Raadt
2011-09-19Quick fix to avoid fatal() when we receive a line which have a length of exac...Charles Longeau
2011-09-19Make it more clear what are subtypes and some more cleanup of theClaudio Jeker
2011-09-19remove an unused ctl struct and remove some unneeded values fromClaudio Jeker
2011-09-18a single ramqueue message may be shared by many ramqueue envelopes to beGilles Chehade
2011-09-18extract 8 octets (as per RFC 2661) rather than a long; with jsing@Christian Weisgerber
2011-09-18Fix whitespace.Joel Sing
2011-09-18Avoid potential 64-bit unaligned access on strict alignment architectures.Joel Sing
2011-09-18Reorder the headerfiles a bit. Move the bgpd specific prototypes out ofClaudio Jeker
2011-09-17Make tcpdump -v print the id and seq of icmp6 echo packets.Alexander Bluhm
2011-09-17update pointer variable after copying misaligned packet; ok claudio@Christian Weisgerber
2011-09-17Implement new mrt table dump format as specified in draft-ietf-grow-mrt.Claudio Jeker
2011-09-17tweak previous;Jason McIntyre
2011-09-17access a 32-bit field as u_int32_t, not as u_long; ok bluhm@Christian Weisgerber
2011-09-17make pkg_add -nvv work with respect to whatis.db updates;Ingo Schwarze
2011-09-17Apply the fnmatch recursion limit fix to the local copy of fnmatch in httpd.Stefan Sperling