summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2013-10-24These two programs got fooled by the KAME/NRL split and need type repair.Theo de Raadt
2013-10-24no need for netinet/ip_var.h (and friends)Theo de Raadt
2013-10-23We need to loop around waitpid to catch all exited children as we areFlorian Obser
2013-10-22- add UNIX-domain socket info to struct kinfo_file2Philip Guenther
2013-10-21Do not leak fds in fork(2) error path.Florian Obser
2013-10-21Check for EINTR, too.Florian Obser
2013-10-21No need for volatile here.Florian Obser
2013-10-21- -V after -tJason McIntyre
2013-10-21Use the provided netmask on the subnet value provided in 'subnet'Kenneth R Westerback
2013-10-21we are passing the variable, not using a global any more.Peter Hessler
2013-10-21remove the IPv4-only check for rdomains, allows IPv6 to use themPeter Hessler
2013-10-21More rdomain / rtable support for useful diagnostic toolsPeter Hessler
2013-10-21Add rdomain support to IPv6 configuration toolsPeter Hessler
2013-10-20spelling, spacing, etcTheo de Raadt
2013-10-20Report i/o errors on stdin as occuring on "stdin" not "(null)"...Miod Vallat
2013-10-20If the font to load is not a file, compute the numbers of characters itMiod Vallat
2013-10-20reserve file descriptors for incoming connections so weSebastian Benoit
2013-10-20catch up with elf(5)/stab(5) removal;Jason McIntyre
2013-10-19fix a few obvious .Ar markup errors (unfortunately, there are many more)Ingo Schwarze
2013-10-19Merge the prefix and prefixlen filter bits into one filter. Change theClaudio Jeker
2013-10-19Fix receipt of OID varbinds when sending trapsBret Lambert
2013-10-19Keep track of which fds were closed before and only close those stillFlorian Obser
2013-10-18don't silence stderr from pkg_add when running in verbose modeAlexander Hall
2013-10-18bugfix update to 1.4.3Robert Nagy
2013-10-18Scattering a few bcopy()'s around source using mostly memcpy() is justKenneth R Westerback
2013-10-18Do not fiddle with the response queue directly but go throughFlorian Obser
2013-10-18Logging to syslog works better with openlog(3).Florian Obser
2013-10-18Use a dedicated socketpair for stdin, makes the code more symetric andFlorian Obser
2013-10-18Calculate correct pointer for fcgi_{begin,end}_request_body.Florian Obser
2013-10-18Calculate correct pointer for end_request; while there initializeFlorian Obser
2013-10-18set FD_CLOEXECFlorian Obser
2013-10-18%d -> %lld, add (long long) cast to time_t variables. Make guentherKenneth R Westerback
2013-10-18typo in function name in log messageStuart Henderson
2013-10-17Respect the max pdu length and merge all send_label* functions intoRenato Westphal
2013-10-17Improve parsing of label mapping messages and merge all recv_label*Renato Westphal
2013-10-17The header file netinet/in_var.h included netinet6/in6_var.h. ThisAlexander Bluhm
2013-10-17Less ambiguous wording concerning control socket configuration options.Bret Lambert
2013-10-17Update snmpd(8) to use the proc.c privsep style from iked and relayd.Reyk Floeter
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
2013-10-16tidy up the "modifier" list a little and sync usage();Jason McIntyre
2013-10-16some .Pa;Jason McIntyre
2013-10-16no more -r; ok blambertJason McIntyre
2013-10-16 1) move the creation of 'restricted' communication socketsBret Lambert
2013-10-15Don't bind a label for the default route.Renato Westphal
2013-10-15Minor fixes on if_del() and nbr_new().Renato Westphal
2013-10-15Simplify the lde_nbr_new() function.Renato Westphal
2013-10-15Remove stray (long) cast of value being assigned to tv_secs.Kenneth R Westerback
2013-10-15Simplify the code by avoiding direct calls to imsg_compose_event().Renato Westphal
2013-10-15Improve debug and error logs.Renato Westphal
2013-10-15Generate the NBR_EVT_PDU_RCVD event in a single point.Renato Westphal