]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Missed some code that is ifdef STRICT_ALIGN :(
[FreeBSD/FreeBSD.git] / sys / kern /
2008-02-26 Konstantin BelousovDo not assert any locks for VOP_PRINT. In particular...
2008-02-25 Attilio RaoAxe the 'thread' argument from VOP_ISLOCKED() and locks...
2008-02-24 Attilio RaoIntroduce some functions in the vnode locks namespace...
2008-02-24 Colin PercivalAfter finishing sending file data in sendfile(2), don...
2008-02-23 Dag-Erling SmørgravThis patch adds a new ktrace(2) record type, KTR_STRUCT...
2008-02-18 Yaroslav TykhiyUndo the damage I did in sys/kern/vfs_mount.c #1.274 and
2008-02-18 Yaroslav TykhiyAdd a remark on a questionable property of vfs_mergeopts().
2008-02-17 Antoine BrodinMake sysctl_kern_arnd return a random buffer instead...
2008-02-17 Kris KennawaySwitch from conditionally dropping Giant in exit1(...
2008-02-17 Warner LoshFix typo in comment.
2008-02-15 Antoine BrodinRemove a superfluous line in run_interrupt_driven_confi...
2008-02-15 Attilio Rao- Introduce lockmgr_args() in the lockmgr space. This...
2008-02-14 Yaroslav TykhiyIn the new order of things dictated by nmount(2), a...
2008-02-14 Simon L. B. NielsenFix sendfile(2) write-only file permission bypass.
2008-02-13 John BaldwinAdd KASSERT()'s to catch attempts to recurse on spin...
2008-02-13 John BaldwinMark sleepqueue chain spin mutexes are recursable since...
2008-02-13 John BaldwinAdd a couple of assertions and KTR logging to thread_lo...
2008-02-13 John BaldwinAdd an automatic kernel module version dependency to...
2008-02-13 Attilio Rao- Add real assertions to lockmgr locking primitives.
2008-02-12 Christian S.J. PeronMake sure we restrict Linux only IPC calls from being...
2008-02-12 Ruslan ErmilovRegenerate for readlink(2).
2008-02-12 Ruslan ErmilovChange readlink(2)'s return type and type of the last...
2008-02-11 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-02-09 Joe Marcus ClarkeAdd support for displaying a process' current working...
2008-02-08 Attilio RaoConver all explicit instances to VOP_ISLOCKED(arg,...
2008-02-07 Jeff Roberson - Add THREAD_LOCKPTR_ASSERT() to assert that the threa...
2008-02-07 Jeff Roberson - In rw_wunlock_hard prefer to wakeup writers if there...
2008-02-07 Alan CoxChange shm_dotruncate() so that it correctly handles...
2008-02-06 Attilio Raotd cannot be NULL in that place, so just axe out the...
2008-02-06 Jeff RobersonAdaptive spinning in write path with readers and writer...
2008-02-06 Attilio RaoAdd WITNESS support to lockmgr locking primitive.
2008-02-06 Attilio RaoReally, no explicit checks against against lock_class_...
2008-02-04 Robert WatsonFurther clean up sorflush:
2008-02-03 Poul-Henning KampGive sendfile(2) a SF_SYNC flag which makes it wait...
2008-02-02 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-02-01 Poul-Henning KampGive MEXTADD() another argument to make both void point...
2008-02-01 Robert WatsonUse FEATURE() macro to advertise aio availability.
2008-01-31 Robert WatsonCorrect two problems relating to sorflush(), which...
2008-01-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2008-01-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-28 Ruslan ErmilovAdd a wrapper function that bound checks writes to...
2008-01-27 Mitsuru IWASAKIAdd devctl_process_running() so that power management...
2008-01-26 Konstantin BelousovIn rev. 1.156, the convertion of the minor number to...
2008-01-25 John BaldwinFix a bug where a thread that hit the race where the...
2008-01-25 John BaldwinFix a race in the sleepqueue timeout code that resulted...
2008-01-24 Jean-Sébastien PédronWhen asked to use kqueue, AIO stores its internal state...
2008-01-24 Attilio RaoCleanup lockmgr interface and exported KPI:
2008-01-24 Bjoern A. ZeebReplace the last susers calls in netinet6/ with privile...
2008-01-23 Jeff Roberson - sched_prio() should only adjust tdq_lowpri if the...
2008-01-20 Robert WatsonRegenerate.
2008-01-20 Robert WatsonUse audit events AUE_SHMOPEN and AUE_SHMUNLINK with...
2008-01-20 Robert WatsonExport a type for POSIX SHM file descriptors via kern...
2008-01-19 Attilio Rao- Introduce the function lockmgr_recursed() which retur...
2008-01-18 Robert WatsonMove unlock of global UNIX domain socket lock slightly...
2008-01-18 Konstantin BelousovIn the rev. 1.153, the one place for converting minor...
2008-01-18 Julian Elischerrefactor code so it can run in a chroot without having...
2008-01-18 David XuMake sure reading td_runtime in critical section since...
2008-01-18 David XuAdd POSIX clock id CLOCK_THREAD_CPUTIME_ID, this can...
2008-01-17 John BaldwinAdd 'compat_freebsd[4567]' features corresponding to...
2008-01-17 Sam Lefflerpromote ath_defrag to m_collapse (and retire private...
2008-01-17 John BaldwinRemove a conditional that is always true.
2008-01-16 John BaldwinAdd a set of regression tests for the POSIX shm API...
2008-01-16 Nate LawsonRemove duplicate cpufreq levels, i.e. ones that are...
2008-01-15 Jeff Roberson - When executing the 'tryself' branch in sched_pickcpu...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-13 Attilio RaoVOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-12 Nate LawsonThis commit was generated by cvs2svn to compensate...
2008-01-11 Attilio Raolockmgr() function will return successfully when trying...
2008-01-10 Robert WatsonDon't zero td_runtime when billing thread CPU usage...
2008-01-10 Robert WatsonRemove "lock pushdown" todo item in comment -- I did...
2008-01-10 Robert WatsonCorrect typos in comments.
2008-01-10 Attilio Raovn_lock() is currently only used with the 'curthread...
2008-01-09 Attilio RaoFix a last second typo about recent lockmgr_disown...
2008-01-08 Attilio RaoRemove explicit calling of lockmgr() with the NULL...
2008-01-08 John BaldwinRegen for shm_open(2) and shm_unlink(2).
2008-01-08 John BaldwinAdd a new file descriptor type for IPC shared memory...
2008-01-08 John BaldwinClose a race in the kern.ttys sysctl handler that resul...
2008-01-08 Kris KennawayFix logic in skipcount handling (used to sample every...
2008-01-07 Robert WatsonFree MAC label on a POSIX semaphore when the semaphore...
2008-01-07 John BaldwinMake ftruncate a 'struct file' operation rather than...
2008-01-05 Bruce EvansIn sequential_heuristic():
2008-01-05 Peter WemmFall back to the binary-specified interpreter (ld-elf...
2008-01-05 Jeff Roberson - Restore timeslicing code for all bit SCHED_FIFO...
2008-01-03 Bjoern A. ZeebAdd missing sb_sndptr* fields to db_print_sockbuf().
2008-01-03 Jeff Roberson - In sysctl_kern_file skip fdps with negative lastfile...
2008-01-02 David E. O'BrienNote what is too {short,long}.
2008-01-02 John BaldwinA few whitespace fixes.
2008-01-01 Jeff Roberson - Place the fhold() in unp_internalize_fp to be more...
2007-12-31 Craig RodriguesIn vfs_scanopt(), make sure that the mount option value...
2007-12-31 John BaldwinActually declare the kern.features sysctl node.
2007-12-31 Jeff Roberson - Pause a while after disabling lock profiling and...
2007-12-31 Jeff Roberson - Check the correct variable against NULL in two places.
2007-12-30 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-12-30 Warner LoshRather than not redirting the bp when we get ENXIO...
2007-12-30 Jeff RobersonRemove explicit locking of struct file.
2007-12-29 Alan CoxAdd the superpage reservation system. This is "part...
2007-12-28 Robert WatsonIn "show lockedvnods" DDB command, use db_printf()...
2007-12-28 Attilio RaoTrimm out now unused option LK_EXCLUPGRADE from the...
2007-12-27 Attilio RaoIn order to avoid a huge class of deadlocks (in particu...
next