summaryrefslogtreecommitdiff
path: root/sbin/restore/interactive.c
AgeCommit message (Expand)Author
2023-11-26sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sbin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2018-03-17Revert r313780 (UFS_ prefix)Ed Maste
2018-03-17Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2017-02-15prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste
2016-04-30restore: use our howmany() instead of reinventing the macro.Pedro F. Giffuni
2012-09-27Fix sbin/ build with a 64-bit ino_t.Matthew D Fleming
2010-01-29- Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd"Jaakko Heinonen
2009-01-28Restore necessary NUL termination of locname.Warner Losh
2008-04-03Use safer string handling.Warner Losh
2005-07-21Interpret correctly the glob(3) return value.Diomidis Spinellis
2005-05-29rscid -> __FBSDID. Mark parameter as __unused when necessary.Philippe Charnier
2004-05-24Use the correct types for the functions rst_opendir(), glob_readdir() andStefan Farfeleder
2004-04-09Remove advertising clause from University of California Regent's license,Mark Murray
2003-08-06Localize 'ls' outputAndrey A. Chernov
2002-09-25Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft
2002-08-25Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier
2002-03-20o remove __PWarner Losh
2002-03-20Remove 'register' keyword.David E. O'Brien
2000-12-12Stop restore from looping under certain error conditions. ThisIan Dowse
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-12-16Fix two possible non-exploitable buffer overflows.Warner Losh
1998-09-17Prevent buffer overflow with extra long arguments.Warner Losh
1998-07-28Add rcsid. Remove unused #includes. Add missing prototypes and others -WallPhilippe Charnier
1997-03-11Merge from Lite2Peter Wemm
1997-01-25Apply patch from pr2536, after testing locally.Warner Losh
1997-01-01Yet another buffer overflow.Guido van Rooij
1994-05-26BSD 4.4 Lite sbin SourcesRodney W. Grimes