summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Attempt to improve feature parity between UDPv4 and UDPv6 by mergingrwatson2007-07-193-4/+38
* - Refine the load balancer to improve buildkernel times on dual corejeff2007-07-191-47/+29
* - When newtd is specified to sched_switch() it was not being initializedjeff2007-07-191-7/+25
* - Enable static building of mxge(4) and its firmware.gallatin2007-07-1912-2208/+25009
* Replace hard coded options by their defined PFIL_{IN,OUT} names.bz2007-07-193-3/+6
* Restore behavior changed with rev. 1.46 and makebz2007-07-191-1/+1
* - Remove explicit references to sched_lock. A simpler assert will do.jeff2007-07-191-2/+1
* - Calling sched_nice() in tdsigwakeup() is no longer required by ULE andjeff2007-07-191-6/+2
* MFp4: Rework on tmpfs's mapped read/write procedures. Thisdelphij2007-07-191-60/+185
* - Remove the global definition of sched_lock in mutex.h to breakjeff2007-07-184-3/+9
* - Add the proper lock profiling calls to _thread_lock().jeff2007-07-181-2/+8
* - Update ULE note to remove warnings against production use.jeff2007-07-181-4/+5
* ULE 3.0: Fine grain scheduler locking and affinity improvements. This hasjeff2007-07-171-548/+916
* - Optimize the amd64 cpu_switch() TD_LOCK blocking and releasing tojeff2007-07-171-15/+19
* - Add support for blocking and releasing threads to i386 cpu_switch(). Thisjeff2007-07-172-3/+30
* - added pre-checks to the bindx call.rrs2007-07-1718-213/+408
* Correct RSSI calculation.sephe2007-07-171-1/+1
* - integrate most recent changes from vendor branch and upgrade to firmware re...kmacy2007-07-1720-694/+1494
* - Increase descriptors per call to startkmacy2007-07-173-13/+10
* - Use ruxagg() in calcru() to make sure we have current tick informationjeff2007-07-171-0/+8
* Add support to the ipmi, isa attachment to attempt to read ipmiambrisko2007-07-161-2/+79
* Restore the value of ar.rnat after the assignment to ar.bspstore.marcel2007-07-161-3/+3
* Improve acquisition of transaction labels.simokawa2007-07-152-20/+17
* Disconnect netatm from the build as it is not MPSAFE and relies onrwatson2007-07-146-117/+132
* Revert previous commits which I committed by mistake.rodrigc2007-07-142-13/+0
* Eliminate two unused functions: vm_phys_alloc_pages() andalc2007-07-143-40/+17
* The last entry in the ext2_opts array must be NULL,rodrigc2007-07-143-1/+14
* Eliminate dead code, specifically, an unused sysctl: "vm.idlezero_maxrun".alc2007-07-141-4/+0
* Remove "options SCTP_HIGH_SPEED" from NOTES as it has now been removedrwatson2007-07-141-8/+0
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-1422-793/+2620
* Perform range check before allocating memory when readingrodrigc2007-07-131-0/+4
* Add support for G965/Q965/GM965/GME965/GME945 AGP.anholt2007-07-138-460/+774
* MFp4:imp2007-07-1311-34/+197
* Update a comment describing the page queues.alc2007-07-131-6/+7
* Eliminate dead code.alc2007-07-121-10/+0
* Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/codarwatson2007-07-1233-7148/+46
* Forced commit to recognize repo-copy of Coda files from src/sys/coda torwatson2007-07-121-0/+2
* A couple late breaking bugs that testing have turned up.jfv2007-07-121-3/+6
* Fix a couple of issues with the stack limit for 32-bit processes on 64-bitjhb2007-07-125-21/+33
* revert handling of ssid and bssid to be manadatory instead of advisorysam2007-07-121-33/+40
* Round up the FAT block size to a multiple of the sector size so that i/obde2007-07-121-8/+6
* Fix a bug where the callout might not be initialized before being used.njl2007-07-121-6/+18
* Fix some bugs involving the fsinfo block (many remain unfixed). This isbde2007-07-124-12/+3
* Update the mxge(4) driver's copyright to 2007, and dropgallatin2007-07-127-41/+13
* Directly initialize nxge's ifaddrp pointer to ifnetp->if_addr ratherrwatson2007-07-121-1/+1
* bus_dma_tag_create() and bus_dma_mem_alloc() shall not be called with akib2007-07-121-9/+15
* Improve the net80211 handling within ndisthompsa2007-07-122-158/+303
* Removed unnecessary global includes for ixgbe, and em. Both have beenjfv2007-07-121-6/+0
* Add the actual source too :)jfv2007-07-1112-0/+9206
* New driver for Intel 10G PCI-Express adapter (82598), driver isjfv2007-07-112-0/+13
OpenPOWER on IntegriCloud