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