aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFp4:Warner Losh2002-10-072-46/+76
* o Add a nomatch routine so we whine when we don't know what to attach toWarner Losh2002-10-071-19/+90
* Merge changes from NetBSD through version 1.17 of this file. TheseWarner Losh2002-10-071-14/+54
* o Add routines to return the location and pnpinfo for this card.Warner Losh2002-10-071-46/+83
* Don't abuse the fact that -a == ~a + 1. Signed vs unsigned checkersWarner Losh2002-10-071-1/+1
* Add extra set of parens around the barbit macro to make it clear whatWarner Losh2002-10-071-1/+1
* Correct a bug in adding 0x700 to a number.Brian Feldman2002-10-072-2/+6
* Conditionalize the number of sectors loaded by boot1.s on UFS1/UFS12.Poul-Henning Kamp2002-10-076-12/+84
* Remove duplicate uninstalled aio.h header.Mike Barcroft2002-10-071-110/+0
* Change the comment character from # to // in boot1.s and runPoul-Henning Kamp2002-10-074-646/+648
* Add back a fdrop() call at the end of kern_open() that got lost inIan Dowse2002-10-072-0/+2
* Track openbsd changes that don't affect us yet (PK supoprt isSam Leffler2002-10-073-28/+258
* Correctly adjust for moved start address.Poul-Henning Kamp2002-10-072-2/+2
* o split crypto_proc into two threads: one for processing requests and oneSam Leffler2002-10-071-52/+92
* remove CIOGSSESSION (get software session); it was added only for testingSam Leffler2002-10-072-4/+1
* Remove unneeded <sys/_posix.h> include.Mike Barcroft2002-10-071-1/+0
* Added '#include <sys/diskpc98.h>'.Yoshihiro Takahashi2002-10-071-0/+1
* Correctly compensate for both offset and unoffset on-disk BSD disklabels.Poul-Henning Kamp2002-10-072-2/+4
* Merged from sys/isa/fd.c revisions 1.224 and 1.241.Yoshihiro Takahashi2002-10-072-6/+22
* Move MEM_USR a page upwards to make space for larger UFS1 boot2.Poul-Henning Kamp2002-10-074-10/+10
* Check the size of the dos_partition structure.Yoshihiro Takahashi2002-10-071-0/+3
* Ups, forgot to tell cvs commit about this file.Poul-Henning Kamp2002-10-071-0/+1
* Move the definition of UFS1_ONLY into the Makefiles where it belongs.Poul-Henning Kamp2002-10-074-3/+5
* Correctly convert to appropriate blocksize.Poul-Henning Kamp2002-10-071-1/+2
* MFp4:Warner Losh2002-10-071-2/+1
* Correctly deal with non-DEVBSIZE drives.Poul-Henning Kamp2002-10-071-4/+9
* Add wrappers around the newly created bus_child_pnpinfo_str andWarner Losh2002-10-072-3/+31
* MFp4: Comment about not assuming INTA# for 6729Warner Losh2002-10-071-0/+3
* Put a printf under #ifdef DIAGNOSTIC.Poul-Henning Kamp2002-10-071-0/+2
* Minor string handling cleanup that I've had in my tree for a while:Warner Losh2002-10-071-21/+20
* Better comment for the product ID thing.Warner Losh2002-10-071-2/+5
* Don't need to NUL terminate after snprintfWarner Losh2002-10-071-1/+0
* Copyin and copyout are only possible from a process-native thread,Poul-Henning Kamp2002-10-074-42/+26
* Update comments to remind me about power bugs in oldcard.Warner Losh2002-10-071-1/+4
* Ooops. Need to free dc_srom on detach to not leak memory.Warner Losh2002-10-072-0/+2
* Dynamically configure the width of the srom. This code comes fromWarner Losh2002-10-074-30/+212
* o go ahead and route the interupt, even if it is supposedly unique.Warner Losh2002-10-073-21/+36
* Add two interfaces to allow for busses to report the pnpinfo forWarner Losh2002-10-071-0/+22
* disable debug output by default.Alfred Perlstein2002-10-071-24/+30
* warn about p1003_1b_semaphoresAlfred Perlstein2002-10-071-0/+2
* Disconnect "sem" module from the build.Alfred Perlstein2002-10-071-1/+0
* Fix a spelling error in a comment.Mike Barcroft2002-10-071-1/+1
* Add conditionals to allow va_list to be defined in other headers.Mike Barcroft2002-10-066-0/+24
* o Add conditionals to allow va_list to be defined in other headers.Mike Barcroft2002-10-066-11/+49
* Integrate mac_check_socket_send() and mac_check_socket_receive()Robert Watson2002-10-0616-0/+378
* When reusing a pointer as a number, at least cast itMaxime Henrion2002-10-061-1/+1
* Trim accidentally introduced trailing whitespace.Robert Watson2002-10-061-1/+1
* Fix a bunch of s/int */size_t */.Maxime Henrion2002-10-061-2/+4
* Roll back to previous version, no need for NO_GEOM when GEOM isPeter Grehan2002-10-061-2/+0
* Yet another 64 bits warning fix: s/u_int/size_t/.Maxime Henrion2002-10-061-1/+1