Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-20 | use poll() instead of select() with a limited-size fd_set | Theo de Raadt | |
2013-04-17 | variety of fixes to correct large time_t code. it is quite broken upstream. | Theo de Raadt | |
ok chl | |||
2013-01-17 | remove uesless Pp; | Jason McIntyre | |
2013-01-05 | teach file about lua 5.2. | Federico G. Schwindt | |
ok miod@ | |||
2012-04-10 | Add a start record to the ktrace and use a special magic string "KTR" | Mike Belopuhov | |
to identify ktrace files. kdump(1) will now refuse to operate on trace data without the start record and as a bonus will print only PID, unless an -H flag is specified to print PID/TID pairs. Initial diff, input from and ok deraadt, guenther. | |||
2011-10-15 | Ignatios Souvatzis at NetBSD rescinded the third and fourth clause in | Ingo Schwarze | |
his license on Nov 9, 2009, see NetBSD CVS rev. 1.2. Pointed out by tedu@, following a question from <pancake at youterm com> forwarded by edd@. | |||
2011-07-25 | - Use strtof instead of casting strtod back to float (apprentice.c), | Martynas Venckus | |
- Don't reimplement strndup (softmagic.c). OK millert@. | |||
2011-04-15 | Make the file_mbswidth() function cope if wcwidth() returns -1. | Stefan Sperling | |
ok mikeb millert | |||
2011-01-10 | delete embarrasingly horrid use of mktemp() brought in from upstream | Theo de Raadt | |
ok millert | |||
2010-10-28 | more roff adjustments; | Jason McIntyre | |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre | |
2010-07-15 | some escapes i missed; | Jason McIntyre | |
2010-01-17 | Backport bug fix from upstream. | Charles Longeau | |
Bug found by sthen@ ok sthen@ ian@ | |||
2010-01-02 | Various syntax errors in list headers, found by mandoc(1), | Ingo Schwarze | |
also required to fix the mandoc build. "fine. even if mandoc goes nowhere, it has found some bugs ;)" jmc@ ok sobrado@ | |||
2009-12-23 | partion -> partition. First one (mkfs.c) noted by Brad Tilley on tech@. | Kenneth R Westerback | |
2009-11-26 | grammar; | Jason McIntyre | |
2009-11-11 | fix a buffer overflow found by parfait | Jonathan Gray | |
ok millert@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-10-26 | Fix usage; requested by jmc@ | Antoine Jacoutot | |
ok jmc@ ian@ | |||
2009-10-26 | Bring man pages on par with our file(1) version (merge from upstream with | Antoine Jacoutot | |
several tweaks). As usual, several enhancements and inputs from jmc@ Input from ian@ ok jmc@ ian@ | |||
2009-09-03 | Correctly escape spaces in the Erlang 4.2/4.3 magic. | Stuart Henderson | |
Fixes printing on Tuesdays from some applications. ok ian@ (yes really - http://catless.ncl.ac.uk/Risks/25.77.html#subj14) | |||
2009-08-27 | Appease gcc2 (I wish people would write in C, rather than "latest crap | Theo de Raadt | |
gcc added") ok millert miod | |||
2009-08-16 | replace ".Ar file ..." with ".Ar" whenever possible. | Igor Sobrado | |
ok jmc@ | |||
2009-06-13 | Define SIZEOF_LONG_LONG in config.h, so that the byteswapping code in ELF | Miod Vallat | |
specific parsing works correctly on BE64 systems. | |||
2009-04-26 | add missing $OpenBSD$ tags | Charles Longeau | |
ok ian@ | |||
2009-04-24 | file update to 4.24 | Charles Longeau | |
The '-i' switch is now enabled so file(1) can output mime type strings. ok ian@ builk ports build test on amd64 by jasper@ ok ray@ gilles@ on a almost identical diff builk ports build test on sparc64 on this almost identical diff by ajacoutot@ also tested by landry@ | |||
2009-04-14 | force magic file to include all magdir files in alphabetical order, | Charles Longeau | |
preparing the way for upcoming update to file 4.24 almost entirely written by espie@ "Go ahead, commit it." espie@ | |||
2008-11-09 | protect against .orig files resulting from a patch. | Marc Espie | |
2008-05-14 | add missing $OpenBSD$ tags | Charles Longeau | |
ok ian@ | |||
2008-05-08 | Update file to 4.21. | Charles Longeau | |
tested by ian@ sthen@ OK ian@, "move ahead with it" deraadt@ | |||
2007-11-26 | typos; ok jmc@ | Martynas Venckus | |
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@ | |||
2007-10-05 | use strcspn instead of strchr to properly overwrite '\n' in fgets returned ↵ | Charles Longeau | |
buffer check if the first byte is NUL instead of invoking strlen() with help of ray@ "Looks OK" millert@ | |||
2007-09-14 | remove some warnings: | Charles Longeau | |
unused variable `variable' `variable' might be used uninitialized in this function ok gilles@ ray@ | |||
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade | |
ok pyr@, ray@, millert@, moritz@, chl@ | |||
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2007-07-09 | Fix possible heap overflow in file(1), aka CVE-2007-1536. | Dimitry Andric | |
When writing data into a buffer in the file_printf() function, the length of the unused portion of the buffer is not correctly tracked, resulting in a buffer overflow when processing certain files. Adapted from FreeBSD's SA-07:04.file fix, with ok and some minor tweaks from canacar@ and ray@. | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-04-08 | detect MP3 file with ID3 v2 tag | Nikolay Sturm | |
ok deraadt | |||
2007-03-29 | let the description of -m match SYNOPSIS and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-28 | spell maintenance correctly | David Krause | |
2007-02-27 | Recognize OpenBSD/sh core dumps. | Miod Vallat | |
2007-02-24 | Remove several incorrect and/or unmaintained emails, prompted by correction ↵ | Ian Darwin | |
from bernd@ | |||
2007-02-19 | Our version of file(1) doesn't have the MIME magic file, so remove | Tom Cosgrove | |
references to -i/--mime and no longer accept them on the command line. Update the HISTORY section to be less confusing. Based on a diff to tech@ by Mikolaj Kucharski, mikolaj (dot) kucharski (at) gmail (dot) com. Prompted by jmc@; input from and ok jmc@ and otto@ | |||
2006-10-31 | Don't blindly truncate buf[strlen(buf) - 1] without checking for | Ray Lai | |
newline. Initial patch from Charles Longeau <chl at tuxfamily dot org>, fix inspired by comment by Anonymous Coward on undeadly. OK moritz@, ian@. | |||
2006-10-12 | recognize 'sh' binaries. | Dale Rahn | |
2006-07-18 | Sync with current | Ian Darwin | |
2006-07-18 | Remove obsolete | Ian Darwin | |
2006-07-18 | Documentation-only change: sync with current version | Ian Darwin | |
2006-07-18 | Sync copyright date | Ian Darwin | |
2006-06-02 | Replaced by new stuff in regress | Ian Darwin | |