summaryrefslogtreecommitdiff
path: root/usr.bin/file
AgeCommit message (Expand)Author
2015-02-15Use "In" to mark up include files, instead of wrongly wrapping with Aq.Anthony J. Bentley
2015-01-16Add missing <limits.h> to file.c and remove definition of PATH_MAXTodd C. Miller
2015-01-16Replace <sys/param.h> with <limits.h>Doug Hogan
2015-01-16If MAXPATHLEN is undefined, do not set it to 512. Dangerous.Theo de Raadt
2014-11-04bounds check, apply from upstream devel/libmagicTheo de Raadt
2014-10-26Place additional parantheses around readdir() and check return does notBrad Smith
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-05-18use reallocarrayMarc Espie
2014-01-16Avoid size_t overflow in apprentice_map.Tobias Stoeckmann
2013-04-20use poll() instead of select() with a limited-size fd_setTheo de Raadt
2013-04-17variety of fixes to correct large time_t code. it is quite broken upstream.Theo de Raadt
2013-01-17remove uesless Pp;Jason McIntyre
2013-01-05teach file about lua 5.2.Federico G. Schwindt
2012-04-10Add a start record to the ktrace and use a special magic string "KTR"Mike Belopuhov
2011-10-15Ignatios Souvatzis at NetBSD rescinded the third and fourth clause inIngo Schwarze
2011-07-25- Use strtof instead of casting strtod back to float (apprentice.c),Martynas Venckus
2011-04-15Make the file_mbswidth() function cope if wcwidth() returns -1.Stefan Sperling
2011-01-10delete embarrasingly horrid use of mktemp() brought in from upstreamTheo de Raadt
2010-10-28more roff adjustments;Jason McIntyre
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-07-15some escapes i missed;Jason McIntyre
2010-01-17Backport bug fix from upstream.Charles Longeau
2010-01-02Various syntax errors in list headers, found by mandoc(1),Ingo Schwarze
2009-12-23partion -> partition. First one (mkfs.c) noted by Brad Tilley on tech@.Kenneth R Westerback
2009-11-26grammar;Jason McIntyre
2009-11-11fix a buffer overflow found by parfaitJonathan Gray
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-26Fix usage; requested by jmc@Antoine Jacoutot
2009-10-26Bring man pages on par with our file(1) version (merge from upstream withAntoine Jacoutot
2009-09-03Correctly escape spaces in the Erlang 4.2/4.3 magic.Stuart Henderson
2009-08-27Appease gcc2 (I wish people would write in C, rather than "latest crapTheo de Raadt
2009-08-16replace ".Ar file ..." with ".Ar" whenever possible.Igor Sobrado
2009-06-13Define SIZEOF_LONG_LONG in config.h, so that the byteswapping code in ELFMiod Vallat
2009-04-26add missing $OpenBSD$ tagsCharles Longeau
2009-04-24file update to 4.24Charles Longeau
2009-04-14force magic file to include all magdir files in alphabetical order,Charles Longeau
2008-11-09protect against .orig files resulting from a patch.Marc Espie
2008-05-14add missing $OpenBSD$ tagsCharles Longeau
2008-05-08Update file to 4.21.Charles Longeau
2007-11-26typos; ok jmc@Martynas Venckus
2007-10-05use strcspn instead of strchr to properly overwrite '\n' in fgets returned bu...Charles Longeau
2007-09-14remove some warnings:Charles Longeau
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-07-09Fix possible heap overflow in file(1), aka CVE-2007-1536.Dimitry Andric
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-08detect MP3 file with ID3 v2 tagNikolay Sturm
2007-03-29let the description of -m match SYNOPSIS and usage(); from Igor SobradoJason McIntyre
2007-02-28spell maintenance correctlyDavid Krause
2007-02-27Recognize OpenBSD/sh core dumps.Miod Vallat