aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* MFC rev 1.78 and 1.69 to fix a pontential adapter deadlock and potentialScott Long2003-09-171-9/+17
* MFC rev 1.115 (check for null return from M_PREPEND)Mike Silbersack2003-09-161-0/+2
* MFC: ftruncate64 syscall.Maxim Sobolev2003-09-142-1/+16
* MFC mbuf_stress_test Mark II.Mike Silbersack2003-09-133-18/+87
* Back out revision 1.9.2.1 ("LOGIN_NAME_MAX" MFC), breaking lukemftpd andDavid E. O'Brien2003-09-101-1/+0
* MFC: Move dynamic sysctl(8) variable creation for the cd(4) and da(4)Kenneth D. Merry2003-09-104-43/+118
* MFC: Add PCIR_BARS and PCIR_BAR(x) macros to aid in maintaining driversJohn Baldwin2003-09-091-0/+2
* MFC: Add the IP_ONESBCAST option, to enable undirected IP broadcasts to beBruce M Simpson2003-09-096-4/+30
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-09-092-0/+520
* MFC: rev 1.15: add the POSIX sanctioned "LOGIN_NAME_MAX"David E. O'Brien2003-09-091-0/+1
* Fix incorrect structure initialization introduced in 1.2.2.14.Pierre Beyssac2003-09-071-1/+0
* Fixed panics that will occur during attempts to rescan ATA disk devicesDavid Greenman2003-09-055-18/+20
* MFC: ata driver bus dma code.Luoqi Chen2003-09-0511-295/+479
* MFC:Prafulla Deuskar2003-09-035-968/+1875
* RegenJosef Karthauser2003-09-022-5/+75
* MFC: Add support for the following Palm devices:Josef Karthauser2003-09-022-1/+19
* Move the pst module to the i386-only section. It has no prayer of beingScott Long2003-09-021-1/+1
* Remove the include of <pci.h> from here.Scott Long2003-09-011-2/+0
* Build the ida module.Scott Long2003-09-011-0/+1
* Add glue to make the ida(4) driver be a module. This is complicated byScott Long2003-09-011-0/+14
* Compile the pst module.Scott Long2003-09-011-0/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-08-312-0/+325
* MFC two device ids (ICH4 and ICH5).Nate Lawson2003-08-311-2/+9
* esp(4) has been declared dead on Alpha for a long time now. Bury the remains.Wilko Bulte2003-08-311-1/+0
* More vm_offset_t -> vm_paddr_t conversions in kernel dump related code.Luoqi Chen2003-08-3112-22/+20