summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a "quirks" value to disable quirks handling for a given boot.njl2004-03-041-5/+15
* Remove some long unused definitions.alc2004-03-041-2/+0
* Remove unneeded label 'done2' from socket(). We now grab Giantrwatson2004-03-041-2/+1
* Add sanity checks to the ndis_packet and ndis_buffer pool handlingwpaul2004-03-042-2/+88
* Use different dummy wait channels to avoid panic in msleep().des2004-03-031-3/+3
* - Remove d_valid field, we can use d_consumer field to check if diskpjd2004-03-032-10/+7
* Change to acpi_{Get,Set}Integer to provide both methods. Convert allnjl2004-03-0311-69/+52
* Add proper support for DbgPrint(): only print messages if bootverbosewpaul2004-03-032-1/+31
* - stlye and commentsume2004-03-031-15/+16
* Add ctau (Cronyx/Tau-ISA) device driver entry.rik2004-03-031-0/+7
* Add rules for font.h atkbdmap.h ukbdmap.h so more of LINT can be built.obrien2004-03-031-0/+15
* Add missing working options from i386 file.obrien2004-03-031-2/+31
* Lower i386's INLINE_LIMIT to AMD64's level.obrien2004-03-031-1/+1
* mga_state & r128_state need an inline-limit larger than amd64's defaultobrien2004-03-031-2/+4
* Sync with i386/NOTES rev. 1.1131.obrien2004-03-031-114/+252
* Peter prefers it this way, bde might also[*]. I just want to have a chanceobrien2004-03-032-2/+2
* Prefer uintptr_t to intptr_t.obrien2004-03-032-6/+6
* Use a long as the opaque type so that it matches the size of a pointerobrien2004-03-031-1/+1
* Change __FUNCTION__ to __func__scottl2004-03-031-2/+2
* Finish the removal of the 'nv' device reference.scottl2004-03-031-1/+0
* Opps, nv(4) isn't committed yet. Comment out.obrien2004-03-031-1/+1
* AMD64 versions.obrien2004-03-032-0/+122
* Adjust lnc(4) for 64-bit platforms should it get newbus'ified.obrien2004-03-032-4/+4
* Adjust ed(4) for 64-bit platforms should it get newbus'ified.obrien2004-03-032-11/+12
* Use a long as the opaque type so that it matches the size of a pointerobrien2004-03-032-5/+5
* Add memory barrier routines for AMD64.obrien2004-03-031-1/+7
* Cast thru intptr_t on the way to void* for success on 64-bit platforms.obrien2004-03-032-6/+6
* Finish fixing style problems in my previous commit.njl2004-03-031-3/+1
* This commit was generated by cvs2svn to compensate for changes in r126520,njl2004-03-035-2897/+0
* In the descrption of network interfaces:bde2004-03-031-9/+8
* Add support for quirks for acpi tables. Key off OEM vendor and revision.njl2004-03-036-41/+87
* Add some missing DUMMYNET_UNLOCK() in config_pipe().mlaier2004-03-031-2/+7
* Move PFIL_HOOKS and ipfw past the scope checks to allow easy redirection tomlaier2004-03-021-32/+32
* Make swapbacked md(4) devices respect the -x and -y emulation arguments.phk2004-03-021-0/+4
* Whitespace fixes.obrien2004-03-021-14/+16
* Add new Matrix Orbital LCD panel id's so that they are recognized andpeter2004-03-021-1/+11
* Regenpeter2004-03-022-2/+39
* Add some device id's for Matrix Orbital's newer LCD panels. These usepeter2004-03-021-0/+7
* 1. Add modules makefile for Cronyx Tau/ISA driver (ctau).rik2004-03-021-0/+37
* 1. Connect Cronyx Tau/ISA driver (ctau) to kernel.rik2004-03-021-0/+3
* 1. Fix compilation and panic while system boot problem after makedev wasrik2004-03-021-4/+22
* 1. Renames NCT constant to NCTAU. This will help while MFC to 4 branch.rik2004-03-021-25/+40
* If being verbose in the autosense code, print the original error.sos2004-03-021-4/+2
* scope awareness of ff01:: is not merged, yet. So, clearume2004-03-021-0/+6
* Always assert that the passed in lock is the same as the saved lock in thejhb2004-03-021-19/+1
* Correct handling of PDROP in msleep() to just skip the mtx_lock() ratherjhb2004-03-021-3/+1
* Two minor follow-ups on the MT_TAG removal:mlaier2004-03-022-6/+2
* Report the original command on failures that causes auto sense.sos2004-03-022-4/+7
* Fix getting progress data for some device in yet another way.sos2004-03-021-22/+36
* Modify contigmalloc1() so that the free page queues lock is not held whenalc2004-03-022-4/+15
OpenPOWER on IntegriCloud