]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Constify the pointers to eventtimer and timecounter name strings.
[FreeBSD/FreeBSD.git] / sys / sys /
2015-08-13 ianConstify the pointers to eventtimer and timecounter...
2015-08-12 impCrunchgen needs to be bootstrapped to pick up the STRIP...
2015-08-11 kwmInstead of defining the actualy user and group id in...
2015-08-11 edAdd support for anonymous kqueues.
2015-08-11 edIntroduce kern_cap_rights_limit().
2015-08-09 pfgcdefs: reduce code duplication
2015-08-08 melifaroAdd const-qualifiers for source mbuf argument in m_dup...
2015-08-08 mavDisable 32-bit PIO for 6Gbit/s Intel SATA controllers.
2015-08-05 edAllow the creation of kqueues with a restricted set...
2015-08-05 edMake it possible to implement poll(2) on top of kqueue(2).
2015-08-03 edAdd missing const keyword to function parameter.
2015-08-03 edAdd sysent flag to switch to capabilities mode on startup.
2015-08-02 markjDon't modify curthread->td_locks unless INVARIANTS...
2015-08-01 edAdd kern_shm_open().
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-31 edLimit rights on process descriptors.
2015-07-30 mjgRevert r285125 until rmlocks get fixed.
2015-07-30 rodrigcGet function prototypes for msg, shm, sem functions
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-29 pkelseyRevert r265338, r271089 and r271123 as those changes...
2015-07-29 edMake pipes in CloudABI work.
2015-07-29 edIntroduce falloc_caps() to create descriptors with...
2015-07-29 jeff - Make 'struct buf *buf' private to vfs_bio.c. Having...
2015-07-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-27 edMake shutdown() return ENOTCONN as required by POSIX...
2015-07-24 emasteAdd RISC-V ELF machine type definition
2015-07-23 jeffRefactor unmapped buffer address handling.
2015-07-23 edAllow cap_rights_{set,clear,is_set} to be called with...
2015-07-22 jkimMerge ACPICA 20150717.
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...
next