summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Close two different races with concurrent opens of pty master devicesjhb2008-08-041-5/+24
* - Close a race with concurrent open's of a pts master device which couldjhb2008-08-041-7/+13
* Kill a dead variableantoine2008-08-031-2/+0
* Remove broken code to replace st_mode value with ACCESSPERMS whenrwatson2008-08-031-5/+0
* Calling linker_load_dependencies() while holding the module'kib2008-08-032-0/+4
* add callout_schedule; besides being useful it also improvessam2008-08-021-0/+15
* Currently, BSM audit pathname token generation for chrooted or jailedcsjp2008-07-311-0/+26
* Remove the use of lbolt from the VFS syncer.ed2008-07-301-9/+7
* Don't make subr_clist.c depend on the TTY layer.ed2008-07-301-5/+6
* When choosing a CPU for a thread in a cpuset, prefer the last CPU that thejhb2008-07-281-1/+4
* Really fix this.jhb2008-07-281-2/+1
* Properly check if td_name is empty and if it is, print process name,pjd2008-07-281-2/+2
* Implement support for cpusets in the 4BSD scheduler.jhb2008-07-281-0/+116
* Various and sundry style and whitespace fixes.jhb2008-07-281-74/+74
* - track maximum wait timekmacy2008-07-271-4/+9
* Assert for exclusive vnode lock in vinactive(), vrecycle() and vgonel()pjd2008-07-271-3/+3
* - Move vp test for beeing NULL under IGNORE_LOCK().pjd2008-07-271-10/+7
* Fill in a few sysctl descriptions.trhodes2008-07-261-7/+10
* Move ttyinfo() into its own C file.ed2008-07-252-269/+317
* Call pargs_drop() unconditionally in do_execve(), the function correctlykib2008-07-252-5/+4
* s/alredy/already/ in the comments and the log message.kib2008-07-251-5/+5
* Do the pargs_hold() on the copy of the pointer to the p_args of thekib2008-07-231-1/+1
* - Disallow XFS mounting in write mode. The write support never worked reallyattilio2008-07-211-0/+2
* If run_interrupt_driven_config_hooks() waits 360 seconds and INVARIANTSrwatson2008-07-211-10/+15
* Implement the following macros for completeness:pjd2008-07-211-0/+8
* Add accessor functions for socket fields.kmacy2008-07-211-0/+139
* Eliminate dead code. (The commit message for revision 1.287 explains whyalc2008-07-201-13/+0
* Rather than simply waiting silently and indefinitely for allrwatson2008-07-191-3/+35
* witness_addgraph() is required even if DDB isn't compiled into the kernel,rwatson2008-07-191-0/+2
* Add DDB "show conifhk" command, which lists hooks currently waitingrwatson2008-07-191-0/+27
* Fix a race which could result in some timeout buckets being skipped.jeff2008-07-191-6/+11
* - Check whether we've recorded this tick in ts_ticks on another cpu injeff2008-07-191-0/+6
* revert local changekmacy2008-07-181-176/+27
* revert change from local treekmacy2008-07-181-6/+0
* import vendor fixes to cxgbkmacy2008-07-182-27/+182
* Pair the VOP_OPEN call from do_execve() with the reciprocal VOP_CLOSE.kib2008-07-171-0/+9
* Staticize M_STACK.antoine2008-07-131-1/+1
* In nmount(), if we see "update" in the mount options,rodrigc2008-07-121-4/+5
* Improve readability and cscope searches a little bit by not using theobrien2008-07-111-38/+38
* Make it atomic for the devfs_populate_loop() to see the setting ofkib2008-07-111-1/+2
* Revert r180431.obrien2008-07-111-0/+47
* Allow 'elf_file_t' to be used in a wider scope.obrien2008-07-101-47/+0
* Improve the output of kldload(8) to show which module can't be loaded.edwin2008-07-082-20/+26
* Add a `show cpusets' DDB command to print numbered root andbz2008-07-071-0/+33
* MFp4 144659:bz2008-07-071-0/+4
* Move cpuset_refroot and cpuset_refbase functions up, grouping thebz2008-07-071-32/+32
* The kqueue_register() function assumes that it is called from the top ofkib2008-07-072-19/+69
* The r178914 I erronously put the setting of the KQ_FLUXWAIT flag beforekib2008-07-071-2/+1
* Enable the creation of a kmem map larger than 4GB.alc2008-07-051-11/+11
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-053-22/+63
OpenPOWER on IntegriCloud