| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC | attilio | 2011-05-04 | 1 | -10/+51 |
|\ |
|
| * | Add make_dev_alias_p() function. It is similar to make_dev_alias(), | ae | 2011-05-03 | 1 | -10/+51 |
| * | Change the way rctl interfaces with jails by introducing prison_racct | trasz | 2011-05-03 | 3 | -72/+153 |
* | | MFC | attilio | 2011-05-03 | 3 | -72/+153 |
* | | - Remove the following sysctl: | attilio | 2011-04-30 | 1 | -31/+7 |
* | | idle_cpus_mask is just used in the SMP case and within sched_4BSD. | attilio | 2011-04-30 | 2 | -1/+2 |
|/ |
|
* | Add a new bus method, BUS_ADJUST_RESOURCE() that is intended to be a | jhb | 2011-04-29 | 2 | -0/+56 |
* | Extend the rman(9) API to support altering an existing resource. | jhb | 2011-04-29 | 1 | -0/+158 |
* | Change rman_manage_region() to actually honor the rm_start and rm_end | jhb | 2011-04-29 | 1 | -0/+4 |
* | Add the watchdogs patting during the (shutdown time) disk syncing and | attilio | 2011-04-28 | 2 | -0/+18 |
* | If the 4BSD scheduler tries to schedule a thread that has been pinned or | rstone | 2011-04-26 | 1 | -19/+21 |
* | Implement the delayed task execution extension to the taskqueue | kib | 2011-04-26 | 1 | -13/+115 |
* | - Catch up to falloc() changes. | jeff | 2011-04-26 | 1 | -4/+11 |
* | Fix a LOR in vfs_busy() where, after msleeping, it would lock | rmacklem | 2011-04-23 | 1 | -1/+2 |
* | Utilize vfs_sanitizeopts() in vfs_mergeopts() to merge options. Because | jh | 2011-04-22 | 1 | -57/+14 |
* | Allow VOP_ALLOCATE to be iterative, and have kern_posix_fallocate(9) | mdf | 2011-04-19 | 3 | -48/+61 |
* | Fix a copy/paste whitespace error. | mdf | 2011-04-18 | 1 | -3/+3 |
* | Regen. | mdf | 2011-04-18 | 3 | -2/+31 |
* | Add the posix_fallocate(2) syscall. The default implementation in | mdf | 2011-04-18 | 4 | -0/+224 |
* | ktrace: Log the code for all signals (PSIG events). | jilles | 2011-04-17 | 1 | -2/+2 |
* | Remove malloc(9) return value checks when M_WAITOK is used. | dchagin | 2011-04-16 | 2 | -44/+0 |
* | Revert r194662, since it breaks ng_ksocket(4) and may break | glebius | 2011-04-14 | 1 | -3/+0 |
* | Remove stale M_ZOMBIE malloc type. | pluknet | 2011-04-14 | 1 | -3/+0 |
* | Add a new DDB command, "show rmans", which will show the address and brief | gavin | 2011-04-13 | 1 | -4/+25 |
* | Staticize malloc types. | pluknet | 2011-04-13 | 1 | -2/+1 |
* | Use the full and proper company name for Swinburne University of Technology | lstewart | 2011-04-12 | 2 | -6/+6 |
* | Rename a misnamed structure field (hr_loginclass), and reorder priv(9) | trasz | 2011-04-10 | 1 | -19/+19 |
* | Some callers of proc_reparent() already have the parent process locked. | kib | 2011-04-10 | 1 | -2/+6 |
* | Reintroduce the fix already discussed in r216805 (please check its history | attilio | 2011-04-08 | 1 | -24/+198 |
* | Add RACCT_NOFILE accounting. | trasz | 2011-04-06 | 1 | -2/+38 |
* | Style fix. | trasz | 2011-04-06 | 3 | -6/+3 |
* | Add accounting for SysV-related resources. | trasz | 2011-04-06 | 3 | -12/+84 |
* | Fix several places to ignore processes that are not yet fully constructed. | jhb | 2011-04-06 | 5 | -6/+20 |
* | Add ucred pointer to the SysV-related memory structures. This is required | trasz | 2011-04-06 | 3 | -0/+13 |
* | Add accounting for most of the memory-related resources. | trasz | 2011-04-05 | 3 | -3/+18 |
* | Add missing stubs. | trasz | 2011-04-05 | 1 | -0/+12 |
* | Remove malloc type M_NETADDR unused since splitting into vfs_subr.c | pluknet | 2011-04-04 | 1 | -2/+0 |
* | Add accounting for RACCT_NPTS. | trasz | 2011-04-02 | 1 | -6/+25 |
* | After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9) | kib | 2011-04-01 | 9 | -22/+15 |
* | Add support for executing the FreeBSD 1/i386 a.out binaries on amd64. | kib | 2011-04-01 | 2 | -23/+85 |
* | Enable accounting for RACCT_NPROC and RACCT_NTHR. | trasz | 2011-03-31 | 4 | -5/+55 |
* | Notify racct when process credentials change. | trasz | 2011-03-31 | 1 | -0/+10 |
* | Clearing the flag when preempting will let the preempted thread run | fabient | 2011-03-31 | 2 | -7/+4 |
* | Regenerate. | trasz | 2011-03-30 | 3 | -2/+157 |
* | Add rctl. It's used by racct to take user-configurable actions based | trasz | 2011-03-30 | 3 | -0/+1869 |
* | Provide compat32 shims for kldstat(2). | kib | 2011-03-30 | 1 | -23/+30 |
* | Remove pointless (always true) KASSERTs. | trasz | 2011-03-29 | 1 | -19/+0 |
* | Add racct. It's an API to keep per-process, per-jail, per-loginclass | trasz | 2011-03-29 | 7 | -1/+920 |
* | Fix the check for vm_map_remove() error. | kib | 2011-03-28 | 1 | -1/+1 |
* | Trim white spaces, adjust style. | kib | 2011-03-28 | 1 | -10/+12 |