aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/head
Commit message (Expand)AuthorAgeFilesLines
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+2
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+8
* 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-122-1/+25
* head: fix style nitsMariusz Zaborski2018-11-121-8/+13
* head(1): Provide long optionsKyle Evans2018-04-102-2/+22
* Add ATF tests for head(1)Alan Somers2017-11-203-0/+144
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * sync from headSimon J. Gerraty2013-04-121-1/+14
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | Remove EOL whitespace accidentally introduced in r248393.Joel Dahl2013-03-171-1/+1
* | Add a couple of examples.Joel Dahl2013-03-161-1/+14
|/
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+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-112-4/+8
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* 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
* Note that this appeared at least as early as PWB UNIX.Juli Mallett2002-06-101-2/+1
* 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
* mdoc(7) police: pedantry.Ruslan Ermilov2002-03-151-4/+1
* Make usage message and man page synopsis reflect the fact that -nDavid Malone2002-01-242-3/+5
* 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
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-4/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-131-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+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-062-8/+49
* 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