summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/unixdev.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove orphaned files.miod2015-09-181-52/+0
|
* Change daddr_t to daddr32_t. The bootblocks on our architectures onlyderaadt2011-03-131-2/+2
| | | | | | | do 32-bit block spanning. If later on we get some that can/should do 64-bit, that can be done now using daddr64_t (but of course, we are taking this step to finalize the daddr_t 64-bit conversion). ok miod krw
* three four kill ...mickey2003-06-021-6/+1
|
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-3/+3
| | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
* First round of __P removal in sysmillert2002-03-141-19/+19
|
* update up to the current libsa envmickey1998-05-251-6/+7
|
* missing protosmickey1997-04-021-2/+3
|
* test/debug device, readdir->Makefilemickey1997-02-161-0/+55