]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Remove unnecessary locking of Giant around nanotime() in clock_gettime().
[FreeBSD/FreeBSD.git] / sys / kern /
2003-01-19 tjrRemove unnecessary locking of Giant around nanotime...
2003-01-19 phkMark more code #ifdef NODEVFS
2003-01-19 phkOriginally when DEVFS was added, a global variable...
2003-01-19 phkWhen we use DEVFS, we don't need the /dev/tty pseudo...
2003-01-19 alfreduseracc() is mpsafe so we only need to hold Giant
2003-01-19 impFix comment about what we do when there are no listeners.
2003-01-17 phkMove alpha_fix_srm_checksum() from subr_diskmbr.c to...
2003-01-17 phkRemove the unused DSO_* options.
2003-01-17 tmmDisallow listen() on sockets which are in the SS_ISCONN...
2003-01-17 phkMove dkmodpart() from subr_diskslice.c to subr_disklabel.c.
2003-01-16 phkMove a local variable to avoid the compiler warning...
2003-01-16 jhayhardpps() wants the raw hardware counter value converte...
2003-01-16 alcFix two long-standing, but likely harmless, errors...
2003-01-16 murrayThis commit was generated by cvs2svn to compensate...
2003-01-16 obrienThis commit was generated by cvs2svn to compensate...
2003-01-15 dillonMerge all the various copies of vmapbuf() and vunmapbuf...
2003-01-15 davidxuDon't forget to disconnect object from class.
2003-01-15 murrayThis commit was generated by cvs2svn to compensate...
2003-01-14 dillonIntroduce the ability to flag a sysctl for operation...
2003-01-14 alc - Update vm_pageout_deficit using atomic operations...
2003-01-13 dillonIt is possible for an active aio to prevent shared...
2003-01-13 alfredstyle(9) fixes, mostly add parens around return arguments.
2003-01-13 jeff - Unbreak world. I did not notice that libkvm was...
2003-01-13 dillonBow to the whining masses and change a union back into...
2003-01-12 jeff - Move ke_pctcpu and ke_cpticks into the scheduler...
2003-01-12 tjrAllowing nent < 0 in aio_suspend() and lio_listio(...
2003-01-12 tjrRemove "XXX undocumented" comment from lio_listio().
2003-01-12 alcvm_hold_load_pages() needn't clear PG_ZERO because...
2003-01-12 dillonChange struct file f_data to un_data, a union of the...
2003-01-11 muxFix kernel build.
2003-01-11 tjrDon't count mbufs with m_type == MT_HEADER or MT_OOBDAT...
2003-01-11 dillonRemove all use of the LOG2() macro/inline, undoing...
2003-01-10 alfredmake sem_leave return a usable errno instead of -1.
2003-01-10 davidxuDon't record thread pointer, it's not permanent in...
2003-01-09 jakeOops, add zstty to the witness order list.
2003-01-08 peterThis commit was generated by cvs2svn to compensate...
2003-01-08 davidxuSome KSE syscalls are MPSAFE.
2003-01-07 peterMove the MOD_SHUTDOWN event from shutdown_post_sync...
2003-01-07 greenIn vn_open(), unset ndp->ni_vp when returning failure...
2003-01-07 alfredUse copyout to access user memory.
2003-01-07 alcMake bogus_offset local to bufinit().
2003-01-07 phkFix warnings & errors caused by my last commit.
2003-01-07 jhbCast the integer read as the first argument for %b...
2003-01-07 davidxuClear some KSE fields after kse mode was turned off.
2003-01-07 davidxuForgot to call setrunnable() for un-idled thread.
2003-01-07 davidxuCheck signals for idled threads.
2003-01-06 desThis commit was generated by cvs2svn to compensate...
2003-01-06 nectarCorrect file descriptor leaks in lseek and do_dup.
2003-01-06 phkThis is all "#if defined(__i386__) && __GNUC__ >= 2":
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-06 peterExplicitly have the timecounter init happen after the...
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-05 phkFix cut&paste bug which would result in a panic because...
2003-01-05 alcAllocate bogus_page with VM_ALLOC_WIRED. (Previously...
2003-01-05 alfredIn sodealloc(), if there is an accept filter present...
2003-01-05 jake- Provide backwards compatibility for kern.fallback_elf...
2003-01-04 phkTemporarily introduce a new VOP_SPECSTRATEGY operation...
2003-01-04 jakeImprove the way that an elf image activator for an...
2003-01-04 phkIntroduce the
2003-01-04 phkresort the vnode ops list.
2003-01-04 phkMove #include of ddb/ddb.h up with the rest.
2003-01-04 phkExport tc_tick with sysctl, not tick.
2003-01-04 hsuRemove unnecessary lock assertion.
2003-01-04 davidxuSome KSE syscalls are MPSAFE.
2003-01-04 phkDon't call VOP_BMAP on VCHR vnodes when the logical...
2003-01-04 jakeAdd a sysctl to get the vm protections for the stack...
2003-01-04 davidxuSet kse mailbox pointer to NULL when P_KSES is turned...
2003-01-03 julianWhite space fixes
2003-01-03 julianMake an explicit flag to indicate that a KSE has a...
2003-01-03 julianDon't need to set retvals to 0 in the non error case...
2003-01-03 phkConvert calls to BUF_STRATEGY to VOP_STRATEGY calls...
2003-01-03 phkRemove unused second argument from DEV_STRATEGY().
2003-01-03 desThis commit was generated by cvs2svn to compensate...
2003-01-02 gallatino Introduce a new external mbuf type, EXT_EXTREF.
2003-01-02 alcLock the vm object when performing back-to-back vm_obje...
2003-01-02 davidxuAdjust code for Julian's last commit. use td_mailbox...
2003-01-01 schweikhCorrect typos, mostly s/ a / an / where appropriate...
2003-01-01 impUse 0600 for permissions for /dev/devctl until it is...
2003-01-01 alfredWhen compiling the kernel do not implicitly include...
2003-01-01 alfredfdcopy() only needs a filedesc pointer.
2003-01-01 alfredpurge 'register'.
2003-01-01 alfredSince fdshare() and fdinit() only operate on filedescs...
2003-01-01 alfredfdinit() does not need to lock the filedesc it is creat...
2002-12-31 samo reduce the overhead of calling ppsratecheck by using...
2002-12-30 schweikhFix typos, mostly s/ an / a / where appropriate and...
2002-12-30 samCorrect mbuf packet header propagation. Previously...
2002-12-29 rwatsonImplement new ACL system calls which do not follow...
2002-12-29 rwatsonRegen from syscalls.master:1.139
2002-12-29 rwatsonAdd definitions for four new system calls:
2002-12-29 iedowseAdd a new vnode flag VI_DOINGINACT to indicate that...
2002-12-29 phkUse a timeout of one second while we wait for the vnode...
2002-12-29 phkVnodes pull in 800-900 bytes these days, all things...
2002-12-29 alcReduce the number of times that we acquire and release...
2002-12-28 jakeDon't put a newline in KTR traces.
2002-12-28 jakeAdd a tunable kern.smp.disabled for disabling explicitl...
2002-12-28 phkKASSERT that vop_revoke() gets a VCHR.
2002-12-28 phkRemove unused cdevsw_ALLOCSTART macro.
2002-12-28 phkRemove cdevsw_add calls, they are deprecated.
2002-12-28 dillonAbstract-out the constants for the sequential heuristic.
2002-12-28 julianAdd code to ddb to allow backtracing an arbitrary thread.
next