summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFC ucred structure leak fix.release/5.2.1Pawel Jakub Dawidek2004-02-231-0/+2
* Change 502001 to 50201. The more I think about it, the more the latterScott Long2004-02-231-1/+1
* Bump __FreeBSD_version to 502001 for the 5.2.1-RELEASEScott Long2004-02-231-1/+1
* Update for 5.2.1-RELEASEScott Long2004-02-231-1/+1
* MFC r127_state.c:1.9 to RELENG_5_2 for inclusion in 5.2.1-RELEASE:Robert Watson2004-02-231-0/+17
* MFC 1.40: Rework jail_attach(2) so that an already jailed process cannot hop toJacques Vidrine2004-02-191-12/+12
* Reduce AAC_MAX_FIBS a little so that we don't exhaust the queue. This is aScott Long2004-02-181-1/+1
* Partial MFC of revision 1.16.Don Lewis2004-02-151-1/+3
* MFC: os_name -> osname fixes the OS override directive for ACPINate Lawson2004-02-141-5/+5
* MFC: If deferring a command due to lack of card resources, unmap it so thatScott Long2004-02-111-1/+3
* MFC many more fixes for the ata driver.Scott Long2004-02-1110-75/+93
* MFC the geom_taskqueue addition so that the pending ATA MFC can use it.Scott Long2004-02-112-1/+30
* MFC pseudofs_vnops.c 1.43: Fix a panic in pseudofs(9).Jacques Vidrine2004-02-101-0/+5
* Get ready for 5.2.1-RC2.Jacques Vidrine2004-02-101-2/+2
* MFC vfs_mount.c 1.117: Fix issues related to mount/unmount.Jacques Vidrine2004-02-101-0/+14
* MFC sysv_shm.c 1.90: Correct a reference counting bug in shmat(2).Jacques Vidrine2004-02-052-2/+3
* Shift into RC mode for 5.2.1Scott Long2004-01-301-2/+2
* 5.2-RELEASE-p1 is a security branch release to address an issue inJacques Vidrine2004-01-291-1/+1
* MFC rev 1.9-1.10: Allow path rules to work on directories.Colin Percival2004-01-291-1/+2
* MFC 1.65: avoid duplicate free.Hajimu UMEMOTO2004-01-271-3/+3
* MFC 1.64: invalidate secpolicy pcb cache on key_timehandler.Hajimu UMEMOTO2004-01-271-0/+3
* MFC 1.63: add missing key_freesp()s.Hajimu UMEMOTO2004-01-271-1/+4
* MFC 1.62: don't touch after free.Hajimu UMEMOTO2004-01-271-2/+3
* MFC 1.31: fix potential 'cannot-happen' memory leakHajimu UMEMOTO2004-01-271-1/+4
* MFC 1.47: call ipsec_pcbconn()/ipsec_pcbdisconn() from in6_pcbconnect().Hajimu UMEMOTO2004-01-271-0/+7
* MFC 1.136: do not deref freed pointerHajimu UMEMOTO2004-01-271-2/+2
* Remove local changes to ata that accidentally crept in.Scott Long2004-01-273-42/+9
* Don peril-senstive goggles and update the ata driver to HEAD.Scott Long2004-01-2717-316/+491
* MFC: Add PFIL_HOOKS to the GENERIC kernel configuration.Jacques Vidrine2004-01-267-0/+7
* Merge rev 1.46 of geom_event.c. This prevents deleted events from gettingScott Long2004-01-261-0/+2
* Bring rpcclnt.c up to HEAD in order to fix several potential panics whenScott Long2004-01-261-38/+44
* MFC the if_dc fix for sparc64 Davicom cards that store thier MAC inScott Long2004-01-253-2/+38
* Bring if_sk.c to HEAD to fix the multicast problem with newer chips.Scott Long2004-01-251-54/+105
* MFC: Save %cx around calls to the BIOS to read data to workaround bugs inJohn Baldwin2004-01-251-1/+4
* 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