summaryrefslogtreecommitdiffstats
path: root/sbin/savecore (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
* dev_t is signed to permit passing -1 as an invalid condition, but thederaadt2019-02-051-2/+2
* Unbreak "savecore -c". Also add missing unveil(2) for the raw device.yasuoka2018-12-051-15/+24
* add missing unveil(2) of an arbitrary kernel (when -N is used), or _PATH_UNIX bymestre2018-09-281-1/+5
* After opening required descriptors, savecore only plays in one directoryderaadt2018-09-241-1/+5
* tedu@ didn't take the getcode() prototype with the getcode() implementation.krw2017-01-221-2/+1
* chop out the zread code since we only write filestedu2016-09-041-214/+2
* unifdef SAVECORE now that we're done sharingtedu2016-09-042-6/+2
* proving once again my commit and somebody will test strategy works,tedu2016-09-033-2/+882
* make the version symbol a fixed size (512) to reduce the potential fortedu2016-09-011-3/+5
* Drop support for the undocumented second argument (same as -N option)guenther2016-07-041-4/+2
* after kmem is open and setup, pledge "stdio rpath wpath cpath"deraadt2015-10-181-1/+6
* Collapse some strange programmer style with too much abstraction.deraadt2015-10-181-47/+31
* Fix glitches in previous commit: strip the \n and only complain on failureguenther2015-04-261-4/+11
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-6/+15
* tzfile.h is an internal header that should never have been installed.millert2015-03-151-3/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-7/+9
* no longer any need to quote macro lines with >9 args;jmc2013-08-141-3/+3
* dependent clause requires a subject (comment grammar)tedu2013-06-031-8/+8
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* If the user didn't specify a kernel, pass in NULL to kvm_openfiles()millert2009-06-201-4/+3
* Use different variables for the dump offset in blocks and the dump offsetmiod2009-01-171-13/+14
* Handle kernel core files larger than 2GB; ok dlg@miod2009-01-021-7/+8
* sync synopsis and usage; documentation tweaks.sobrado2008-09-101-5/+3
* +.Xr crash 8 ,jmc2008-07-181-2/+3
* remove some warnings:chl2007-09-141-4/+2
* use strcspn to properly overwrite '\n' in fgets returned buffergilles2007-09-111-8/+5
* convert to new .Dd format;jmc2007-05-311-2/+2
* Add -DSAVECORE to CFLAGS instead of overriding it.kettenis2006-06-161-2/+2
* There's a dependency on the compress API that changedotto2005-06-261-1/+2
* Use fstatfs(), not statfs() to determine free space so if /var/crashmillert2005-01-071-3/+5
* removed unused; avoid aliasing to libc functionsderaadt2004-09-151-24/+13
* Use "time_second" instead of "time" now that time handling in the kerneltholo2004-07-021-4/+4
* Use correct type for magic number.otto2004-01-131-4/+5
* zap bizarre log() prototype.espie2003-12-281-3/+2
* fix savecore on big endian 64 bit arches. OK millert@marc2003-11-151-3/+3
* spacesderaadt2003-07-291-4/+4
* boring cleanupsderaadt2003-06-101-4/+4
* - section reorderjmc2003-06-031-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-13/+5
* fix null deref in error sysloggingmickey2003-04-081-3/+3
* strlcat, and it counted srclen, not dstlen; ok millertderaadt2003-04-071-4/+5
* ansideraadt2002-07-031-31/+18
* oops, backwards length check; moritz@jodeit.orgderaadt2002-05-221-3/+3
* strcpy, sprintf death; mpech okderaadt2002-05-221-5/+6
* 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-18/+18
* kill more registers;mpech2001-11-051-11/+11
* major -Wall cleanup, almost completederaadt2001-07-071-12/+12
* More libkvm.old relicsmiod2001-06-292-725/+2
* circumvent a 32-bit integer arithmetic overflowniklas2001-06-201-3/+3