summaryrefslogtreecommitdiffstats
path: root/lib/libutil/opendisk.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sys/types.h rather than sys/param.h, where applicable. avoid overreach.deraadt2014-06-301-2/+2
|
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
| | | | ok guenther millert kettenis
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* library routines should not be checking for NULL pointers passed in,deraadt2005-10-191-5/+1
| | | | | | and then setting errno to EFAULT. that is balony programming! they should keep stumbling along to purposely create a crash, so that the programmer stops doing that kind of stupid crap. ok otto
* knf; otto okderaadt2004-05-281-7/+2
|
* consistently use #include "util.h" not <util.h> since util.h lives in this dir.millert2001-08-161-2/+3
|
* Add opendisk from NetBSD.csapuntz1999-09-211-0/+96
Add OpenBSD tags to files