]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Regenerate.
[FreeBSD/FreeBSD.git] / sys / kern /
2006-02-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-04 davidxuAxe unused code.
2006-02-03 jhbAdd a comment.
2006-02-03 jhbSort includes.
2006-02-03 rwatsonIn fchdir(), Giant must be separately acquired and...
2006-02-03 rwatsonRegenerate.
2006-02-03 rwatsonAssign audit event identifiers to many system calls.
2006-02-02 teggeFor low memory situations, non-VMIO buffers didnt't...
2006-02-02 cognetDon't destroy the slave /dev entry until someone figure...
2006-02-02 jhbWhitespace fix.
2006-02-02 jeff - textvp may have been from a different mountpoint...
2006-02-02 rwatsonRegenerate.
2006-02-02 rwatsonMap audit-related system calls to audit event identifiers.
2006-02-02 rwatsonHook up audit to fork() and exit() events. These chang...
2006-02-02 rwatsonHook up audit to the initial process creation events...
2006-02-02 rwatsonAdd new fields to process-related data structures:
2006-02-01 jeff - Solve a problem where a vput could be called on...
2006-02-01 jeff - chroot and chdir need to lock giant as appropriate...
2006-02-01 scottlFix another compile problem. If I find any more, this...
2006-02-01 jeff - Solve a race where we could lose a call to VOP_INACT...
2006-02-01 jeff - Reorder calls to vrele() after calls to vput() when...
2006-01-31 csjpAllow root to open prison pts devices too.
2006-01-31 rwatsonThis commit was generated by cvs2svn to compensate...
2006-01-31 csjpAllow root in the host environment to open ptys within...
2006-01-31 hartiThis commit was generated by cvs2svn to compensate...
2006-01-31 pjdAdd buffer corruption protection (RedZone) for kernel...
2006-01-30 scottlRegroup order of operations to better reflect what...
2006-01-30 glebiusMerge the //depot/user/yar/vlan branch into CVS. It...
2006-01-30 rwatsonMove pts master devices into /dev/pty/ instead of litte...
2006-01-30 glebius- In pipe() return the error returned by pipe_create...
2006-01-30 jeff - Add a comment warning about an anomalous condition...
2006-01-30 jeff - Lock access to vrele() with VFS_LOCK_GIANT() rather...
2006-01-29 scottlTake a stab at making this compile when WITNESS is...
2006-01-29 mlaierfirmware(9) is a subsystem to load binary data into...
2006-01-29 mlaierUnbreak on archs where %d doesn't print uintptr_t arith...
2006-01-28 rwatsonRename use_old_pty variable to use_pts, as this more...
2006-01-28 ssouhlalDon't try to load KLDs if we're mounting the root....
2006-01-28 krisBack out r1.653; it turns out that the race (or at...
2006-01-28 implock unused when INVARIANTS not defined, so don't decla...
2006-01-27 jhbAdd a basic reader/writer lock implementation to the...
2006-01-27 jhbWhitespace.
2006-01-27 jhb- Add support for having both a shared and exclusive...
2006-01-27 jhbAdd a new ddb command 'show sleepq'. It takes a wait...
2006-01-27 jhbAdd a new sysctl, debug.ktr.clear. If you write a...
2006-01-27 cognetMerge a bunch of changes that where done in tty_pty...
2006-01-27 pjdGrr. Backout previous change. vn_open_cred() will call...
2006-01-27 pjdDon't forget to call NDFREE(9) in case of vn_open_cred...
2006-01-27 davidxuJust like dofilewrite(), call bwillwrite before fo_write.
2006-01-27 davidxureturn final error code in aio_return rather than a...
2006-01-27 cognetTake into account that bits 0x0000ff00 can't be used...
2006-01-26 cognetDon't attempt to re-create the /dev entry for the slave...
2006-01-26 davidxuin aio_aqueue, store same return code into job->_aiocb_...
2006-01-26 cognetBring in a sysv-style pts implementation, as found...
2006-01-25 jhbAxe KTR_ALQ_MASK now that KTR_WITNESS is off unless...
2006-01-25 upsBack out changes made in rev. 1.151.
2006-01-25 truckmanTouch all the pages wired by sysctl_wire_old_buffer...
2006-01-24 jhbWhitespace fix.
2006-01-24 jhb- Add a new KTR_SUBSYS in place of KTR_SPARE1 to serve...
2006-01-24 davidxuAdd locking annotation and comments about socket, pipe...
2006-01-24 davidxuEr, rescure a deleted comment line.
2006-01-24 davidxuMore cleanup for aio code:
2006-01-23 davidxuAdd bracket.
2006-01-23 jhbFix a vnode reference leak in the ktrace code. We...
2006-01-23 upsHopefully fix the "calcru: runtime went backwards from...
2006-01-23 andreIn mb_zinit_pack() explicitly ignore the return value...
2006-01-23 davidxuVerify all supported notification types.
2006-01-23 davidxu1) Merge _aio_aqueue and aio_aqueue, check quota in...
2006-01-23 alcRemove an unnecessary call to pmap_remove_all(). The...
2006-01-22 truckmanTweak previous vfs_lookup.c commit to return an EINVAL...
2006-01-22 davidxuFix a bogus panic.
2006-01-22 davidxuDecrease kaio_active_count first, because user process...
2006-01-22 davidxuRegen.
2006-01-22 davidxuMake aio code MP safe.
2006-01-22 njlAdd a devd(8) event that is sent after the system resum...
2006-01-22 rwatsonConvert remaining functions to ANSI C function declarat...
2006-01-21 alcAvoid a vm object reference leak in a rarely used code...
2006-01-21 truckmanReturn EPERM from lookup() if cn_nameiop is DELETE...
2006-01-21 rwatsonConvert remaining functions in vfs_subr.c from K&R...
2006-01-20 jhbWhen loading a driver that is a subclass of another...
2006-01-18 julianReturn the thread name in the kinfo_proc structure.
2006-01-18 jhbAlways include the lock_classes[] array in the kernel...
2006-01-17 jmallettSince p_cansee will end up dereferencing p_ucred, don...
2006-01-17 jhbBah. Fix 'show lock' to actually be compiled in. ...
2006-01-17 jhbAdd a new file (kern/subr_lock.c) for holding code...
2006-01-17 jhbInitialize thread0.td_contested in init_turnstiles...
2006-01-17 jhbGarbage collect turnstile_empty() since it is unused.
2006-01-17 phkFix an 11 year old mistake: Let the hash functions...
2006-01-16 teggeSet flag in needsbuffer while still holding bqlock...
2006-01-16 samThis commit was generated by cvs2svn to compensate...
2006-01-15 csjpvfs_busy can only return something useful if MNTK_UNMOU...
2006-01-15 rwatsonCast VFS_STATFS() in vfs_domount() to (void) to indicat...
2006-01-15 csjpInitialize ki to p->p_aioinfo after we know it's going...
2006-01-14 ruAMD64 also supports disk slices.
2006-01-14 phkCorrect STAILQ usage in purge of resourcelist.
2006-01-14 scottlAdd the following to the taskqueue api:
2006-01-13 rwatsonWhen calling bioq_first() to see if a queue is empty...
2006-01-13 rwatsonAdd sosend_dgram(), a greatly reduced and simplified...
2006-01-13 rwatsonXXX a comment in uipc_usrreq.c that requires updating.
2006-01-12 alfredNovel idea, don't print a string if it is NULL!
2006-01-12 ruThis commit was generated by cvs2svn to compensate...
next