summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* MFCattilio2011-05-138-14/+11
* MFCattilio2011-05-122-171/+324
|\
| * - Do no try to drop a NULL filedesc pointer.stas2011-05-121-1/+2
| * - Commit work from libprocstat project. These patches add support for runtimestas2011-05-122-170/+322
* | MFCattilio2011-05-071-0/+2
|\ \ | |/
| * To avoid duplicated warning, move WITNESS_WARN() added in r221597 to thejh2011-05-071-1/+2
| * Add WITNESS_WARN() to getenv() to explicitly note that the function mayjh2011-05-071-0/+1
* | Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-058-77/+159
* | MFCattilio2011-05-041-10/+51
|\ \ | |/
| * Add make_dev_alias_p() function. It is similar to make_dev_alias(),ae2011-05-031-10/+51
| * Change the way rctl interfaces with jails by introducing prison_raccttrasz2011-05-033-72/+153
* | MFCattilio2011-05-033-72/+153
* | - Remove the following sysctl:attilio2011-04-301-31/+7
* | idle_cpus_mask is just used in the SMP case and within sched_4BSD.attilio2011-04-302-1/+2
|/
* Add a new bus method, BUS_ADJUST_RESOURCE() that is intended to be ajhb2011-04-292-0/+56
* Extend the rman(9) API to support altering an existing resource.jhb2011-04-291-0/+158
* Change rman_manage_region() to actually honor the rm_start and rm_endjhb2011-04-291-0/+4
* Add the watchdogs patting during the (shutdown time) disk syncing andattilio2011-04-282-0/+18
* If the 4BSD scheduler tries to schedule a thread that has been pinned orrstone2011-04-261-19/+21
* Implement the delayed task execution extension to the taskqueuekib2011-04-261-13/+115
* - Catch up to falloc() changes.jeff2011-04-261-4/+11
* Fix a LOR in vfs_busy() where, after msleeping, it would lockrmacklem2011-04-231-1/+2
* Utilize vfs_sanitizeopts() in vfs_mergeopts() to merge options. Becausejh2011-04-221-57/+14
* Allow VOP_ALLOCATE to be iterative, and have kern_posix_fallocate(9)mdf2011-04-193-48/+61
* Fix a copy/paste whitespace error.mdf2011-04-181-3/+3
* Regen.mdf2011-04-183-2/+31
* Add the posix_fallocate(2) syscall. The default implementation inmdf2011-04-184-0/+224
* ktrace: Log the code for all signals (PSIG events).jilles2011-04-171-2/+2
* Remove malloc(9) return value checks when M_WAITOK is used.dchagin2011-04-162-44/+0
* Revert r194662, since it breaks ng_ksocket(4) and may breakglebius2011-04-141-3/+0
* Remove stale M_ZOMBIE malloc type.pluknet2011-04-141-3/+0
* Add a new DDB command, "show rmans", which will show the address and briefgavin2011-04-131-4/+25
* Staticize malloc types.pluknet2011-04-131-2/+1
* Use the full and proper company name for Swinburne University of Technologylstewart2011-04-122-6/+6
* Rename a misnamed structure field (hr_loginclass), and reorder priv(9)trasz2011-04-101-19/+19
* Some callers of proc_reparent() already have the parent process locked.kib2011-04-101-2/+6
* Reintroduce the fix already discussed in r216805 (please check its historyattilio2011-04-081-24/+198
* Add RACCT_NOFILE accounting.trasz2011-04-061-2/+38
* Style fix.trasz2011-04-063-6/+3
* Add accounting for SysV-related resources.trasz2011-04-063-12/+84
* Fix several places to ignore processes that are not yet fully constructed.jhb2011-04-065-6/+20
* Add ucred pointer to the SysV-related memory structures. This is requiredtrasz2011-04-063-0/+13
* Add accounting for most of the memory-related resources.trasz2011-04-053-3/+18
* Add missing stubs.trasz2011-04-051-0/+12
* Remove malloc type M_NETADDR unused since splitting into vfs_subr.cpluknet2011-04-041-2/+0
* Add accounting for RACCT_NPTS.trasz2011-04-021-6/+25
* After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9)kib2011-04-019-22/+15
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.kib2011-04-012-23/+85
* Enable accounting for RACCT_NPROC and RACCT_NTHR.trasz2011-03-314-5/+55
* Notify racct when process credentials change.trasz2011-03-311-0/+10
OpenPOWER on IntegriCloud