summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Simplify the code by using arc4rand(9) instead of arc4random(9) in a loop.pjd2006-04-101-22/+3
* Hide net.inet.ipsec.test_{replay,integrity} sysctls under #ifdef REGRESSION.pjd2006-04-104-0/+12
* ip6_mrouter_done(): use if_allmulti(0) for disabling the multicast promiscuou...suz2006-04-101-7/+1
* Kill the last Giant acquisition in the exit(2) code. This Giant acquisitioncsjp2006-04-101-2/+0
* Introduce and use delayed-destruction functionality from a pre-sync hook,pjd2006-04-106-111/+174
* - Add support for the Epson RX425 scanner.flz2006-04-102-0/+2
* On shutdown try to turn off all swap devices. This way GEOM providers arepjd2006-04-103-19/+70
* Fix some small bugs.scottl2006-04-101-2/+7
* Use proc lock to prevent a thread from exiting, Giant was no longer used todavidxu2006-04-104-54/+20
* MFp4:marcel2006-04-101-20/+169
* Add g_wither_provider() to abstract the details of destroying amarcel2006-04-104-3/+15
* MFp4: Use CPU_CONTROL_ROUNDROBIN for arm9, it seems to give marginallycognet2006-04-091-1/+2
* Update to DRM CVS as of 2006-04-09. The most notable new feature is the updatedanholt2006-04-0921-769/+1265
* Not only disable/enable interrupts, do it for FIQs as well, when needed.cognet2006-04-093-11/+24
* MFp4: Don't write-back the PTEs if they are mapped write-through, this wascognet2006-04-091-5/+0
* Introduce two new sysctls:pjd2006-04-094-2/+54
* Be consistent with the rest of the code.pjd2006-04-091-1/+1
* In natm_usr_abort(), replace existing call to natm_usr_shutdown() withrwatson2006-04-091-1/+1
* Modify tcp_timewait() to accept an inpcb reference, not a tcptwrwatson2006-04-092-22/+24
* Fix assertion description: !=, not ==.rwatson2006-04-091-1/+1
* Remove UNIX domain socket raw socket support. This feature is documentedrwatson2006-04-091-5/+0
* Add support for Asus W5A laptops.philip2006-04-091-0/+10
* Correct an assertion in raw_uattach(): this is a library call that otherrwatson2006-04-091-1/+6
* Rearrange locking in the alloc_commands and ioctl paths to avoid problems.scottl2006-04-081-5/+9
* After further review and discussion, partially revert the previous commit.scottl2006-04-083-20/+13
* Close a pesky race where after checking the BUSY flag in amr_wait_command,ps2006-04-083-6/+21
* Add the scc_hwmtx spin mutex, defined by scc(4).marcel2006-04-071-0/+1
* Add kbdmux(4). This avoids having to use the hint.pcib.1.skipslot=26marcel2006-04-071-0/+1
* spell unlock correctly, this is relatively minor as it's rare someone wouldjmg2006-04-071-1/+1
* Change gctl_set_param() to return an error instead of setting anmarcel2006-04-074-17/+34
* Restore accidentially removed rev. 1.3glebius2006-04-071-0/+2
* backout rev 1.74sam2006-04-071-5/+1
* Introduce a new MAC entry point for label initialization of the NFS daemon'scsjp2006-04-066-0/+14
* MFp4: Catchup with recent UART changes.cognet2006-04-062-15/+15
* Eliminate debug code that catches bugs in the hinting of sack variablesmohans2006-04-061-13/+3
* - Don't set CR0_NE and CR0_MP in npx_probe() as they are already setjhb2006-04-062-27/+36
* Add a new option, XSCALE_DISABLE_CCNT, to not use the xscale ccnt as acognet2006-04-062-0/+27
* Merge in new driver from Intel, version 5.1.5. Adds support for someglebius2006-04-065-331/+1478
* Replace FILEDESC_[UN]LOCK_FAST() with a critical section on UP.ssouhlal2006-04-061-1/+5
* Add debug writes in error cases that, in theory, should never happenimp2006-04-061-2/+5
* Connect twi to the FreeBSD iicbus infrastructure.imp2006-04-061-166/+177
* Pull in numerous fixes from myself and cognet. With these fixes theimp2006-04-061-99/+61
* Remove unused bit definitions.imp2006-04-061-60/+40
* Optimize the TX side of the part by using the PDC to move bytes out toimp2006-04-061-27/+99
* Correct assertion in ng_detach().rwatson2006-04-061-1/+1
* Keep track of the number of in-progress async direct IO writes in the nfsnode.mohans2006-04-063-5/+36
* Typos.pjd2006-04-051-1/+1
* Cache the value of the lower half of each I/O APIC redirection table entryjhb2006-04-052-12/+8
* Don't unlock a timewait structure if the pointer is NULL inrwatson2006-04-052-2/+4
* Certain (bad) values of sack blocks can end up corrupting the sack scoreboard.mohans2006-04-051-0/+2
OpenPOWER on IntegriCloud