summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2013-10-15If the fake target of a port installed an empty (0-byte) file as aIngo Schwarze
2013-10-15Fix whitespace and other style issues.Renato Westphal
2013-10-15Since a targeted neighbor can be created both by configuration andRenato Westphal
2013-10-15Improve parsing of LDP messages.Renato Westphal
2013-10-15Ignore messages that have Unknown flag set.Renato Westphal
2013-10-15tedu a.out supportTheo de Raadt
2013-10-14tedu ecoff supportTheo de Raadt
2013-10-14Using 'cc -o /dev/null' has weird side-effects as root, so use a real filePhilip Guenther
2013-10-14handle DESTDIR; with guentherTheo de Raadt
2013-10-13Use the new DIST_LIB/DIST_OBJS hooks to make it possible to link crunchedPhilip Guenther
2013-10-13remote bits for a.out and ecoffTheo de Raadt
2013-10-13Death to a.out bits!Philip Guenther
2013-10-11improve ntpctl argv parsingTheo de Raadt