Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add __FBSDID()s to libstand | dillon | 2001-09-30 | 1 | -0/+3 |
| | |||||
* | More egcs warning fixes: | imp | 1999-04-25 | 1 | -1/+1 |
| | | | | | | | | | | o use braces to avoid potentially ambiguous else o don't default to type int (and also remove a useless register modifier). o Use parens around assignment values used as truth values. o Remove unused function. Reviewed by: obrien and chuckr | ||||
* | This is libstand; a support library for standalone executables (eg. bootstrap | msmith | 1998-08-20 | 1 | -0/+151 |
modules). Obtained from: NetBSD, with some architectural changes and many additions. |