Age | Commit message (Expand) | Author |
2005-12-21 | ansi/deregister. No binary change. | Jonathan Gray |
2005-12-14 | timeout code is not so happy with the negative values | Ted Unangst |
2005-12-14 | change wait message for thrsleep to "thrsleep" | Ted Unangst |
2005-12-13 | ansi/deregister. No binary change. | Jonathan Gray |
2005-12-13 | make exiting actually work when a thread receives a signal. | Ted Unangst |
2005-12-13 | stupid me got the cast backwards | Ted Unangst |
2005-12-13 | rebuild | Ted Unangst |
2005-12-13 | thrsleep and thrwakeup, cast syscall arg from void * to long. | Ted Unangst |
2005-12-13 | change the first arg to thrsleep and thrwakeup to a void *. | Ted Unangst |
2005-12-11 | Replace procfs_domem() with a similar interface, process_domem(), which lives | Miod Vallat |
2005-12-09 | ansi and deregister. No binary change. | Jonathan Gray |
2005-12-08 | Don't panic for pathological i/o sizes unless minphys() really is | Kenneth R Westerback |
2005-12-07 | do not allow setugid processes to use /dev/fd/#, unless they are a | Theo de Raadt |
2005-12-06 | Remove fdescfs | Pedro Martelletto |
2005-12-04 | forgot to set P_THREAD for threaded processes | Ted Unangst |
2005-12-04 | Add vn_access(), discussed with and okay uwe@ | Pedro Martelletto |
2005-12-04 | older gcc (like real C) does not let you declare local variables after | Theo de Raadt |
2005-12-03 | rebuild | Ted Unangst |
2005-12-03 | kernel support for threaded processes (rthreads). | Ted Unangst |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto |
2005-11-28 | ansi/deregister. | Jonathan Gray |
2005-11-27 | Don't set MNT_UPDATE and MNT_RELOAD before acquiring the mount point | Pedro Martelletto |
2005-11-25 | built files should be checked in after the source file | Ted Unangst |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-11-21 | rename the sensor globals to names that are not obvious to avoid | David Gwynne |
2005-11-21 | Fix a crash in ptmioctl() in the error path when the master has | Todd C. Miller |
2005-11-20 | Use ANSI function declarations and deregister, no binary change | Pedro Martelletto |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-11-18 | Work around yet another race on non-locking file systems: when calling | Pedro Martelletto |
2005-11-17 | style; no binary change. | Federico G. Schwindt |
2005-11-15 | Save process context in ktrwrite(), as it may be needed for locking | Pedro Martelletto |
2005-11-15 | Match comments with reality | Pedro Martelletto |
2005-11-13 | shorten this a bit through better use of TAILQ macros. | David Gwynne |
2005-11-13 | move kgdb_connect and kgdb_panic into MI. looked by miod@ and kettenis@ | Federico G. Schwindt |
2005-11-12 | ansi. No binary change. | Jonathan Gray |
2005-11-11 | Allow binaries to run if all sections are marked writable | Dale Rahn |
2005-11-10 | the tasklist can be modified while the kthread is sleeping, so refetch | David Gwynne |
2005-11-10 | first go at a generic kthread for sensors to be run out of. its a bit | David Gwynne |
2005-11-10 | split the sensors stuff out into a source file of its own. | David Gwynne |
2005-11-08 | Missed one use of 'register' | Pedro Martelletto |
2005-11-08 | Use ANSI function declarations and deregister, no binary change | Pedro Martelletto |
2005-11-07 | Use ANSI function declarations and deregister, no binary change | Pedro Martelletto |
2005-11-07 | nit | Pedro Martelletto |
2005-11-06 | Make comments match reality, space the code a bit while at it | Pedro Martelletto |
2005-11-06 | Use ANSI-style function declarations, no binary change, okay jsg@ | Pedro Martelletto |
2005-11-04 | Add an extra flags argument to uvm_io(), to specify whether we want to fix | Miod Vallat |
2005-11-02 | Avoid a theoretical race condition. | Aaron Campbell |
2005-10-27 | make sure ppsratecheck() returns 0 if maxpps is 0; | Markus Friedl |
2005-10-25 | dont' -> don't in comments; | Jason McIntyre |