summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-1455-125/+133
* Reference the socket we're accepting.Benno Rice2002-09-141-0/+2
* Apparently something down in the guts of vm/uvm still needs giantJulian Elischer2002-09-142-0/+4
* Put firewire under architectures it actually might conceivablyMatt Jacob2002-09-141-1/+2
* Relax checking of incoming PPTP GRE packets a bit: ignore a bogus payloadArchie Cobbs2002-09-141-1/+1
* The nfsroot code should be conditional on NFSCLIENT, not NFS (which noPeter Wemm2002-09-131-1/+1
* mlockall() and munlockall() are unimplemented; remove their prototypes.Mike Barcroft2002-09-131-8/+2
* For boot verbose, print resources assigned in a more asthetically pleasingWarner Losh2002-09-131-5/+11
* Fix fcntl(..., F_GETOWN, ...) and fcntl(..., F_SETOWN, ...) on sparc64Thomas Moestl2002-09-131-3/+5
* Add firewire moduleKatsushi Kobayashi2002-09-131-0/+1
* Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (SerialKatsushi Kobayashi2002-09-1323-0/+11928
* "Fix" printf format issues by using %jPoul-Henning Kamp2002-09-133-5/+8
* Use biowait() rather than DIY.Poul-Henning Kamp2002-09-131-24/+4
* Fix a bug were a struct bio was freed and certain members subsequentlyPoul-Henning Kamp2002-09-132-8/+6
* Oops, broke the build there. Uninline biodone() now that it is non-trivial.Poul-Henning Kamp2002-09-132-9/+30
* Make biodone() default to wakeup() on the struct bio if no bio_donePoul-Henning Kamp2002-09-131-1/+4
* Add a couple more of the big/little-endian conversion routines and makePoul-Henning Kamp2002-09-132-6/+25
* Fix another two printf() format errors which weren't warnedMaxime Henrion2002-09-132-8/+8
* Drop the proc lock while calling fdcheckstd() which may block to allocateDon Lewis2002-09-131-1/+8
* Fix another printf() format error which wasn't warned aboutMaxime Henrion2002-09-132-4/+6
* Fix a printf() format error on 64 bits architectures.Maxime Henrion2002-09-132-6/+8
* Restore original behaviour of recursion preventer.Maxim Sobolev2002-09-132-5/+7
* Fix an i830/i845 test that shouldn't get hit in normal use and remove a printf.Eric Anholt2002-09-132-12/+8
* Add a blank line to make this more consistent with the rest of the file.John Baldwin2002-09-121-0/+1
* Pass the physical instead of the logical block number inJoerg Wunsch2002-09-122-2/+2
* Fix the GENERIC build. Don't refer to the non-existant fw_one_pass.David E. O'Brien2002-09-121-1/+1
* Add preliminary mostly untested support for the Silicon Image Sil680 chip.Søren Schmidt2002-09-122-0/+93
* Change a couple of splcam() calls that do not make sense in atapi-camThomas Quinot2002-09-121-3/+5
* Rearrange where to get the ATAPI magic sequence.Søren Schmidt2002-09-121-6/+8
* Wait for drive to become ready if its in progress of loading..Søren Schmidt2002-09-121-0/+14
* Dont hang in atprq on poll_dsc command.Søren Schmidt2002-09-121-2/+4
* Fixed style bugs in resource_list_add_next().Bruce Evans2002-09-121-5/+5
* - Fix two obvious locking bugs; 1) returning with lock held when it neededAndrew R. Reiter2002-09-121-3/+16
* Add AGP support for Intel i830M and i845 thanks to patches from moto kawasakiEric Anholt2002-09-124-96/+430
* Make bridging and layer2-ipfw obey net.inet.ip.fw.one_pass.Luigi Rizzo2002-09-122-4/+4
* Only probe one PHY on the D-Link 580 version of the card (ie rev 0x12).Doug Ambrisko2002-09-111-6/+37
* - Change utrace ktrace events to malloc the work buffer before getting aJohn Baldwin2002-09-111-9/+10
* Remove support for synchronous ktrace requests now that none exist anymore.John Baldwin2002-09-111-33/+11
* - Change ktrace genio events to only copy up to ktr_geniosize bytes of aJohn Baldwin2002-09-111-18/+18
* - Add a kern.ktrace sysctl node.John Baldwin2002-09-111-2/+9
* Change namei and syscall ktrace events to malloc work buffers beforeJohn Baldwin2002-09-111-7/+14
* Somebody forgot to turn out the lights.Peter Wemm2002-09-112-90/+0
* Sometime after binutils-2.9 (ie: ages ago), the handling of __start_set_*Peter Wemm2002-09-111-6/+0
* Indentation does not make a block.. need curly braces too.Julian Elischer2002-09-111-1/+2
* I completely fubared this. An empty EXPORT_SYMS= is not valid. I know IPeter Wemm2002-09-111-2/+0
* Whitespace consistency fix from addition of IAHD_REG_PRETTY_PRINT: useRobert Watson2002-09-112-2/+2
* It's bad enough people can't figure out to use the same code, or inPoul-Henning Kamp2002-09-114-192/+141
* correct another spammage.. sorry bruce.. not exactly sure how my patchJulian Elischer2002-09-111-1/+0
* revert a line that was not part of my change..Julian Elischer2002-09-111-1/+1
* Comment and whitespace changes.Julian Elischer2002-09-111-12/+13