summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add AGP support for Intel i830M and i845 thanks to patches from moto kawasakianholt2002-09-124-98/+432
* Make bridging and layer2-ipfw obey net.inet.ip.fw.one_pass.luigi2002-09-122-4/+4
* Only probe one PHY on the D-Link 580 version of the card (ie rev 0x12).ambrisko2002-09-111-6/+37
* - Change utrace ktrace events to malloc the work buffer before getting ajhb2002-09-111-9/+10
* Remove support for synchronous ktrace requests now that none exist anymore.jhb2002-09-111-33/+11
* - Change ktrace genio events to only copy up to ktr_geniosize bytes of ajhb2002-09-111-18/+18
* - Add a kern.ktrace sysctl node.jhb2002-09-111-2/+9
* Change namei and syscall ktrace events to malloc work buffers beforejhb2002-09-111-7/+14
* Somebody forgot to turn out the lights.peter2002-09-112-90/+0
* Sometime after binutils-2.9 (ie: ages ago), the handling of __start_set_*peter2002-09-111-6/+0
* Indentation does not make a block.. need curly braces too.julian2002-09-111-1/+2
* I completely fubared this. An empty EXPORT_SYMS= is not valid. I know Ipeter2002-09-111-2/+0
* Whitespace consistency fix from addition of IAHD_REG_PRETTY_PRINT: userwatson2002-09-112-2/+2
* It's bad enough people can't figure out to use the same code, or inphk2002-09-114-192/+141
* correct another spammage.. sorry bruce.. not exactly sure how my patchjulian2002-09-111-1/+0
* revert a line that was not part of my change..julian2002-09-111-1/+1
* Comment and whitespace changes.julian2002-09-111-12/+13
* Completely redo thread states.julian2002-09-1131-478/+419
* Include <vm/uma.h> instead of depending on namespace pollution inbde2002-09-111-7/+10
* Fix LINT build on alpha by completing move of cy and apm_saver tonjl2002-09-112-7/+10
* Clarify the return value from child_present.imp2002-09-111-0/+7
* - Lock down the accounting code globals with a subsystem mutex.arr2002-09-111-5/+27
* Remember who asked for a connect or accept operation so we can actually tellbenno2002-09-111-2/+2
* Fix namespace issues by using the relatively new visibilitymike2002-09-101-3/+9
OpenPOWER on IntegriCloud