]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
MFV r275783:
[FreeBSD/FreeBSD.git] / sys / sys /
2014-12-15 kibAdd a facility for non-init process to declare itself...
2014-12-13 dchaginAdd _NEW flag to mtx(9), sx(9), rmlock(9) and rwlock(9).
2014-12-13 kibAdd facility to stop all userspace processes. The...
2014-12-13 kibThe vinactive() call in vgonel() may start writes for...
2014-12-12 jmgAdd some new modes to OpenCrypto. These modes are...
2014-12-11 delphijMFV r275696: file 5.21.
2014-12-09 dimPull in r223171 from upstream llvm trunk (by Michael...
2014-12-08 kibAdd functions syncer_suspend() and syncer_resume()...
2014-12-08 kibThread waiting for the vfork(2)-ed child to exec or...
2014-12-08 markjMFV r272851:
2014-12-07 avgremove opensolaris cyclic code, replace with high-preci...
2014-12-06 delphijMFV r260710 + 275532:
2014-12-05 jhbAlways ignore the deprecated MAP_RENAME and MAP_NORESER...
2014-12-03 jhbRevert device_getenv_int() for now as it duplicates...
2014-12-02 baptUpdate to mandoc cvs version as of 20141201
2014-12-01 hselaskyStart process of removing the use of the deprecated...
2014-11-30 glebiusMerge from projects/sendfile: extend protocols API...
2014-11-30 glebiusMerge from projects/sendfile:
2014-11-30 glebius- Move sbcheck() declaration under SOCKBUF_DEBUG.
2014-11-30 glebiusMake sballoc() and sbfree() functions. Ideally, they...
2014-11-29 impThe current limit of 100k for the linker hints file...
2014-11-29 baptUpdate libucl to latest version
2014-11-27 emasteCopy elftoolchain binutils replacements from vendor...
2014-11-26 emasteIncrease default and maximum callchain depths
2014-11-26 alfredMake igb and ixgbe check tunables at probe time.
2014-11-26 kibThe process spin lock currently has the following disti...
2014-11-25 avgwhitespace and cosmetic changes in callout_reset family...
2014-11-25 avgcallout(9): add sbt flavors of callout_schedule
2014-11-24 jhbAdd a bus_get_domain() wrapper around BUS_GET_DOMAIN...
2014-11-23 glebiusMerge from projects/sendfile:
2014-11-23 mjgifdef RACCT ui_racct_foreach and struct uidinfo's ui_racct
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-21 jhbImprove support for XSAVE with debuggers.
2014-11-16 jmgprevent doing filter ops locking for staticly compiled...
2014-11-13 mjgfiledesc: oops.. commit missing change to filedesc.h
2014-11-13 kibRemove the no-at variants of the kern_xx() syscall...
2014-11-13 dchaginBump FreeBSD_version for r274462 - add ppoll() system...
2014-11-13 dchaginRegen for r274462.
2014-11-13 dchaginAdd the ppoll() system call.
2014-11-12 glebiusIn preparation of merging projects/sendfile, transform...
2014-11-11 glebiusRemove SF_KQUEUE code. This code was developed at...
2014-11-11 pjdAdd missing privilege check when setting the dump devic...
2014-11-10 melifaroRemove kernel handling of ICMP_SOURCEQUENCH.
2014-11-07 kibAdd DEV_MODULE_ORDERED().
2014-11-06 melifaroFinish r274118: remove useless fields from struct domain.
2014-11-06 melifaroMake checks for rt_mtu generic:
2014-11-06 mjgAdd sysctl kern.proc.cwd
2014-11-06 mavAdd include missed in r274154, breaking the buildworld.
2014-11-06 gjbBump __FreeBSD_version after SA-14:23, SA-14:24,
2014-11-06 mavAdd to CTL support for logical block provisioning thres...
2014-11-05 mjgExtend struct ucred with group table.
2014-11-05 melifaroRemove old hack abusing domattach from NFS code.
2014-11-04 dteskeAdd new libraries/utilities for data throughput visuali...
2014-11-04 dumbbellEnable vt(4) by default
2014-11-03 mjgFix misplaced read memory barrier in seq.
2014-11-03 hselaskyRestore spares used in "struct tcpcb" and bump "__FreeB...
2014-11-02 kibFix two issues with lockmgr(9) LK_CAN_SHARE() test...
2014-11-01 mjgFix up module unload for syscall_module_handler consumers.
2014-11-01 dumbbellvt(4): Adjust the cursor position after changing the...
2014-11-01 jmmvMFV: Import atf-0.21.
2014-10-31 kibAdd type qualifier volatile to the base (userspace...
2014-10-31 hselaskyOnly put one CTASSERT() inside each macro to avoid...
2014-10-30 mjgBump FreeBSD_version due to syscall*_register API chang...
2014-10-30 markmThis is the much-discussed major upgrade to the random...
2014-10-30 jpaetzelPlug memory ordering holes in buf_ring_enqueue. For...
2014-10-30 mjgfiledesc: get rid of atomic_load_acq_int from fget_unlocked
2014-10-28 jhbRework virtual machine hypervisor detection.
2014-10-28 kibAdd fueword(9) and casueword(9) functions. They are...
2014-10-27 glebiusTiny comment fixup.
2014-10-26 mjgAvoid dynamic syscall overhead for statically compiled...
2014-10-24 jhbThe current POSIX semaphore implementation stores the...
2014-10-23 dumbbellvt(4): Add PIO_VFONT_DEFAULT ioctl to restore the defau...
2014-10-22 hselaskyAllow overspecification of SYSCTL type in external...
2014-10-22 impAdd defines for various FIRST PARTY DMA SEND subcommands.
2014-10-22 mjgfiledesc: cleanup setugidsafety a little
2014-10-21 mjgEliminate unnecessary memory allocation in sys_getgroup...
2014-10-21 gjbBump __FreeBSD_version to track SA-14:20, SA-14:21...
2014-10-21 mjgRename sysctl_lock and _unlock to sysctl_xlock and...
2014-10-21 hselaskyFix minor typo in currently unused macro.
2014-10-21 hselaskyFix multiple incorrect SYSCTL arguments in the kernel:
2014-10-21 neelIFC @r273338
2014-10-20 neelMerge from projects/bhyve_svm all the changes outside...
2014-10-20 mjgProvide vfs suspension support only for filesystems...
2014-10-20 marcelFully support constructors for the purpose of code...
2014-10-20 bryanvAdd vxlan interface
2014-10-19 neelIFC @r273206
2014-10-19 andrewAllow libkvm to get the kernel va to pa delta without...
2014-10-19 mjgProvide vfs suspension support only for filesystems...
2014-10-18 desAdd a complete implementation of MurmurHash3. Tweak...
2014-10-18 adrianUpdate the ULE scheduler + thread and kinfo structs...
2014-10-18 jhbRetire the unimplemented MAP_RENAME and MAP_NORESERVE...
2014-10-16 davideFollow up to r225617. In order to maximize the re-usabi...
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-15 kibWhen vnode bypass cannot be performed on the cdev file...
2014-10-14 gjbMerge the following from ^/projects/release-vmimage:
2014-10-14 neelIFC @r273066
2014-10-11 pfgBump FreeBSD_version due to cleanup of tcp wrapper...
2014-10-10 neelIFC @r272887
2014-10-10 gnnChange the PF hash from Jenkins to Murmur3. In forward...
2014-10-10 impFor gcc 4.6 and newer, _Static_assert is a keyword...
next