| Commit message (Expand) | Author | Age | Files | Lines |
* | - Catch up to falloc() changes. | Jeff Roberson | 2011-04-26 | 1 | -4/+11 |
* | Fix a LOR in vfs_busy() where, after msleeping, it would lock | Rick Macklem | 2011-04-23 | 1 | -1/+2 |
* | Utilize vfs_sanitizeopts() in vfs_mergeopts() to merge options. Because | Jaakko Heinonen | 2011-04-22 | 1 | -57/+14 |
* | Allow VOP_ALLOCATE to be iterative, and have kern_posix_fallocate(9) | Matthew D Fleming | 2011-04-19 | 3 | -48/+61 |
* | Fix a copy/paste whitespace error. | Matthew D Fleming | 2011-04-18 | 1 | -3/+3 |
* | Regen. | Matthew D Fleming | 2011-04-18 | 3 | -2/+31 |
* | Add the posix_fallocate(2) syscall. The default implementation in | Matthew D Fleming | 2011-04-18 | 4 | -0/+224 |
* | ktrace: Log the code for all signals (PSIG events). | Jilles Tjoelker | 2011-04-17 | 1 | -2/+2 |
* | Remove malloc(9) return value checks when M_WAITOK is used. | Dmitry Chagin | 2011-04-16 | 2 | -44/+0 |
* | Revert r194662, since it breaks ng_ksocket(4) and may break | Gleb Smirnoff | 2011-04-14 | 1 | -3/+0 |
* | Remove stale M_ZOMBIE malloc type. | Sergey Kandaurov | 2011-04-14 | 1 | -3/+0 |
* | Add a new DDB command, "show rmans", which will show the address and brief | Gavin Atkinson | 2011-04-13 | 1 | -4/+25 |
* | Staticize malloc types. | Sergey Kandaurov | 2011-04-13 | 1 | -2/+1 |
* | Use the full and proper company name for Swinburne University of Technology | Lawrence Stewart | 2011-04-12 | 2 | -6/+6 |
* | Rename a misnamed structure field (hr_loginclass), and reorder priv(9) | Edward Tomasz Napierala | 2011-04-10 | 1 | -19/+19 |
* | Some callers of proc_reparent() already have the parent process locked. | Konstantin Belousov | 2011-04-10 | 1 | -2/+6 |
* | Reintroduce the fix already discussed in r216805 (please check its history | Attilio Rao | 2011-04-08 | 1 | -24/+198 |
* | Add RACCT_NOFILE accounting. | Edward Tomasz Napierala | 2011-04-06 | 1 | -2/+38 |
* | Style fix. | Edward Tomasz Napierala | 2011-04-06 | 3 | -6/+3 |
* | Add accounting for SysV-related resources. | Edward Tomasz Napierala | 2011-04-06 | 3 | -12/+84 |
* | Fix several places to ignore processes that are not yet fully constructed. | John Baldwin | 2011-04-06 | 5 | -6/+20 |
* | Add ucred pointer to the SysV-related memory structures. This is required | Edward Tomasz Napierala | 2011-04-06 | 3 | -0/+13 |
* | Add accounting for most of the memory-related resources. | Edward Tomasz Napierala | 2011-04-05 | 3 | -3/+18 |
* | Add missing stubs. | Edward Tomasz Napierala | 2011-04-05 | 1 | -0/+12 |
* | Remove malloc type M_NETADDR unused since splitting into vfs_subr.c | Sergey Kandaurov | 2011-04-04 | 1 | -2/+0 |
* | Add accounting for RACCT_NPTS. | Edward Tomasz Napierala | 2011-04-02 | 1 | -6/+25 |
* | After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9) | Konstantin Belousov | 2011-04-01 | 9 | -22/+15 |
* | Add support for executing the FreeBSD 1/i386 a.out binaries on amd64. | Konstantin Belousov | 2011-04-01 | 2 | -23/+85 |
* | Enable accounting for RACCT_NPROC and RACCT_NTHR. | Edward Tomasz Napierala | 2011-03-31 | 4 | -5/+55 |
* | Notify racct when process credentials change. | Edward Tomasz Napierala | 2011-03-31 | 1 | -0/+10 |
* | Clearing the flag when preempting will let the preempted thread run | Fabien Thomas | 2011-03-31 | 2 | -7/+4 |
* | Regenerate. | Edward Tomasz Napierala | 2011-03-30 | 3 | -2/+157 |
* | Add rctl. It's used by racct to take user-configurable actions based | Edward Tomasz Napierala | 2011-03-30 | 3 | -0/+1869 |
* | Provide compat32 shims for kldstat(2). | Konstantin Belousov | 2011-03-30 | 1 | -23/+30 |
* | Remove pointless (always true) KASSERTs. | Edward Tomasz Napierala | 2011-03-29 | 1 | -19/+0 |
* | Add racct. It's an API to keep per-process, per-jail, per-loginclass | Edward Tomasz Napierala | 2011-03-29 | 7 | -1/+920 |
* | Fix the check for vm_map_remove() error. | Konstantin Belousov | 2011-03-28 | 1 | -1/+1 |
* | Trim white spaces, adjust style. | Konstantin Belousov | 2011-03-28 | 1 | -10/+12 |
* | Handle zero length in copyout_unmap(). | Konstantin Belousov | 2011-03-28 | 1 | -0/+3 |
* | Promote ksyms_map() and ksyms_unmap() to general facility | Konstantin Belousov | 2011-03-28 | 1 | -0/+49 |
* | Fix some style issues in r219925. | Jaakko Heinonen | 2011-03-26 | 1 | -5/+2 |
* | Add O_CLOEXEC flag to open(2) and fhopen(2). | Konstantin Belousov | 2011-03-25 | 2 | -3/+12 |
* | Fix some locking nits with the p_state field of struct proc: | John Baldwin | 2011-03-24 | 5 | -25/+18 |
* | Recognize "ro", "rdonly", "norw", "rw" and "noro" as equal options in | Jaakko Heinonen | 2011-03-23 | 1 | -0/+26 |
* | Modestly increase the maximum allowed size of the kmem map on i386. | Alan Cox | 2011-03-23 | 2 | -16/+8 |
* | Small style fix. | John Baldwin | 2011-03-23 | 1 | -1/+1 |
* | Make UFS use PSARC/2010/029 NFSv4 ACL semantics by default, bringing | Edward Tomasz Napierala | 2011-03-22 | 1 | -2/+2 |
* | Move the code around so that libc behaviour does not depend on a variable | Edward Tomasz Napierala | 2011-03-22 | 1 | -8/+28 |
* | - Merge changes to the base system to support OFED. These include | Jeff Roberson | 2011-03-21 | 5 | -10/+86 |
* | Update a comment. The sending process has not mapped the buffer pages | Alan Cox | 2011-03-20 | 1 | -3/+3 |