aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/head/head.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Fix build on architectures where off_t is signed by casting to uintmax_tBrooks Davis2007-01-111-1/+1
* Fix head -c ### where ### is greater than 2^31. Unlike the submittedBrooks Davis2007-01-111-4/+6
* Remove duplicate __FBSDID() - spotted by trying to build with a non-GNUJuli Mallett2002-07-231-3/+0
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-0/+2
* Fix VCS tags; ANSIfy functionsMark Murray2002-04-281-14/+8
* 1) Staticise.David Malone2002-03-301-13/+13
* remove __PWarner Losh2002-03-221-4/+4
* Make usage message and man page synopsis reflect the fact that -nDavid Malone2002-01-241-1/+1
* In order to perform faster when doing "head -n", use a pair ofAlfred Perlstein2001-11-021-7/+8
* change a global into a local, misc style fixesAlfred Perlstein2001-11-021-7/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* fread() returns 0 on eof or error, not EOF. This fixes the followingDag-Erling Smørgrav1998-10-091-2/+2
* Setting eval to 1 after calling warn was the original behaviour.Philippe Charnier1997-07-111-1/+2
* Use err(3) instead of local redefinition.Philippe Charnier1997-07-101-42/+14
* Support for -c, byte count.Alexander Langer1997-04-061-7/+45
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Merge from Lite2Peter Wemm1997-03-111-3/+5
* first check the count and then getWolfram Schneider1996-02-261-1/+1
* head(1) ignored EOFs (in certain cases).Joerg Wunsch1995-08-151-3/+2
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+180