summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-22Make syslogd tests more reliable on slow machines. All tests passAlexander Bluhm
2015-01-22Do not need to include <sys/cdefs.h> when headers included above end upTheo de Raadt
2015-01-21tweak previous; ok schwarzeJason McIntyre
2015-01-213 different .h files here include ioccom.h. Do not need to include it directlyTheo de Raadt
2015-01-21if_media.c needs net/if_var.h. This fixes the build with IFMEDIA_DEBUG.Theo de Raadt
2015-01-21complete the circle so all ql pages xref all other ql pagesTed Unangst
2015-01-21Do not need sys/cdefs.hTheo de Raadt
2015-01-21remove #if 0 cdefs.h blocksTheo de Raadt
2015-01-21To satisfy kernel grovellers and bad (but document) sysctlTheo de Raadt
2015-01-21Ooops, no need to include sys/cdefs.h.Reyk Floeter
2015-01-21httpd is based on relayd and had included many headers that are onlyReyk Floeter
2015-01-21Include <netinet/in.h> before <net/pfvar.h>. In a future change whenTheo de Raadt
2015-01-21Remove the useless variable ifa in rt_getifa().Alexander Bluhm
2015-01-21Rudimentary implementation of the roff(7) \o escape sequence (overstrike).Ingo Schwarze
2015-01-21By popular demand, put NFS, ipv6 and vlan support in sparc installation media.Miod Vallat
2015-01-21Improve overstriking. When overstriking a wider character with aIngo Schwarze
2015-01-21Build the argument list for halt/reboot without excessive use ofChristian Weisgerber
2015-01-21Truncate progname to NAME_MAX in the syslog message, to ensure otherTheo de Raadt
2015-01-21Use plain "-p" to specify "halt and power down", for consistencyChristian Weisgerber
2015-01-21Even without BATs memory under ``physmaxaddr'' is mapped 1:1 in theMartin Pieuchot
2015-01-21I don't foresee knowing that my i386 netbook has an AT/286+ bios andTed Unangst
2012-07-11bring in a persistent event driven tftp-proxy to replace the libexecDavid Gwynne
2015-01-21Do not try to stop and reset endpoints if USB transfers are abortedMartin Pieuchot
2015-01-21Ubreak the tree by using "struct ifreq" instead of "struct linux_ifreq".Martin Pieuchot
2015-01-21In options-table.c r1.51 an extra space was added to the default status-right,Stuart Henderson
2015-01-21Enable ix(4).Mark Kettenis
2015-01-21carpdev argument is no longer optional.Martin Pieuchot
2015-01-21Remove the code to automagically find a "carpdev".Martin Pieuchot
2015-01-21Add a comment above the autopad checking.Brad Smith
2015-01-21Use the RL_FLAG_AUTOPAD flag when trying to determine whenBrad Smith
2015-01-21Pass times as int64_t and eliminate the (long disabled) mount request.Philip Guenther
2015-01-21regenPhilip Guenther
2015-01-21Remove all references to the amd -M option (it was disabled long ago) andPhilip Guenther
2015-01-21fix macro breakage and update usage();Jason McIntyre
2015-01-21Simplify internals and rewrite file header parsing code:Alexandre Ratchov
2015-01-21Regenerate the amq RPC stubs with a -current rpcgen, with somePhilip Guenther
2015-01-21amq doesn't use anything from misc_rpc.cPhilip Guenther
2015-01-21Assume NFS_CHECK and RO_CHECK are defined.Philip Guenther
2015-01-21Reduce opt_t from long to int.Philip Guenther
2015-01-21Fix deferred host DNS lookups.Brent Cook
2015-01-21Remove unsafe micro-optimization of *bit test*Philip Guenther
2015-01-21Delete option COMPAT_43: support for pre-sa_len binaries has been obsoletePhilip Guenther
2015-01-21pass empty request lines through to tbl(7); sometimes, they end a layoutIngo Schwarze
2015-01-21blank lines in tables do not need special handling; simplifies codeIngo Schwarze
2015-01-21Fix DTLS memory leak (CVE-2015-0206).Doug Hogan
2015-01-20Reduce use of <sys/param.h> and transition to <limits.h> throughout.Theo de Raadt
2015-01-20use SUBDIR to recuse into unit tests; makes "make obj" actuallyDamien Miller
2015-01-20tweak previous; ok schwarzeJason McIntyre
2015-01-20Document how to send syslog messages over TCP or TLS.Alexander Bluhm
2015-01-20increase TMP_MAX to the equivalent of INT_MAX. it's actually more,Ted Unangst