]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Add command-line option -dev to set the default value of the currdev
[FreeBSD/FreeBSD.git] / sys / kern /
2010-01-17 kibAdd new function vunref(9) that decrements vnode use...
2010-01-17 bzAdd ip4.saddrsel/ip4.nosaddrsel (and equivalent for...
2010-01-15 brooksOnly allocate the space we need before calling kern_get...
2010-01-13 edRemove the 1000 pseudo terminal limit from pts(4).
2010-01-12 brooksDeclare the kern.ngroups sysctl to be read-only, but...
2010-01-12 brooksReplace the static NGROUPS=NGROUPS_MAX+1=1024 with...
2010-01-11 bzChange DDB show prison:
2010-01-11 bzAdjust a comment to reflect reality, as we have proper...
2010-01-11 mckusickBackground:
2010-01-11 impMerge from projects/mips to head by hand:
2010-01-10 impMerge change r198561 from projects/mips to head:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 davidxuMake a chain be a list of queues, and make threads...
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-10 impMerge from projects/mips to head by hand:
2010-01-09 brooksCorrect the explination text for the kern.ngroups....
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand.
2010-01-09 impMerge from pprojects/mips to head by hand.
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 davidxuUse enum to define key types.
2010-01-09 davidxuput semaphore waiter in long term list.
2010-01-09 davidxuAdd key type TYPE_SEM.
2010-01-09 attilioIntroduce the new kernel thread called "deadlock resolver".
2010-01-08 bruefferFree allocated sbufs before returning ENOMEM.
2010-01-08 impRevert r199758. It pointed out that we were calling...
2010-01-08 attilio- Fix a bug in sched_4bsd where the timestamp for the...
2010-01-07 mbrRemove extraneous semicolons, no functional changes.
2010-01-07 attilioFix typos.
2010-01-07 attilioTweak comments.
2010-01-07 attilioExclusive waiters sleeping with LK_SLEEPFAIL on and...
2010-01-06 impMerge from head at r201628.
2010-01-05 davidxuUse umtx to implement process sharable semaphore, to...
2010-01-04 edMake TIOCSTI work again.
2010-01-04 traszFix comments.
2010-01-04 davidxuAdd user-level semaphore synchronous type, this change...
2009-12-31 brooksIf a filter has already been added, actually return...
2009-12-31 brooksThe devices that supported EVFILT_NETDEV kqueue filters...
2009-12-31 kibAllow swap out of the kernel stack for the thread with...
2009-12-30 jhbActually set RLE_ALLOCATED when allocating a reserved...
2009-12-30 jhb- Assert that a reserved resource returned via resource...
2009-12-29 rnolandUpdate d_mmap() to accept vm_ooffset_t and vm_memattr_t.
2009-12-29 traszSLIP is gone; remove its mutex from witness.
2009-12-28 edDon't forget to use `void' for sched_balance(). It...
2009-12-28 antoine(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an...
2009-12-28 kibAdd a knob to allow reclaim of the directory vnodes...
2009-12-26 traszNow that all the callers seem to be fixed, add KASSERTs...
2009-12-25 bzRemove extra spaces (no functional change).
2009-12-25 bzRemove an unused global.
2009-12-25 rwatsonMinor comment tweaks in rmlocks.
2009-12-21 kibVI_OBJDIRTY vnode flag mirrors the state of OBJ_MIGHTBE...
2009-12-20 edFix indentation.
2009-12-19 edLet access overriding to TTYs depend on the cdev_priv...
2009-12-19 traszInterpret VAPPEND correctly in vaccess_acl_nfs4(9).
2009-12-18 edMake the wchan names of pts(4) fit in top(1).
2009-12-17 thompsaIf the runcount is non-zero in eventhandler_deregister...
2009-12-17 mjacobFix argument order in a call to mtx_init.
2009-12-15 robertoMerge 4.2.4p8 into contrib (r200452 & r200454).
2009-12-14 luigiProperly fix callout handling by putting all the per...
2009-12-13 bzThroughout the network stack we have a few places of
2009-12-12 attilioIn current code, threads performing an interruptible...
2009-12-09 jhbFor some buses, devices may have active resources assig...
2009-12-08 traszDon't add VAPPEND if the file is not being opened for...
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-12-03 kibRemove wrong assertion. Debugee is allowed to lose...
2009-12-03 traszAdd change that was somehow missed in r192586. It...
2009-12-01 edDon't allocate an input buffer for a TTY when the recei...
2009-11-26 alcReplace VM_PROT_OVERRIDE_WRITE by VM_PROT_COPY. VM_PRO...
2009-11-24 ivorasMake ULE process usage (%CPU) accounting usable again...
2009-11-24 impOnly all critical_enter()/critical_exit() if curthread...
2009-11-20 kibOn the return path from F_RDAHEAD and F_READAHEAD fcntl...
2009-11-19 jhExtend ddb(4) "show mount" command to print active...
2009-11-17 gonzo- Unbreak build with KLD_DEBUG defined
2009-11-17 kibAmong signal generation syscalls, only sigqueue(2)...
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-12 delphijRevert revision 199201 for now as it has introduced...
2009-11-12 attilioAdd the possibility for vfs.root.mountfrom tunable...
next