Age | Commit message (Expand) | Author |
2006-09-22 | regen | Pedro Martelletto |
2006-09-22 | Put the LFS syscall stubs back in, turns out libc is unable to build | Pedro Martelletto |
2006-09-22 | regen | Pedro Martelletto |
2006-09-22 | Remove LFS system calls | Pedro Martelletto |
2006-09-22 | Unplug LFS from VFS | Pedro Martelletto |
2006-09-19 | A bit of microoptimisation that doesn't hurt readability: Don't do | Michael Knudsen |
2006-08-28 | Another grammar nit; "please go ahead" jmc@. | Tom Cosgrove |
2006-08-28 | typos; from tbert | Jason McIntyre |
2006-08-17 | chose proper mountpoint in making decision on upgrading | Michael Shalayeff |
2006-08-10 | Fix a panic when more than the default number of sempahores are | Todd C. Miller |
2006-08-09 | Propagate error on getnewbuf(), effectively allowing callers to be | Pedro Martelletto |
2006-08-03 | Remove the tb(4) line discipline and manual page. I found no man pages | Marc Balmer |
2006-07-26 | don't call vn_rdwr() with IO_NODELOCKED when the vnode actually isn't | Nikolay Sturm |
2006-07-19 | Sprinkle some _Q_INVALIDATE love for timeout structures as well; ok otto@ | Miod Vallat |
2006-07-19 | make kernels w/o PTRACE compile again. | Alexander von Gernler |
2006-07-14 | Typo | Pedro Martelletto |
2006-07-12 | Small KNF. | Michael Knudsen |
2006-07-12 | zap some unused variables. | Thordur I. Bjornsson |
2006-07-11 | add mount/vnode/buf and softdep printing commands; tested on a few archs and ... | Michael Shalayeff |
2006-07-10 | Handle executables that have all load sections marked read-only. | Mark Kettenis |
2006-07-09 | Fix tab where space was meant | Pedro Martelletto |
2006-07-08 | vinvalbuf() debugging aid, under VFSDEBUG. | Thordur I. Bjornsson |
2006-07-06 | Make the ddb.log sysctl available as an in-ddb variable, $log, for consistency. | Miod Vallat |
2006-07-03 | also print vp in vprint (useful for debugging); pedro@ ok | Michael Shalayeff |
2006-06-29 | Normalize the correction passed to adjtime(2) before using it in the | Mark Kettenis |
2006-06-27 | Adapt adjtime() code and put in a better stub for adjfreq() for the | Otto Moerbeek |
2006-06-25 | rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT | Nikolay Sturm |
2006-06-23 | namei() only returns locked vnodes if LOCKLEAF is set, be more clear | Nikolay Sturm |
2006-06-23 | consistantly count context switches on exit; miod@ ok | Michael Shalayeff |
2006-06-21 | If tty timestamping is enabled, copy the tty timestamp early to preserve | Marc Balmer |
2006-06-20 | pruning; ok mbalmer | Theo de Raadt |
2006-06-19 | Remove the no longer needed date/time calculations. | Marc Balmer |
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt |
2006-06-17 | avoid missing events for timestamping (dcd change at same time as cts); | Theo de Raadt |
2006-06-15 | Nothing sets P_FSTRACE anymore, so remove all what's left of it. | Miod Vallat |
2006-06-15 | Make sys_adjfreq() compile on archs that use timecounters | Jonathan Gray |
2006-06-15 | nuke code that has been dead for so long that it stinks. claudio ok | Henning Brauer |
2006-06-14 | move vfs_busy() to rwlocks and properly hide the locking api from vfs | Nikolay Sturm |
2006-06-14 | regen | Otto Moerbeek |
2006-06-14 | Introducing adjfreq(2), to adjust the clock frequency. | Otto Moerbeek |
2006-06-13 | Next round of clean-up: Remove the ugly state machine and replace it with | Marc Balmer |
2006-06-10 | Add functions to decode date and time strings that make sure no invalid | Marc Balmer |
2006-06-10 | allow SO_SNDBUF and SO_RECVBUF setsockopts on existing sockets to succeed | Bob Beck |
2006-06-09 | sync | Theo de Raadt |
2006-06-09 | spacing that made a grep look very suspicious | Theo de Raadt |
2006-06-07 | killproc() is orphaned, so kill it; ok deraadt@ | Miod Vallat |
2006-06-05 | various cleanups; ok mbalmer | Theo de Raadt |
2006-06-04 | In extent_destroy(), only remove the extent from the global extent list if | Miod Vallat |
2006-06-04 | Missing RCS Id | Miod Vallat |
2006-06-04 | Allow any user to request the current adjustment; ok henning@ deraadt@ | Otto Moerbeek |