summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug introduced in revision 222537.ken2011-05-311-0/+2
* Fix apparent garbage in the message buffer.ken2011-05-312-51/+295
* On multi-core, multi-threaded PPC systems, it is important that the threadsnwhitehorn2011-05-314-7/+7
* In soreceive_generic(), if MSG_WAITALL is set but the request istrociny2011-05-291-4/+10
* Remove definitions for RACCT_FSIZE and RACCT_SBSIZE - these two are rathertrasz2011-05-272-7/+0
* Fix support for RACCT_CORE by merging forgotten file.trasz2011-05-261-2/+4
* Silly spelling typos.jhb2011-05-241-4/+4
* Fix an issue with critical sections and SMP rendezvous handlers.jhb2011-05-241-7/+43
* Update comments for DEVICE_PROBE() to reflect that BUS_PROBE_DEFAULT isjhb2011-05-241-9/+11
* Simplify a stale assertion. We have not called mi_switch() from a nestedjhb2011-05-241-3/+1
* BKVASIZE was bumped to 16k more than a decade ago.ru2011-05-231-1/+1
* In init_dynamic_kenv(), ignore environment strings exceeding thejh2011-05-231-1/+7
* Merge r221912 from largeSMP project branch:attilio2011-05-221-1/+1
* 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
OpenPOWER on IntegriCloud