summaryrefslogtreecommitdiffstats
path: root/usr.bin/look (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* look(1) will access /usr/share/dict/words to look for the string we want, or itmestre2018-08-111-4/+6
* Nuke more whitespace caught in the headlights of "warning:"krw2017-01-211-32/+32
* Accommodate gcc's suggestion that assignments used as truth valueskrw2017-01-211-2/+2
* Eliminate the FOLD and DICT macros. There's no need to check formillert2016-09-131-21/+5
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* tame "stdio rpath", for the open with O_RDONLY.deraadt2015-10-071-1/+4
* SIZE_MAX is standard, we should be using it in preference to themillert2015-02-061-3/+3
* Use errc/warnc to simplify code.guenther2014-05-201-2/+2
* unsigned char casts for ctypederaadt2013-11-261-5/+5
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-7/+7
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-14/+1
* synchronize synopsis and usage.sobrado2009-06-171-3/+4
* convert to new .Dd format;jmc2007-05-311-2/+2
* Fix typo in a comment.niallo2005-06-251-3/+3
* mostly ansi cleanup; pval okderaadt2003-06-101-16/+9
* - section reorderjmc2003-06-101-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-033-19/+7
* Fix an err() that should really be errx()millert2002-03-011-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-8/+8
* kill more registersmpech2001-11-191-9/+9
* Check the mmap return value against MAP_FAILED, not NULL.art2000-10-121-3/+3
* Various cleanups and standardization.aaron2000-03-101-5/+6
* Some section re-ordering.aaron2000-03-061-2/+3
* Use MAP_PRIVATE for mmap() flags instead of 0. With UVM this defaultsmillert1999-12-211-3/+3
* More consistent introduction to options.aaron1999-10-171-2/+2
* Use the AT&T UNIX macros.aaron1999-10-171-2/+3
* - remove trailing white spaceaaron1999-06-051-6/+6
* usr.bin/ man page fixes, f-m.aaron1998-09-261-4/+4
* $OpenBSD$deraadt1997-09-211-2/+1
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* rcsidderaadt1996-06-264-2/+5
* initial import of NetBSD treederaadt1995-10-184-0/+486