summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.2.0_cvscvs2svn2004-01-105144-5225/+5217
* Move up to 5.2-RELEASE!release/5.2.0Scott Long2004-01-101-1/+1
* MFC rev 1.9:Scott Long2004-01-101-0/+1
* MFC: Make ip6fw reset work for TCP packets with SYN set.David Malone2004-01-091-0/+2
* MFC 1.138 - Check for transmit status and free the mbuf chain whenDon Lewis2004-01-092-3/+5
* MFC: Limiters and sanity checks for TCP MSS resource exhaustion attacks.Andre Oppermann2004-01-091-0/+24
* MFC rev 1.20: Reduce TCP_MINMSS default to 216.Andre Oppermann2004-01-091-4/+3
* MFC: Limiters and sanity checks for TCP MSS resource exhaustion attacks.Andre Oppermann2004-01-095-4/+92
* MFC rev 1.173: If path mtu discovery is enabled set the DF bit in allAndre Oppermann2004-01-091-0/+4
* MFC rev 1.204: Do not set the ip_id to zero when DF is set on packet.Andre Oppermann2004-01-091-12/+6
* MFC 1.92: remove extraneous unlock that can lead to a panicSam Leffler2004-01-081-1/+1
* MFC: Copyright 2004Warner Losh2004-01-081-3/+3
* Merge critical bugfix (panic due to NULL pointer deref) from rev 1.30.Joerg Wunsch2004-01-071-1/+4
* MFC: Rev. 1.8Martin Blapp2004-01-061-1/+1
* Plug file descriptor leak, as discussed on -current.David Malone2003-12-301-0/+1
* MFC:Poul-Henning Kamp2003-12-304-4/+15
* MFC: Improvements to if_sis driver.Poul-Henning Kamp2003-12-302-17/+31
* MFC: Fix acpi_MatchHid() to check compatability IDs.John Baldwin2003-12-291-3/+3
* MFC 1.97: fix double mutex initialization when statically configuredSam Leffler2003-12-231-11/+27
* MFC rev. 1.52: IN_MULTICAST wants an address in host byte order.Maxim Konovalov2003-12-231-1/+1
* MFC Rev 1.71SUZUKI Shinsuke2003-12-221-1/+1
* MFC: Add support for _CID package types and use dynamic storage forNate Lawson2003-12-193-62/+123
* MFC: Sync ata driver with head.John Baldwin2003-12-185-12/+40
* MFC: Handle empty channels in earlier fix for missing slaves.John Baldwin2003-12-181-3/+7
* - MFC 1.475, return EBUSY if NOWAIT was passed to vget() and the XLOCK wasJeff Roberson2003-12-181-3/+4
* - MFC 1.474, properly cleanup VCHR after forced unmount.Jeff Roberson2003-12-181-1/+28
* MFC: add sys/_null.h and change the definition of NULL to a long on ia64Peter Wemm2003-12-183-9/+4
* MFC: make preloaded filesystems work with md(4) again.Poul-Henning Kamp2003-12-171-1/+1
* MFC: Make msdosfs long filenames matching case insensitive again.Tim J. Robbins2003-12-173-11/+19
* MFC rev. 1.33: Don't sign-extend characters in file names.Tim J. Robbins2003-12-171-2/+2
* Don't free(9) modified pointer.Poul-Henning Kamp2003-12-161-11/+17
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'.cvs2svn2003-12-154-0/+4181
* MFC: 1.13: use the correct symbol for declaring the sysvec table sizesPeter Wemm2003-12-131-1/+2
* RegenPeter Wemm2003-12-134-17/+25
* MFC: 1.27-1.28: sync up syscalls listPeter Wemm2003-12-131-9/+8
* MFC 1.226 - Set fs_ronly to the correct value in ffs_reload() whenDon Lewis2003-12-121-0/+2
* MFC revision 1.175Alexander Kabaev2003-12-111-2/+6
* Up the timeout on a command from 500ms to 5s unconditionally. ThisWarner Losh2003-12-111-1/+1
* MFC: Replace fix for empty turnstile race with a more general fix for theJohn Baldwin2003-12-111-10/+12
* Nursemaid: Fix compilation.Bruce M Simpson2003-12-101-4/+4
* Don't build a kernel.debug for the release.Scott Long2003-12-075-5/+5
* MFC: 1.85: fix the runq selection when load balancing runs on machines withPeter Wemm2003-12-071-1/+1
* MFC: Don't call em_stop() when the watchdog expires. This preventsDaniel Eischen2003-12-071-1/+0
* Disable WITNESS, INVARIANTS, and DDB for our Tier-1 platforms for the releaseScott Long2003-12-075-19/+19
* RELENG_5_2 is at 502000Scott Long2003-12-071-1/+1
* RELENG_5_2 is at 5.2-RC nowScott Long2003-12-071-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'.cvs2svn2003-12-07277-180865/+0
* Reconfigure the runq macros to use the 64 bit ffs/bsf routines insteadPeter Wemm2003-12-061-5/+5
* Add 64 bit bsf*/ffs* routines. Have the ffs() inline use gcc's builtinPeter Wemm2003-12-061-1/+40
* Various whitespace and cosmetic sync-up's with i386.Peter Wemm2003-12-069-12/+13