Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure that each va_start has one and only one matching va_end, | kevlo | 2012-05-29 | 1 | -0/+1 |
| | | | | especially in error cases. | ||||
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 1 | -4/+0 |
| | | | | | | per letter dated July 22, 1999. Approved by: core, imp | ||||
* | Use the standardized CHAR_BIT constant instead of NBBY in userland. | mike | 2002-09-25 | 1 | -0/+1 |
| | |||||
* | o remove __P | imp | 2002-03-20 | 1 | -49/+16 |
| | | | | | o Use ANSI function definitions o unifdef -D__STDC__ | ||||
* | Remove 'register' keyword. | obrien | 2002-03-20 | 1 | -9/+9 |
| | | | | | | It does not help modern compilers, and some may take some hit from it. (I also found several functions that listed *every* of its 10 local vars with "register" -- just how many free registers do people think machines have?) | ||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
| | | | | builtins (e.g., exit, strcmp). | ||||
* | Stop restore from looping under certain error conditions. This | iedowse | 2000-12-12 | 1 | -2/+2 |
| | | | | | | | | | corrects cases where restore would spew an infinite stream of "Changing volumes on pipe input?" messages, or would loop waiting for a response to the "set owner/mode for '.'" question. PR: bin/14250 Reviewed by: dwmalone | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add rcsid. Remove unused #includes. Add missing prototypes and others -Wall | charnier | 1998-07-28 | 1 | -1/+4 |
| | | | | cleanings. Spelling. | ||||
* | Fix a bug that prevented the restoration of hard links to files that | jdp | 1998-07-09 | 1 | -5/+20 |
| | | | | had the schg flag set. Reported by Matthew Thyer <thyerm@camtech.net.au>. | ||||
* | Fixed printf format errors. Sure is dusty here. | bde | 1998-06-28 | 1 | -2/+2 |
| | |||||
* | Well, nobody objected, so here's my -u (unlink) flag to restore. | jkh | 1998-05-09 | 1 | -1/+5 |
| | |||||
* | Merge from Lite2 | peter | 1997-03-11 | 1 | -2/+41 |
| | | | | | | | | - cleanups, - whiteout support - bug fixes (chflags missing on a few file types etc) The dump/restore folks would want to have a closer look at this, the change is pretty big. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -1/+1 |
| | |||||
* | BSD 4.4 Lite sbin Sources | rgrimes | 1994-05-26 | 1 | -0/+395 |
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin. |