summaryrefslogtreecommitdiff
path: root/usr.bin/locate
AgeCommit message (Collapse)Author
2004-04-08sort options and sync usage();Jason McIntyre
2003-11-09Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>Otto Moerbeek
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-09-29knfTheo de Raadt
2003-09-29realloc fix; ok henning cloderTheo de Raadt
2003-09-25- indent and literal for examplesJason McIntyre
- sort FILES - .Xr weekly 8
2003-09-02escape punctuation;Jason McIntyre
ok deraadt@
2003-07-10add missing includesDavid Krause
ok deraadt@ tedu@
2003-07-07protosTheo de Raadt
2003-06-29Previous commit resulted in a zero-length locate db which I didn'tTodd C. Miller
notice since /etc/weekly doesn't install a 0-length file. So, go back to using print, not printf, but set ORS to NULL so we don't get those extra newlines.
2003-06-28Fix previous commit that broke locate. Unlike printf, print writes aTodd C. Miller
newline. So go back to using printf but use an explicit %s format to make things safe.
2003-06-24use print, not printf in awk; from ak at freeshellTodd C. Miller
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-02-08When creating > 1 files with mktemp(1), make sure that if the creationPeter 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-03typos;Jason McIntyre
ipsecadm(8): examples ho@ help and ok markus@
2003-01-02typo; jmc at prioris.mini.pw.edu.plHenning Brauer
2002-10-04Move the -H to the sort variable declaration itself since the -HTodd 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-04sort -H for modern large filesystems; from McikyeBSD; millert@ ok and ↵Michael Shalayeff
multiple ppl testing
2002-07-07enviroment -> environmentJan-Uwe Finck
2002-06-24prevent potential unaligned access error; ok espie@, pval@Christian Weisgerber
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
millert@ ok
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part 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-19kill more registersMike Pechkin
millert@ ok
2001-05-11-1 -> MAP_FAILEDArtur 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-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron 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-06Insert more missing .El directives. Our troff really should identify these andAaron Campbell
spit out a warning.
2000-04-18Missed a few.Aaron Campbell
2000-03-24Typo.Ian Darwin
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-08Various cleanups and improvements.Aaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-06-05- remove trailing white spaceAaron 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-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1998-12-16more .Nm fixesAaron Campbell
1998-09-26usr.bin/ man page fixes, f-m.Aaron Campbell
1998-08-12fix more errorsTheo de Raadt
1998-08-12fix numerous grammer issuesTheo de Raadt
1998-07-24fix spelling; aaron@ug.cs.dal.caTheo de Raadt
1997-12-13permit TMPDIR override; sefTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-06-21\n\n is uglyTheo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd 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-03per wishes of deraadt add ufs to default fs's to search.michaels
1997-04-02use 10 X for mktemp(1)Theo de Raadt
1997-01-21the 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-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller