summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic adjustment to previous commit: name the second argument todes2004-07-091-4/+4
* Have sbuf_bcat() and sbuf_bcpy() take a const void * instead of ades2004-07-091-3/+5
* Eliminate struct shm_handle. It is an unnecessary level of indirection toalc2004-07-091-24/+12
* Remove spl()'s from do_sendfile().rwatson2004-07-091-6/+1
* - Move contents of sched_add() into a sched_add_internal() function thatjhb2004-07-081-5/+11
* fixup sysctl by fsid nodealfred2004-07-081-2/+2
* style(9)alfred2004-07-071-1/+12
* do the vfsstd thing instead of messing up our VFS_SYSCTL macro.alfred2004-07-072-0/+12
* Fix bug introduced in rev 1.434:peadar2004-07-061-3/+3
* Use vfs_suser() where appropriate.alfred2004-07-061-11/+7
* Introduce vfs_suser(), used to test if a user should have special privsalfred2004-07-061-0/+16
* NFS mobility PHASE I, II & III (phase VI, and V pending):alfred2004-07-062-3/+3
* Temporarily disable preemption in SCHED_ULE due to reported panics andrwatson2004-07-061-0/+2
* Unconditionally set last_work_seen while in the SYNCER_RUNNING statetruckman2004-07-051-5/+4
* Drop the socket buffer lock around a call to m_copym() with M_TRYWAIT.rwatson2004-07-051-1/+4
* Rework syncer termination code:truckman2004-07-051-33/+79
* Give synthetic root filesystem device vnodes a v_bsize of DEV_BSIZE.phk2004-07-041-0/+1
* Pass the operation in with the fsidctl.alfred2004-07-041-2/+8
* Make the last commit handle non-phk root devices better.phk2004-07-042-2/+4
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-041-3/+3
* Blocksize for I/O should be a property of the vnode and not found by gropingphk2004-07-042-0/+6
* Introduce a new kevent filter. EVFILT_FS that will be used to signalalfred2004-07-043-0/+66
* Revision 1.496 would not boot on my system due toalfred2004-07-041-1/+2
* When we traverse the vnodes on a mountpoint we need to look out forphk2004-07-043-47/+63
* Remove stale commentphk2004-07-031-1/+0
* Add NULL arg to mi_switch() call to stop kernel compiles from breaking.phk2004-07-031-1/+1
* Add a NULL param to an mi_switch() that I missed.jhb2004-07-031-1/+1
* Fix SCHED_ULE build on SMP. The previous revision (1.110)bmilekic2004-07-031-1/+1
* Unbreak build for the the !PREEMPTION case: don't define variablesmarcel2004-07-031-0/+2
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-027-36/+151
* - Change mi_switch() and sched_switch() to accept an optional thread tojhb2004-07-0213-30/+38
* Allow ptrace to deal with lwpid.davidxu2004-07-021-6/+36
* We allocate an array of pointers to the global file table whilealfred2004-07-021-1/+12
* Tidy up uprof locking. Mostly the fields are protected by both the procjhb2004-07-022-18/+24
* - Assert that any process that has statclock called on it has both ajhb2004-07-021-11/+10
* Change the thread ID (thr_id_t) used for 1:1 threading from being amarcel2004-07-023-20/+25
* Regen.marcel2004-07-022-2/+2
* When shutting down the syncer kernel thread, first tell it to runtruckman2004-07-011-6/+68
* Add ability to set start/end for rmanimp2004-07-011-0/+12
* Trim a few things from the dmesg output and stick them under bootverbose tojhb2004-07-011-2/+3
* Hide struct resource and struct rman. You must defineimp2004-06-302-0/+2
* Include more information about the device in the devadded andimp2004-06-301-2/+38
* Oops, this didn't make it into my submit before I committed: Deferjhb2004-06-291-7/+19
* Wrap long line.peter2004-06-291-1/+3
* Add two new kernel options to allow rudimentary profiling of the internaljhb2004-06-292-3/+89
* Remove the signal_caught argument from sleepq_timedwait() as it wasjhb2004-06-283-7/+4
* - Execute all of the tasks on the taskqueue during taskqueue_free() afterjhb2004-06-281-39/+24
* Adjust the priority of the idle threads to be the lowest possiblejhb2004-06-281-0/+1
* Turns out that jhb didn't really like this. And nate pointed out thatimp2004-06-281-2/+2
* Allow dev to be NULL and assume that a device is not alive or notimp2004-06-281-2/+2
OpenPOWER on IntegriCloud