summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Forgot to remove `cardattached` declaration in revision 1.22.arr2002-09-101-1/+1
* Add missing calls to mtx_init().phk2002-09-101-0/+12
* Fixed namespace pollution in uma changes:bde2002-09-101-2/+3
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-102-0/+2
* Fixed namespace pollution in uma changes:bde2002-09-101-2/+1
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-101-8/+5
* vfs_syscalls.c:bde2002-09-105-168/+24
* Cosmetics: #define NETATALK --> #define NETATALK 1, so that it is in line withsobomax2002-09-101-1/+1
* Remove superfluous break.sobomax2002-09-101-1/+0
* Remove extraneous extern from function prototype introduced in rev.1.14.sobomax2002-09-101-1/+1
* reprobe not needed here eitherimp2002-09-101-30/+0
* Remove more bogus reprobe code. I don't think it is needed here either.imp2002-09-101-14/+1
* o Dike out the bogus reprobe stuff. It was getting in the way of newbus' ownimp2002-09-102-16/+0
OpenPOWER on IntegriCloud