]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Serialize output routine of terminal emulator (te_puts()) by a lock.
[FreeBSD/FreeBSD.git] / sys / sys /
2007-09-18 alfredReserve AF_ constants for vendors by giving them the...
2007-09-17 jeff - Move all of the PS_ flags into either p_flag or...
2007-09-15 rwatsonRemove the definition and implementation of 'CALLOUT_NE...
2007-09-14 attilioCurrently the LO_NOPROFILE flag (which is masked on...
2007-09-12 kibWhen restoring the mount after umount failed, the MNTK_...
2007-08-28 jhbRework the routines to convert a 5.x+ statfs structure...
2007-08-24 edwinThis commit was generated by cvs2svn to compensate...
2007-08-24 rrs- Fix address add handling to clear cached routes and...
2007-08-16 davidxuRegenerate.
2007-08-16 davidxuAdd thr_kill2 syscall which sends a signal to a thread...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-13 jhbExpand the data structure returned by the ATA RAID...
2007-08-06 rwatsonRemove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT...
2007-08-01 simonThis commit was generated by cvs2svn to compensate...
2007-07-28 rwatsonReplace references to NET_CALLOUT_MPSAFE with CALLOUT_M...
2007-07-27 alcAdd a counter for the total number of pages cached...
2007-07-27 rwatsonFirst in a series of changes to remove the now-unused...
2007-07-27 attilioActually, upcalls cannot be freed while destroying...
2007-07-25 dougbThis commit was generated by cvs2svn to compensate...
2007-07-23 attilioActually, KSE kernel bits locking is broken and can...
2007-07-22 attilioPreprocessing stub "KSE" breaks ABI either with modules...
2007-07-22 rwatsonThis commit was generated by cvs2svn to compensate...
2007-07-20 attilioFix some problems with lock profiling in rw locks:
2007-07-18 jeff - Remove the global definition of sched_lock in mutex...
2007-07-12 jhbFix a couple of issues with the stack limit for 32...
2007-07-11 attilioFix userland applications compilation by using correct...
2007-07-11 samThis commit was generated by cvs2svn to compensate...
2007-07-11 hartiThis commit was generated by cvs2svn to compensate...
2007-07-09 samThis commit was generated by cvs2svn to compensate...
2007-07-06 attilioFix some problems with lock_profiling in sx locks:
2007-07-06 bzBump version after repo-copy of I4B headers.
2007-07-04 peterBump version for new mmap/lseek/etc syscalls
2007-07-04 peterRegenerate after mmap/lseek/etc syscall changes.
2007-07-04 kibSince cdev mutex is after system map mutex in global...
2007-07-04 scfSignificantly reduce the memory leak as noted in BUGS...
2007-07-03 kibSince rev. 1.199 of sys/kern/kern_conf.c, the thread...
2007-07-03 mlaierAdd a note about the pf update, mark libexec/ftp-proxy...
2007-07-03 mlaierLink pf 4.1 to the build:
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-07-02 rwatsonContinue kernel privilege cleanup for 7.0: unstaticize...
2007-06-26 attilioIntroduce a new rwlocks initialization function: rw_ini...
2007-06-21 delphijThis commit was generated by cvs2svn to compensate...
2007-06-18 rwatsonUpdate comment: kernel privileges are, in fact sorted...
2007-06-16 rwatsonRather than passing SUSER_RUID into priv_check_cred...
2007-06-15 jasoneSimplify/optimize RB_NFIND().
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-12 jeff - Fix kse by moving the upcalls list back out of the...
2007-06-12 jeff - Garbage collect unused concurrency functions.
2007-06-12 bmsImport rewrite of IPv4 socket multicast layer to suppor...
2007-06-12 jeffSolve a complex exit race introduced with thread_lock:
2007-06-12 rwatsonEliminate now-unused SUSER_ALLOWJAIL arguments to priv_...
2007-06-11 jeff - Move p_ru to the zero'd section of the proc to keep...
2007-06-11 andreBump __FreeBSD_version for TCP LRO support.
2007-06-11 gallatinBack out the previous commit which added an M_LRO mbuf...
2007-06-11 gallatinAllow drivers, such as cxgb and mxge, which support...
2007-06-11 samUpdate 802.11 wireless support:
2007-06-10 attilioOptimize vmmeter locking.
2007-06-10 yarNow pam_nologin(8) will provide an account management...
2007-06-09 attiliorufetch and calcru sometimes should be called atomicall...
2007-06-09 attilioSince locking in kern/subr_prof.c is changed a bit...
2007-06-09 attilioThe current rusage code show peculiar problems:
2007-06-07 rwatsonMove per-process audit state from a pointer in the...
2007-06-07 jhb- Remove unused variable from create_thread().
2007-06-07 kibBump __FreeBSD_version for the change of the vn_open...
2007-06-06 davidxuBackout experimental adaptive-spin umtx code.
2007-06-06 jeff - Placing the 'volatile' on the right side of the...
2007-06-05 dougbThis commit was generated by cvs2svn to compensate...
2007-06-05 rafanThis commit was generated by cvs2svn to compensate...
2007-06-04 jeff - Change comments and asserts to reflect the removal...
2007-06-04 jeffCommit 3/14 of sched_lock decomposition.
2007-06-04 jeffCommit 1/14 of sched_lock decomposition.
2007-06-04 dwmaloneAdd a function for exporting 64 bit types.
2007-06-04 darrenrThis commit was generated by cvs2svn to compensate...
2007-06-04 delphijThis commit was generated by cvs2svn to compensate...
2007-06-03 umeThis commit was generated by cvs2svn to compensate...
2007-06-02 dougbThis commit was generated by cvs2svn to compensate...
2007-06-01 jeff - Move rusage from being per-process in struct pstats...
2007-05-31 attilioRevert VMCNT_* operations introduction.
2007-05-31 kibRevert UF_OPENING workaround for CURRENT.
2007-05-31 attilioAdd functions sx_xlock_sig() and sx_slock_sig().
2007-05-29 attiliostyle(9) fixes for sx locks.
2007-05-29 cognetUse the same ARG_MAX for arm than for the other platfor...
2007-05-29 marcel"make delete-old" needs more than 64KB worth of argumen...
2007-05-25 pjdThe cache_leaf_test() function seems to be unused,...
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-23 jhbDon't set lo_name and clobber lo_flags in lock_profile_...
2007-05-22 ddsIncrease precision of time values in the process accounting
2007-05-21 delphijBump __FreeBSDversion for shared library version bump.
2007-05-21 wollmanThis commit was generated by cvs2svn to compensate...
2007-05-20 jeff - rename VMCNT_DEC to VMCNT_SUB to reflect the count...
2007-05-20 jeff - Move clock synchronization into a seperate clock...
2007-05-19 jhbRename the macros for assertion flags passed to sx_asse...
2007-05-19 jhbExpose sx_xholder() as a public macro. It returns...
2007-05-19 jhbAdd a new SX_RECURSE flag to make support for recursive...
next