README: Update descriptions to sys/config files
[dragonfly.git] / sys /
2018-06-08 Aaron LIhammer2: do not print error=0x0000 on bulkfree
2018-06-06 François Tigeotdrm: rman_get_start() returns u_longs, not ints
2018-06-06 Matthew Dillonkernel - Fix umtx (pthread_mutex etc) race in kernel
2018-06-06 Matthew Dillonkernel - Add fuwordadd32(), fuwordadd64()
2018-06-05 Sepherosa Ziehaux86_64: Prepare for x2apic support.
2018-06-04 Sascha WildnerResolve some kernel option / .Cd mismatches.
2018-06-02 Sascha Wildneracpica: Allow designated initialization by defining...
2018-06-02 Sascha WildnerSync ACPICA with Intel's version 20180531.
2018-05-30 Sascha WildnerDefine ioctl names that are used in *_ioctl(), not...
2018-05-29 Sepherosa Ziehauacpi: Use X2APIC entries, if there are only X2APIC...
2018-05-29 zrjkernel: Add simpler make depend variant for kernel.
2018-05-29 zrjkernel/hpt*: Mangle names of foreign binary objects.
2018-05-29 zrjbuild: Remove use of unsupported flag.
2018-05-29 zrjkernel: Normalize conf/files rules.
2018-05-29 Matthew Dillonkernel - Add support for MosChip PCIe serial com, and...
2018-05-29 Matthew Dillonkernel - Add support for MosChip PCIe serial com, and...
2018-05-27 Matthew Dillonkernel - Fix rare pmap_scan_callback() panic
2018-05-27 Matthew Dillonhammer2 - Fix missing initialization (fix broken root...
2018-05-27 Matthew Dillonhammer2 - Be a be more verbose in the mount and getroot...
2018-05-26 Matthew Dillonhammer2 - Fix focus vs modify race
2018-05-26 Matthew Dillonhammer2 - remove hammer2_cluster_wdata()
2018-05-26 François Tigeotdrm/i915: Sync hpd_pulse return values with Linux
2018-05-24 Sascha WildnerRemove some duplicated includes.
2018-05-24 Matthew Dillonhammer2 - Fix kmalloc pool blowout on low-memory machines
2018-05-23 François Tigeotdrm/linux/timer.h: No need to protect a callout struct...
2018-05-23 Imre Vadászdrm - No need to protect a callout struct from MP accesses.
2018-05-23 zrjbsd.kern.mk: Remove gcc80 workaround.
2018-05-23 zrjdrm/i915: Disable few unused const structs and functions.
2018-05-23 zrjbtxld(8): Convert to hostprog.
2018-05-21 Matthew Dillonhammer2 - Beef up bulkfree buffering
2018-05-20 zrjboot/pc32: Separate hostprog.
2018-05-20 zrjboot/pc32: Fix typo in mbr.
2018-05-20 Matthew Dillonkernel - Change closefrom() EINTR behavior
2018-05-19 Sascha Wildner/usr/include/netinet6: Remove three unused IPsec relate...
2018-05-19 zrjboot/pc32: Filter out global LDFLAGS.
2018-05-19 Sascha Wildnerkernel: Declare the enum for the guest type before...
2018-05-19 Matthew Dillonkernel - Fix swapcache cleaning issue
2018-05-17 Sascha WildnerMerge branch 'vendor/TOP'
2018-05-17 Sascha WildnerMerge branch 'vendor/TCSH'
2018-05-16 Sascha WildnerSync ACPICA with Intel's version 20180508 (from previou...
2018-05-15 Sascha Wildnerkernel/ipfw3: Remove unused malloc type.
2018-05-14 Sepherosa Ziehaux86_64/lapic: Use function pointer for EOI.
2018-05-14 Sascha Wildnerkernel: Include <sys/ttydefaults.h> where appropriate.
2018-05-14 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2018-05-13 Sascha Wildneripfw3: Fix kernel building without DEBUG in the config...
2018-05-13 Sascha WildnerFix LINT64 for the recent ipfw3 changes.
2018-05-13 François Tigeotkernel: Remove vm_zeroidle.c
2018-05-13 François Tigeotdrm/linux: Add cond_resched()
2018-05-12 Matthew Dillonkernel - pack struct fid
2018-05-12 Matthew Dillontmpfs - Fix tmpfs_fid, fix NFS exports
2018-05-12 Bill Yuanipfw3_nat: highspeed lockless in-kernel NAT
2018-05-09 Matthew Dillonvkernel - Adjust to fix buildkernel
2018-05-08 Matthew Dillonkernel - Refactor copyin, copyout
2018-05-08 Matthew Dillonkernel - Rearrange struct vm_zone slightly
2018-05-08 Matthew Dillonkernel - Refactor bcmp, bcopy, bzero, memset
2018-05-08 Matthew Dillonkernel - Optimize syscall path, remove old unused compa...
2018-05-08 Matthew Dillonkernel - Adjust pv caching a little
2018-05-08 Matthew Dillonkernel - Flesh out Spectre mitigation support
2018-05-08 Matthew Dillonkernel - Fix CVE-2018-8897, debug register issue
2018-05-07 Sascha Wildnerkernel/nfs: Use the correct prototype for sys_nfssvc().
2018-05-07 Sepherosa Ziehauigb: Dump registers.
2018-05-07 Sascha Wildnermrsas(4): Remove wrong extra arg from MR_LdBlockSizeGet().
2018-05-07 François Tigeotdrm/i915: Start building i915_gpu_error.c
2018-05-07 François Tigeotdrm/linux: Add scnprintf()
2018-05-07 François Tigeotdrm/linux: Add or improve various *printf functions
2018-05-07 François Tigeotdrm/linux: Start using stop_machine.h
2018-05-06 François Tigeotdrm/linux: Add do_gettimeofday()
2018-05-06 François Tigeotdrm: Sync include directives with Linux
2018-05-05 Sascha Wildnerlibc/termios: Sync a bit with FreeBSD.
2018-05-05 Sascha Wildnerlibc: Add strsuftoll{,x}()
2018-05-05 Sascha WildnerFix a few typos across the tree.
2018-05-05 zrjboot/pc32: Avoid issues at -O2.
2018-05-04 Matthew Dillonkernel - Remove kthread exit debug kprintf()s
2018-05-04 Matthew Dillonkernel - Fix spinlock bug introduced with windowing (2)
2018-05-02 Matthew Dillonkernel - Fix spinlock bug introduced with windowing
2018-05-01 Sepherosa Ziehauigb: Bring in WOL configuration from FreeBSD.
2018-05-01 Sepherosa Ziehaunetgraph7: Protect so_rcv properly
2018-04-29 Matthew Dillonkernel - Refactor machdep.cpu_idle_hlt
2018-04-28 Matthew Dillonhammer - Add missing lock
2018-04-28 Matthew Dillonkernel - Adjust the scheduler to fix nice +N glitches
2018-04-27 Matthew Dillonkernel - Improve indefinite macros a bit
2018-04-27 Matthew Dillonkernel - Add two debug variables to struct globaldata
2018-04-27 Matthew Dillonkernel - Fix several usched nits
2018-04-25 François Tigeotdrm: Implement parts of the Linux irq subsystem
2018-04-25 Sascha Wildnerkernel/mpr: Remove unused malloc type.
2018-04-24 Sascha WildnerRemove <sys/ioctl_compat.h>.
2018-04-24 Sascha WildnerAdd FreeBSD's mpr(4) driver for LSI Fusion-MPT 3/3...
2018-04-24 Sascha Wildner<sys/proc.h>: Fix unused macro name (number == bit...
2018-04-23 Sepherosa Ziehaux86_64/ioapic: Make sure that legacy IRQ only appears...
2018-04-23 Matthew Dillonkernel - Remove cache ping-pong on common scheduler...
2018-04-23 Matthew Dillonkernel - More deterministic systat -pv lock name output
2018-04-23 Matthew Dillonkernel - Improve lockf performance
2018-04-23 Matthew Dillonkernel - Improve namecache performance
2018-04-23 Matthew Dillonkernel - Improve kern_dup() performance
2018-04-23 Matthew Dillonkernel - Carefully refactor contended tokens and spinlo...
2018-04-23 Matthew Dillonkernel - Fix statistics accounting bug in kfree()
2018-04-23 Matthew Dillonkernel - Carefully refactor contended tokens and spinlocks
2018-04-23 Matthew Dillonkernel - Remove performance pessimization with INVARIANTS
2018-04-23 Matthew Dillonkernel - cleanup kern_descrip.c
2018-04-23 Matthew Dillonkernel - Localize [in]activevnodes globals, improve...
next