]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Upgrade to OpenSSH 5.5p1.
[FreeBSD/FreeBSD.git] / sys / kern /
2010-02-10 David XuIn function umtxq_insert_queue, use parameter q (shared...
2010-02-09 Marcel MoolenaarUnbreak building kernels with COMPAT_32 enabled. The...
2010-02-09 Marcel MoolenaarAdd PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing...
2010-02-08 Ed SchoutenRemove unused LIBCOMPAT keyword from syscalls.master.
2010-02-08 David XuSet waiters flag before checking semaphore's counter,
2010-02-07 Gavin AtkinsonSpelling nit
2010-02-07 Ed SchoutenRemove statistics from the TTY queues.
2010-02-03 Alexander MotinMFp4:
2010-02-03 David XuFix comments in do_sem_wait().
2010-02-03 David XuAfter busied the lock, re-read state word before checki...
2010-02-02 Robert WatsonOnly audit pathnames in namei(9) if copying the directo...
2010-01-27 Andriy GaponKASSERT that return value of interrupt filter complies...
2010-01-27 Xin LIRevised revision 199201 (add interface description...
2010-01-26 Edwin GroothuisMFV of tzdata2010b, r203017
2010-01-26 Gregory Neil ShapiroMerge sendmail 8.14.4 to HEAD
2010-01-25 Doug BartonUpgrade to BIND 9.6.1-P3.
2010-01-24 Attilio RaoSplit out an invariant in order to better check that...
2010-01-24 Attilio Rao- Fix the kthread_{suspend, resume, suspend_check}...
2010-01-23 Attilio Rao- Fix a race in sched_switch() of sched_4bsd.
2010-01-23 Konstantin BelousovFor PT_TO_SCE stop that stops the ptraced process upon...
2010-01-23 Konstantin BelousovStaticise sigqueue manipulation functions used only...
2010-01-21 Jung-uk KimMerge ACPICA 20100121.
2010-01-20 Konstantin BelousovWhen traced process is about to receive the signal...
2010-01-19 Xin LIUpdate to 4.6.
2010-01-18 Edwin GroothuisMFV of tzdata2010a:
2010-01-18 Ed SchoutenRemove a dead initialization.
2010-01-17 Konstantin BelousovAdd new function vunref(9) that decrements vnode use...
2010-01-17 Bjoern A. ZeebAdd ip4.saddrsel/ip4.nosaddrsel (and equivalent for...
2010-01-15 Ruslan ErmilovPull up vendor changes.
2010-01-15 Ruslan ErmilovPull up vendor changes. The following local changes...
2010-01-15 Brooks DavisOnly allocate the space we need before calling kern_get...
2010-01-13 Ed SchoutenRemove the 1000 pseudo terminal limit from pts(4).
2010-01-12 Brooks DavisDeclare the kern.ngroups sysctl to be read-only, but...
2010-01-12 Brooks DavisReplace the static NGROUPS=NGROUPS_MAX+1=1024 with...
2010-01-11 Bjoern A. ZeebChange DDB show prison:
2010-01-11 Bjoern A. ZeebAdjust a comment to reflect reality, as we have proper...
2010-01-11 Kirk McKusickBackground:
2010-01-11 Warner LoshMerge from projects/mips to head by hand:
2010-01-10 Warner LoshMerge change r198561 from projects/mips to head:
2010-01-10 Warner LoshMerge from projects/mips to head by hand:
2010-01-10 Warner LoshMerge from projects/mips to head by hand:
2010-01-10 Warner LoshMerge from projects/mips to head by hand:
2010-01-10 Warner LoshMerge from projects/mips to head by hand:
2010-01-10 Warner LoshMerge from projects/mips to head by hand:
2010-01-10 Warner LoshMerge from projects/mips to head by hand:
2010-01-10 Warner LoshMerge from projects/mips to head by hand:
2010-01-10 Warner LoshMerge from projects/mips to head by hand:
2010-01-10 David XuMake a chain be a list of queues, and make threads...
2010-01-10 Warner LoshMerge from projects/mips to head by hand:
2010-01-10 Warner LoshMerge from projects/mips to head by hand:
2010-01-10 Warner LoshMerge from projects/mips to head by hand:
2010-01-10 Warner LoshMerge from projects/mips to head by hand:
2010-01-10 Warner LoshMerge from projects/mips to head by hand:
2010-01-10 Warner LoshMerge from projects/mips to head by hand:
2010-01-10 Warner LoshMerge from projects/mips to head by hand:
2010-01-10 Warner LoshMerge from projects/mips to head by hand:
2010-01-10 Warner LoshMerge from projects/mips to head by hand:
2010-01-09 Brooks DavisCorrect the explination text for the kern.ngroups....
2010-01-09 Ruslan ErmilovUpdate to a 26-Nov-2009 release.
2010-01-09 Warner LoshMerge from projects/mips to head by hand:
2010-01-09 Warner LoshMerge from projects/mips to head by hand:
2010-01-09 Warner LoshMerge from projects/mips to head by hand:
2010-01-09 Warner LoshMerge from projects/mips to head by hand:
2010-01-09 Warner LoshMerge from projects/mips to head by hand:
2010-01-09 Warner LoshMerge from projects/mips to head by hand:
2010-01-09 Warner LoshMerge from projects/mips to head by hand:
2010-01-09 Warner LoshMerge from projects/mips to head by hand:
2010-01-09 Warner LoshMerge from projects/mips to head by hand:
2010-01-09 Warner LoshMerge from projects/mips to head by hand.
2010-01-09 Warner LoshMerge from pprojects/mips to head by hand.
2010-01-09 Warner LoshMerge from projects/mips to head by hand:
2010-01-09 Warner LoshMerge from projects/mips to head by hand:
2010-01-09 David XuUse enum to define key types.
2010-01-09 David Xuput semaphore waiter in long term list.
2010-01-09 David XuAdd key type TYPE_SEM.
2010-01-09 Attilio RaoIntroduce the new kernel thread called "deadlock resolver".
2010-01-08 Christian BruefferFree allocated sbufs before returning ENOMEM.
2010-01-08 Warner LoshRevert r199758. It pointed out that we were calling...
2010-01-08 Attilio Rao- Fix a bug in sched_4bsd where the timestamp for the...
2010-01-07 Martin BlappRemove extraneous semicolons, no functional changes.
2010-01-07 Attilio RaoFix typos.
2010-01-07 Attilio RaoTweak comments.
2010-01-07 Attilio RaoExclusive waiters sleeping with LK_SLEEPFAIL on and...
2010-01-06 Warner LoshSync to r201658 on head.
2010-01-06 Warner LoshMerge from head at r201628.
2010-01-05 David XuUse umtx to implement process sharable semaphore, to...
2010-01-04 Ed SchoutenMake TIOCSTI work again.
2010-01-04 Edward Tomasz Napi... Fix comments.
2010-01-04 David XuAdd user-level semaphore synchronous type, this change...
2009-12-31 Brooks DavisIf a filter has already been added, actually return...
2009-12-31 Brooks DavisThe devices that supported EVFILT_NETDEV kqueue filters...
2009-12-31 Konstantin BelousovAllow swap out of the kernel stack for the thread with...
2009-12-30 John BaldwinActually set RLE_ALLOCATED when allocating a reserved...
2009-12-30 John Baldwin- Assert that a reserved resource returned via resource...
2009-12-29 Robert NolandUpdate d_mmap() to accept vm_ooffset_t and vm_memattr_t.
2009-12-29 Edwin GroothuisMFV of tzdata2009u, r201187
2009-12-29 Edward Tomasz Napi... SLIP is gone; remove its mutex from witness.
2009-12-28 Ed SchoutenDon't forget to use `void' for sched_balance(). It...
2009-12-28 Antoine Brodin(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an...
2009-12-28 Konstantin BelousovAdd a knob to allow reclaim of the directory vnodes...
next