]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Add a low level function to write a string to the hypervisor
[FreeBSD/FreeBSD.git] / sys / kern /
2006-11-03 jbAlways init the console before trying to cnadd it to
2006-11-02 andreUse the improved m_uiotombuf() function instead of...
2006-11-02 andreRename m_getm() to m_getm2() and rewrite it to allocate...
2006-11-02 andreRewrite kern_sendfile() to work in two loops, the inner...
2006-11-01 jhbIncrement nb_allocated while holding the pt_mtx lock...
2006-11-01 jhbComment and style tweak.
2006-11-01 jbAdd a cnputs() function to write a string to the consol...
2006-10-31 pjdAdd gjournal specific code to the UFS file system:
2006-10-31 pjdAdd a new I/O request - BIO_FLUSH, which basically...
2006-10-31 hartiThis commit was generated by cvs2svn to compensate...
2006-10-30 hartiThis commit was generated by cvs2svn to compensate...
2006-10-29 alcRefactor vfs_setdirty(), creating vfs_setdirty_locked_o...
2006-10-28 alcIn bufdone_finish() restrict the acquisition and releas...
2006-10-27 davidxuRemove member p_procscopegrp which is no longer used...
2006-10-26 jbMake KSE a kernel option, turned on by default in all...
2006-10-26 kibThe attempt to rename "." with MAC framework compiled...
2006-10-26 rwatsonIncrease usefulness of "show malloc" by moving from...
2006-10-26 davidxuOptimize umtx_lock_pi() a bit by moving some heavy...
2006-10-25 davidxuIn order to eliminate a branch, convert opcode to unsig...
2006-10-25 davidxuEliminate an unnecessary `if' statement.
2006-10-25 davidxuMove sigqueue_take() call into proc_reparent(), this...
2006-10-24 davidxuProtect sigqueue_take() call by child process's lock...
2006-10-24 phkBetter naming of fattime conversion functions, they...
2006-10-22 alcThe page queues lock is no longer required by vm_page_b...
2006-10-22 phkAdd two new functions to convert FAT filesystem format...
2006-10-22 rwatsonComplete break-out of sys/sys/mac.h into sys/security...
2006-10-22 alcReplace PG_BUSY with VPO_BUSY. In other words, changes...
2006-10-22 davidxuUse macro TAILQ_FOREACH_SAFE instead of expanding it.
2006-10-21 davidxuSince revision 1.333 of kern_sig.c no longer uses P_WEX...
2006-10-20 jhbRemove the check that prevented signals from being...
2006-10-20 kibFix the race between devfs_fp_check and devfs_reclaim...
2006-10-18 bdekern_intr.c:
2006-10-17 davidxuRegenerate.
2006-10-17 davidxuo Add keyword volatile for user mutex owner field.
2006-10-15 netchildMFP4 (with some minor changes):
2006-10-14 ruThis commit was generated by cvs2svn to compensate...
2006-10-14 ruPrevent IOC_IN with zero size argument (this is only...
2006-10-14 trhodesClose a race condition where num can be larger than...
2006-10-13 teggeWait for thread count to reach zero in destroy_devl...
2006-10-13 ruThis commit was generated by cvs2svn to compensate...
2006-10-11 glebiusImprove ktr(4) logging for callout(9) subsystem. Log...
2006-10-06 davidxuImplement 32bit umtx_lock and umtx_unlock system calls...
2006-10-05 davidxuMove some declaration of 32-bit signal structures into...
2006-10-04 mbrBack out part of rev. 1.149. While adding a workaround...
2006-10-03 rwatsonRegenerate.
2006-10-03 rwatsonAudit creat() system call (compat code), and change...
2006-10-03 kibFix the remaining race in the revs. 1.232, 1,233 that...
2006-10-02 phkUse utc_offset() where applicable, and hide the interna...
2006-10-02 phkIntroduce utc_offset() to capture a calculation current...
2006-10-02 phkMove tz_minuteswest and tz_dsttime to subr_clock.c
2006-10-02 phkSecond part of a little cleanup in the calendar/timezon...
2006-10-02 phkFirst part of a little cleanup in the calendar/timezone...
2006-10-02 kibCorrect the comment: numvnodes is decreased on vdestroy...
2006-10-02 teggeIf the buffer lock has waiters after the buffer has...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-09-30 mbrReadd rev. 1.145 because of vfs bugs and races near...
2006-09-30 pjdRemove duplicated $FreeBSD$.
2006-09-30 desThis commit was generated by cvs2svn to compensate...
2006-09-30 mbrAny call of tty_close() with a tty refcount of <= 1...
2006-09-29 mbrFree tty struct after last close. This should fix the...
2006-09-29 mbrFree tty struct after last close. This should fix the...
2006-09-28 robertoThis commit was generated by cvs2svn to compensate...
2006-09-27 ruFix our ioctl(2) implementation when the argument is...
2006-09-27 mbrMove Giant up even further since P_CONTROLT isn't reall...
2006-09-27 mbrUse ctty instead of just returning. ctty just has a...
2006-09-26 teggeReduce fluctuations of mnt_flag to allow unlocked reade...
2006-09-26 teggeDon't restore MNT_QUOTA bit in mnt_flag after a failed...
2006-09-26 teggeAdd mnt_noasync counter to better handle interleaved...
2006-09-26 teggeDon't restore mnt_kern_flag on failed MNT_UPDATE mount...
2006-09-26 teggeUse mount interlock to protect all changes to mnt_flag...
2006-09-26 rwatsonSI_ORDER_THIRD + 2, not SI_ORDER_FOURTH + 2.
2006-09-25 rwatsonAdd "FreeBSD" trademark statement to copyright section...
2006-09-25 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-25 jmgremove unnecessary NULL check...
2006-09-24 jmghide kqueue_register from public view, and replace...
2006-09-24 jmgreturn EBADF instead of successfully attaching (and...
2006-09-24 jmgadd KTRACE hooks into kevent... This will help people...
2006-09-23 mbrProtect enterpgrp() against another tty/proc race case...
2006-09-23 mbrCheck for tp->t_refcnt == 0 before doing anything in...
2006-09-23 mbrIf /dev/tty gets opened after your controlling terminal...
2006-09-22 bmsFix a case where socket I/O atomicity is violated due...
2006-09-22 davidxuAdd compatible code to let 32bit libthr work on 64bit...
2006-09-22 davidxuFix umtx command order error for freebsd 32bit.
2006-09-22 davidxuAdd umtx support for 32bit process on AMD64 machine.
2006-09-21 mbrBack out rev. 1.258. The real race cause has been fixed
2006-09-21 rrsatomic_fetchadd_int is used by mb_free_ext(), but it
2006-09-21 ruThis commit was generated by cvs2svn to compensate...
2006-09-21 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-21 davidxuRegenerate.
2006-09-21 davidxuReplace system call thr_getscheduler, thr_setscheduler...
2006-09-20 rwatsonRemove MAC_DEBUG + MPRINTF debugging from System V...
2006-09-20 rwatsonRemove MAC_DEBUG label counters, which were used to...
2006-09-20 pjdThere is no need to set 'sp' to NULL anymore.
2006-09-20 teggeCopy stat information from mount structure before it...
2006-09-20 teggeDon't try to obtain a reference to a nonexisting (NULL...
2006-09-19 mbrFix races between tty.c and sessrele() / doenterpgrp...
2006-09-19 kibFix the bug in rev. 1.232. If vfs_suser returned false...
2006-09-18 kibFix the race while waiting for coveredvp lock during...
2006-09-17 rwatsonDeclare security and security.bsd sysctl hierarchies...
next