summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Further clean up sorflush:rwatson2008-02-043-14/+14
* Allocate a stack for thread0 and switch to it before callingmarcel2008-02-043-21/+34
* Move all possible node logic out of the rcvdata() functionmav2008-02-031-96/+90
* Update the hptiop driver to version 1.3. This adds support for the 4xxxscottl2008-02-032-531/+1519
* Give sendfile(2) a SF_SYNC flag which makes it wait until all mbufsphk2008-02-032-1/+43
* - Correctly handle ALTQ in ieee80211_deliver_data()sephe2008-02-031-2/+6
* Various bug fixes for 2560 parts of ral(4):sephe2008-02-033-37/+115
* Revert previous commit.mav2008-02-031-4/+8
* Don't build the rr232x module, it has been removed.brueffer2008-02-031-3/+0
* Remove the rr232x driver. It has been superceded by the hptrr driver.scottl2008-02-0323-13127/+0
* Add a few more CPUID feature bits while here. We don't support thesedas2008-02-022-2/+4
* SSE4 CPUID bitsdas2008-02-022-3/+6
* Add comment that bpfread() has multi-threading issues.rwatson2008-02-021-1/+4
* pc98 lint builds w/o warnings. Remove the last special case from ourimp2008-02-021-2/+0
* Fix some bugs in dealing with DCMD'd without data. MegaCli was sendingambrisko2008-02-022-58/+94
* Arm should build fine with -Werror as well.cognet2008-02-021-1/+1
* sun4v has a MACHINE_ARCH of sparc64, so it was covered under that clause andimp2008-02-021-1/+1
* Rather than passing around a cached 'priv', pass in an ucred tobz2008-02-025-59/+30
* Fix one more grammo.marck2008-02-021-1/+1
* Some platforms that are currently under development have to cope withimp2008-02-021-2/+4
* Wall of shame rather than wall of fame for the -Werror suppression.imp2008-02-021-3/+1
* add opaque pointer to tx ampdu state for driverssam2008-02-021-0/+1
* o correct typo that broke check when handling addba responsesam2008-02-011-1/+2
* Relax the check for a PCI-express chipset by assuming the system is ajhb2008-02-011-5/+2
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-0119-36/+45
* Reword recent comment a bit.marck2008-02-011-3/+3
* Use FEATURE() macro to advertise aio availability.rwatson2008-02-011-0/+2
* Add comments about stack protection mechanism.mav2008-02-011-0/+8
* Tune the message for better informativity.mav2008-02-011-1/+2
* Band-aid recent commit by mav by replacing a variable in a CTR statement withbenno2008-02-011-1/+1
* Implement Session-ID hashing to improve receive performance scalabilitymav2008-01-311-31/+70
* For no good reason I had assumed that ACPI table headers would be pagejhb2008-01-312-10/+14
* Use dump_write() instead of direct calls to di->dumper() in textdumps.rwatson2008-01-311-3/+3
* Some code reformat.mav2008-01-311-55/+38
* Implement stack protection based on GET_STACK_USAGE() macro.mav2008-01-313-8/+46
* Move GET_STACK_USAGE from MI header to i386/amd64 MD ones.mav2008-01-313-14/+22
* Correct two problems relating to sorflush(), which is called to flushrwatson2008-01-317-13/+36
* Enable ofwdump on powerpc (finally). Tested on G3 & G4 machines.grehan2008-01-311-0/+1
* Bring in the nice work from Mark Tinguely on arm pmap.cognet2008-01-312-428/+179
* Implement GET_STACK_USAGE() macro to get the current kernel thread stack usage.mav2008-01-301-0/+14
* Fix link state handling in bfe(4).yongari2008-01-292-48/+88
* Avoid data copying when it is possible.mav2008-01-281-9/+21
* Add a wrapper function that bound checks writes to the dump device.ru2008-01-2810-46/+61
* Correct the kernel config hint in a printf statement.brueffer2008-01-281-1/+1
* Make sure that the termid type is initialized to AU_IPv4 by default.csjp2008-01-281-0/+2
* Don't repeat error logging about NOP message sending ifiwasaki2008-01-281-1/+5
* Only reset driver state when a hardware error is detected.gallatin2008-01-281-5/+6
* - Fix a comment about prison.rrs2008-01-281-4/+5
* - Change back to using prioity 0. Which means don't change therrs2008-01-281-1/+1
* - Fix a bug where the socket may have been closed whichrrs2008-01-281-0/+8
OpenPOWER on IntegriCloud