summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clearing the flag when preempting will let the preempted thread runfabient2011-03-312-7/+4
* Regenerate.trasz2011-03-303-2/+157
* Add rctl. It's used by racct to take user-configurable actions basedtrasz2011-03-303-0/+1869
* Provide compat32 shims for kldstat(2).kib2011-03-301-23/+30
* Remove pointless (always true) KASSERTs.trasz2011-03-291-19/+0
* Add racct. It's an API to keep per-process, per-jail, per-loginclasstrasz2011-03-297-1/+920
* Fix the check for vm_map_remove() error.kib2011-03-281-1/+1
* Trim white spaces, adjust style.kib2011-03-281-10/+12
* Handle zero length in copyout_unmap().kib2011-03-281-0/+3
* Promote ksyms_map() and ksyms_unmap() to general facilitykib2011-03-281-0/+49
* Fix some style issues in r219925.jh2011-03-261-5/+2
* Add O_CLOEXEC flag to open(2) and fhopen(2).kib2011-03-252-3/+12
* Fix some locking nits with the p_state field of struct proc:jhb2011-03-245-25/+18
* Recognize "ro", "rdonly", "norw", "rw" and "noro" as equal options injh2011-03-231-0/+26
* Modestly increase the maximum allowed size of the kmem map on i386.alc2011-03-232-16/+8
* Small style fix.jhb2011-03-231-1/+1
* Make UFS use PSARC/2010/029 NFSv4 ACL semantics by default, bringingtrasz2011-03-221-2/+2
* Move the code around so that libc behaviour does not depend on a variabletrasz2011-03-221-8/+28
* - Merge changes to the base system to support OFED. These includejeff2011-03-215-10/+86
* Update a comment. The sending process has not mapped the buffer pagesalc2011-03-201-3/+3
* The hardware has caught up; improvements are now observed even at 128,ivoras2011-03-161-1/+1
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-121-0/+6
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-083-1/+5
* When constructing a new cpuset, apply the parent cpuset's mask to the newjhb2011-03-081-4/+4
* Do not assert buffer lock in VFS_STRATEGY() when kernel already paniced.kib2011-03-081-1/+1
* The execution of the shebang script requires putting interpreter path,kib2011-03-061-1/+1
* Temporarily revert r219272; it breaks acl_is_trivial_np(3).trasz2011-03-061-2/+2
* Style(9) fix.dchagin2011-03-051-2/+2
* Partially reworked r219042.dchagin2011-03-051-29/+21
OpenPOWER on IntegriCloud