aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/split
Commit message (Expand)AuthorAgeFilesLines
* Tighten boundary check in split(1) to prevent a potential buffer overflow.Shawn Bayern2024-05-031-0/+4
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-8/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-273-6/+0
* split: Improve GNU compatibility.Dag-Erling Smørgrav2023-09-282-1/+25
* split: Further option parsing improvements.Dag-Erling Smørgrav2023-09-281-38/+46
* split: Fix linecount parsing.Dag-Erling Smørgrav2023-09-062-12/+31
* split: Code cleanup.Dag-Erling Smørgrav2023-09-061-10/+13
* split: Add missing test cases.Dag-Erling Smørgrav2023-09-061-1/+23
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+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
* split(1): add '-c' to continue creating filesJan Schaumann2023-05-302-12/+36
* split(1): auto-extend suffix length if requiredJan Schaumann2023-05-302-2/+37
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* split: Update synopsis and usage; fix examplesMateusz Piotrowski2023-04-182-10/+10
* split: reset errno prior to getline()Math Ieu2022-10-271-1/+1
* split: add word order fixKyle Evans2022-10-251-1/+1
* split: add some testsKyle Evans2022-10-253-0/+225
* split: switch to getline() for line/pattern matchingKyle Evans2022-10-252-16/+17
* split(1): Add EXAMPLES sectionFernando Apesteguía2020-06-181-0/+36
* Revert r352953: Convert pnmatch to single element array in regexec callsAlexander Kabaev2019-10-021-4/+4
* Convert pnmatch to single element array in regexec callsAlexander Kabaev2019-10-021-4/+4
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* 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/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+2
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * New/updated dependenciesSimon J. Gerraty2014-05-051-0/+1
| * Merge headSimon J. Gerraty2014-04-282-16/+6
| |\
| * \ Merge from headSimon J. Gerraty2013-09-052-6/+32
| |\ \
| * | | 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
* | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+2
| |_|/ |/| |
* | | Add missed DPADDEitan Adler2013-11-091-0/+1
* | | Change manual string conversion to expand_numberEitan Adler2013-11-092-16/+5
| |/ |/|
* | Avoid signed overflow in error handling code.Eitan Adler2013-05-211-1/+3
* | Bump .Dd for recent content change.Eitan Adler2013-05-101-1/+1
* | Implement 'split -d' which allows a numeric suffix instead of anEitan Adler2013-05-102-5/+29
|/
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-3/+0
* Add missing static keywords to split(1)Ed Schouten2011-11-061-10/+10
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Correct spelling mistake, int -> intoGavin Atkinson2010-09-021-2/+2
* When "-b" is specified, one could easily create "smaller" filesTom Rhodes2009-01-241-3/+3
* Add a -n option to split(1) to split files into N chunks rather thanDavid Schultz2008-03-162-12/+78