aboutsummaryrefslogtreecommitdiff
path: root/sbin/dumpon
Commit message (Expand)AuthorAgeFilesLines
* Adapt to the fact that minidumps are now on by default.Joel Dahl2013-04-301-4/+11
* Document that you can use -v along with -l.Alfred Perlstein2012-11-022-1/+2
* Add an option to display the current dump device via dumpon -l.Alfred Perlstein2012-11-012-3/+49
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-1/+0
* Whitespace and style nits.John Baldwin2006-10-311-4/+3
* With minidumps, the dumping partition could be smaller than physicalPaul Saab2006-04-271-1/+8
* It has not been possible to specify a dumpdev in loader.conf since 2002,Kris Kennaway2006-02-271-10/+0
* - Mention the size of the additional headerPav Lucistnik2006-01-071-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-10/+10
* Promote mediasize and physmem to uintmax_t when comparing them.Dag-Erling Smørgrav2004-10-041-1/+1
* Whitespace nit.Dag-Erling Smørgrav2004-10-031-1/+0
* dumpon builds cleanly at WARNS level 6.Dag-Erling Smørgrav2004-10-031-1/+1
* Verify that the specified device is at least as large as hw.physmem.Dag-Erling Smørgrav2004-10-032-20/+52
* Wrap some long lines (no content changes)Dag-Erling Smørgrav2004-10-031-6/+6
* `off' is a keyword, not a parameter name.Maxim Konovalov2004-07-181-1/+1
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-092-8/+0
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Bring the dumpon(8) man page closer to reality:Hiten Pandya2003-05-071-11/+15
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+4
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-3/+3
* Improve wording even more.Ruslan Ermilov2002-08-131-4/+5
* Replace the 'at least the amount of physical memory + 64K' with a betterMatthew Dillon2002-07-091-2/+5
* The .Nm utilityPhilippe Charnier2002-07-061-4/+5
* unbreak build: include string.h for strcmp prototype.Alfred Perlstein2002-05-111-0/+1
* Update dumpon manual page to explain single/multi-user usabilityTom Rhodes2002-04-091-6/+4
* Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speakingPoul-Henning Kamp2002-04-091-4/+4
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.Poul-Henning Kamp2002-04-081-1/+1
* Here follows the new kernel dumping infrastructure.Poul-Henning Kamp2002-03-312-37/+25
* o __PWarner Losh2002-03-181-4/+4
* CG hard sentence breaks.Maxim Sobolev2002-01-231-1/+2
* Don't use `you'.Maxim Sobolev2002-01-221-3/+2
* Allow dump device be configured as early as possible using loader(8) tunable.Maxim Sobolev2002-01-211-6/+12
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* Typo.Nick Hibma2001-10-281-2/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-6/+6
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+2
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* * Clarify text on choosing a dump deviceBen Smithurst2000-07-141-7/+17
* Remove unused #include.Jeroen Ruigrok van der Werven2000-05-011-1/+0
* Back out the new advice introduced in the previous commit, which atSheldon Hearn2000-03-281-21/+0
* Update instructions for setting the dump device prior to multi-userSheldon Hearn2000-03-281-10/+21
* The dumpon sysctl only accept cdevs thse days.Poul-Henning Kamp2000-01-041-2/+3
* Accept both types of devices to work with older kernels tooAndrey A. Chernov1999-11-301-2/+2
* Convert dumpon to work on character devices instead of block devices.Poul-Henning Kamp1999-11-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Use current names for swap devices.Joseph Koshy1999-05-171-3/+3