]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
cache: put all negative entry management code into dedicated functions
[FreeBSD/FreeBSD.git] / sys / sys /
2016-09-03 ngieMFhead @ r305314
2016-09-01 bdreweryBump __FreeBSD_version for crunchgen META_MODE fix...
2016-09-01 ngieMFhead @ r305170
2016-08-31 emasteUpdate to ELF Tool Chain r3490
2016-08-31 mjgfd: effectively revert r305091
2016-08-30 mjgfd: add fdeget_locked and use in kern_descrip
2016-08-30 pfgMFV r302423:
2016-08-30 mjgfd: simplify fd testing in fget_locked by casting to...
2016-08-30 kevloZap M_IOVEC.
2016-08-30 ngieMFhead @ r305041
2016-08-29 jhbImplement 'devctl clear driver' to undo a previous...
2016-08-29 ngieMFhead @ r305013
2016-08-28 oshogboRemove duplicated declaration.
2016-08-27 oshogboAdd missed header file for cnv.h .
2016-08-25 ngieMFhead @ r304815
2016-08-25 lstewartPass the number of segments coalesced by LRO up the...
2016-08-25 npBump __FreeBSD_version for r304787 and add a note about...
2016-08-24 acheBump __FreeBSD_version for LC_*_MASK fix for newlocale...
2016-08-24 cyMFV r304732.
2016-08-22 bdreweryBump __FreeBSD_version for C++11 thread_local support...
2016-08-19 markjDon't set P2_PTRACE_FSTP in a process that invokes...
2016-08-19 mmelINTRNG: Rework handling with resources. Partially rever...
2016-08-18 gnnRemove the obsolete and unused openbsd_poll system...
2016-08-18 gnnRemove unusedd and obsolete openbsd_poll system call...
2016-08-17 kibImplement userspace gettimeofday(2) with HPET timecounter.
2016-08-16 markjRemove prototypes missed in r303951.
2016-08-16 ngieMFhead @ r304232
2016-08-16 mckusickAdd two new macros, SLIST_CONCAT and LIST_CONCAT. Note...
2016-08-16 markjMFV r304057:
2016-08-16 markjMFV r296989:
2016-08-15 edEliminate use of sys_fsync() and sys_fdatasync().
2016-08-15 kibImplement VOP_FDATASYNC() for msdosfs.
2016-08-15 kibRegen after r304176, fdatasync(2) addition.
2016-08-14 mmMFV r304060:
2016-08-13 ngieMFhead @ r304038
2016-08-12 shurdUpdate iflib to support more NIC designs
2016-08-12 ngieCheckpoint initial integration work
2016-08-11 markjRemove b_pin_count from struct buf.
2016-08-11 traszRemove unused textvp_fullpath() macro.
2016-08-10 traszReplace all remaining calls to vprint(9) with vn_printf...
2016-08-09 dumbbellsys/pcpu.h: Revert change introduced in r303890
2016-08-09 dumbbellConsistently use `device_t`
2016-08-09 stevekMove IPv4-specific jail functions to new file netinet...
2016-08-08 markjHandle races with listening socket close when connectin...
2016-08-05 traszRemove lockmgr_waiters(9) and BUF_LOCKWAITERS(9); they...
2016-08-04 bdreweryRegenerate after r303755.
2016-08-04 jhbAdd __printflike() to bus_describe_intr() to enable...
2016-08-04 traszRemove unused - never actually implemented - vnode...
2016-08-03 edRegenerate system call tables for r303699 and r303700.
2016-08-03 edmprotect(): Change prototype to comply to POSIX.
2016-08-03 jhibbitsRemove a duplicate PMC CPU number
2016-08-02 emasteMove/add ARM ELF PHDR types to elf_common.h
2016-08-02 emasteAdd ELFOSABI_ARM_AEABI ELF OSABI constant
2016-08-01 mjgImplement trivial backoff for locking primitives.
2016-07-28 stevekRemove BSD and USL copyright and update license block...
2016-07-28 edRegenerate system call table for r303435.
2016-07-28 edChange the return type of msgrcv() to ssize_t as requir...
2016-07-28 kibRewrite subr_sleepqueue.c use of callouts to not depend...
2016-07-28 kibExtract the calculation of the callout fire time into...
2016-07-28 kibFix typo in comment.
2016-07-28 kibWhen a debugger attaches to the process, SIGSTOP is...
2016-07-27 stevekPrepare for network stack as a module
2016-07-27 kibHide the boottime and bootimebin globals, provide the...
2016-07-26 edAdd shmatt_t.
2016-07-25 julianSplit MAKE_SYSENT into two parts so that the initialize...
2016-07-25 delphijChange bsdiff to use divsufsort suffix sort library...
2016-07-24 mavAdd more UEFI/e820 memory types from latest specifications.
2016-07-23 baptUpdate mandoc to 1.13.4 release
2016-07-23 kibImplement mtx_trylock_spin(9).
2016-07-21 kibProvide counter_warning(9) KPI which allows to issue...
2016-07-20 markjMake vm_pageout_wakeup_thresh a u_int rather than an...
2016-07-19 markmRandom bit generator (RBG) driver for RPi and RPi2.
2016-07-18 jhbInclude process IDs in core dumps.
2016-07-18 jhbAdd PTRACE_VFORK to trace vfork events.
2016-07-15 jhbAdd a mask of optional ptrace() events.
2016-07-14 jhbMove nested include of <sys/queue.h> inside _KERNEL.
2016-07-13 badgerAdd explicit detection of KVM hypervisor
2016-07-13 kibTrace timeval parameters to the getitimer(2) and setiti...
2016-07-12 acheBump __FreeBSD_version after removing collation from...
2016-07-10 rwatsonDo allow auditing of read(2) and write(2) system calls...
2016-07-08 gjbReflect head is now 12.0-CURRENT.
2016-07-07 traszAdd new unmount(2) flag, MNT_NONBUSY, to check whether...
2016-07-06 jhbCorrect locking annotation for p_comm.
2016-07-05 glebiusThe paradigm of a callout is that it has three conseque...
2016-07-05 glebiusCompile in the kassert_panic() function with INVARIANT_...
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-03 kibProvide helper macros to detect 'non-silent SBDRY'...
2016-07-01 delphijMFV r302260: expat 2.2.0
2016-06-30 wmaARM, ARM64: Workaround for buf_ring reordering
2016-06-27 kibFix userspace build after r302235: do not expose bool...
2016-06-27 kibWhen filt_proc() removes event from the knlist due...
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-26 kibRewrite sigdeferstop(9) and sigallowstop(9) into more...
2016-06-25 kibDo not clear robust lists pointers on fork. The forked...
2016-06-24 asomersFix bitstring allocation on 32-bit platforms
2016-06-23 npAdd spares to struct ifnet and socket for packet pacing...
2016-06-23 kenSwitch geom_disk over to using a pool mutex.
2016-06-22 brooksGenerate syscall tables and update pipe() implementatio...
2016-06-22 kibFix a LOR between vnode locks and allproc_lock.
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
next