nrelease: Replace ${NRLOBJDIR}/nrelease with a temp directory
[dragonfly.git] / sys / sys /
2019-10-24 zrjkernel: Move M_LWKTMSG declaration to <sys/msgport2.h>.
2019-10-24 zrjkernel: Fix spurious M_IOV declarations.
2019-10-24 zrjkernel: Cleanup <sys/uio.h> issues.
2019-10-24 zrj<sys/nlookup.h>: Style(9) adjustments.
2019-10-24 zrj<sys/uio.h>: Extract kernel structures to a separate...
2019-10-24 zrjkernel: Move M_IOV malloc definition to correct header.
2019-10-24 zrj<sys/uio.h>: Cleanup namespace.
2019-10-23 Sascha Wildnerworld/kernel: Use the rounddown2() macro in various...
2019-10-23 Sascha Wildner<sys/signal.h>: Some more whitespace fixes.
2019-10-23 Tomohiro Kusumisys/kern: Add init_va_filerev()
2019-10-22 Sascha Wildner<signal.h>/<sys/signal.h>: Fix whitespace.
2019-10-17 Sascha WildnerMerge branch 'vendor/ZLIB'
2019-10-16 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-10-14 zrj<sys/types.h>: Move out NBBY definition to <sys/param.h>.
2019-10-14 zrj<sys/socket.h>: Use double underscore versions for...
2019-10-14 zrjAdd <machine/alignbytes.h>.
2019-10-13 Sascha WildnerClean up the namespace of <mqueue.h> a bit.
2019-10-13 Sascha Wildnerkernel/libc: Use CTL_SYSCTL_* names instead of magic...
2019-10-11 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-10-06 Sascha Wildner<sys/stat.h>: Rename two unused flags to names that...
2019-10-06 zrjkernel: Make chflags syscalls argument types consistent...
2019-10-06 zrjworld: Eliminate custom uintfptr_t/fptrdiff_t types.
2019-10-06 zrj<unistd.h>: Fix profil(2) prototype.
2019-10-06 zrj<sys/stdint.h>: Move out two MD types.
2019-10-06 zrj<sys/types.h>: Eliminate __nl_item type.
2019-10-06 zrj<runetype.h>: Convert __rune_t to internal typedef.
2019-10-05 zrjlibc: Add __errno_location() for language binding benefits.
2019-10-05 zrjBump __DragonFly_version for libradius/libtacplus removal.
2019-09-29 Matthew Dillonkernel - Enhance krateprintf() API
2019-09-25 Sascha Wildner<sys/time.h>: Add 3rd arg to timespecadd()/sub() and...
2019-09-25 Tomohiro Kusumisys/kern: Bring in timespec2fattime()/fattime2timespec...
2019-09-13 Matthew Dillonworld - More ABI breakage
2019-09-13 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-09-12 Roy Marplesbuild: define CMSG_ALIGN using __ALIGNBYTES
2019-09-11 Roy Marplesbuild: Adjust _CMSG_ALIGN() for portability
2019-09-10 Sascha WildnerRemove the legacy "utmp" API, now that our utils have...
2019-09-10 Roy Marplessys/net: Add dom_if_up and dom_if_down
2019-09-10 zrj<sys/fnv_hash.h>: Remove unused fnv_64*() inline functions.
2019-09-10 zrj<sys/dmsg.h>: Reduce userland namespace pollution.
2019-09-10 zrj<sys/device.h>: Adjust userland visibility.
2019-09-10 zrj<sys/device.h>: Disable some no longer used types.
2019-09-10 zrjkernel: Remove kvtop() remnant form early x86_64 port.
2019-09-10 zrj<sys/serialize.h>: Limit prototypes to kernel only.
2019-09-10 zrj<sys/jail.h>: Use forward declarations for private...
2019-09-09 Sascha Wildner<sys/cdefs.h>: Add a macro to control ISO/IEC TR 24731...
2019-09-08 Roy MarplesMerge branch 'vendor/OPENRESOLV' with the following...
2019-09-04 Roy MarplesMerge dhcpcd-8.0.4 from branch 'vendor/DHCPCD'
2019-08-31 Sascha Wildnercdefs.h/libm: Add __sym_{compat,default}() helper macro...
2019-08-28 Antonio Huete Jimenezjail - Rework sysctl configuration variables
2019-08-24 Matthew Dillondrm - Refactor task_struct and implement mm_struct
2019-08-22 Matthew Dillonkernel - Fix devfs bitmap races for pty and other devices
2019-08-20 Sascha WildnerMerge remote-tracking branch 'remotes/crater/vendor...
2019-08-16 Roy Marplesbump version for prior
2019-08-10 François TigeotBuild: Bump __DragonFly_version to 500703
2019-08-10 Sascha Wildnerkernel: Fix the _KERNEL/_KERNEL_STRUCTURES checks w...
2019-08-09 Sascha Wildner<machine/stdint.h>: Move __offsetof() to <sys/cdefs.h>.
2019-08-08 Sascha Wildner<sys/stdint.h>: Remove obsolete typedefs for __wctrans_...
2019-08-08 Sascha Wildner<uchar.h>: Define char16_t and char32_t better.
2019-08-07 Roy Marplessocket: introduce SO_RERROR to detect receive buffer...
2019-08-06 Sascha Wildner<sys/copyright.h>: Remove a K&R leftover; use just...
2019-08-02 Matthew Dillonkernel - Add SIOCGIFALIAS
2019-08-01 Matthew Dillonbuild - Adjust _CMSG_ALIGN() for compatibility
2019-07-30 Antonio Huete Jimenezkcollect - Fix comments
2019-07-28 Sascha Wildner<sys/buf2.h>: Remove a number of unneeded #include's.
2019-07-25 Matthew Dillonkernel - Replace kmalloc_cachealign() with kmalloc...
2019-07-10 Sascha WildnerMake va_*() macros available to the kernel in <sys...
2019-06-30 Sascha Wildner<sys/conf.h>: Move SPECNAMELEN to <sys/param.h>.
2019-06-29 Sascha Wildner<sys/signal.h>: Adjust a number of struct member types...
2019-06-26 Matthew Dillonbuild - Bump __DragonFly_version to 500702 in master
2019-06-17 zrjBump __DragonFly_version for libopie removal.
2019-06-17 zrjkernel: Separate md5 from userland.
2019-06-17 zrjkernel: Make <sys/md4.h> and <sys/md5.h> exclusive...
2019-06-12 Sascha WildnerUse some standard type names better.
2019-06-12 Sascha Wildner<sys/signal.h>: Adjust the type of stack_t's ss_sp...
2019-06-12 Sascha Wildner<sys/param.h>: Fix _DragonFly_version.
2019-06-12 Justin C. SherrillChanges for DragonFly 5.7. v5.7.0
2019-06-10 François Tigeotdrm/linux: Add task_struct, rework sleep and wake up...
2019-06-02 Sascha WildnerRemove lint checks in system headers.
2019-05-30 Sascha Wildner<sys/sysctl.h>: Remove the unused CTL_HW_NAMES define.
2019-05-30 Sascha Wildnerkernel/sysctl: Switch kern.osrevision to showing __Drag...
2019-05-29 Sascha Wildner<sys/syslimits.h>: Clean up inclusion check and warning.
2019-05-26 Sascha Wildner<sys/cdefs.h>: Remove the old unused __DF_VISIBLE.
2019-05-23 Sascha WildnerMove <sys/fd_set.h> to <sys/_fd_set.h>.
2019-05-23 Sascha WildnerDon't include the full <sys/signal.h> in headers that...
2019-05-22 Matthew Dillonkernel - VM rework part 20 - Fix vmmeter_neg_slop_cnt
2019-05-20 Matthew Dillonkernel - VM rework part 16 - Optimization & cleanup...
2019-05-18 Sascha WildnerMerge branch 'vendor/MDOCML'
2019-05-12 Matthew Dillonkernel - VM rework part 5 - Cleanup
2019-05-09 Matthew Dillonkernel - Bring in __read_mostly etc
2019-05-09 Sascha WildnerRemove any remaining traces of varargs.h.
2019-05-04 Sascha Wildner<sys/fcntl.h>: Restrict POSIX_FADV_* visibility to...
2019-05-04 Sascha Wildnerlibc: Add posix_fadvise(), for now empty except for...
2019-05-03 Matthew Dillonkernel - Permanently fix FP bug - completely remove...
2019-05-01 Matthew Dillonkernel - Add kern.ipc.soaccept_reuse and set default...
2019-04-30 zrjMerge remote-tracking branch 'origin/vendor/LIBEDIT'
2019-04-30 zrjMerge remote-tracking branch 'origin/vendor/LIBEDIT'
2019-04-24 zrjBump __DragonFly_version for recent updates.
2019-04-24 Sascha WildnerMerge branch 'vendor/LIBRESSL'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/OPENSSH'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LDNS'
next