summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revamp locking a bit. This fixes three problems:rpaulo2010-09-122-18/+26
* Bump date from r212440.gjb2010-09-121-1/+1
* Bump dates in dbopen(3) and cpuset_getaffinity(2) from r212441 andgjb2010-09-122-2/+2
* Instead of storing last event timestamp, store the next event timestamp.mav2010-09-121-19/+28
* ATAPI DMA does not seem to work completely reliably on Shasta controllers,nwhitehorn2010-09-111-1/+3
* Mentions cases when bwi(4) driver should be used that it only wroteweongyo2010-09-111-1/+8
* Do not print "frequency 0 Hz", when frequency is unknown.mav2010-09-111-3/+9
* Add missing pointer increment to sbuf_cat.kan2010-09-111-1/+1
* Change OF_interpret() to also take an array of cell_t (missed in r209801).marius2010-09-115-14/+11
* sh: Fix exit status if return is used within a loop condition.jilles2010-09-113-0/+11
* sh: Apply variable assignments left-to-right in bltinlookup().jilles2010-09-112-1/+8
* Protect mnt_syncer with the sync_mtx. This prevents a (rare) vnode leakkib2010-09-113-15/+34
* Avoid a LOR (sleepable after non-sleepable) inrpaulo2010-09-111-0/+2
* Revert changes of 'assure' to 'ensure' made in r211936.brucec2010-09-118-11/+11
* Disable debug by default.rpaulo2010-09-111-1/+1
* Add a comment describing where to include bsd.dtrace.mk.rpaulo2010-09-111-0/+1
* Fix the build after r212453. IPI_STATCLOCK declaration is still neededmav2010-09-111-0/+1
* Make a link for pthread_timedjoin_np.davidxu2010-09-111-0/+1
* kill() does queue signal now.davidxu2010-09-111-4/+0
* make acpi_hp device a child of acpi_wmiavg2010-09-112-25/+12
* Sparc64 uses dummy cpu_idle() method. It's CPUs never sleeping. Tellmav2010-09-111-1/+1
* Merge some SCHED_ULE features to SCHED_4BSD:mav2010-09-111-4/+28
* Update PowerPC event timer code to use new event timers infrastructure.mav2010-09-1112-118/+286
* This patch applies one of the two fixes suggested byrmacklem2010-09-101-1/+6
* Note O_SYNC and O_NOFOLLOW flags in dbopen(3) since r190497.gjb2010-09-101-2/+2
* Add RETURN VALUES section to devclass_get_maxunit(9).gjb2010-09-101-0/+13
* Fix the NFSVNO_CMPFH() macro in the experimental NFS server sormacklem2010-09-101-2/+1
* Add EINVAL to list of possible return values for cpuset_getaffinity(2).gjb2010-09-101-0/+6
* Don't exit kern_jail_set without freeing options when enforce_statfsjamie2010-09-101-5/+8
* Mark the sbuf_overflowed(9) manpage as obsolete since it has beenmdf2010-09-101-0/+2
* "freebsd-update fetch -r NEWRELEASE" is meaningless and probably a typocperciva2010-09-101-2/+14
* Add warning about freebsd-update upgrade needing lots of disk space.cperciva2010-09-101-0/+5
* Remind the user that he needs to run 'freebsd-update install' to installcperciva2010-09-101-0/+4
* Add real dependancies on the uuencoded firmwares.obrien2010-09-101-19/+19
* Fix bugs introduced in the previous rev:rpaulo2010-09-101-5/+9
* Fix typo in previous commit.rpaulo2010-09-101-1/+1
* Replace sbuf_overflowed() with sbuf_error(), which returns any errormdf2010-09-109-48/+51
* Add bsd.dtrace.mk. This allows userland programs and libraries torpaulo2010-09-102-1/+57
* Check the existence of a 'beforelinking' target and make the resultingrpaulo2010-09-102-1/+13
* Add the DTRACE variable that points to the executable.rpaulo2010-09-101-0/+1
* MFp4 (//depot/projects/mps/...)ken2010-09-1024-0/+12780
* test(1): Fix markup, ( and ) must be separate arguments so leave spaces.jilles2010-09-101-1/+1
* test(1): Clarify grammar ambiguity and -a/-o vs shell &&/||.jilles2010-09-101-5/+12
* sh(1): Remove xrefs for expr(1) and getopt(1).jilles2010-09-101-3/+1
* Do not IPI CPU that is already spinning for load. It doubles effect ofmav2010-09-101-4/+11
* Don't try to map the USDT probes. This is necessary because there is norpaulo2010-09-101-1/+3
* bus_add_child: change type of order parameter to u_intavg2010-09-1033-58/+58
* Add Planex UE-200TX-G to list of supported devices.sanpei2010-09-101-0/+2
* Create the var/run/wpa_supplicant directory where the wpa_supplicantbschmidt2010-09-101-0/+2
* Fix firmware module dependencies.bschmidt2010-09-102-2/+2
OpenPOWER on IntegriCloud