]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Add support for vendor specific function for PCI devid acquisition in ITS
[FreeBSD/FreeBSD.git] / sys / sys /
2015-07-20 edAdd an API for easily creating userspace threads in...
2015-07-20 markjDeclare lockstat_enabled even when KDTRACE_HOOKS is...
2015-07-19 markjConsistently use a reader/writer flag for lockstat...
2015-07-19 markjImplement the lockstat provider using SDT(9) instead...
2015-07-19 araujoAdd support to the jail framework to be able to mount...
2015-07-18 kibThe si_status field of the siginfo_t, provided by the...
2015-07-18 markjPass the lock object to lockstat_nsecs() and return...
2015-07-18 markjModify lockstat_nsecs() to just return unless lockstat...
2015-07-17 bennoMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-17 edUndo r285656.
2015-07-17 edAdd an API for easily creating userspace threads in...
2015-07-16 edAdd a sysentvec for CloudABI on x86-64.
2015-07-16 mjgGet rid of lim_update_thread and cred_update_thread.
2015-07-16 mjgvfs: implement v_holdcnt/v_usecount manipulation using...
2015-07-16 edImplement CloudABI's exec() call.
2015-07-14 edImplement the CloudABI random_get() system call.
2015-07-14 cemFix cleanup race between unp_dispose and unp_gc
2015-07-11 mjgCreate a dedicated function for ensuring that cdir...
2015-07-11 mjgMove chdir/chroot-related fdp manipulation to kern_desc...
2015-07-11 adrianRegenerate syscalls.
2015-07-11 adrianAdd an initial NUMA affinity/policy configuration for...
2015-07-10 edAdd missing const keyword to kern_sigaction()'s 'act...
2015-07-10 mjgfd: further cleanup of kern_dup
2015-07-10 mjgfd: split kern_dup flags argument into actual flags...
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-09 edAdd implementations for some of the CloudABI file descr...
2015-07-09 edAdd forward declaration of struct thread.
2015-07-08 mjgseq: use seq_consistent_nomb in seq_consistent
2015-07-08 zbbStyle cleanups after r285270
2015-07-08 kibUse atomic_fence_fence_rel() to ensure ordering in the
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-08 zbbAdd memory barrier to bus_dmamap_sync()
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-05 markjCheck suspendability on the mountpoint returned by...
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-07-04 oshogboMove the nvlist source and private includes from sys...
2015-07-04 oshogboRemove non-existent dnvlist functions.
2015-07-04 mjgsysctl: switch sysctllock to a sleepable rmlock
2015-07-02 oshogboAdd stddef.h for size_t typedef.
2015-06-30 npFix leak in tcp_lro_rx. Simply clearing M_PKTHDR isn...
2015-06-30 markmHuge cleanup of random(4) code.
2015-06-29 pfgAdd a new __sentinel attribute.
2015-06-28 hselaskyMake the system queue header file fully usable within...
2015-06-28 markmAdd const to char * pointers. This breaks nothing,...
2015-06-27 pfgChange detection for the gnu_inline attribute.
2015-06-27 kibHandle errors from background write of the cylinder...
2015-06-26 adrianUn-static cpuset_which() - it's useful in other context...
2015-06-25 tijlEnable the use of __builtin_va_* for ICC.
2015-06-25 mjgrlimit: fix a an old name in a comment: uihashtbl_mtx...
2015-06-23 hselaskyRename __weak to __weak_symbol to avoid language confli...
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-16 mjgReplace struct filedesc argument in getvnode with struc...
2015-06-14 mjgfd: move out actual fp installation to _finstall
2015-06-13 sjgAdd META_MODE support.
2015-06-12 avgseveral lockstat improvements
2015-06-10 delphijMFV r284234:
2015-06-10 mjgBump FreeBSD_version due to lim_* API changes in r284215
2015-06-10 bro Rework ARMv7 events list using aliases - same way...
2015-06-10 mjgImplement lockless resource limits.
2015-06-10 mjgGeneralised support for copy-on-write structures shared...
2015-06-10 mjgfd: use atomics to manage fd_refcnt and fd_holcnt
2015-06-09 kenAdd support for reading MAM attributes to camcontrol...
2015-06-06 marcelChange BUS_PROBE_HOOVER from -500 to -1000000. We have...
2015-06-04 jhbAdd a new file operations hook for mmap operations...
2015-06-04 delphijDocument the disable of legacy entries in password...
2015-05-28 brooksRevert r102953
2015-05-27 jhbExport a list of VM objects in the system via a sysctl...
2015-05-27 kibBump __FreeBSD_version for the r283602, which changed...
2015-05-27 kibAdd V_MNTREF flag to the vn_start_write(9) and
2015-05-27 kibCurrently, softupdate code detects overstepping on...
2015-05-27 sjgMerge sync of head
2015-05-26 sjgMerge from head
2015-05-25 jhbAdd KTR tracing for some MI ptrace events.
2015-05-25 dimUpgrade our copy of clang and llvm to 3.6.1 release.
2015-05-24 dchaginImplement eventfd system call.
2015-05-24 dchaginFor future use in the Linuxulator:
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 melifaroFix SIOCGI2C structure requirement.
2015-05-23 pluknetUpdate P_TOTAL_STOP commentary.
2015-05-22 impExport the eflags field from the elf header. This allow...
2015-05-22 jkimCALLOUT_MPSAFE has lost its meaning since r141428,...
2015-05-22 jhbExpand ktr_mask to be a 64-bit unsigned integer.
2015-05-21 dimEnsure that the static structs emitted by the MODULE_DE...
2015-05-21 jhbRevert r282971. It depends on condvar consumers not...
2015-05-21 jmgremove stray ; that came in r272673...
2015-05-20 oshogboCorrect variable name in the interface.
2015-05-19 jhbUse fixed enum values for PMC_CLASSES().
2015-05-19 brAdd Performance Monitoring Counters support for AArch64.
2015-05-19 emasteAdd GRP_COMDAT section group flag to ELF header
2015-05-18 jkimMerge ACPICA 20150515.
2015-05-15 pfgBreak apart the gnu_inline attribute and use "artificia...
2015-05-15 pfgBreak apart the gnu_inline attribute and use "artificia...
2015-05-15 pfgMake use of GCC alloc_align attribute
2015-05-15 pfgBreak apart the gnu_inline attribute and use "artificia...
2015-05-15 pfgReplace a CONSTCOND for a void value as a replacement...
next