summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-222-4/+5
* The CDP_ACTIVE flag is cleared at the beginning of destroy_devl(),kib2011-05-181-1/+2
* Merge r221285 from largeSMP project:attilio2011-05-171-31/+7
* Fix a race in the SMP rendezvous code. Specifically, the write by thejhb2011-05-171-15/+48
* Use memset() instead of bzero() and memcpy() instead of bcopy(), therephk2011-05-171-26/+43
* Don't expect PAGE_SIZE to exist on all platforms (It is a pretty arbitraryphk2011-05-171-27/+33
* Merge r221278 from largeSMP project:attilio2011-05-162-1/+2
* Change the length quantities of sbufs to be ssize_t rather than int.phk2011-05-161-7/+9
* better integrate cyclic module with clocksource/eventtimer subsystemavg2011-05-161-12/+61
* Correctly use INOUT for the offset/len parameters to vop_allocate. Asmdf2011-05-131-2/+2
* Refactor Xen PV code to use new event timers subsystem. That uses one-shotmav2011-05-131-5/+0
* Use a name instead of a magic number for kern_yield(9) when the prioritymdf2011-05-136-7/+9
* - 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
* 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
* 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
* 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
OpenPOWER on IntegriCloud