aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Don't leak information via uninitialized space in db(3) records. [09:07]releng/7.0Colin Percival2009-04-221-1/+1
* Correctly sanity-check timer IDs. [SA-09:06]Colin Percival2009-03-231-1/+1
* Correctly scrub telnetd's environment.Colin Percival2009-02-161-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-231-1/+1
* Make sure arc4random(9) is properly seeded when /etc/rc.d/initrandom returns.Colin Percival2008-11-241-1/+1
* Default to ignoring potentially evil IPv6 Neighbor SolicitationColin Percival2008-10-021-1/+1
* - Fix amd64 local privilege escalation. [08:07]Simon L. B. Nielsen2008-09-031-1/+1
* Improve randomization in BIND to prevent response spoofing.Colin Percival2008-07-131-1/+1
* Fix errors in the padding of TCP options.Colin Percival2008-06-191-1/+1
* Fix logic error in sshd(8) concerning the handling of failedColin Percival2008-04-171-1/+1
* Prepare for tagging RELENG_7_0_0_RELEASE and the 7.0-RELEASE builds.release/7.0.0Ken Smith2008-02-241-1/+1
* Prepare for a "mini-RC3". Only amd64/i386 builds will be done. TargettedKen Smith2008-02-201-1/+1
* Get ready for the 7.0-RC2 builds.Ken Smith2008-02-071-1/+1
* Remove the rr232x driver. It has been superseced by the hptrr driver.Scott Long2008-02-062-15/+0
* Get ready for 7.0-RC1 builds.Ken Smith2007-12-221-1/+1
* Add the hptrr driver.Scott Long2007-12-152-0/+17
* MFCAlan Cox2007-12-132-2/+2
* MFC rev 1.5 if_wpi.cBenjamin Close2007-12-082-0/+2
* Disable support for /dev/ptmx in FreeBSD 7.0. While it's a good idea inRobert Watson2007-12-061-1/+1
* MFC:Olivier Houchard2007-12-021-0/+1
* Get ready for BETA4 builds.Ken Smith2007-12-021-1/+1
* Merge files:1.1252 from HEAD to RELENG_7:Robert Watson2007-11-251-1/+1
* Get ready for BETA3 builds.Ken Smith2007-11-151-1/+1
* Get ready for the BETA2 builds.Ken Smith2007-11-021-1/+1
* MFC: split nvram out of isa/clock.c into its own device (default to off).Peter Wemm2007-10-292-0/+2
* Time to start calling it BETA1.Ken Smith2007-10-191-1/+1
* 7.0-CURRENT -> 7.0-PRERELEASE.Ken Smith2007-10-111-1/+1
* o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop()Marius Strobl2007-09-261-0/+2
* Bring in the GEOM Virtualisation class, which allows to create huge GEOMPawel Jakub Dawidek2007-09-233-0/+5
* Remove PF_MPSAFE_UGID leftover.Max Laier2007-09-222-5/+0
* Add mmc and mmcsd, and correct a couple of comments. They areWarner Losh2007-09-191-3/+11
* Update snd_emu10kx driver with recent perforce changes (and fewAriff Abdullah2007-09-122-4/+0
* Add a driver for the on-die digital thermal sensor found on Intel CoreDag-Erling Smørgrav2007-08-152-0/+2
* Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.Maksim Yevmenkin2007-08-131-1/+1
* Compile ipfilter:ip_lookup.c without -Werror. The file containsMarcel Moolenaar2007-08-091-1/+1
* Re-enable -Werror for PowerPC. This should really be unconditional again.Marcel Moolenaar2007-08-081-1/+2
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-061-1/+0
* Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.Bjoern A. Zeeb2007-08-052-5/+5
* Enable -Werror for ia64.Marcel Moolenaar2007-07-311-1/+1
* Add option EXCEPTION_TRACING, which enables KTR-like functionalityMarcel Moolenaar2007-07-301-0/+2
* Bring in two bandaids to get the elf trampoline to work again, until I findOlivier Houchard2007-07-271-10/+14
* Introduce Danny Braniss' iSCSI initiator, version 2.0.99. Please read theScott Long2007-07-243-0/+14
* Continue effort to align UDPv4 and UDPv6 implementations by mergingRobert Watson2007-07-231-1/+0
* - Enable static building of mxge(4) and its firmware.Andrew Gallatin2007-07-192-1/+6
* - Update ULE note to remove warnings against production use.Jeff Roberson2007-07-181-4/+5
* Disconnect netatm from the build as it is not MPSAFE and relies onRobert Watson2007-07-143-112/+118
* Remove "options SCTP_HIGH_SPEED" from NOTES as it has now been removedRobert Watson2007-07-141-8/+0
* - Modular congestion control, with RFC2581 being the default.Randall Stewart2007-07-142-1/+1