]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Convert the "R1B fix" from a busy-loop in the interrupt handler to a callout.
[FreeBSD/FreeBSD.git] / sys / kern /
2014-02-14 adrianInclude the CPU id in the per-CPU timer swi thread...
2014-02-14 pluknetPreserve one character space for a trailing '\0'.
2014-02-14 jmmvMFV: Import atf-0.20.
2014-02-13 bruefferFix a bug in be_uuid_dec(); it called le16dec() instead...
2014-02-12 ianRework the EARLY_PRINTF mechanism. Instead of defining...
2014-02-11 jhbExpose OBJT_MGTDEVICE VM objects used for GEM/TTM with...
2014-02-10 glebiusCreate two public UMA_ZONE_PCPU zones: 64 bit sized...
2014-02-07 glebiusRemove identical vnet sysctl handlers, and handle CTLFL...
2014-02-05 jhbDrop the 3rd clause from all 3 clause BSD licenses...
2014-02-01 nwhitehornULE works on Book-E since r258002, so remove statements...
2014-02-01 uqsMerge mdocml v1.12.3 into head
2014-01-31 jamieBack out r261266 pending security buy-in.
2014-01-31 desUpgrade to OpenSSH 6.5p1.
2014-01-30 kibThe posix_madvise(3) and posix_fadvise(2) should return...
2014-01-30 dimImport libc++ 3.4 release. This contains a lot of...
2014-01-29 jamieAdd a jail parameter, allow.kmem, which lets jailed...
2014-01-28 kaiwMFH@261240.
2014-01-28 jmgfix spelling of lock_initialized.. jhb approved..
2014-01-28 csjpAllow sigwait(2) in capabilities mode.
2014-01-26 gshapiroMerge sendmail 8.14.8 to HEAD
2014-01-25 kaiwMFH@261151.
2014-01-24 rmhAccept O_CLOEXEC in shm_open().
2014-01-23 kibThe posix_fallocate(2) syscall should return error...
2014-01-22 impImplement generic support for early printf. Thought...
2014-01-21 kaiwMFH@260988.
2014-01-21 jhbFix a typo.
2014-01-20 kaiwMFH@260917.
2014-01-20 neelBump up WITNESS_COUNT from 1024 to 1536 so there are...
2014-01-17 glebiusFix comment.
2014-01-17 adrianImplement a kqueue notification path for sendfile.
2014-01-17 adrianAdd in a default initialiser for the EVOPS_SENDFILE...
2014-01-16 glebiusSimplify wait/nowait code, eventually killing last...
2014-01-16 glebiusRemove historical macro.
2014-01-15 kaiwCopy libelf, libdwarf and common files from vendor...
2014-01-13 bryanvAdd sglist_append_bio(9) to append a struct bio's data...
2014-01-12 jmmvAdd atf pkg-config files from the vendor branch.
2014-01-09 adrianRefactor out the common sendfile code from the do_sendf...
2014-01-07 adrianAdd a compile-time control over the size of KN_HASHSIZE.
2014-01-03 mjgPlug a memory leak in dup2 when both old and new fd...
2014-01-03 mjgDon't check for fd limits in fdgrowtable_exp.
2014-01-02 delphijMFV r260154 + 260182:
2013-12-31 impDelete echoed doesn't rub out the previous character...
2013-12-29 markjThe arguments to sched:::off-cpu are the thread and...
2013-12-27 kibFix accounting for the negative cache entries when...
2013-12-27 kibRevert r259200. There are geoms/drivers which do not...
2013-12-25 dimIn sys/kern/vfs_mountroot.c, remove static function...
2013-12-25 dimIn sys/kern/subr_witness.c, remove static function
2013-12-25 dimIn sys/kern/sched_ule.c, remove static function sched_b...
2013-12-24 edFix copy-pasting of CJK fullwidth characters.
2013-12-23 rayo Add virtual terminal mmap request handler.
2013-12-20 edExtend libteken to support CJK fullwidth characters.
2013-12-20 glebiusMove list of ttys handling from the allocating procedur...
2013-12-19 seFix compilation on 32 bit architectures and use INT64_M...
2013-12-19 seFix overflow for timeout values of more than 68 years...
2013-12-19 markjInvoke the kld_* event handlers from linker_load_file...
2013-12-18 glebius- Rename tty_makedev() into tty_makedevf() and make...
2013-12-18 markjThe fasttrap fork handler is responsible for removing...
2013-12-17 kibIf vn_open_vnode() succeeded in opening the vnode,...
2013-12-17 aeFix copy/paste typo.
2013-12-17 attilio- Assert for not leaking readers rw locks counter on...
2013-12-17 adrianRemove the invariants stuff I copy/paste'd from the...
2013-12-16 adrianMigrate the sendfile_sync struct to use a UMA zone...
2013-12-16 mavFix periodic per-CPU timers startup on boot.
2013-12-16 marcelProperly drain the TTY when both revoke(2) and close...
2013-12-15 pjdRegenerate after r259438.
2013-12-15 pjdFix syscalls that can be loaded as kernel modules ...
2013-12-15 pjdRegenerate after r259436.
2013-12-15 pjdAllow for pselect(2) in capability mode.
2013-12-15 pjdForgot to regenerate after r257736.
2013-12-15 mjgproc exit: don't take PROC_LOCK while freeing rlimits
2013-12-13 mjgrlimit: avoid unnecessary copying of rlimits
2013-12-13 mjgrlimit: add and utilize lim_shared
2013-12-11 mavCreate own free list for each of the first 32 possible...
2013-12-10 kibFix detection of EOF in kern_physio(). If bio_length...
2013-12-05 rayAdd VT(9) font tools.
2013-12-05 rayMerge VT(9) project (a.k.a. newcons).
2013-12-05 cpercivaMake panic_reboot_wait_time static.
2013-12-05 rayMFC @r258947.
2013-12-04 nwhitehornRename sysctl kern.supported_abis to kern.supported_arc...
2013-12-04 pjdBreak the loop once we know we have the SYF_CAPENABLED...
2013-12-03 cpercivaAdd a new sysctl / loader tunable kern.panic_reboot_wai...
2013-12-03 emasteUpdate LLDB to upstream r196259 snapshot
2013-12-03 jhbFix an off-by-one error in r228960. The maximum priori...
2013-12-02 nwhitehornAdd new sysctl, kern.supported_abis, containing the...
2013-12-01 glebiusRemove unused variable.
2013-12-01 adrianMigrate the sendfile_sync structure into a public(ish...
2013-11-30 pjdMake process descriptors standard part of the kernel...
2013-11-28 peterjail_v0.ip_number was always in host byte order. This...
2013-11-28 avgadd taskqueue_drain_all
2013-11-26 kibAdd an kinfo sysctl to retrieve signal trampoline locat...
2013-11-26 avguse saner calculations in should_yield
2013-11-26 avgsdt: add support for solaris/illumos style DTRACE_PROBE...
2013-11-26 avgdtrace sdt: remove the ugly sname parameter of SDT_PROB...
2013-11-26 adrianRefactor out the sendfile copyout in order to make...
2013-11-25 attilio- For kernel compiled only with KDTRACE_HOOKS and not...
2013-11-20 kibRevert back to use int for the page counts. In vn_io_f...
2013-11-19 avgtaskqueue_cancel: garbage collect a write-only variable
2013-11-17 jmmvMFV: Import atf-0.18.
2013-11-17 jillesFix siginfo_t.si_status for wait6/waitid/SIGCHLD.
2013-11-15 pjdReplace CAP_POLL_EVENT and CAP_POST_EVENT capability...
next