aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* If the vhid already present, return EEXIST instead ofGleb Smirnoff2008-02-071-1/+1
* Remove unused structure member from struct in_ifadown_arg.Gleb Smirnoff2008-02-071-2/+1
* Use rtalloc1() instead of rtalloc_ign(). It returns a lockedGleb Smirnoff2008-02-071-24/+17
* - Add THREAD_LOCKPTR_ASSERT() to assert that the thread's lock points atJeff Roberson2008-02-073-8/+19
* - In rw_wunlock_hard prefer to wakeup writers if there are both readersJeff Roberson2008-02-071-4/+4
* Change shm_dotruncate() so that it correctly handles cached pages that spanAlan Cox2008-02-071-0/+4
* Make the openfirmware getchar entry point non-blocking. This catches upPeter Grehan2008-02-061-4/+4
* Do not use bcmp() to compare two bytes with constants.Alexander Motin2008-02-062-4/+4
* Cleanup and tune ng_snd_item() function as it is one of theAlexander Motin2008-02-061-95/+42
* Replace the random IP ID generation code weMike Silbersack2008-02-061-146/+154
* Remove an errant definition for AMR_CONFIG_ENQ3_SOLICITED NOTIFY that wasScott Long2008-02-061-1/+0
* td cannot be NULL in that place, so just axe out the check.Attilio Rao2008-02-061-1/+1
* Fix a symbol conflict between hptrr and hptmvScott Long2008-02-062-3/+3
* Update the hptrr driver to version 1.2. This adds port multiplier supportScott Long2008-02-0611-21365/+22313
* Adaptive spinning in write path with readers and writer starvation avoidance.Jeff Roberson2008-02-064-166/+181
* Bump __FreeBSD_version in order to reflect introduction of LK_NODUP andAttilio Rao2008-02-061-1/+1
* Add WITNESS support to lockmgr locking primitive.Attilio Rao2008-02-062-12/+51
* Really, no explicit checks against against lock_class_* object should beAttilio Rao2008-02-062-4/+4
* Introduce a standalone shell script for embedding MFS image.Rafal Jaworowski2008-02-053-7/+44
* ARM locore cosmetics.Rafal Jaworowski2008-02-051-10/+6
* Improve ARM_TP_ADDRESS and RAS area.Rafal Jaworowski2008-02-055-62/+51
* Prepare hooks direct pointers on setup to avoid heavy ng_findhook() callsAlexander Motin2008-02-041-27/+66
* Further clean up sorflush:Robert Watson2008-02-043-14/+14
* Allocate a stack for thread0 and switch to it before callingMarcel Moolenaar2008-02-043-21/+34
* Move all possible node logic out of the rcvdata() functionAlexander Motin2008-02-031-96/+90
* Update the hptiop driver to version 1.3. This adds support for the 4xxxScott Long2008-02-032-531/+1519
* Give sendfile(2) a SF_SYNC flag which makes it wait until all mbufsPoul-Henning Kamp2008-02-032-1/+43
* - Correctly handle ALTQ in ieee80211_deliver_data()Sepherosa Ziehau2008-02-031-2/+6
* Various bug fixes for 2560 parts of ral(4):Sepherosa Ziehau2008-02-033-37/+115
* Revert previous commit.Alexander Motin2008-02-031-4/+8
* Don't build the rr232x module, it has been removed.Christian Brueffer2008-02-031-3/+0
* Remove the rr232x driver. It has been superceded by the hptrr driver.Scott Long2008-02-0323-13127/+0
* Add a few more CPUID feature bits while here. We don't support theseDavid Schultz2008-02-022-2/+4
* SSE4 CPUID bitsDavid Schultz2008-02-022-3/+6
* Add comment that bpfread() has multi-threading issues.Robert Watson2008-02-021-1/+4
* pc98 lint builds w/o warnings. Remove the last special case from ourWarner Losh2008-02-021-2/+0
* Fix some bugs in dealing with DCMD'd without data. MegaCli was sendingDoug Ambrisko2008-02-022-58/+94
* Arm should build fine with -Werror as well.Olivier Houchard2008-02-021-1/+1
* sun4v has a MACHINE_ARCH of sparc64, so it was covered under that clause andWarner Losh2008-02-021-1/+1
* Rather than passing around a cached 'priv', pass in an ucred toBjoern A. Zeeb2008-02-025-59/+30
* Fix one more grammo.Dmitry Morozovsky2008-02-021-1/+1
* Some platforms that are currently under development have to cope withWarner Losh2008-02-021-2/+4
* Wall of shame rather than wall of fame for the -Werror suppression.Warner Losh2008-02-021-3/+1
* add opaque pointer to tx ampdu state for driversSam Leffler2008-02-021-0/+1
* o correct typo that broke check when handling addba responseSam Leffler2008-02-011-1/+2
* Relax the check for a PCI-express chipset by assuming the system is aJohn Baldwin2008-02-011-5/+2
* Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp2008-02-0119-36/+45
* Reword recent comment a bit.Dmitry Morozovsky2008-02-011-3/+3
* Use FEATURE() macro to advertise aio availability.Robert Watson2008-02-011-0/+2
* Add comments about stack protection mechanism.Alexander Motin2008-02-011-0/+8