aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix an integer overflow in RLE length parsing when decompressingreleng/6.4Colin Percival2010-09-201-1/+1
* Change the current working directory to be inside the jail created byColin Percival2010-05-271-1/+1
* Fix BIND named(8) cache poisoning with DNSSEC validation.Simon L. B. Nielsen2010-01-061-1/+1
* Bump the patch level in the kernel version number, which wasSimon L. B. Nielsen2009-12-031-1/+1
* MFC r197711 (partial) to 6.x and 7.x:Simon L. B. Nielsen2009-10-028-45/+138
* Fix BIND named(8) dynamic update message remote DoS.Simon L. B. Nielsen2009-07-291-1/+1
* Prevent integer overflow in direct pipe write code from circumventingColin Percival2009-06-103-2/+4
* Don't leak information via uninitialized space in db(3) records. [09:07]Colin Percival2009-04-221-1/+1
* Correct ntpd(8) cryptographic signature bypass [SA-09:04].Simon L. B. Nielsen2009-01-131-1/+1
* Prevent cross-site forgery attacks on lukemftpd(8) due to splittingSimon L. B. Nielsen2009-01-071-1/+1
* Prevent cross-site forgery attacks on ftpd(8) due to splittingColin Percival2008-12-232-1/+6
* Going ahead with 6.4-RELEASE now.release/6.4.0Ken Smith2008-11-261-1/+1
* Calling it -RELEASE tiny bit premature, looks like there might be oneKen Smith2008-11-251-1/+1
* Call ourself 6.4-RELEASE.Ken Smith2008-11-251-1/+1
* MF stable/6: r185263Marius Strobl2008-11-241-6/+2
* Make sure arc4random(9) is properly seeded when /etc/rc.d/initrandom returns.Colin Percival2008-11-242-3/+24
* MF stable/6:Marcel Moolenaar2008-11-231-1/+1
* MFC: Adjust the license statement to more closely match a standardJohn Baldwin2008-11-131-12/+12
* Prepare for the 6.4-RC2 builds.Ken Smith2008-10-311-1/+1
* Direct commit (r184414 is not applicable to stable due to ABI change):Oleg Bulyzhin2008-10-311-2/+3
* MFC of the r179312 by sos:Konstantin Belousov2008-10-301-1/+0
* MFC: don't panic when HZ value is below 32. This change may need a bitMaxim Sobolev2008-10-292-2/+8
* Merge r183515 and r184211 (mxge firmware updates) into releng/6.4Andrew Gallatin2008-10-275-56663/+32765
* MFC r183966:Pyun YongHyeon2008-10-271-0/+14
* MFS r183978:Ken Smith2008-10-262-0/+5
* MFC: r184227 - don't use *statep without holding the vnode interlockDoug Rabson2008-10-251-1/+4
* Merge r184172 (pthread condvar race fix) into 6.4-release.Alfred Perlstein2008-10-251-115/+34
* MFC: Close a race in the kern.ttys sysctl handler that resulted in panicsJohn Baldwin2008-10-221-4/+23
* MFC: r183923Bjoern A. Zeeb2008-10-221-1/+1
* MFC: r183970Bjoern A. Zeeb2008-10-221-1/+1
* MFC: Use 32k transfers rather than 63k transfers for chipsets that can't doJohn Baldwin2008-10-211-5/+5
* MFC r183814:Pyun YongHyeon2008-10-192-7/+9
* MFC change 182488Christian S.J. Peron2008-10-131-6/+6
* MFC: r183628Marius Strobl2008-10-081-1/+1
* Adjust __FreeBSD_version to reflect a new release branch.Ken Smith2008-10-041-1/+1
* Get ready for the 6.4-RC1 builds.Ken Smith2008-10-021-1/+1
* Default to ignoring potentially evil IPv6 Neighbor SolicitationColin Percival2008-10-024-1/+25
* Pass SUSER_ALLOWJAIL flag to suser_cred(9) in mac_seeotheruids: allowRobert Watson2008-09-301-1/+1
* MFC r183236Alan Cox2008-09-261-1/+2
* MFC r183264:Pyun YongHyeon2008-09-262-3/+20
* MFC: 178280John Baldwin2008-09-252-3/+6
* MFC: 176526,176596John Baldwin2008-09-241-6/+25
* MFC: Add a CTASSERT() that KERNBASE is valid and update the KVA_PAGESJohn Baldwin2008-09-232-0/+9
* MFC: 179296John Baldwin2008-09-231-7/+0
* MFC: Fix vnode interlocking in QUOTA lock upgrade case in ufs_access().John Baldwin2008-09-231-3/+2
* MFC r183135Andrew Thompson2008-09-211-1/+2
* MFC: 182874Oleg Bulyzhin2008-09-181-2/+6
* MFC: Update comments about the 0xcf9 register reset method.John Baldwin2008-09-182-8/+14
* MFC: Disable the inline assembly crc32 routine and use the C versionJohn Baldwin2008-09-171-87/+0
* MFC r182887-182888:Pyun YongHyeon2008-09-172-3/+17