summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make the openfirmware getchar entry point non-blocking. This catches upgrehan2008-02-061-4/+4
* Do not use bcmp() to compare two bytes with constants.mav2008-02-062-4/+4
* Cleanup and tune ng_snd_item() function as it is one of themav2008-02-061-95/+42
* Replace the random IP ID generation code wesilby2008-02-061-146/+154
* Remove an errant definition for AMR_CONFIG_ENQ3_SOLICITED NOTIFY that wasscottl2008-02-061-1/+0
* td cannot be NULL in that place, so just axe out the check.attilio2008-02-061-1/+1
* Fix a symbol conflict between hptrr and hptmvscottl2008-02-062-3/+3
* Update the hptrr driver to version 1.2. This adds port multiplier supportscottl2008-02-0611-21365/+22313
* Adaptive spinning in write path with readers and writer starvation avoidance.jeff2008-02-064-166/+181
* Bump __FreeBSD_version in order to reflect introduction of LK_NODUP andattilio2008-02-061-1/+1
* Add WITNESS support to lockmgr locking primitive.attilio2008-02-062-12/+51
* Really, no explicit checks against against lock_class_* object should beattilio2008-02-062-4/+4
* Introduce a standalone shell script for embedding MFS image.raj2008-02-053-7/+44
* ARM locore cosmetics.raj2008-02-051-10/+6
* Improve ARM_TP_ADDRESS and RAS area.raj2008-02-055-62/+51
* Prepare hooks direct pointers on setup to avoid heavy ng_findhook() callsmav2008-02-041-27/+66
* 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
OpenPOWER on IntegriCloud