summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make sure ng_fec_init() uses the same calling convention as the rest ofemax2005-08-251-3/+3
* Dont set default mode to ATA_DMA_MAX on devices not capable of DMA.sos2005-08-251-1/+3
* - Refuse hashsize of 0, since it is invalid.glebius2005-08-251-2/+2
* De-spl parts of the routing socket code now generally protectedrwatson2005-08-251-40/+20
* When we have a published ARP entry for some IP address, do reply onglebius2005-08-251-0/+9
* get current temperature from _TMP during passive cooling is active.ume2005-08-251-15/+33
* initialize only ACPI_BUFFER to avoid race condition with passiveume2005-08-251-1/+8
* Backout revision 1.54, because it exposes a worse problem, thanglebius2005-08-251-3/+1
* Track all lock relationships instead of pruning direct relationshipstruckman2005-08-251-71/+31
* - Remove redundant assertions that the driver lock is not held in attach()jhb2005-08-241-5/+2
* - Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv,imura2005-08-241-0/+6
* Remove a KASSERT in the sack path that fails because of a interactionps2005-08-242-6/+0
* Fix up the comment for MAX_SACK_BLKS.ps2005-08-241-1/+1
* Provide the USB device release number along with other parametersiedowse2005-08-231-4/+4
* End the MALLOC_DEFINE macro without the semi-colon, the caller suppliesphk2005-08-231-1/+1
* The mtu check in bridge_enqueue is bogus as the maximum Ethernet frame isthompsa2005-08-231-7/+0
* Verify if we can actually read the data at given offset.pjd2005-08-232-6/+13
* Remove unnecessary IPSEC includes.andre2005-08-232-16/+0
* Don't loop back packets that have been routed by pf. This fixes an endlessmlaier2005-08-231-1/+2
* Apply fix for "pr82261 DMA-support on Sparc64 broken"sos2005-08-232-5/+42
* Back out the removal of LK_NOWAIT from the VOP_LOCK() call intruckman2005-08-231-7/+37
* Fix multiple typos in the mutex names. This fixes false positive (and prettyemax2005-08-231-4/+4
* Correct the check if a plex is accessible in case it is not up.le2005-08-221-1/+1
* o Fix a logic error when not doing mbuf cluster allocation.andre2005-08-221-4/+5
* Pass the PDE from pmap_remove() to pmap_remove_page() so that the latteralc2005-08-221-7/+8
* Introduce two new ioctl(2) commands, BIOCLOCK and BIOCSETWF. These commandscsjp2005-08-223-24/+87
* On x86 processors, turn off any 'INTERRUPT' capabilities on PMCsjkoshy2005-08-221-3/+13
* Return EOPNOTSUPP instead of EINVAL if a PMC allocation requestjkoshy2005-08-221-1/+15
* Print PMC capabilities at module load time.jkoshy2005-08-221-3/+9
* Add socketoption IP_MINTTL. May be used to set the minimum acceptableandre2005-08-227-0/+32
* Always quote the entire TCP header when responding and allocate an mbufandre2005-08-221-4/+24
* Handle pure layer 2 broad- and multicasts properly and simplify relatedandre2005-08-221-19/+3
* Fix problem on Promise "mio" controllers and 48bit mode caused by last commitsos2005-08-221-0/+9
* Change pmap_extract() and pmap_extract_and_hold() to use PG_FRAME ratheralc2005-08-221-2/+6
* SADB_UPDATE did not return an error when key length is invalid.ume2005-08-221-2/+2
* Turn off sampling modes on the AMD64 till the time I can track downjkoshy2005-08-221-0/+5
* if_ral_pccard does not depend on pccard module directly, but ratherimp2005-08-221-1/+0
* Set the mountpoint path in the superblock (fs_fsmnt) at mount-timessouhlal2005-08-211-1/+2
* In ng_callout() assert that supplied arguments are non-NULL.glebius2005-08-211-3/+4
* Stop callout before freeing memory, so it won't panic from softclock.pjd2005-08-211-0/+4
* Before freeing memory, assert that there is no pending callout.pjd2005-08-211-0/+1
* Don't set the COMPLETE flag in an inodedep structure before the relatedtegge2005-08-211-1/+1
* By default, when doing crypto work in software, start as many threadspjd2005-08-211-5/+10
* Remove stale comment (we now always start worker thread).pjd2005-08-211-5/+0
* mp_ncpus is always (properly) initialized, even on UP kernels, so just use it.pjd2005-08-211-5/+0
* Commit correct version of the change and note the name of the newandre2005-08-211-1/+1
* Add a sysctl to change to length of the quotation of the originalandre2005-08-211-1/+12
* Fix basic rates set for 802.11a/g operating modes. This can significantlydamien2005-08-212-22/+47
* Add an option to have ICMP replies to non-local packets generated withandre2005-08-211-0/+19
* Enhanced WME (802.11e) support.damien2005-08-212-5/+65
OpenPOWER on IntegriCloud