summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2003-07-26Add missing "break" in -s case and make usage() explicitly take void.Todd C. Miller
2003-07-23bye byeTheo de Raadt
2003-07-22- use :L variable modifier with ELF_TOOLCHAIN variableBrad Smith
2003-07-21gotta prune your objdir after makefile changes...; cleandir was not brokenMichael Shalayeff
2003-07-21no, you broke cleandirTheo de Raadt
2003-07-21do not symlink .x file -- build right out of include dir and only link .h; de...Michael Shalayeff
2003-07-21use __prognameMichael Shalayeff
2003-07-21protosTheo de Raadt
2003-07-21use more defines; andrushock@korovino.netTheo de Raadt
2003-07-20ignore backwards going entriesMichael Shalayeff
2003-07-18add missing includesDavid Krause
2003-07-18remove the extra / in pathDavid Krause
2003-07-18#include "http_main.h" for the chroot functionsDavid Krause
2003-07-17add support for ESP decryption; ok deraadt@; feedback mickey@;Markus Friedl
2003-07-16kill a rake of .br's and .Pp's that worked around the spacing bug. shouldJason McIntyre
2003-07-15protos and repairsTheo de Raadt
2003-07-14- new sentence, new lineJason McIntyre
2003-07-14macro fixes;Jason McIntyre
2003-07-14fix a list;Jason McIntyre
2003-07-14- escape "It" so groff doesn't try to expand itJason McIntyre
2003-07-14fix a width specifier and remove some .Pp's before lists/displays;Jason McIntyre
2003-07-11Better parsing and -v support for tables:Cedric Berger
2003-07-10trivial protosTheo de Raadt
2003-07-09AVoid core dump when package name in package is not valid.Otto Moerbeek
2003-07-08protos; avsm okTheo de Raadt
2003-07-08Update to work with new kernel changesNathan Binkert
2003-07-08Fix a bug that caused removal of previous users' rules when more then oneDaniel Hartmeier
2003-07-08print ip_{src,dst} again; ok henning@Markus Friedl
2003-07-08declare chroot and etag functions in the .h filesDavid Krause
2003-07-08oupsie, error in code we don't compileHenning Brauer
2003-07-08dont silently truncate a domain socket specified via the -p argument;Anil Madhavapeddy
2003-07-07bye bye piece of crudTheo de Raadt
2003-07-07protosTheo de Raadt
2003-07-06ansi rpcgenTheo de Raadt
2003-07-06protosTheo de Raadt
2003-07-06protos and ansiTheo de Raadt
2003-07-04'static const char rcsid[]' to make it -Wall cleanAnil Madhavapeddy
2003-07-04- use sizeof(var) instead of hardcoding length in functions that need itAnil Madhavapeddy
2003-07-03Bye bye atexit(), bye bye globals...Cedric Berger
2003-07-03This patch finally cleanup pfctl_table.c. No more global buffer,Cedric Berger
2003-07-02bump mktemp/mkstemp randomness from 6 -> 10 X'sAnil Madhavapeddy
2003-07-02.Ic Ar -> .ArJason McIntyre
2003-07-02simplify macro usage;Jason McIntyre
2003-07-02fix broken escape; from wiz@netbsdJason McIntyre
2003-07-02bump mktemp randomness from 6 to 10 X'sAnil Madhavapeddy
2003-06-28() to (void)Theo de Raadt
2003-06-28ansiTheo de Raadt
2003-06-28ansi & prototype cleanup. tested in mkr on most arch's. ok dhartmeiTheo de Raadt
2003-06-27bye byeTheo de Raadt
2003-06-27missing includeVincent Labrecque