aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump/optr.c
Commit message (Expand)AuthorAgeFilesLines
* sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-3/+0
* sbin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-2/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-151-1/+1
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesKirk McKusick2011-01-241-1/+1
* Make dump -W show the level correctly.Brian Somers2009-05-291-1/+1
* Verify that the filesystem being referenced in fstab is indeed a UFSCy Schubert2009-03-021-2/+3
* Eliminate a pair of unneeded parentheses slipped in from previous version ofDmitry Morozovsky2006-08-061-1/+1
* strlen(3) returns size_t, which is not strictly equivalent to int an 64-bitDmitry Morozovsky2006-08-061-3/+4
* Do not pass-through the tailing newline character from the ctime(3)Ralf S. Engelschall2006-08-051-3/+5
* va_list style tweaksDavid E. O'Brien2005-02-161-1/+2
* Clearer va-args usage.David E. O'Brien2004-12-301-4/+3
* Print the `99.99% done, finished soon' message only as often as theIan Dowse2004-06-191-2/+5
* Enter the 1990's and assume that the computer knows what time it is.Warner Losh2004-05-211-15/+22
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* revert to version 1.25 and use va_copy to obtain another copy of thePaul Saab2003-09-211-2/+5
* Fix improper use of varargs.Paul Saab2003-09-201-2/+2
* Avoid a name conflict with future functionality:Matthew N. Dodd2003-04-071-2/+2
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-0/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-2/+2
* - Do not include <utmp.h> for no reason.Robert Drehmel2002-07-081-1/+0
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-0/+2
* more file system > filesystemTom Rhodes2002-05-161-2/+2
* o remove __PWarner Losh2002-03-201-53/+15
* Supply progress information in dump's process title, which is usefulIan Dowse2002-02-161-7/+12
* On receipt of a SIGINFO, schedule an immediate printout of theIan Dowse2002-02-161-1/+12
* Zap a number of #ifdef sunos blocks, and all of the `register'Ian Dowse2001-11-171-9/+9
* deltat declared time_t, msg("") call used %d (assumed time_t == int).Matthew Dillon2001-10-281-1/+2
* SECURITY.Ruslan Ermilov2001-09-051-112/+14
* Use <sys/queue.h> instead of home-rolled list.Poul-Henning Kamp2001-01-291-5/+5
* Use \a instead of \007 for making noise.Poul-Henning Kamp2001-01-281-2/+2
* Avoid rawname() stupidly prepending an `r' before the device name evenJoerg Wunsch2000-04-021-5/+0
* vsprintf -> vsnprintf in msg().Warner Losh1999-11-101-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix time of last dump handling.Jordan K. Hubbard1999-07-021-6/+11
* The attached patch to /usr/src/sbin/dump/optr.c changes the comparisonJordan K. Hubbard1999-03-211-5/+5
* Correct use of .Nm. Add rcsid. Remove unused #includes.Philippe Charnier1998-06-151-1/+4
* Fix many buffer overflows, correct usage of strcat and implementWarner Losh1997-01-071-2/+2
* Delete bogus referneces to timezone code internal header file `tzfile.h',Garrett Wollman1995-08-071-9/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+538