Age | Commit message (Expand) | Author |
2006-01-21 | Remove now unused zeroref member in cfattach structures. | Miod Vallat |
2006-01-21 | Make sure cache_revlookup() doesn't return invalid cache entries. | Pedro Martelletto |
2006-01-20 | revert auto-skew. some ntpd implementations interact poorly. | Ted Unangst |
2006-01-19 | redo (w/ proper changes everywhere ;): | Michael Shalayeff |
2006-01-19 | Replace SENSOR_ADD() macro with a pair of functions | Alexander Yurchenko |
2006-01-18 | Fix logic botch when checking for COMPAT_SUNOS binary specifics; repairs | Miod Vallat |
2006-01-13 | auto adjusting adjtime. be more responsive to large clock deltas, | Ted Unangst |
2006-01-13 | In config_detach_children(), after detaching a device, restart the device | Miod Vallat |
2006-01-09 | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. | Pedro Martelletto |
2006-01-07 | p_dupfd need only be -1, nothing else. but this is nothing like what aaron h... | Theo de Raadt |
2006-01-07 | Backout last revision, it's broken. Try pkg_add redhat_base-8.0p7 on i386 | Aaron Campbell |
2006-01-06 | typo fix from ray lai; | Jason McIntyre |
2006-01-06 | oring in PCATCH doesn't help if we don't pass the right prio to tsleep | Ted Unangst |
2006-01-06 | check in of "rwlock.20051230" from art. | Ted Unangst |
2006-01-06 | take interp[MAXPATHLEN] off the stack. from mickey, ok otto | Ted Unangst |
2006-01-05 | ansi/deregister | Jonathan Gray |
2006-01-05 | if a kthread fails to call kthread_exit() but instead returns, | Ted Unangst |
2006-01-03 | Make #undef match its temporary #define. | Miod Vallat |
2006-01-03 | remove duplicate comment; | Jason McIntyre |
2006-01-02 | regen | Jonathan Gray |
2006-01-02 | Make this generate code with ansi function declarations. | Jonathan Gray |
2006-01-01 | 2006 | Miod Vallat |
2005-12-31 | Split the d_type field of cdevsw entries into d_type and d_flags for clarity. | Miod Vallat |
2005-12-31 | Nuke unused variable 'space' found by lint. Eliminate some trailing | Kenneth R Westerback |
2005-12-30 | rebuild | Ted Unangst |
2005-12-30 | change thrwakeup to take an argument which specifies how many threads | Ted Unangst |
2005-12-29 | Fix wrong optimization in spec_write() that goes: if we are about to do | Pedro Martelletto |
2005-12-27 | tprintf() is now only necessary for NFS, so do not compile it for kernels | Miod Vallat |
2005-12-22 | 1. when signalling a process group, don't deliver a copy to every thread | Ted Unangst |
2005-12-22 | fix memory leak conditions in thrsleep and significantly simplify | Ted Unangst |
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 |