aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some problems with lock profiling in rw locks:Attilio Rao2007-07-201-8/+28
* - Refine the load balancer to improve buildkernel times on dual coreJeff Roberson2007-07-191-47/+29
* - When newtd is specified to sched_switch() it was not being initializedJeff Roberson2007-07-191-7/+25
* - Remove explicit references to sched_lock. A simpler assert will do.Jeff Roberson2007-07-191-2/+1
* - Calling sched_nice() in tdsigwakeup() is no longer required by ULE andJeff Roberson2007-07-191-6/+2
* - Remove the global definition of sched_lock in mutex.h to breakJeff Roberson2007-07-182-2/+2
* - Add the proper lock profiling calls to _thread_lock().Jeff Roberson2007-07-181-2/+8
* ULE 3.0: Fine grain scheduler locking and affinity improvements. This hasJeff Roberson2007-07-171-548/+916
* - Use ruxagg() in calcru() to make sure we have current tick informationJeff Roberson2007-07-171-0/+8
* Revert previous commits which I committed by mistake.Craig Rodrigues2007-07-142-13/+0
* The last entry in the ext2_opts array must be NULL,Craig Rodrigues2007-07-142-0/+13
* Fix a couple of issues with the stack limit for 32-bit processes on 64-bitJohn Baldwin2007-07-122-12/+21
* Fix some problems with lock_profiling in sx locks:Attilio Rao2007-07-061-22/+32
* Revert destroy_dev() to the state before destroy_dev_sched() was introduced.Konstantin Belousov2007-07-051-8/+2
* Remove netkey directory from cscope/TAGs generation and replaceBjoern A. Zeeb2007-07-051-2/+4
* Fix bad function type passed to destroy_dev_sched_cb().Peter Wemm2007-07-051-1/+2
* Add freebsd6_ wrappers for mmap/lseek/pread/pwrite/truncate/ftruncatePeter Wemm2007-07-042-3/+64
* Regenerate after mmap/lseek/etc syscall changes.Peter Wemm2007-07-043-70/+139
* Create new syscalls for mmap(), lseek(), pread(), pwrite(), truncate() andPeter Wemm2007-07-041-9/+20
* Add support for COMPAT6 syscalls.Peter Wemm2007-07-041-9/+42
* Since cdev mutex is after system map mutex in global lock order, free()Konstantin Belousov2007-07-042-1/+36
* - Use explicit locking in the various fcntl case statements so that weJeff Roberson2007-07-031-64/+99
* - Remove explicit Giant protection from lockf. Use the vnode interlockJeff Roberson2007-07-031-54/+56
* Tweak the low-level MI SMP code some:John Baldwin2007-07-031-11/+23
* Rev. 1.204 and 1.205 got an erronous version of destroy_dev() thatKonstantin Belousov2007-07-031-6/+18
* Lock Giant and proctree lock around dereferencing p_session->s_ttyvp->v_rdev.Konstantin Belousov2007-07-031-1/+13
* Use make_dev_credf(MAKEDEV_REF) instead of make_dev() from pty clone handler.Konstantin Belousov2007-07-031-2/+1
* Use make_dev_credf(MAKEDEV_REF) instead of make_dev() from the clone handler.Konstantin Belousov2007-07-031-10/+16
* Automatically detect deadlock condition in destroy_dev(), that is, ifKonstantin Belousov2007-07-031-2/+8
* Since rev. 1.199 of sys/kern/kern_conf.c, the thread that callsKonstantin Belousov2007-07-031-18/+147
* Relock the sema_mtxp unconditionally after copyin() for SETALL case inKonstantin Belousov2007-07-031-1/+1
* Continue kernel privilege cleanup for 7.0: unstaticize suser_enabled andRobert Watson2007-07-021-1/+1
* - Add some needed error checking on bad fd passing in the sctpRandall Stewart2007-07-021-6/+10
* - Use rufetchcalc() rather than calcru() in ttyinfo so that we getJeff Roberson2007-07-011-3/+2
* Use vm_offset_t for kmembase and kmemlimit rather than char *, avoidingRobert Watson2007-06-271-4/+4
* Fix an old standing LOR between callout_lock and sleepqueues chain (whichAttilio Rao2007-06-261-3/+35
* Introduce a new rwlocks initialization function: rw_init_flags.Attilio Rao2007-06-261-9/+85
* - Remove UMAP filesystem. It was disconnected from build three years ago,Rong-En Fan2007-06-252-3/+1
* devfs_free() calls free_unr(), that may sleep.Konstantin Belousov2007-06-191-6/+34
* Add the witness warning for free_unr. Function could sleep, thus callersKonstantin Belousov2007-06-191-0/+1
* We only flush entries related to the given file system. Currently there arePawel Jakub Dawidek2007-06-181-3/+0
* Rather than passing SUSER_RUID into priv_check_cred() to specify whenRobert Watson2007-06-163-12/+22
* - Remove zstty spin lock for no longer existing zs(4).Marius Strobl2007-06-161-2/+4
* - Fix an off by one error in sched_pri_range.Jeff Roberson2007-06-151-8/+3
* Remove the restriction that rtprio(2) cannot be used to set the realtimeRobert Watson2007-06-141-17/+8
* Only require privilege to set the current time adjustment, not in order toRobert Watson2007-06-141-5/+7
* Spell statistics more correctly in comments.Robert Watson2007-06-141-1/+1
* Improve the ktrace locking somewhat to reduce overhead:John Baldwin2007-06-132-18/+26
* Conditionally acquire Giant when dropping a reference on the ktrace vnodeJohn Baldwin2007-06-131-1/+6
* - Include opt_sched.h for SCHED_STATS.Jeff Roberson2007-06-123-0/+3