summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* newbus will zero softc, so no need to duplicate the zeroing here.imp2006-04-043-13/+1
* Don't call bfe_release_resources() twice.pjd2006-04-041-2/+0
* For USIII CPUs the type of the trap caused by peeking/poking non-existentmarius2006-04-041-7/+5
* Undo damage from wrong MFC to HEAD.andre2006-04-041-38/+0
* Convert pv_entry_frees and pv_entry_allocs stats counters from int to long,peter2006-04-041-3/+4
* MFC rev. 1.32: Add link status descriptions and related structures for userlandandre2006-04-041-0/+38
* Turn a file that was mostly style(9) compliant to a file that's really closeimp2006-04-041-141/+115
* The Z8530 on the MacIO has an interrupt per channel. Deal with thismarcel2006-04-042-32/+57
* Replace hard coded '0' with symbolic constant IIC_UNKNOWN to reflect whatimp2006-04-041-1/+1
* Add a tunable net.inet.tcp.maxtcptw, that allows to set a limitglebius2006-04-042-2/+16
* Before dereferencing intotw() when INP_TIMEWAIT, check for inp_ppcb beingrwatson2006-04-045-14/+62
* Remove unused variables s and error in key_detach. The previousdd2006-04-041-1/+0
* - VFS_LOCK_GIANT when recycling a vnode via getnewvnode. We may bejeff2006-04-041-0/+3
* - Properly check against B_DELWRI and B_NEEDSGIANT. This check wasjeff2006-04-041-1/+2
* Remove unintended DEBUG flag setting.gnn2006-04-041-1/+0
* Sync with i386: Map exceptions to signals in gdb_cpu_signal() somarcel2006-04-042-6/+25
* WARNS level 4 cleanup, still has work to do.davidxu2006-04-041-16/+17
* The PC is register 16, not 18.marcel2006-04-041-1/+1
* Add support for Intel cpu model's 5 & 6.ps2006-04-041-1/+1
* Freshen a comment.jkoshy2006-04-041-2/+3
* Fix an off-by-one error in the port range detection. Cleanup some oldnjl2006-04-041-5/+5
* In z8530_divisor() return 0 if the calculated divisor is less than 0.marcel2006-04-041-1/+1
* Increment kdb_active after we stopped the other CPUs and decrementmarcel2006-04-041-4/+4
* Improve handling of IPI_STOP:marcel2006-04-031-10/+7
* Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to themarcel2006-04-036-10/+15
* Eliminate softdep_flush() livelock by accounting for number of worklist itemstegge2006-04-032-1/+7
* Shrink the amd64 pv entry from 48 bytes to about 24 bytes. On a machinepeter2006-04-032-151/+309
* - s,tramoline,trampoline, in a comment.marius2006-04-032-10/+22
OpenPOWER on IntegriCloud