summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't loop back packets that have been routed by pf. This fixes an endlessmlaier2005-08-231-1/+2
* Add a -h option to tell cmp not to follow symbolic links.brian2005-08-235-7/+123
* Apply fix for "pr82261 DMA-support on Sparc64 broken"sos2005-08-232-5/+42
* Fix a couple of typosbrian2005-08-231-1/+1
* Back out the removal of LK_NOWAIT from the VOP_LOCK() call intruckman2005-08-231-7/+37
* FreeBSD unconditionally supports write filters now.csjp2005-08-231-2/+0
* Fix multiple typos in the mutex names. This fixes false positive (and prettyemax2005-08-231-4/+4
* Add support for processing the "bd_locked" flag offered by the bpfcsjp2005-08-231-2/+3
* FreeBSD now supports BIOCLOCK. So we can use it now.csjp2005-08-231-4/+0
* 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
* Document IP_MINTTL socket option.andre2005-08-221-1/+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
* Spell powersavesleep correctly.brian2005-08-222-2/+2
* When looking for new lines in diff output, grep for '^[>+]' instead ofcperciva2005-08-221-1/+1
* Most users probably aren't interested in locating 13000+ files namedcperciva2005-08-222-2/+2
* 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
* Add relationship between offence and beer.grog2005-08-221-0/+5
* 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-212-6/+13
* 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-212-1/+17
* 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-212-1/+29
* Enhanced WME (802.11e) support.damien2005-08-212-5/+65
* Remove the hack that varied the first character of the output file nametjr2005-08-212-15/+5
* Introduce pmap_pml4e_to_pdpe() and pmap_pdpe_to_pde() and use them to avoidalc2005-08-201-12/+28
* Silence "busy" warnings when unmounting devfs at system shutdown. Thisrwatson2005-08-201-6/+16
* Back-out the change from revision 1.14 and allow for '/' in labels again.pjd2005-08-201-8/+0
* Add some necessary bits for upcoming 802.11e support:damien2005-08-203-64/+183
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renamestefanf2005-08-2015-41/+32
* Remove IEEE80211_C_WPA from capabilities flags. WPA support is not fullydamien2005-08-201-2/+1
* Export adapter's internal statistics sysctl even if IPW_DEBUG is not defined.damien2005-08-201-6/+0
OpenPOWER on IntegriCloud