summaryrefslogtreecommitdiffstats
path: root/usr.bin/file/apprentice.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* New implementation of the file(1) utility. This is a simplified,nicm2015-04-241-2129/+0
* Add missing <limits.h> to file.c and remove definition of PATH_MAXmillert2015-01-161-5/+1
* Replace <sys/param.h> with <limits.h>doug2015-01-161-6/+6
* Place additional parantheses around readdir() and check return does notbrad2014-10-261-2/+2
* use reallocarrayespie2014-05-181-11/+12
* Avoid size_t overflow in apprentice_map.tobias2014-01-161-3/+5
* fix a buffer overflow found by parfaitjsg2009-11-111-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* Appease gcc2 (I wish people would write in C, rather than "latest crapderaadt2009-08-271-5/+6
* file update to 4.24chl2009-04-241-133/+410
* Update file to 4.21.chl2008-05-081-270/+973
* use strcspn instead of strchr to properly overwrite '\n' in fgets returned bufferchl2007-10-051-8/+5
* Don't blindly truncate buf[strlen(buf) - 1] without checking forray2006-10-311-3/+7
* Remove unused variable, spotted by otto@pedro2006-04-041-3/+2
* Fix case where a string could not be correctly terminated, okay jaredy@pedro2006-04-041-4/+4
* tidy buffer sizes, from Alexander Farber, PR 3924. ok tedu@otto2004-09-251-4/+4
* big update to file 4.09. ok ian@tedu2004-05-191-172/+694
* ian gives permission for 3/4 removalderaadt2003-06-131-7/+2
* string fixes; ian okderaadt2003-04-071-5/+8
* Replace TPUM license with standard BSD-style licenseian2003-03-111-24/+32
* Swap args to calloc(3) so they are in the correct order; art@ ok.aaron2002-08-121-3/+3
* use types in inttypes.h directlyitojun2002-06-051-5/+5
* Remove \n from err/errx/warn/warnx().mpech2002-03-141-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-8/+8
* kill more registersmpech2001-11-191-7/+7
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-301-3/+3
* oflowderaadt1999-12-061-3/+3
* Increase MAXMAGIS again, and change the reallocation - don't need toian1999-09-261-5/+6
* oopsderaadt1998-08-211-3/+3
* realloc fixderaadt1998-08-191-5/+10
* err/warnmickey1998-07-101-16/+13
* Updates file(1) to version 3.22 by way to NetBSD.millert1997-02-091-13/+13
* rcsidderaadt1996-06-261-2/+2
* update from netbsdderaadt1995-12-141-20/+52
* initial import of NetBSD treederaadt1995-10-181-0/+590