summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add two missing includes and remove two uneeded.pjd2004-06-271-0/+3
* Acquire the socket buffer lock when calling unp_scan() onrwatson2004-06-271-0/+2
* Add a new global mutex, so_global_mtx, which protects the global variablesrwatson2004-06-271-2/+26
* Reduce the number of unnecessary unlock-relocks on socket buffer mutexesrwatson2004-06-263-22/+13
* Allocate TIDs in thread_init() and deallocate them in thread_fini().marcel2004-06-265-109/+89
* Replace comment on spl state when calling soabort() with a comment onrwatson2004-06-261-1/+4
* Pick the hotchar out of the tty structure instead of caching privatephk2004-06-261-2/+1
* Fix line discipline switching issues: If opening a new ldisc fails,phk2004-06-261-12/+21
* Gah! commit from wrong tree.phk2004-06-251-6/+0
* Retire the TIOC_REMOTE ioctl.phk2004-06-251-95/+3
* Release UNIX domain socket subsystem lock earlier -- don't need torwatson2004-06-251-1/+1
* Add two new methods to struct tty: One for manipulating BREAK conditionphk2004-06-251-1/+49
* Don't cuddle else's so much as we removed additional parts of eachrwatson2004-06-242-16/+8
* Remove temporary API bandage that allowed applications speaking therwatson2004-06-242-18/+0
* #include <sys/serial.h>phk2004-06-241-0/+1
OpenPOWER on IntegriCloud