Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-08 | When creating > 1 files with mktemp(1), make sure that if the creation | Peter Valchev | |
of the n'th (n>1) file fails, the previous ones get removed before exit(1) Idea by jason; ok millert deraadt | |||
2003-02-03 | typos; | Jason McIntyre | |
ipsecadm(8): examples ho@ help and ok markus@ | |||
2003-01-02 | typo; jmc at prioris.mini.pw.edu.pl | Henning Brauer | |
2002-10-04 | Move the -H to the sort variable declaration itself since the -H | Todd C. Miller | |
flag is non-standard. This allows people to use a different sort (like GNU sort) if they want via the sort environment variable. mickey@ OK | |||
2002-10-04 | sort -H for modern large filesystems; from McikyeBSD; millert@ ok and ↵ | Michael Shalayeff | |
multiple ppl testing | |||
2002-07-07 | enviroment -> environment | Jan-Uwe Finck | |
2002-06-24 | prevent potential unaligned access error; ok espie@, pval@ | Christian Weisgerber | |
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin | |
millert@ ok | |||
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski | |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell | |
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there. | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-07-06 | Insert more missing .El directives. Our troff really should identify these and | Aaron Campbell | |
spit out a warning. | |||
2000-04-18 | Missed a few. | Aaron Campbell | |
2000-03-24 | Typo. | Ian Darwin | |
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell | |
2000-03-08 | Various cleanups and improvements. | Aaron Campbell | |
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell | |
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1998-12-16 | more .Nm fixes | Aaron Campbell | |
1998-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell | |
1998-08-12 | fix more errors | Theo de Raadt | |
1998-08-12 | fix numerous grammer issues | Theo de Raadt | |
1998-07-24 | fix spelling; aaron@ug.cs.dal.ca | Theo de Raadt | |
1997-12-13 | permit TMPDIR override; sef | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-06-21 | \n\n is ugly | Theo de Raadt | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1997-04-03 | per wishes of deraadt add ufs to default fs's to search. | michaels | |
1997-04-02 | use 10 X for mktemp(1) | Theo de Raadt | |
1997-01-21 | the locate code assumes that char max is 127 (char == signed char) | Dale S. Rahn | |
however on the powerpc port that is not the case (char == unsigned char) Thus this change, if anyone has a better idea, feel free. | |||
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1997-01-04 | Command line args to updatedb. Also, a filename of "-" for the db | Todd C. Miller | |
means output to stdout. | |||
1997-01-03 | locate shell scripts now use mktemp(1) and weekly runs updatedb | Todd C. Miller | |
as bin not nobody to avoid NFS problems. | |||
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-11-30 | filesystem is named "ffs" not "ufs". | Todd C. Miller | |
1996-10-20 | 8-Bit character support. From wosch@freebsd. | michaels | |
1996-10-10 | Fix searching for shell quoting characters. From wosch@freebsd. | michaels | |
1996-09-15 | kill the race; noticed by bitblt | Theo de Raadt | |
1996-09-15 | Blind update of wosch@FreeBSD's code: | michaels | |
optimized search algorithm faster IO due mmap(2) [-m | -s] better error check for damaged databases support for databases in network byte order (SunOS/sparc) optional case insensitve search [-i] optional multiple databases optional multiple pattern new enviroment variable LOCATE_PATH for database(s) [-S] print some statistic about the database [-l number] limit output to number file names [-c] suppress normal output; instead print a count of matching file names fix prototypes/forward declarations/return type | |||
1996-08-30 | Bugs in code, NUL != NULL, from bde@zeta.org.au (Bruce Evans) | michaels | |
1996-08-17 | ${LIBEXECDIR} | michaels | |
1996-08-17 | use only the bourne shell version. | michaels | |
1996-08-17 | ++argv | michaels | |
1996-08-17 | argv. | michaels | |