aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/look/look.c
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* look: implement long optionsEitan Adler2014-07-041-1/+10
* look(1): add compability with other implementations.Eitan Adler2014-05-111-1/+4
* Add missing static keywords to look(1)Ed Schouten2011-11-061-13/+13
* Sort header file names.Ed Schouten2011-10-171-1/+1
* Add missing #include.Ed Schouten2011-10-161-0/+1
* Don't cast SIZE_T_MAX to off_t.Ed Schouten2011-10-161-1/+1
* Build look(1) with WARNS=6.Ed Schouten2011-10-141-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Don't try to mmap the contents of empty files. This behaviour was harmlessColin Percival2009-08-261-0/+4
* Remove break after return.Stefan Farfeleder2006-07-181-2/+0
* Add support for multibyte characters. While here, fix a longstanding bug inTim J. Robbins2004-07-191-53/+68
* ANSIify function definitions.David Malone2002-09-041-18/+11
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Fix a const-char vs char issue.Mark Murray2002-04-281-1/+3
* remove __PWarner Losh2002-03-221-6/+6
* Warns cleanup - not ready for WARNS=2 yet.David Malone2001-12-031-2/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Support multiple databases. For exampleWolfram Schneider1998-08-311-24/+24
* revert: The warning was supposed to irritate someone into fixing this.Jordan K. Hubbard1997-09-151-3/+2
* unsigned char -> caddr_t for mmap's return value.Jordan K. Hubbard1997-09-151-2/+3
* Use err(3) instead of local redefinition.Philippe Charnier1997-07-231-38/+14
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Merge from Lite2Peter Wemm1997-03-111-2/+5
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-161-1/+1
* Make it works with 8bit charsetsAndrey A. Chernov1995-10-291-15/+18
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-31/+31
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+357