summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
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
2005-11-15Match comments with realityPedro Martelletto
2005-11-13shorten this a bit through better use of TAILQ macros.David Gwynne
2005-11-13move kgdb_connect and kgdb_panic into MI. looked by miod@ and kettenis@Federico G. Schwindt
2005-11-12ansi. No binary change.Jonathan Gray
2005-11-11Allow binaries to run if all sections are marked writableDale Rahn
2005-11-10the tasklist can be modified while the kthread is sleeping, so refetchDavid Gwynne
2005-11-10first go at a generic kthread for sensors to be run out of. its a bitDavid Gwynne
2005-11-10split the sensors stuff out into a source file of its own.David Gwynne
2005-11-08Missed one use of 'register'Pedro Martelletto
2005-11-08Use ANSI function declarations and deregister, no binary changePedro Martelletto
2005-11-07Use ANSI function declarations and deregister, no binary changePedro Martelletto
2005-11-07nitPedro Martelletto
2005-11-06Make comments match reality, space the code a bit while at itPedro Martelletto
2005-11-06Use ANSI-style function declarations, no binary change, okay jsg@Pedro Martelletto
2005-11-04Add an extra flags argument to uvm_io(), to specify whether we want to fixMiod Vallat
2005-11-02Avoid a theoretical race condition.Aaron Campbell
2005-10-27make sure ppsratecheck() returns 0 if maxpps is 0;Markus Friedl
2005-10-25dont' -> don't in comments;Jason McIntyre