aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Strengthen some of the language concerning attacks on MD5, in light of theColin Percival2009-01-061-8/+16
* - Backout latest changes (follow symlinks: r186496, r186518).Florent Thoumie2009-01-062-61/+24
* Document the special loopback address behaviour of jails.Bjoern A. Zeeb2009-01-061-1/+7
* Change the way I2C bus attachment works to allow firmware-assisted busNathan Whitehorn2009-01-067-8/+10
* Note that r186713 also contained a change to VarAdd where we propagate theDavid E. O'Brien2009-01-061-2/+1
* Add a reference to the "env" kernel config option in the GENERIC file,Luigi Rizzo2009-01-061-0/+6
* Add small hint that snd_ich is the AC'97 controller driver.Alexander Motin2009-01-061-1/+1
* various cleanups including:Luigi Rizzo2009-01-061-82/+77
* fix a couple of innocuous compiler warningsLuigi Rizzo2009-01-062-3/+4
* Do a lockless read of the audit pipe list before grabbing the audit pipeRobert Watson2009-01-061-0/+4
* correct description of how a string is stored, fix a fewLuigi Rizzo2009-01-061-5/+10
* - Don't enforce an upper-bound to the number of sectors or heads,Marius Strobl2009-01-061-7/+15
* In AUDIT_SYSCALL_EXIT(), invoke audit_syscall_exit() only if an auditRobert Watson2009-01-061-3/+3
* Addresses Roberts comments on comments. Also addsRandall Stewart2009-01-062-18/+12
* - forgot to bump a dateDaniel Gerzo2009-01-061-1/+1
* catch up wtih r175955 by ume:Daniel Gerzo2009-01-061-53/+2
* Adds flags for SCTP checksum offload. PrepRandall Stewart2009-01-061-0/+2
* Add the ability of an alternate transport protocolRandall Stewart2009-01-063-10/+133
* Cross-reference snd_ich and snd_hda man pages.Alexander Motin2009-01-062-4/+11
* Further cleanup protosw.h:Bjoern A. Zeeb2009-01-061-21/+5
* Add workaround for Parallels 4.0. Without it, ehci and uhci driversEdward Tomasz Napierala2009-01-062-0/+14
* Don't enforce an upper-bound to the number of sectors or headsMarcel Moolenaar2009-01-061-4/+2
* remove the ath_rate module dependency; it's all bundledSam Leffler2009-01-061-1/+0
* Add a new quirk type so that the MacIO driver will assign memory resourcesNathan Whitehorn2009-01-061-2/+8
* remove module glue, it's not used any moreSam Leffler2009-01-063-81/+0
* put a prefix on dhcp options to avoid clobbering, even by mistake,Luigi Rizzo2009-01-051-1/+1
* Import yet some more small fixes to libteken sources:Ed Schouten2009-01-053-0/+25
* Add Centaur/IDT/VIA vendor ID for Nano family, which has long mode support.Jung-uk Kim2009-01-054-4/+4
* First cut at fixing memory mapping botch. Nobody must use the ray(4)Warner Losh2009-01-051-16/+29
* Define bits for memory mapping house keeping by bridges.Warner Losh2009-01-051-0/+4
* More wording improvements.Christian Brueffer2009-01-051-4/+4
* Switch the last protosw* structs to C99 initializers.Bjoern A. Zeeb2009-01-052-17/+25
* This patch introduces a number of simplifications to the ForthLuigi Rizzo2009-01-053-511/+315
* o FreeBSD 7.1 added.Maxim Konovalov2009-01-051-3/+8
* Correct the type for the global var accessed in sig handlers.David E. O'Brien2009-01-051-1/+1
* Document the NO_XXX options supported by our Makefile.inc1.Giorgos Keramidas2009-01-051-1/+64
* Merge support for CVSMode (aka. mirror mode) into csup. This means csup can nowUlf Lilleengen2009-01-0531-83/+6812
|\
| * - Sort children branches by revision number rather than by date since a few RCSUlf Lilleengen2009-01-041-1/+1
| * - Update copyright.Ulf Lilleengen2009-01-047-7/+7
| * - Try to match style(9).Ulf Lilleengen2009-01-043-47/+35
| * - Use a LIST to hold branches instead of a STAILQ.Ulf Lilleengen2009-01-031-11/+37
| * - Write out branches with the highest revision number first if they have theUlf Lilleengen2009-01-031-2/+2
| * - A bit missing from the previous commit. The '@'s from the string token must beUlf Lilleengen2009-01-031-0/+4
| * - Add an optimization when parsing rcsfiles when the intention is to only sendUlf Lilleengen2009-01-026-17/+36
| * - Disable rsync support for now, as it is not fully working.Ulf Lilleengen2009-01-021-0/+1
| * - Fattrs are not used for rsync, so remove unused code.Ulf Lilleengen2009-01-021-3/+1
| * - Check for NULL in case fattr_frompath fails.Ulf Lilleengen2009-01-021-1/+1
| * - Fix a wrong flag check.Ulf Lilleengen2008-12-211-1/+1
| * - Add missing printout information when appending file.Ulf Lilleengen2008-12-101-0/+1
| * - Check return value of the encoded keyword before using it.Ulf Lilleengen2008-12-091-4/+8