Age | Commit message (Expand) | Author |
2015-04-26 | Fix glitches in previous commit: strip the \n and only complain on failure | Philip Guenther |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2013-06-03 | dependent clause requires a subject (comment grammar) | Ted Unangst |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-06-20 | If the user didn't specify a kernel, pass in NULL to kvm_openfiles() | Todd C. Miller |
2009-01-17 | Use different variables for the dump offset in blocks and the dump offset | Miod Vallat |
2009-01-02 | Handle kernel core files larger than 2GB; ok dlg@ | Miod Vallat |
2007-09-14 | remove some warnings: | Charles Longeau |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
2005-01-07 | Use fstatfs(), not statfs() to determine free space so if /var/crash | Todd C. Miller |
2004-09-15 | removed unused; avoid aliasing to libc functions | Theo de Raadt |
2004-07-02 | Use "time_second" instead of "time" now that time handling in the kernel | Thorsten Lockert |
2004-01-13 | Use correct type for magic number. | Otto Moerbeek |
2003-12-28 | zap bizarre log() prototype. | Marc Espie |
2003-11-15 | fix savecore on big endian 64 bit arches. OK millert@ | Marco S Hyman |
2003-07-29 | spaces | Theo de Raadt |
2003-06-10 | boring cleanups | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-08 | fix null deref in error syslogging | Michael Shalayeff |
2003-04-07 | strlcat, and it counted srclen, not dstlen; ok millert | Theo de Raadt |
2002-07-03 | ansi | Theo de Raadt |
2002-05-22 | oops, backwards length check; moritz@jodeit.org | Theo de Raadt |
2002-05-22 | strcpy, sprintf death; mpech ok | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-05 | kill more registers; | Mike Pechkin |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt |
2001-06-20 | circumvent a 32-bit integer arithmetic overflow | Niklas Hallqvist |
2001-06-04 | return from main() don't exit | Michael Shalayeff |
2001-01-18 | crank "K to go" field to 8 digits; lukem@netbsd.org | Theo de Raadt |
2000-10-25 | various savecore/kvm fixes; gluk@ptci.ru, PR#1461 | Theo de Raadt |
2000-09-18 | avoid alias against libc symbol dirname (binutils is so great) | Theo de Raadt |
2000-05-31 | Cleaner loop structure when reading panic string from the core image. | Todd C. Miller |
1999-08-16 | add a missing strerror. (there was already a %s in the format string) | Artur Grabowski |
1999-07-01 | extra fclose(); ronald@chersonese.com | Theo de Raadt |
1999-02-23 | do not print multiple \n in kernel version number printout, | Theo de Raadt |
1998-10-04 | increase data size | Todd C. Miller |
1998-09-24 | Back out gzip changes, they will not make 2.4 | Todd C. Miller |
1998-09-05 | We can now savecore with a gzipped kernel: | Todd C. Miller |
1998-08-10 | fix usage() string; use __progname | Michael Shalayeff |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller |
1998-07-05 | fix bugs; seen by dima | Theo de Raadt |
1998-06-29 | do not (void)kvm_read(...) | Theo de Raadt |
1998-03-25 | usage to stderr, not syslog | Theo de Raadt |
1996-12-29 | remove one / from the printf of the filenames (_PATH_UNIX begings with a | Thomas Graichen |
1996-10-15 | umask for writes; from joerg@freebsd.org | Theo de Raadt |
1996-08-20 | dump one NOT TWO headers; from osymh@gemini.oscs.montana.edu | Theo de Raadt |
1996-06-23 | use _PATH_UNIX for kernel name | Theo de Raadt |
1996-04-21 | sync to netbsd 960418 | Theo de Raadt |