summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2006-01-06oring in PCATCH doesn't help if we don't pass the right prio to tsleepTed Unangst
2006-01-06check in of "rwlock.20051230" from art.Ted Unangst
2006-01-06take interp[MAXPATHLEN] off the stack. from mickey, ok ottoTed Unangst
2006-01-05ansi/deregisterJonathan Gray
2006-01-05if a kthread fails to call kthread_exit() but instead returns,Ted Unangst
2006-01-03Make #undef match its temporary #define.Miod Vallat
2006-01-03remove duplicate comment;Jason McIntyre
2006-01-02regenJonathan Gray
2006-01-02Make this generate code with ansi function declarations.Jonathan Gray
2006-01-012006Miod Vallat
2005-12-31Split the d_type field of cdevsw entries into d_type and d_flags for clarity.Miod Vallat
2005-12-31Nuke unused variable 'space' found by lint. Eliminate some trailingKenneth R Westerback
2005-12-30rebuildTed Unangst
2005-12-30change thrwakeup to take an argument which specifies how many threadsTed Unangst
2005-12-29Fix wrong optimization in spec_write() that goes: if we are about to doPedro Martelletto
2005-12-27tprintf() is now only necessary for NFS, so do not compile it for kernelsMiod Vallat
2005-12-221. when signalling a process group, don't deliver a copy to every threadTed Unangst
2005-12-22fix memory leak conditions in thrsleep and significantly simplifyTed Unangst
2005-12-21ansi/deregister. No binary change.Jonathan Gray
2005-12-14timeout code is not so happy with the negative valuesTed Unangst
2005-12-14change wait message for thrsleep to "thrsleep"Ted Unangst
2005-12-13ansi/deregister. No binary change.Jonathan Gray
2005-12-13make exiting actually work when a thread receives a signal.Ted Unangst
2005-12-13stupid me got the cast backwardsTed Unangst
2005-12-13rebuildTed Unangst
2005-12-13thrsleep and thrwakeup, cast syscall arg from void * to long.Ted Unangst
2005-12-13change the first arg to thrsleep and thrwakeup to a void *.Ted Unangst
2005-12-11Replace procfs_domem() with a similar interface, process_domem(), which livesMiod Vallat
2005-12-09ansi and deregister. No binary change.Jonathan Gray
2005-12-08Don't panic for pathological i/o sizes unless minphys() really isKenneth R Westerback
2005-12-07do not allow setugid processes to use /dev/fd/#, unless they are aTheo de Raadt
2005-12-06Remove fdescfsPedro Martelletto
2005-12-04forgot to set P_THREAD for threaded processesTed Unangst
2005-12-04Add vn_access(), discussed with and okay uwe@Pedro Martelletto
2005-12-04older gcc (like real C) does not let you declare local variables afterTheo de Raadt
2005-12-03rebuildTed Unangst
2005-12-03kernel support for threaded processes (rthreads).Ted Unangst
2005-11-30No need for vfs_busy() and vfs_unbusy() to take a process pointerPedro Martelletto
2005-11-28ansi/deregister.Jonathan Gray
2005-11-27Don't set MNT_UPDATE and MNT_RELOAD before acquiring the mount pointPedro Martelletto
2005-11-25built files should be checked in after the source fileTed Unangst
2005-11-24Remove kernfs, okay deraadt@.Pedro Martelletto
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-11-21rename the sensor globals to names that are not obvious to avoidDavid Gwynne
2005-11-21Fix a crash in ptmioctl() in the error path when the master hasTodd C. Miller
2005-11-20Use ANSI function declarations and deregister, no binary changePedro Martelletto
2005-11-19Remove unnecessary lockmgr() archaism that was costing too much in termsPedro Martelletto
2005-11-18Work around yet another race on non-locking file systems: when callingPedro Martelletto
2005-11-17style; no binary change.Federico G. Schwindt
2005-11-15Save process context in ktrwrite(), as it may be needed for lockingPedro Martelletto