summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Keep firmware images on the list until they have been unregisterediedowse2006-06-101-19/+35
* Move some functions and definitions from uipc_socket2.c to uipc_socket.c:rwatson2006-06-1010-320/+171
* Rearrange code in soalloc() so that it's less indented by returningrwatson2006-06-081-13/+13
* Fix the LOR that occurs when the MAC compiled into the kernelkib2006-06-081-3/+3
* Make ke_rqindex unsigned.davidxu2006-06-062-2/+2
* Audit some arguments to nmount(), mount(), umount().rwatson2006-06-051-1/+10
* Audit command, uid arguments for quotactl().rwatson2006-06-052-0/+8
* Audit path passed to the acct() system call.rwatson2006-06-051-2/+2
* Bah, fix fat finger in last. Invert the ~ on MTX_FLAGMASK as it'sjhb2006-06-031-2/+2
* In the case of reentering the debugger due to an attempt to perform ajhb2006-06-031-10/+10
* Simplify mtx_owner() so it only reads m->mtx_lock once.jhb2006-06-031-2/+1
* Style fix to be more like _mtx_lock_sleep(): use 'while (!foo) { ... }'jhb2006-06-031-3/+1
* Fix a problem introduced in revision 1.220. On mount(2) failure, don'tpjd2006-06-021-5/+6
* Make lio ident more consistant with aio ident.ambrisko2006-06-021-1/+1
* Don't forget to unlock kq lock in low memory situations.pjd2006-06-021-0/+1
* Remove confusing done_noglobal label. The KQ_GLOBAL_UNLOCK() macro knowpjd2006-06-021-2/+1
* Use SLIST_FOREACH_SAFE() macro, because knote_drop() can free an elementpjd2006-06-021-2/+2
* sched_rem() already sets ke->ke_state to KES_THREAD, so there's no needcognet2006-06-011-2/+0
* Remove two locking assertion entries that:dds2006-05-311-2/+0
* Assertion code specifications are introduced using special characterdds2006-05-301-182/+182
* Remove incorrect lock validation specifications that causeddds2006-05-301-7/+0
* Close race between vmspace_exitfree() and exit1() and races betweentegge2006-05-291-29/+2
* Unexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY(foo).delphij2006-05-291-2/+2
* Correct typoskris2006-05-281-3/+3
* In execve(), audit the path name being executed. In the future, itrwatson2006-05-281-2/+2
* Add missing % signs in the lock annotations of the functions:dds2006-05-281-8/+8
* extlen and cpp is not used here in linker_search_kld(), so nuke them.delphij2006-05-271-10/+2
* If the console has no cncheckc method, use cngetc instead.phk2006-05-261-1/+4
* Don't use CONS_DRIVER() macro to insert dummy element in cons_setphk2006-05-261-1/+2
* GC the cn_dbctl_t hook for consoles, it is unused.phk2006-05-261-19/+0
* Add "update" mount option to global_opts array,rodrigc2006-05-261-0/+1
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-0/+12
* Use getsock() and fput() instead of fgetsock() and fputsock() inrwatson2006-05-251-2/+4
* Do not set B_NOCACHE on buffers when releasing them in flushbuflist().ups2006-05-251-1/+1
* When starting up threads in taskqueue_start_threads create themsam2006-05-241-9/+16
* Don't allow non-root user to set a scheduler policy, otherwise this coulddavidxu2006-05-211-0/+4
* Style fixes.davidxu2006-05-192-34/+51
* Move flag TDF_UMTXQ into structure umtxq, this eliminates the requirementdavidxu2006-05-181-15/+12
* Make the printfs relating to purging threads from a device less intrusive.phk2006-05-171-4/+3
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Allow concurrent read(2)/readv(2) access to a file.ps2006-05-161-4/+17
* Restore the ability to mount procfs and fdescfs filesystems via thekbyanc2006-05-151-3/+0
* The VERBOSE_SYSINIT stuff sees the DDB define a lot better if we includebenno2006-05-141-0/+1
* For nmount(), if "rw" is specified as a mount option,rodrigc2006-05-141-3/+25
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-123-12/+2
* Add a new kernel config option, VERBOSE_SYSINIT.benno2006-05-121-0/+45
* Remove more straggling CPU_ macro referencesphk2006-05-113-9/+9
* Use wakeup_one to avoid thundering herd.davidxu2006-05-091-6/+6
* Use a dedicated mutex to protect aio queues, the movation is to reducedavidxu2006-05-091-51/+69
* Call vn_finished_write() before calling the coredump handler which willtegge2006-05-071-1/+1
OpenPOWER on IntegriCloud