]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Remove "lock pushdown" todo item in comment -- I did that for 7.0.
[FreeBSD/FreeBSD.git] / sys / sys /
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
2007-12-05 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-04 Alan CoxIncrement __FreeBSD_version on account of changes to...
2007-12-04 Konstantin BelousovImplement fetching of the __FreeBSD_version from the...
2007-12-03 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2007-12-03 Joseph KoshyAdd userland definitions for parsing callchain records.
2007-12-03 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-12-02 Robert WatsonAdd another new sysctl in support of the forthcoming...
2007-12-02 Robert WatsonBreak out stack(9) from ddb(4):
2007-12-02 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-12-02 Robert WatsonAdd two new sysctls in support of the forthcoming procs...
2007-12-02 John BirrellAdd extra visibility definitions.
2007-12-01 Robert WatsonModify stack(9) stack_print() and stack_sbuf_print...
2007-12-01 Poul-Henning KampRemove XRPU driver, after asking all the users.
2007-12-01 Robert WatsonThe kernel linker includes a number of utility function...
2007-11-30 Peter WemmAdd sysctl_rename_oid() to support device_set_unit...
2007-11-29 Peter WemmMove the shared cp_time array (counts %sys, %user,...
2007-11-28 John BirrellRemove an OpenSolaris compatibility header that is...
2007-11-28 John BirrellRemove _SOLARIS_C_SOURCE compatibility definitions...
2007-11-28 David XuRestore member fields sigval_int and sigval_ptr, this...
2007-11-26 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-24 Attilio Raotransferlockers() is a very dangerous and hack-ish...
2007-11-22 Ruslan ErmilovFix comments.
2007-11-21 David XuAdd function UMTX_OP_WAIT_UINT, the function causes...
2007-11-20 Attilio RaoAdd the function callout_init_rw() to callout facility...
2007-11-19 Attilio RaoUnify assertion flags for all the main primitives using...
2007-11-18 Attilio RaoExpand lock class with the "virtual" function lc_assert...
2007-11-18 John BirrellAdd a function to list symbols in a file and their...
2007-11-16 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-15 Randall Stewart- Adds event handlers for process_ctor,process_dtor...
2007-11-14 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-11-14 Marcel Moolenaaro Rename cpu_thread_setup() to cpu_thread_alloc()...
2007-11-14 Joseph KoshyReserve a bit for use when capturing callchains.
2007-11-12 John BaldwinMove the agp(4) driver from sys/pci to sys/dev/agp...
2007-11-10 Alan CoxEliminate a stale comment concerning contigmalloc(9).
2007-11-10 Robert WatsonAdd rm_wowned(9) function to test whether the current...
2007-11-08 Stephan UphoffInitial checkin for rmlock (read mostly lock) a multi...
2007-11-07 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2007-11-05 Konstantin BelousovFix for the panic("vm_thread_new: kstack allocation...
2007-11-05 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2007-10-29 Robert WatsonThis commit was generated by cvs2svn to compensate...
2007-10-26 Julian Elischerkthread_exit needs no stinkin argument.
2007-10-26 Julian ElischerIntroduce a way to make pure kernal threads.
2007-10-25 Erwin LansingChange a tab back to a space between #define and __Free...
2007-10-25 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-10-24 John BaldwinFirst cut at support for booting a GPT labeled disk...
2007-10-24 Marius StroblAdd ABI backwards compatibility to the FreeBSD 4/5...
2007-10-22 John BirrellAdd the full module path name to the kld_file_stat...
2007-10-21 Robert WatsonAdd PRIV_VFS_STAT privilege, which will allow overridin...
2007-10-21 Marcel MoolenaarAdd a partition type for ZFS.
2007-10-21 Marcel MoolenaarAdd a UUID for ZFS file systems.
2007-10-21 Julian ElischerMark the point where kthread_xxx disappeared and kproc_...
2007-10-21 Julian ElischerRemove out of date comments
2007-10-20 Julian ElischerRename the kthread_xxx (e.g. kthread_create()) calls
2007-10-20 Pawel Jakub DawidekRemove redundant prototypes.
2007-10-18 Darren ReedThis commit was generated by cvs2svn to compensate...
2007-10-18 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2007-10-16 Ruslan ErmilovRescue hw.machine_arch in CTL_HW_NAMES.
2007-10-16 Max LaierBump version for libpcap and tcpdump imports
next