summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.9.0_cvscvs2svn2003-10-273698-3825/+3825
* Bump __FreeBSD_version for FreeBSD 4.9.Murray Stokely2003-10-271-1/+1
* Identify as 4.9-RELEASE.Murray Stokely2003-10-271-1/+1
* MFS: rev. 1.35.2.35:Max Khon2003-10-261-6/+6
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_9'.cvs2svn2003-10-2212-2015/+0
* MFC: Always enable hyperthreading to avoid lockups due to APIC interruptJohn Baldwin2003-10-222-28/+102
* MFC: Always enable hyperthreading to avoid lockups due to APIC interruptJohn Baldwin2003-10-224-3/+1
* MFC: Add support for the Intel ICH5 SATA controller in both legacy andJohn Baldwin2003-10-222-0/+14
* MFC linux_misc.c 1.149, linux_uid16.c 1.12: Reject negative ngrp argumentsTim J. Robbins2003-10-222-2/+2
* MFC rev. 1.86:Thomas Quinot2003-10-211-2/+6
* MFC rev. 1.160:Thomas Quinot2003-10-211-2/+5
* Fix problems with slowdowns and hangs with the DRM on -stable. The conditionEric Anholt2003-10-191-4/+6
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-10-192-0/+324
* MFC Rev 1.40 to fix use-after-free problems with dynamic rules.Scott Long2003-10-171-4/+7
* MFC: rev 1.178 - 1.180: map page zero read/write in case DISABLE_PSE isPeter Wemm2003-10-171-2/+8
* MFC: Add support for SK-9521 V2.0 and 3COM 3C940.Wilko Bulte2003-10-147-220/+917
* MFC: v1.152John-Mark Gurney2003-10-141-2/+7
* MFC 7955/7956 symmetric crypto supportSam Leffler2003-10-083-41/+159
* Go back to PIO mode for now; MMIO mode appears to cause problems onMurray Stokely2003-10-081-0/+2
* The test for whether or not this is a Pentium 4 for the purpose ofJacques Vidrine2003-10-081-7/+2
* Add NO_PSE_HACK kernel option.Jacques Vidrine2003-10-072-0/+2
* Disable PSE at boot time for Pentium 4 processors. On many such CPUs,Jacques Vidrine2003-10-071-0/+34
* MFC 1.81: "short cable" fix for DP8315Sam Leffler2003-10-061-0/+23
* MFC 1.240: add IPSEC_FILTERGIF suport for FAST_IPSECSam Leffler2003-10-061-0/+7
* MFC 1.2:Sam Leffler2003-10-061-2/+4
* Driver names for DRIVER_MODULE in current are 'ed' and 'ep', but inWarner Losh2003-10-068-8/+8
* Revision 1.10.2.4 introduced a regression: the offset was ignored.Jacques Vidrine2003-10-041-3/+1
* Correct several integer underflows/overflows in linprocfs. See theJacques Vidrine2003-10-031-49/+10
* MFC (the spirit of) procfs_dbregs.c 1.23, procfs_fpregs.c 1.29,Jacques Vidrine2003-10-027-72/+33
* Correct a case in readv(2) where the file descriptor reference countJacques Vidrine2003-10-021-6/+6
* Add an include I forgot in the previous commit. Eeek.Mike Silbersack2003-10-021-0/+1
* MFC rev 1.309 ; increase the # of kmap entries allowed.Mike Silbersack2003-10-011-1/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-10-012-0/+339
* MFC: The knobs controlling ipfw2 and ip6fw were not protected when runningBruce M Simpson2003-10-012-6/+6
* Fix a function prototype error.Luoqi Chen2003-10-011-1/+2
* Fix a bug which was introduced in version 1.187.2.16 ofAndrew Gallatin2003-10-011-0/+1
* MFC rev 1.154Mike Silbersack2003-09-301-0/+2
* Welcome to 4.9-RC.Murray Stokely2003-09-281-1/+1
* Save and restore the interrupt mask in fork1() instead of usingIan Dowse2003-09-281-3/+3
* MFC rev 1.55Paul Saab2003-09-261-1/+1
* MFC:Scott Long2003-09-262-2/+6
* MFC BUS_DMA_ZERO support for busdma memory allocations, and M_ZEROMike Silbersack2003-09-255-9/+29
* Fix a logic error in the check to see if arplookup() should free the route.Bruce M Simpson2003-09-241-1/+1
* Protect crfree() with splhigh; without this, there appears to beMike Silbersack2003-09-231-0/+4
* Fix a bug in arplookup(), whereby a hostile party on a locallyBruce M Simpson2003-09-231-6/+14
* MFC: rev 1.54, Do not set the No_CRC bit in the Mode Control Register.Paul Saab2003-09-231-2/+1
* MFC: Preserve the state of %fs and %gs when sending a signal. NVidiaDaniel Eischen2003-09-191-2/+0
* MFC rev. 1.22:Thomas Quinot2003-09-181-2/+5
* Fix a typo from the last commit.Scott Long2003-09-171-1/+1
* MFC 1.19: The GTLB enable/flush bit is 1<<7, not 1<<8.Eric Anholt2003-09-171-1/+1