aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tail/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-1/+0
| | | | | | | | Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Improve usability of head(1) and tail(1):Xin LI2022-07-131-0/+1
| | | | | | | | | | | - Consistently support -q (quiet) and -v (verbose) - Allow specifying numbers with SI prefixes supported by expand_number(3) - Remove 2^31 limit on lines for head(1) MFC after: 2 weeks Reviewed by: lwhsu, pauamma, gbe Relnotes: yes Differential Revision: https://reviews.freebsd.org/D35720
* tail: disable capsicum in rescue modeMariusz Zaborski2019-06-051-1/+1
| | | | | | | | | All rescue application are not capsicumized. Reported by: jenkins Notes: svn path=/head/; revision=348711
* tail: capsicumizeMariusz Zaborski2019-06-051-0/+6
| | | | | | | | Submitted by: Nik Sultana <sultana@seas.upenn.edu> Differential Revision: https://reviews.freebsd.org/D20393 Notes: svn path=/head/; revision=348708
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
| | | | | | | | | `SUBDIR.${MK_TESTS}+= tests` idiom. This is a follow up to r321912. Notes: svn path=/projects/make-check-sandbox/; revision=321914
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
| | | | | | | | | | | | | | directories to SUBDIR.${MK_TESTS} idiom This is being done to pave the way for future work (and homogenity) in ^/projects/make-check-sandbox . No functional change intended. MFC after: 1 weeks Notes: svn path=/head/; revision=321912
* Fix memory leaks during "tail -r" of an irregular fileAlan Somers2017-01-101-0/+6
| | | | | | | | | | | | | | | | | * Rewrite r_buf to use standard tail queues instead of a hand-rolled circular linked list. Free dynamic allocations when done. * Remove an optimization for the case where the file is a multiple of 128KB in size and there is a scarcity of memory. * Add ATF tests for "tail -r" and its variants. Reported by: Valgrind Reviewed by: ngie MFC after: 4 weeks Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D9067 Notes: svn path=/head/; revision=311895
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* Bump WARNS to 4 as this seems OK on the alpha now.David Malone2005-01-101-1/+1
| | | | Notes: svn path=/head/; revision=139995
* revert WARNS=4, it makes the alpha compile sad.Alfred Perlstein2002-07-151-1/+1
| | | | Notes: svn path=/head/; revision=100063
* WARNS=4, addAlfred Perlstein2002-07-141-0/+2
| | | | Notes: svn path=/head/; revision=99983
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+6
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590