summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r177420,delphij2008-03-2017-42/+57
|\
| * Virgin import (trimmed) of Bzip2 version 1.0.5.delphij2008-03-2019-49/+65
| * Remove manual.texi which does not belong to this distributiondelphij2007-03-281-2243/+0
| * Remove Y2K_INFO which does not belong to this distributiondelphij2007-03-281-34/+0
* | - Move maybe_preempt() from kern_switch.c to sched_4bsd.c. This is functionjeff2008-03-203-114/+116
* | - Directly include opt_sched.h in sched_4bsd.jeff2008-03-201-0/+1
* | - Add an option to compile in SCHED_STATS.jeff2008-03-202-1/+7
* | Replace really convoluted code that simplifies to "a ^= 0x01;"julian2008-03-191-9/+2
* | fix link management bug and conditionally allow the PHY to be kept on at all ...kmacy2008-03-191-2/+8
* | Rename vm_pageq_requeue() to vm_page_requeue() on account of its recentalc2008-03-193-15/+15
* | Re-enable the CVS build.obrien2008-03-191-3/+3
* | Update for version 1.11-20080310.obrien2008-03-191-5/+44
* | + Make it clear this was taken from the CVS 1.11 branch on 10-March-2008.obrien2008-03-191-3/+3
* | Remove FreeBSD ID's so these are exact copies of the vendor sources.obrien2008-03-194-9/+1
* | We use the stock versions of these files.obrien2008-03-194-31/+109
* | Actually our rev 1.21(change default from "rsh" to "ssh") tweaking isobrien2008-03-190-0/+0
* | Merge rev 1.9 (new long flag to ignore the CVSROOT/passwd file)obrien2008-03-191-32/+17
* | Merge rev 1.9 (update "-T" Template support) and rev 1.2 (-D'date'obrien2008-03-191-52/+95
* | Merge rev 1.28 (CAN-2005-0753 / FreeBSD-SA-05:05.cvs fixes),obrien2008-03-191-170/+267
* | Merge rev 1.2 (extensions to the $CVSROOT/config syntax) andobrien2008-03-191-1/+19
* | Merge rev 1.25 ("iso8601" option keyword), rev 1.17 (environtmental varobrien2008-03-191-1/+1
* | Merge rev. 1.2 ("iso8601" option keyword) into version 1.11-20080310.obrien2008-03-191-3/+4
* | Merge rev 1.3 (catch write-lock attempts immediately if running inobrien2008-03-191-1/+1
* | Merge rev 1.21: change default from "rsh" to "ssh", rev 1.14: comprehensiveobrien2008-03-191-3/+1
* | Merge rev 1.7: always upload new files, even if the timestamps match,obrien2008-03-191-15/+31
* | This commit was generated by cvs2svn to compensate for changes in r177391,obrien2008-03-1949-7577/+10205
|\ \
| * | Import of 1.11 branch snapshot - using the 10-March-2008 code base.obrien2008-03-1963-7886/+10756
| * | 2004-09-25 Derek Price <derek@ximbiot.com>obrien2008-01-131-314/+0
* | | Be sure to run rc.d/zfs before mountcritremote. This way we can for examplepjd2008-03-191-0/+1
* | | Disable CVS build.obrien2008-03-191-3/+3
* | | Add the correct license.gnn2008-03-191-1/+22
* | | A multicast test. The mctest program acts as both a source and a sinkgnn2008-03-192-0/+373
* | | Fix a regression from the last revision - don't edit the ns_rec list whiledfr2008-03-191-1/+3
* | | Add support for MACHINE_ARCH == mips, plus a few generic CPU types thatimp2008-03-191-0/+30
* | | Explicitate the newpacket size.piso2008-03-191-12/+13
* | | Fix two bugs introduced in conversion to FreeBSD source tree:phk2008-03-192-5/+4
* | | Revert previous change - it appears that the limit I was hitting was asobomax2008-03-193-38/+3
* | | don't reduce new thread's refcount if current thread can not set cpusetdavidxu2008-03-191-1/+1
* | | - Trim trailing spaces.davidxu2008-03-191-8/+8
* | | Remove extra uihold() call that accidentally sneak in during perforcepjd2008-03-191-1/+0
* | | - Remove some dead code and comments related to KSE.jeff2008-03-191-56/+16
* | | - At the top of sleepq_catch_signals() lock the thread and check TDF_NEEDSIGCHKjeff2008-03-191-4/+12
* | | - Remove stale comment.jeff2008-03-191-8/+0
* | | Oops. Use atomic_add_long() for atomic_fetchadd_long() (not atomic_add_int())pjd2008-03-192-4/+2
* | | - Add a facility similar to LOCK_PROFILING under SLEEPQUEUE_PROFILING. Keepjeff2008-03-191-1/+159
* | | - Fix the last of the threading bugs that were introduced as far back asjeff2008-03-191-6/+12
* | | if passed thread pointer is equal to current thread, pass -1 to kerneldavidxu2008-03-191-11/+19
* | | - Restore the NULL check for td_cpuset. This can happen if a partiallyjeff2008-03-191-1/+2
* | | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice fromjeff2008-03-1919-143/+54
* | | Ensure that the section header table is written out in an orderjkoshy2008-03-191-3/+2
OpenPOWER on IntegriCloud