aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Change the way rctl interfaces with jails by introducing prison_racctEdward Tomasz Napierala2011-05-033-72/+153
* Add a new bus method, BUS_ADJUST_RESOURCE() that is intended to be aJohn Baldwin2011-04-292-0/+56
* Extend the rman(9) API to support altering an existing resource.John Baldwin2011-04-291-0/+158
* Change rman_manage_region() to actually honor the rm_start and rm_endJohn Baldwin2011-04-291-0/+4
* Add the watchdogs patting during the (shutdown time) disk syncing andAttilio Rao2011-04-282-0/+18
* If the 4BSD scheduler tries to schedule a thread that has been pinned orRyan Stone2011-04-261-19/+21
* Implement the delayed task execution extension to the taskqueueKonstantin Belousov2011-04-261-13/+115
* - Catch up to falloc() changes.Jeff Roberson2011-04-261-4/+11
* Fix a LOR in vfs_busy() where, after msleeping, it would lockRick Macklem2011-04-231-1/+2
* Utilize vfs_sanitizeopts() in vfs_mergeopts() to merge options. BecauseJaakko Heinonen2011-04-221-57/+14
* Allow VOP_ALLOCATE to be iterative, and have kern_posix_fallocate(9)Matthew D Fleming2011-04-193-48/+61
* Fix a copy/paste whitespace error.Matthew D Fleming2011-04-181-3/+3
* Regen.Matthew D Fleming2011-04-183-2/+31
* Add the posix_fallocate(2) syscall. The default implementation inMatthew D Fleming2011-04-184-0/+224
* ktrace: Log the code for all signals (PSIG events).Jilles Tjoelker2011-04-171-2/+2
* Remove malloc(9) return value checks when M_WAITOK is used.Dmitry Chagin2011-04-162-44/+0
* Revert r194662, since it breaks ng_ksocket(4) and may breakGleb Smirnoff2011-04-141-3/+0
* Remove stale M_ZOMBIE malloc type.Sergey Kandaurov2011-04-141-3/+0
* Add a new DDB command, "show rmans", which will show the address and briefGavin Atkinson2011-04-131-4/+25
* Staticize malloc types.Sergey Kandaurov2011-04-131-2/+1
* Use the full and proper company name for Swinburne University of TechnologyLawrence Stewart2011-04-122-6/+6
* Rename a misnamed structure field (hr_loginclass), and reorder priv(9)Edward Tomasz Napierala2011-04-101-19/+19
* Some callers of proc_reparent() already have the parent process locked.Konstantin Belousov2011-04-101-2/+6
* Reintroduce the fix already discussed in r216805 (please check its historyAttilio Rao2011-04-081-24/+198
* Add RACCT_NOFILE accounting.Edward Tomasz Napierala2011-04-061-2/+38
* Style fix.Edward Tomasz Napierala2011-04-063-6/+3
* Add accounting for SysV-related resources.Edward Tomasz Napierala2011-04-063-12/+84
* Fix several places to ignore processes that are not yet fully constructed.John Baldwin2011-04-065-6/+20
* Add ucred pointer to the SysV-related memory structures. This is requiredEdward Tomasz Napierala2011-04-063-0/+13
* Add accounting for most of the memory-related resources.Edward Tomasz Napierala2011-04-053-3/+18
* Add missing stubs.Edward Tomasz Napierala2011-04-051-0/+12
* Remove malloc type M_NETADDR unused since splitting into vfs_subr.cSergey Kandaurov2011-04-041-2/+0
* Add accounting for RACCT_NPTS.Edward Tomasz Napierala2011-04-021-6/+25
* After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9)Konstantin Belousov2011-04-019-22/+15
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.Konstantin Belousov2011-04-012-23/+85
* Enable accounting for RACCT_NPROC and RACCT_NTHR.Edward Tomasz Napierala2011-03-314-5/+55
* Notify racct when process credentials change.Edward Tomasz Napierala2011-03-311-0/+10
* Clearing the flag when preempting will let the preempted thread runFabien Thomas2011-03-312-7/+4
* Regenerate.Edward Tomasz Napierala2011-03-303-2/+157
* Add rctl. It's used by racct to take user-configurable actions basedEdward Tomasz Napierala2011-03-303-0/+1869
* Provide compat32 shims for kldstat(2).Konstantin Belousov2011-03-301-23/+30
* Remove pointless (always true) KASSERTs.Edward Tomasz Napierala2011-03-291-19/+0
* Add racct. It's an API to keep per-process, per-jail, per-loginclassEdward Tomasz Napierala2011-03-297-1/+920
* Fix the check for vm_map_remove() error.Konstantin Belousov2011-03-281-1/+1
* Trim white spaces, adjust style.Konstantin Belousov2011-03-281-10/+12
* Handle zero length in copyout_unmap().Konstantin Belousov2011-03-281-0/+3
* Promote ksyms_map() and ksyms_unmap() to general facilityKonstantin Belousov2011-03-281-0/+49
* Fix some style issues in r219925.Jaakko Heinonen2011-03-261-5/+2
* Add O_CLOEXEC flag to open(2) and fhopen(2).Konstantin Belousov2011-03-252-3/+12
* Fix some locking nits with the p_state field of struct proc:John Baldwin2011-03-245-25/+18