]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
use c99 initializer
[FreeBSD/FreeBSD.git] / sys / kern /
2009-02-18 attilio- Add a function (fill_kinfo_aggregate()) which aggrega...
2009-02-14 marcusRemove the printf's when the vnode to be exported for...
2009-02-14 marcusChange two KASSERTS to printfs and simple returns....
2009-02-13 thompsaRemove semicolon left in the last commit
2009-02-13 jhbUse shared vnode locks when invoking VOP_READDIR().
2009-02-13 luigiClarify and reimplement the bioq API so that bioq_disks...
2009-02-13 thompsaCheck the exit flag at the start of the taskqueue loop...
2009-02-11 edSerialize write() calls on TTYs.
2009-02-11 rwatsonModify fdcopy() so that, during fork(2), it won't copy...
2009-02-11 impo Use NULL in pereference to 0 in pointer contexts.
2009-02-10 mavCheck for device_set_devclass() errors and skip driver...
2009-02-10 attilioScanning all the formats for binary translation of...
2009-02-09 rwatsonRemove extra 'comma = 0' in socket state printing code...
2009-02-09 mbrs/SS_FDREF/SS_NOFDREF/
2009-02-09 edRemove a stale comment from the clists code.
2009-02-07 pisoAdd SCTP NAT support.
2009-02-06 jhbTweak the output of VOP_PRINT/vn_printf() some.
2009-02-06 traszAdd KASSERTs to make it easier to debug problems like...
2009-02-06 jhbExpand the scope of the sysctllock sx lock to protect...
2009-02-05 jhbDrop the kernel linker lock while running SYSUNINIT...
2009-02-05 attilioAdd more KTR_VFS logging point in order to have a more...
2009-02-05 edDon't leave the console TTY constantly open.
2009-02-05 jamieDon't allow creating a socket with a protocol family...
2009-02-05 jamieStandardize the various prison_foo_ip[46] functions...
2009-02-05 traszIn some situations, mnt_lockref could go negative due...
2009-02-04 rwatsonRemove written-to but never read local variable 'offset...
2009-02-04 edRemove slush space from clists.
2009-02-03 edSlightly improve the design of the TTY buffer.
2009-02-03 impUse NULL in preference to 0 in pointer contexts.
2009-02-03 impMake bioq_disksort have a ANSI-C definition rather...
2009-02-03 imprman_debug should be static, so make it static.
2009-02-03 impUse ANSI function definition for profil.
2009-02-03 impPrefer ANSI function definitions to K&R ones.
2009-02-03 impUse NULL in preference to 0 for pointers.
2009-02-03 impUse NULL in preference to 0 for pointers.
2009-02-03 impo Use unsigned for bit fields.
2009-02-03 impint foo(void) is the proper ANSI function definition...
2009-02-03 impDeclare bus_data_devices to be static: it isn't used...
2009-02-02 sepotvinFix select on platforms where sizeof(long) != sizeof...
2009-01-29 rwatsonIf a process is a zombie and we couldn't identify anoth...
2009-01-28 edMark most often used sysctl's as MPSAFE.
2009-01-28 jhbConvert the global mutex protecting the directory looku...
2009-01-28 dasVendor import of gdtoa 20081205.
2009-01-26 edUse the proper flag to let kern.ttys be executed withou...
2009-01-26 jhbWhitespace tweak.
2009-01-25 jeff - bit has to be fd_mask to work properly on 64bit...
2009-01-25 rwatsonWhen a statically linked binary is executed (or at...
2009-01-25 bzFor consistency with prison_{local,remote,check}_ipN...
2009-01-25 jeff - Correct a typo in a comment.
2009-01-25 jeff - Make the keg abstraction more complete. Permit...
2009-01-25 edRemove unneeded use of device unit numbers from pty(4).
2009-01-25 jeff - Use __XSTRING where I want the define to be expanded...
2009-01-25 jeffFix errors introduced when I rewrote select.
2009-01-24 edMark kern.ttys as MPSAFE.
2009-01-24 rwatsonAdd explicit static DTrace tracing to the callout mecha...
2009-01-23 jhb- Mark all standalone INT/LONG/QUAD sysctl's MPSAFE...
2009-01-23 jhb- Add conditional Giant locking around the vrele() in
2009-01-23 jhbAdd a flag to tag individual sysctl leaf nodes as MPSAF...
2009-01-23 jhbUse shared vnode locks for fchdir().
2009-01-23 jhbTweak the wording for vfs_mark_atime() since the I...
2009-01-23 jhbPush down Giant in the vlnru kproc main loop so that...
2009-01-23 jhbUse the correct type for the timeout parameter to the...
2009-01-21 jhbFix a few style bogons.
2009-01-21 kibMove the code from ufs_lookup.c used to do dotdot looku...
2009-01-21 jhbMove the VA_MARKATIME flag for VOP_SETATTR() out into...
2009-01-21 thompsaAdd functions WITNESS so it can be asserted that the...
2009-01-20 kibFFS puts the extended attributes blocks at the negative...
2009-01-20 mckayAdd a limit on namecache entries.
2009-01-18 mavTeach m_copyback() to use trailing space of the last...
2009-01-17 jeff - Implement generic macros for producing KTR records...
2009-01-15 kibLock the semaphore identifier lock during semaphore...
2009-01-14 kibIt seems that there are at least three issues with...
2009-01-14 rwatsonMerge OpenBSM alpha 5 from OpenBSM vendor branch to...
2009-01-13 thompsaMFH r187125-187188
2009-01-13 jhbAdd a new KTR tracepoint in the KTR_CALLOUT class to...
2009-01-08 kibDo not call namei() while having another user-controlle...
2009-01-05 lulfMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-04 edRemove Giant locking from domains list.
2009-01-04 rwatsonRemove two further uses (debugging and NULLing) of...
2009-01-04 bzBack out r186615; the sanitizing of the pointers in...
2009-01-03 kibExtend the struct vm_page wire_count to u_int to avoid...
2009-01-02 edFix a corner case in my previous commit.
2009-01-02 edDon't let /dev/console be revoked if the TTY below...
2009-01-02 obrienRecord that base/vendor/file/dist@186675 was merged.
2009-01-01 rwatsonWhite space and comment tweaks.
2009-01-01 rwatsonTemporary workaround for the limitations of the mbuf...
2009-01-01 edDon't clobber sysctl_root()'s error number.
2008-12-31 rwatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-30 ivorasDocument the relationship between enum VM_GUEST and...
2008-12-30 phoAdded missing second part of cleaning j->ip[46] as...
2008-12-30 phoMake sure that unused j->ip[46] are cleared
2008-12-30 rwatsonRename mbcnt to mbcnt_delta in uipc_send() -- unlike...
2008-12-30 kibClear the pointers to the file in the struct filedesc...
2008-12-30 kibIn r185557, the check for existing negative entry for...
2008-12-29 edFix compilation. Also move ogetkerninfo() to kern_xxx.c.
2008-12-29 edPush down Giant inside sysctl. Also add some more asser...
2008-12-29 kibvm_map_lock_read() does not increment map->timestamp...
2008-12-28 kmacydrop rnh lock before destroying it
2008-12-27 bzHide detect_virtual() along with the accompanying string
2008-12-27 phoPrevent overflow of uio_resid.
next