summaryrefslogtreecommitdiffstats
path: root/lib/libutil/getrawpartition.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make fixed-sized fixed-value mib[] arrays be constderaadt2020-10-121-4/+3
| | | | ok guenther tb millert
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
| | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
* Pull in <stdio.h> for NULLguenther2016-08-271-1/+2
| | | | ok deraadt@
* sys/types.h rather than sys/param.h, where applicable. avoid overreach.deraadt2014-06-301-2/+2
|
* 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@
* getting to the bottom of the issues. sprinkle a few casts that willderaadt2006-04-021-2/+2
| | | | | actually help us find bugs later (with lint, not cc), if they get introduced
* scrape $Id$ tags.espie2005-08-021-5/+1
| | | | okay deraadt@, millert@, krw@
* knf; otto okderaadt2004-05-281-2/+2
|
* some -Wall and spaces cleanup, scsi.c left.fgsch2002-06-091-3/+3
| | | | some brave soul should look at it.
* util.h: new resting placedownsj1996-06-171-1/+3
| | | | | | opendev.h: ok, so I merged it with util.h opendev.h: use util.h everything else: use "util.h"
* libutilderaadt1996-05-221-0/+60