summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Removed most namespace pollution in this header: don't include <vm/uma.h>;bde2002-09-151-3/+3
* Some BIOSs are using MTRR values that are only documented under NDAdwmalone2002-09-154-1/+24
* Define __LONG_LONG_SUPPORTED if the compiler claims to support C99.bde2002-09-151-2/+1
* Include <sys/systm.h> instead of depending on namespace pollution 2bde2002-09-151-0/+1
* Remove the unused _bio_buf field. I can't even remember if this ever gotphk2002-09-151-1/+0
* Fix i810 after i830 commit.anholt2002-09-152-0/+4
* Fixed breakage from removing the used include of <sys/buf.h> in thebde2002-09-151-0/+3
* Make a comment reflect less of a lie, NOCPU is used to generally mean that wejmallett2002-09-151-1/+1
* Un-inline the non-trivial "trivial" bio* functions.phk2002-09-143-57/+45
* Add additional information returned to userland by the device queryingimp2002-09-142-10/+23
* remove #includes of <sys/bio.h> where not needed.phk2002-09-144-4/+0
* FreeBSD -current doesn't need <sys/buf.h> or <sys/bio.h>.phk2002-09-141-3/+2
* Move setugidsafety() call outside of process lock. This prevents a locknjl2002-09-141-3/+5
* Use the definitions in machine/fsr.h instead of duplicating these magictmm2002-09-141-9/+11
* Clean up a bit, and add some more macros to access %fsr fields.tmm2002-09-141-14/+17
* kthread.h is not neededscottl2002-09-141-1/+0
* Remove a conditional #include <sys/kernel.h>, it is alreadymux2002-09-141-1/+0
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-1455-125/+133
* Reference the socket we're accepting.benno2002-09-141-0/+2
* Apparently something down in the guts of vm/uvm still needs giantjulian2002-09-142-0/+4
* Put firewire under architectures it actually might conceivablymjacob2002-09-141-1/+2
* Relax checking of incoming PPTP GRE packets a bit: ignore a bogus payloadarchie2002-09-141-1/+1
* The nfsroot code should be conditional on NFSCLIENT, not NFS (which nopeter2002-09-131-1/+1
* mlockall() and munlockall() are unimplemented; remove their prototypes.mike2002-09-131-8/+2
* For boot verbose, print resources assigned in a more asthetically pleasingimp2002-09-131-5/+11
* Fix fcntl(..., F_GETOWN, ...) and fcntl(..., F_SETOWN, ...) on sparc64tmm2002-09-131-3/+5
* Add firewire moduleikob2002-09-131-0/+1
* Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serialikob2002-09-1323-0/+11928
* "Fix" printf format issues by using %jphk2002-09-133-5/+8
* Use biowait() rather than DIY.phk2002-09-131-24/+4
* Fix a bug were a struct bio was freed and certain members subsequentlyphk2002-09-132-8/+6
* Oops, broke the build there. Uninline biodone() now that it is non-trivial.phk2002-09-132-9/+30
* Make biodone() default to wakeup() on the struct bio if no bio_donephk2002-09-131-1/+4
* Add a couple more of the big/little-endian conversion routines and makephk2002-09-132-6/+25
* Fix another two printf() format errors which weren't warnedmux2002-09-132-8/+8
* Drop the proc lock while calling fdcheckstd() which may block to allocatetruckman2002-09-131-1/+8
* Fix another printf() format error which wasn't warned aboutmux2002-09-132-4/+6
* Fix a printf() format error on 64 bits architectures.mux2002-09-132-6/+8
* Restore original behaviour of recursion preventer.sobomax2002-09-132-5/+7
* Fix an i830/i845 test that shouldn't get hit in normal use and remove a printf.anholt2002-09-132-12/+8
* Add a blank line to make this more consistent with the rest of the file.jhb2002-09-121-0/+1
* Pass the physical instead of the logical block number injoerg2002-09-122-2/+2
* Fix the GENERIC build. Don't refer to the non-existant fw_one_pass.obrien2002-09-121-1/+1
* Add preliminary mostly untested support for the Silicon Image Sil680 chip.sos2002-09-122-0/+93
* Change a couple of splcam() calls that do not make sense in atapi-camthomas2002-09-121-3/+5
* Rearrange where to get the ATAPI magic sequence.sos2002-09-121-6/+8
* Wait for drive to become ready if its in progress of loading..sos2002-09-121-0/+14
* Dont hang in atprq on poll_dsc command.sos2002-09-121-2/+4
* Fixed style bugs in resource_list_add_next().bde2002-09-121-5/+5
* - Fix two obvious locking bugs; 1) returning with lock held when it neededarr2002-09-121-3/+16
OpenPOWER on IntegriCloud