]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Remove some unreferenced NDP debug variable definitions.
[FreeBSD/FreeBSD.git] / sys / kern /
2016-02-11 glebiuso Gather all mbuf(9) allocation functions into kern_mbu...
2016-02-11 desUse the new insecure-lan-zones option instead of listin...
2016-02-10 kibRemove useless checks for NULL before calling free...
2016-02-10 kibFinish r173600. There is no need to test a condition...
2016-02-10 glebiusGarbage collect unused arguments of m_init().
2016-02-09 glebiusInclude sys/_task.h into uma_int.h, so that taskqueue...
2016-02-09 andrewUpdate our copy of the Linux dts files to be in sync...
2016-02-09 kibRename P_KTHREAD struct proc p_flag to P_KPROC.
2016-02-08 jhbCall kthread_exit() rather than kproc_exit() for a...
2016-02-08 jhbMark proc0 as a kernel process via the P_KTHREAD flag.
2016-02-08 kibRemove the assert which outlived its usefulness, and...
2016-02-07 jillessemget(): Check for [EEXIST] error first.
2016-02-07 pfgMinor grammar fix in comment.
2016-02-07 mckusickClarify a comment in kern_openat() about the use of...
2016-02-06 mjgfork: ansify sys_pdfork
2016-02-05 jhbRename aiocblist to kaiocb and use consistent variable...
2016-02-04 kibWhen matching brand to the ELF binary by notes, try...
2016-02-04 kibDo not copy by field when converting struct oexport_arg...
2016-02-04 kibGuard against runnable td2 exiting and than being reuse...
2016-02-04 mjgfork: plug a use after free of the returned process
2016-02-04 mjgfork: pass arguments to fork1 in a dedicated structure
2016-02-03 glebiusRedo r292484. Embed task(9) into zone, so that uz_maxac...
2016-02-03 glebiusMove uma_dbg_alloc() and uma_dbg_free() into uma_core...
2016-02-02 alfredIncrease max allowed backlog for listen sockets
2016-02-01 glebiusThese files were getting sys/malloc.h and vm/uma.h...
2016-01-31 andrewFix the logic in the ddb command 'show ktr /a'. Prior...
2016-01-28 vangyzenkqueue EVFILT_PROC: avoid collision between NOTE_CHILD...
2016-01-28 jkimMerge OpenSSL 1.0.2f.
2016-01-27 mckusickThe bread() function was inconsistent about whether...
2016-01-27 mjgktrace: tidy up ktrstruct
2016-01-27 jhibbitsConvert rman to use rman_res_t instead of u_long
2016-01-26 jhbVarious style fixes.
2016-01-26 kibDon't clear the software flow control flag before drain...
2016-01-26 traszFix the way RCTL handles rules' rrl_exceeded on credeni...
2016-01-26 kibRestore flushing of output for revoke(2) again. Docume...
2016-01-26 markjEvaluate the sysctl_running fail point before taking...
2016-01-25 marius- Make the code consistent with itself style-wise and...
2016-01-25 kibDon't allow opening the callout device when the callin...
2016-01-25 kibFix the %b flags string for ddb. All bits above the 5th
2016-01-25 melifaroMFP r287070,r287073: split radix implementation and...
2016-01-22 kibIn tty_dealloc(), clear the queues. See the comment...
2016-01-22 kibThe struct file f_advice member is overlaid with the...
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
2016-01-22 glebius- Separate sendfile(2) implementation from uipc_syscall...
2016-01-21 jhbAIO daemons have always been kernel processes to facili...
2016-01-21 jhbRemove unused variables for socket AIO.
2016-01-21 mjgcache: minor changes
2016-01-21 mjgcache: perform . lockup without the namecache lock
2016-01-21 mjgcache: provide a helper for computing the hash
2016-01-21 mjgcache: use counter(9) API to maintain statistics
2016-01-20 mjgsession: avoid proctree lock on proc exit when possible
2016-01-20 mjgsession: tidy up fixjobc
2016-01-19 mariusFix tty_drain() and, thus, TIOCDRAIN of the current...
2016-01-19 jhbVarious cleanups to the main function for AIO kernel...
2016-01-19 jhbDon't create a dedicated session for each AIO kernel...
2016-01-19 desUpgrade to OpenSSH 6.9p1.
2016-01-19 desUpgrade to OpenSSH 6.8p1.
2016-01-19 desUpgrade to OpenSSH 6.7p1, retaining libwrap support...
2016-01-18 markjAdd vrefl(), a locked variant of vref(9).
2016-01-17 kibWhen cleaning up from failed adv locking and checking...
2016-01-15 baptUpdate mandoc to 20160116
2016-01-14 jhbRemove aiod_timeout.
2016-01-14 jhbRename aiod_bio taskqueue to aiod_kick.
2016-01-14 glebiusCall crextend() before copying old credentials to the...
2016-01-13 ngieMFhead @ r293815
2016-01-11 cpercivaFix a bug introduced in r291716:
2016-01-09 dchaginImplement vsyscall hack. Prior to 2.13 glibc uses vsyscall
2016-01-09 markjPrevent cv_waiters wraparound.
2016-01-08 glebiusNew sendfile(2) syscall. A joint effort of NGINX and...
2016-01-08 glebiusMake it possible for sbappend() to preserve M_NOTREADY...
2016-01-08 glebiusRevert r293405: it breaks socket buffer INVARIANTS...
2016-01-08 delphijMFV r293415:
2016-01-08 glebiusFor SOCK_STREAM socket use sbappendstream() instead...
2016-01-07 kibConvert tty common code to use make_dev_s().
2016-01-07 kibProvide yet another KPI for cdev creation, make_dev_s(9).
2016-01-07 mjgcache: ansify functions and fix some style issues
2016-01-05 kibTwo fixes for excessive iterations after r292326.
2016-01-05 delphijMFV r293125: less v481.
2016-01-02 ianMake the 'env' directive described in config(5) work...
2015-12-31 ngieMFhead @ r293006
2015-12-30 marius- (Ab)use udivx for dividing the u_int pc_cpuid when...
2015-12-29 jhbAdd ptrace(2) reporting for LWP events.
2015-12-29 jhbCall kern_thr_exit() instead of duplicating it.
2015-12-29 ngieMFhead @ r292618
2015-12-27 dchaginVerify that tv_sec value specified in settimeofday...
2015-12-26 kibDo not substitute interpeter if the brand interpreter...
2015-12-24 jtlOnly allow one PT_INTERP ELF program header. This also...
2015-12-23 ngieFix r292640
2015-12-23 ngieClean up trailing whitespace; no functional change
2015-12-22 ngieFold lim_shared into lim_copy to mute a -Wunused compil...
2015-12-22 kibIf we annoy user with the terminal output due to failed...
2015-12-20 jtlAdd a safety net to reclaim mbufs when one of the mbuf...
2015-12-19 ngieMFhead @ r292474
2015-12-18 mjgproc: fix a race which could result in dereference...
2015-12-18 bruefferMerge OpenBSM 1.2 alpha 4.
2015-12-18 adrian[intrng] Migrate the intrng code from sys/arm/arm to...
2015-12-17 ngieMFhead @ r292396
2015-12-17 markjSupport an arbitrary number of arguments to DTrace...
2015-12-16 markjFix style issues around existing SDT probes.
2015-12-16 glebiusA change to KPI of vm_pager_get_pages() and underlying...
next