]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Missed some code that is ifdef STRICT_ALIGN :(
[FreeBSD/FreeBSD.git] / sys / sys /
2008-02-25 Attilio RaoBump __FreeBSD_version in order to signal lockstatus...
2008-02-25 Attilio RaoAxe the 'thread' argument from VOP_ISLOCKED() and locks...
2008-02-25 Ruslan ErmilovMake again BSD ar(1) the default system ar(1), now...
2008-02-24 Attilio RaoIntroduce some functions in the vnode locks namespace...
2008-02-23 Dag-Erling SmørgravThis patch adds a new ktrace(2) record type, KTR_STRUCT...
2008-02-21 Kai WangBack out previous commit. Restore Binutils ar as defaul...
2008-02-21 Kai Wang* Connect ar(1) to the build and make it default ar...
2008-02-15 Attilio RaoBump __FreeBSD_version in order to signal introduction...
2008-02-15 Attilio Rao- Introduce lockmgr_args() in the lockmgr space. This...
2008-02-15 Robert WatsonAdd privilege PRIV_NNPFS_DEBUG for use with Arla/nnpfs...
2008-02-15 Scott LongTeach the dump and minidump code to respect the maxiosz...
2008-02-13 John BaldwinAdd an automatic kernel module version dependency to...
2008-02-13 Attilio RaoBump __FreeBSD_version after the introduction of:
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-10 Attilio Rao- Revert last ehci.c change
2008-02-09 Attilio RaoUse LOCK_FILE and LOCK_LINE where necessary instead...
2008-02-09 Joe Marcus ClarkeAdd support for displaying a process' current working...
2008-02-08 Sam Lefflerbelated bump for the addition of m_collapse
2008-02-07 Jeff Roberson - Add THREAD_LOCKPTR_ASSERT() to assert that the threa...
2008-02-06 Jeff RobersonAdaptive spinning in write path with readers and writer...
2008-02-06 Attilio RaoBump __FreeBSD_version in order to reflect introduction...
2008-02-06 Attilio RaoAdd WITNESS support to lockmgr locking primitive.
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-01-31 Alexander MotinMove GET_STACK_USAGE from MI header to i386/amd64 MD...
2008-01-31 Robert WatsonCorrect two problems relating to sorflush(), which...
2008-01-30 Alexander MotinImplement GET_STACK_USAGE() macro to get the current...
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 Yaroslav TykhiyOur fts(3) API, as inherited from 4.4BSD, suffers from...
2008-01-24 Jean-Sébastien PédronWhen asked to use kqueue, AIO stores its internal state...
2008-01-24 Attilio RaoBump __FreeBSD_version in order to signal:
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 Andrey A. ChernovBump FreeBSD_version after adding "ASCII" encoding...
2008-01-20 Robert WatsonRegenerate.
2008-01-20 Robert WatsonExport a type for POSIX SHM file descriptors via kern...
2008-01-19 David SchultzCorrect the visibility macro surrounding SIGSYS.
2008-01-19 Attilio RaoBump FreeBSD_version in order to reflect introduction of
2008-01-19 Attilio Rao- Introduce the function lockmgr_recursed() which retur...
2008-01-18 David XuAdd POSIX clock id CLOCK_THREAD_CPUTIME_ID, this can...
2008-01-17 Sam Lefflerpromote ath_defrag to m_collapse (and retire private...
2008-01-15 Pyun YongHyeonProtect arg in macro M_ASSERTPKTHDR.
2008-01-14 Joseph KoshyIncrement major version to mark the ABI change between...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-13 Attilio RaoVersion bumping in order to reflect VOP_LOCK1(), VOP_UN...
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-10 Robert WatsonDon't zero td_runtime when billing thread CPU usage...
2008-01-10 Attilio RaoBump FreeBSD_version in order to reflect vn_lock()...
2008-01-10 Attilio Raovn_lock() is currently only used with the 'curthread...
2008-01-09 Kip MacyFix KASSERT in m_free_fast - the LIST_EMPTY check only...
2008-01-09 Attilio RaoBump FreeBSD_version in order to reflect 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-07 John BaldwinMake ftruncate a 'struct file' operation rather than...
2007-12-31 John BaldwinAdd very basic support for the kernel to export a list...
2007-12-30 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-12-30 Jeff RobersonRemove explicit locking of struct file.
2007-12-28 Jason EvansImplement RB_PREV() AND RB_FOREACH_REVERSE().
2007-12-28 Attilio RaoTrimm out now unused option LK_EXCLUPGRADE from the...
2007-12-26 Warner LoshUpdate to 2008.
2007-12-26 Robert WatsonDefine a new kernel dump "architecture", TEXTDUMPMAGIC...
2007-12-25 Robert WatsonBump __FreeBSD_version to 800007 to reflect kdb_enter...
2007-12-25 Robert WatsonAdd a new kernel startup event for DDB services, which...
2007-12-25 Robert WatsonAdd a new privilage category for DDB(4), and add PRIV_D...
2007-12-25 Robert WatsonAdd a new 'why' argument to kdb_enter(), and a set...
2007-12-25 Wojciech A. KoszekRename "mbuf_jumbo_pagesize" to "mbuf_jumbo_page"....
2007-12-21 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2007-12-17 Kip MacyAdd SB_NOCOALESCE flag to disable socket buffer update...
2007-12-16 Poul-Henning KampAdd the magic word 0 value for CFA compliant devices.
2007-12-16 Jeff RobersonRefactor select to reduce contention and hide internal...
2007-12-16 Jeff Roberson - Don't depend on header pollution to declare struct...
2007-12-16 Kip MacyFix tinderbox on sun4v
2007-12-16 Jeff Roberson - Define lpohead even if userspace includes this file.
2007-12-15 Jeff Roberson - Re-implement lock profiling in such a way that it...
2007-12-14 David E. O'BrienAdd comment to pc_cp_time.
2007-12-14 Robert WatsonMinor style consistency improvements.
2007-12-12 Kip MacyFix style issues with initial TCP offload commit
2007-12-12 Kip MacyAdd driver independent interface to offload active...
2007-12-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-09 Alan CoxEliminate compilation warnings due to the use of non...
2007-12-08 Marcel MoolenaarAdd a file system type for ZFS (FS_ZFS).
2007-12-08 Marcel MoolenaarSync with NetBSD rev 1.101.
2007-12-07 Joseph KoshyIncrement FreeBSD_version to mark the addition of callc...
2007-12-07 Joseph KoshyKernel and hwpmc(4) support for callchain capture.
2007-12-07 Kip MacyAdd padding for anticipated functionality
2007-12-06 Kip MacyChange uint8_t to equivalent base language type and...
2007-12-06 Kip MacyRespect the fact that the value a may be constant so...
2007-12-05 Kip MacyFix bit macros to work on multi-byte types
next