Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-06-20 | If the user didn't specify a kernel, pass in NULL to kvm_openfiles() | Todd C. Miller | |
so it can try /dev/ksyms. The first call to kvm_openfiles() was already correct. | |||
2009-01-17 | Use different variables for the dump offset in blocks and the dump offset | Miod Vallat | |
in bytes; this allows us to get rid of many off_t casts, and ensures proper operation on very large swap partitions on 32 bit machines. From Pierre Riteau. | |||
2009-01-02 | Handle kernel core files larger than 2GB; ok dlg@ | Miod Vallat | |
2008-09-10 | sync synopsis and usage; documentation tweaks. | Igor Sobrado | |
ok jmc@ | |||
2008-07-18 | +.Xr crash 8 , | Jason McIntyre | |
from Stephan A. Rickauer | |||
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-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-06-16 | Add -DSAVECORE to CFLAGS instead of overriding it. | Mark Kettenis | |
ok miod@, deraadt@ | |||
2005-06-26 | There's a dependency on the compress API that changed | Otto Moerbeek | |
2005-01-07 | Use fstatfs(), not statfs() to determine free space so if /var/crash | Todd C. Miller | |
is a link we follow it. OK deraadt@ jcs@ | |||
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 | |
has changed. ok art@ millert@ marc@ | |||
2004-01-13 | Use correct type for magic number. | Otto Moerbeek | |
ok marc@ millert@ | |||
2003-12-28 | zap bizarre log() prototype. | Marc Espie | |
Doesn't even change the resulting binary (thank Ian Darwin for that idea) | |||
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-03 | - section reorder | Jason McIntyre | |
- some mdoc fixes | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
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 | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt | |
2001-06-29 | More libkvm.old relics | Miod Vallat | |
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-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
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 | |
We now check the return value of KREAD() which may solve PR 1254. | |||
2000-04-15 | i gust forgot about this file...; noted by gluk@ptci.ru | Michael Shalayeff | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-01 | .core.Z via NetBSD pr/9684 | Hugh Graham | |
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-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-04-23 | mac68k uses libkvm now | Jason Downs | |
1999-02-23 | do not print multiple \n in kernel version number printout, | Theo de Raadt | |
and vis the panicstr | |||
1998-12-30 | Exit if nlist fails with ENOENT. Also replace strerror(errno) in syslog with %m | Todd C. Miller | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | kill redundant .Nm macro arguments; other misc fixes | Aaron Campbell | |
1998-11-11 | more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixes | Aaron Campbell | |