summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/unixdev.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove orphaned files.miod2015-09-181-183/+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
* Cleanup cn_pri. Change constants to more meaningful names, rather thanjsing2008-01-231-2/+2
| | | | | | | the hp300 related ones currently in use. CN_NORMAL becomes CN_LOWPRI, CN_INTERNAL becomes CN_MIDPRI and CN_REMOTE becomes CN_HIGHPRI. ok miod@
* ansification and knf and protosderaadt2003-08-111-38/+18
|
* three four kill ...mickey2003-06-021-6/+1
|
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-8/+10
| | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
* update up to the current libsa envmickey1998-05-251-28/+50
|
* my recent fixesmickey1997-03-301-13/+20
|
* Get rid of userland includesniklas1997-03-251-5/+3
|
* test/debug device, readdir->Makefilemickey1997-02-161-0/+179