aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/head/head.c
Commit message (Expand)AuthorAgeFilesLines
* head: use getline() instead of fgetln()Martin Tournoij2024-04-191-4/+5
* 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
* Improve usability of head(1) and tail(1):Xin LI2022-07-131-10/+23
* fileargs_init() sets errno on failure.Mark Johnston2019-11-061-1/+1
* cap_fileargs: chase r346315, update fileargs_init in consumersEd Maste2019-04-171-1/+1
* head: sandbox using capsicumMariusz Zaborski2018-11-121-1/+19
* head: fix style nitsMariusz Zaborski2018-11-121-8/+13
* head(1): Provide long optionsKyle Evans2018-04-101-1/+9
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* 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