gcc80: Make LTO plugins installation consistent.
[dragonfly.git] / sys / sys /
2019-04-07 Sascha Wildner<sys/ttydefaults.h>: Constify ttydefchars[], make size...
2019-04-05 Sascha Wildner<unistd.h>/<sys/unistd.h>: Update comments.
2019-03-31 Sascha WildnerMove <sys/termios.h> to <termios.h>.
2019-03-31 Tomohiro Kusumisys/vfs/fuse: Add initial FUSE support
2019-03-31 Tomohiro Kusumisys/kern: Add struct file* arg to VOP_{GETATTR,SETATTR...
2019-03-30 Sascha Wildnerkernel: Remove two duplicate #include's.
2019-03-28 Matthew Dillonkernel - Add callout API calls for netgraph7 (2)
2019-03-28 Matthew Dillonkernel - Add callout API calls for netgraph7
2019-03-28 Matthew Dillonkernel - Try to ensure a uniform fsid for exports
2019-03-27 Matthew Dillonkernel - Rewrite the callout_*() API (2)
2019-03-27 zrj<sys/callout.h>: Add missing <sys/spinlock.h> include.
2019-03-27 Matthew Dillonkernel - Rewrite the callout_*() API
2019-03-27 Matthew Dillonkernel - Fix df and unmount of bad NFS volumes
2019-03-17 Sascha WildnerMerge branch 'vendor/MDOCML'
2019-03-14 Sascha Wildneri386 removal, part 71/x: Remove legacy FreeBSD brand.
2019-03-11 Matthew Dillonkernel - Fix IDR bugs
2019-03-02 Matthew Dillonkernel - Add callout debugging
2019-03-02 Sascha Wildnerkernel: Remove numerous #include <sys/thread2.h>.
2019-03-02 Sascha Wildner<sys/systm.h>: No need to include <sys/callout.h> here.
2019-02-28 Matthew Dillonkernel - Add /dev/part-by-label
2019-02-24 Matthew Dillonkernel - Implement sbrk(), change low-address mmap...
2019-02-23 Sascha Wildner<sys/ioctl.h>: Remove old SunOS compatibility definitions.
2019-02-22 Sascha WildnerRemove <sys/semaphore.h> so that we have <semaphore...
2019-02-18 Sascha Wildner<sys/cdio.h>: Remove definitions that are related to...
2019-02-18 Matthew Dillonkernel - Implement sbrk(), change low-address mmap...
2019-02-15 Tomohiro Kusumisys/sys/mutex2: Fix mutex(9) man page
2019-01-15 Sascha Wildnerkernel: Remove puffs(4), putter(9) and associated libs...
2019-01-12 Sascha Wildnerlibc: Add reallocarray() from OpenBSD.
2019-01-05 Sascha Wildnerkernel: Remove two no longer used sysinit ids.
2019-01-05 Sascha Wildnerkernel: Remove kernel profiling bits.
2018-12-31 Sascha WildnerHAPPY NEW YEAR!
2018-12-05 Matthew Dillonkernel - Add trigger_syncer(), VFS_MODIFYING()
2018-12-02 Sascha WildnerRemove an unused include file.
2018-11-30 Sascha Wildnerkernel: Move some old unused stuff out of the way.
2018-11-27 Levente Kurusa<sys/errno.h>: Remove EUNUSED*.
2018-11-24 Sascha Wildner<sys/param.h>: Adjust __DragonFly_version.
2018-11-23 Justin C. SherrillUpdates for new 5.5 master. v5.5.0
2018-11-22 Antonio Huete Jimenezkernel: Move vnode_index to sys/vnode.h
2018-11-21 Matthew Dillonkernel - Refactor inum stat data for sockets
2018-11-21 Matthew Dillonkernel - Add uid, gid, and inum to stat data for pipes
2018-11-14 Aaron LIMerge branch 'vendor/DHCPCD'
2018-10-27 Sascha Wildner<sys/sysproto.h>: Add back one needed newline and regen...
2018-10-27 Sascha Wildner<sys/wait.h>: Put the enum name under __BSD_VISIBLE.
2018-10-27 Matthew Dillonlibc - Add kpmap shortcut for gettimeofday()
2018-10-25 Sascha Wildner<sys/signal.h>: Discard old non-POSIX union members.
2018-10-25 Sascha Wildner<sys/eventhandler.h>: Move the include inside the guard.
2018-10-25 Sascha Wildner<sys/stdint.h>: Move the includes inside the guard.
2018-10-19 Aaron LIMerge branch 'vendor/OPENRESOLV'
2018-10-15 Matthew Dillonkernel - Fix NUMA contention due to assymetric memory
2018-10-11 Sascha Wildnerkernel: Clean up syscalls.master a bit more.
2018-10-11 Sascha Wildnersyscalls.master: Remove a leftover semicolon.
2018-10-11 Sascha Wildnerkernel/libc: Remove sigstack() remains.
2018-10-06 Sascha Wildnerkernel: Add further support for fixed-width integer...
2018-10-04 Matthew Dillonkernel - Refactor tty clist code
2018-10-04 Matthew Dillonkernel - Refactor tty_token, fix SMP performance issues
2018-10-01 Aaron LIBump __DragonFly_version for adding wait6() and waitid()
2018-09-30 Matthew Dillonsystem - Add wait6(), waitid(), and si_pid/si_uid sigin...
2018-09-30 Sascha Wildnerkernel: Bring in a port of FreeBSD's virtio_random...
2018-09-29 Sascha Wildner<sys/random.h>: Further cleanup.
2018-09-29 Sascha Wildner<sys/random.h>: Clean up some unused prototypes.
2018-09-25 Matthew Dillonkernel - Macro additional builtin's
2018-09-25 Matthew Dillonkernel - Remove lwkt_msg from sysunion in syscall code
2018-09-25 Matthew Dillonkernel - Optimize kmalloc() + bzero()
2018-09-25 Matthew Dillonkernel - Optimize bcopy, bzero, memset
2018-09-20 Sascha WildnerIn several standard headers, harmonize checks for legac...
2018-09-20 Sascha Wildner<sys/endian.h>: Use basic integer types.
2018-09-17 Sascha Wildner<sys/semaphore.h>: Move the include guard check below...
2018-08-23 Matthew Dillonkernel - Update AMD topology detection, scheduler NUMA...
2018-08-17 Matthew Dillonkernel - Increase MAXCPUFIFO from 32 to 256
2018-08-08 Aaron LIbpf: Move bpf_track event declaration to <net/bpf.h>
2018-08-08 Aaron LInet: Tweak some styles and comments
2018-08-08 Aaron LInet: Implement interface group support
2018-07-31 Aaron LIif_tun: Add TUNGIFNAME ioctl to get the interface name
2018-07-26 Aaron LIMove jail staffs from <net/if.h> and <netinet/in.h...
2018-07-26 Aaron LIsys/gpt.h: Add new entry types and CTASSERT
2018-07-24 Sascha WildnerMerge branch 'vendor/OPENSSH'
2018-07-21 Sascha Wildnerkernel/lockmgr: Add lockmgr_try().
2018-07-21 Sepherosa Ziehauobjcache: Add sysctl to expose objcache statistics.
2018-07-20 Sascha Wildnerkernel/sysctl: Add handling of uint32_t.
2018-07-17 Aaron LIif_tap: Add TAPGIFNAME ioctl to get interface name
2018-07-17 Aaron LIif_tap: Remove the broken vmnet support
2018-07-07 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-07-07 Sascha Wildneropenpam: Local adjustments for the Resedacea upgrade.
2018-07-07 Sascha WildnerMerge branch 'vendor/OPENPAM'
2018-07-04 Aaron LIvis(3): Add VIS_ALL support
2018-07-03 Aaron LI<sys/gpt.h>: Fix a minor comment issue
2018-06-30 Tomohiro Kusumisys/kern: Make condvar(9) support mutex(9)
2018-06-22 Sascha Wildnerkernel: Remove various definitions related to unimpleme...
2018-06-20 Sascha Wildnerkernel: Remove some old 4.3BSD era ioctls.
2018-06-19 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-06-11 Matthew DillonKernel - Additional cpu bug hardening part 1/2
2018-06-09 Sascha Wildnerlibc/xdr: Add xdr_uint16_t() (it's just like xdr_u_int1...
2018-06-06 Matthew Dillonkernel - Add fuwordadd32(), fuwordadd64()
2018-05-30 Sascha WildnerDefine ioctl names that are used in *_ioctl(), not...
2018-05-19 Sascha Wildnerkernel: Declare the enum for the guest type before...
2018-05-17 Sascha WildnerMerge branch 'vendor/TOP'
2018-05-17 Sascha WildnerMerge branch 'vendor/TCSH'
2018-05-14 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2018-05-12 Matthew Dillonkernel - pack struct fid
2018-05-08 Matthew Dillonkernel - Optimize syscall path, remove old unused compa...
next