nrelease: Simplify by not handling multiple kernel configs
[dragonfly.git] / lib /
2019-10-26 Sascha Wildnerlibc: Use NULL for pointers.
2019-10-24 Sascha WildnerFix wrong dates in several manual pages.
2019-10-24 Sascha Wildnergetifaddrs.3: Fix macro (.PP -> .Pp).
2019-10-24 zrjlibdmsg: Forward declare struct iovec for public protot...
2019-10-24 zrjCleanup <sys/uio.h> includes.
2019-10-24 zrj<sys/uio.h>: Extract kernel structures to a separate...
2019-10-24 zrjlibtcplay: Adjust to use <sys/param.h> header.
2019-10-24 Sascha Wildnerlibc: Fix buildworld.
2019-10-23 Sascha Wildnerworld/kernel: Use the rounddown2() macro in various...
2019-10-23 Sascha Wildnerworld/kernel: Use the rounddown() macro in various...
2019-10-19 Sascha Wildnermq_open.2: Add <sys/types.h> in the SYNOPSIS for mode_t.
2019-10-18 Sascha Wildnerlibpcap: Remove unused -DYYBISON.
2019-10-18 Sascha Wildnerfsid/calendar: Clean up #includes a bit.
2019-10-18 Sascha Wildnerlibpcap: Add scanner.h to CLEANFILES.
2019-10-18 zrjlibfsid(3): Add missing include for <vfs/ufs/fs.h>.
2019-10-18 zrjlibc/net: Add missing include for timespec.
2019-10-17 Sascha Wildnerzlib: Add commented out line to Makefile for debug...
2019-10-17 Sascha WildnerAdjust local files for the zlib upgrade.
2019-10-17 Sascha WildnerMerge branch 'vendor/ZLIB'
2019-10-16 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-10-16 Sascha Wildnerlibz/savecore: Move the local zopen() from libz to...
2019-10-16 Sascha Wildnerlibusb/libz: Install *.pc files (for dports) using...
2019-10-13 Sascha Wildnerkernel/libc: Use CTL_SYSCTL_* names instead of magic...
2019-10-12 Sascha Wildnerlibc/__errno_location: Fix indent.
2019-10-11 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-10-10 Sascha Wildnerlibc/utmp{,x}: Add some __unused.
2019-10-08 Sascha Wildnerlibc/tls: Remove some code that has been #if 0'd since...
2019-10-08 Sascha Wildnerprop_bool.3: Don't use defined type names as variable...
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-05 zrjlibc: Add __errno_location() for language binding benefits.
2019-10-05 zrjNuke libradius(3).
2019-10-05 zrjNuke libtacplus(3).
2019-10-05 zrjNuke pam_radius(8).
2019-10-05 zrjNuke pam_tacplus(8).
2019-10-05 zrjlib: Update dependencies.
2019-10-05 zrjNuke pam_ssh(8). It was moved to DPorts.
2019-09-27 Tomohiro Kusumilib/libdmsg: Use libkern instead of lib/libdmsg/icrc.c
2019-09-26 Sascha Wildnernmalloc(3): Add missing #include "namespace.h" and...
2019-09-24 Sascha Wildnerlibc/nsdispatch: Use libc_dlopen().
2019-09-14 Sascha Wildnerssh: Declare that we have memset_s().
2019-09-14 Sascha Wildnerlibc/string: Add memset_s(3).
2019-09-14 Sascha Wildnerlibc/string: Sort MLINKS
2019-09-14 Sascha Wildnergetifaddrs.3: Fix .Dd
2019-09-13 Matthew Dillonworld - More ABI breakage
2019-09-13 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-09-13 Sascha Wildnerpam_lastlog.8: Fix .Xr's
2019-09-12 Roy Marplesgetifaddrs(3): Add ifa_addrflags to struct ifaddrs
2019-09-12 Sascha Wildnershmctl.2: Refer to <sys/ipc.h> for the ipc_perm structure.
2019-09-12 Sascha Wildnermsgctl.2: Fix structure member name.
2019-09-12 Sascha Wildnerlibc/psignal: Minor sync with FreeBSD to adjust to...
2019-09-12 Sascha Wildnerlibc: Change psignal()'s signum argument from unsigned...
2019-09-11 zrjlibdevattr: Remove not needed header include.
2019-09-11 zrjlibc: Remove a single use of vm_offset_t type.
2019-09-11 zrjlib: Remove no-op defines in CFLAGS for few libraries.
2019-09-11 zrjlibc/locale: Limit visibility in private headers for...
2019-09-11 zrjlibc: Add global __LIBC definition while building libc.
2019-09-11 Sascha WildnerAdjust numerous manual pages, scripts and Makefiles...
2019-09-10 Sascha WildnerAdd a wtmpcvt(1) utility from FreeBSD to convert wtmp...
2019-09-10 Sascha WildnerRetire the utmp specific ttyslot() function, like FreeB...
2019-09-10 Sascha WildnerRemove the legacy "utmp" API, now that our utils have...
2019-09-10 Sascha Wildnersshd(8): Drop utmp support.
2019-09-10 Sascha Wildnerpam_lastlog(8): Switch to utmpx. Drop utmp support.
2019-09-10 Sascha Wildnerlibc: Add getutxuser() (adapted from FreeBSD).
2019-09-10 zrj<sys/dmsg.h>: Reduce userland namespace pollution.
2019-09-09 Sascha Wildnerlibc: Add gets_s(3) from ISO/IEC TR 24731-1.
2019-09-08 Roy MarplesMerge branch 'vendor/OPENRESOLV' with the following...
2019-09-05 Tomohiro Kusumilib/libc: Whitespace fix
2019-09-04 Roy MarplesMerge dhcpcd-8.0.4 from branch 'vendor/DHCPCD'
2019-09-03 Tomohiro Kusumilib/libdmsg: Fix compile warnings on Linux distros
2019-09-02 Tomohiro Kusumilib/libdmsg: Fix compile warnings on Linux distros
2019-08-31 Sascha Wildnercdefs.h/libm: Add __sym_{compat,default}() helper macro...
2019-08-30 Sascha Wildnersetutxdb(3): Constify the file name argument.
2019-08-30 Sascha Wildnerlibc/utmpx: Some updates from NetBSD.
2019-08-20 Sascha WildnerMerge remote-tracking branch 'remotes/crater/vendor...
2019-08-19 Tomohiro Kusumilib/libdmsg: Fix compile warning on Linux distros
2019-08-10 Matthew Dillonrtld - Support static TLS bindings for late-loaded...
2019-08-09 Matthew Dillonrtld - Support static TLS bindings for late-loaded...
2019-08-09 Sascha Wildnerlibc/utmpx: Fix updwtmpx() across newsyslog rotation...
2019-08-07 Roy MarplesDocument ENOBUFS error in read(2) and recv(2).
2019-08-07 Roy Marplessocket: introduce SO_RERROR to detect receive buffer...
2019-08-06 Sascha Wildnerdbopen.3: Mention O_CLOEXEC.
2019-08-01 Sascha WildnerRemove <machine/inttypes.h> from a number of files...
2019-07-24 Sascha Wildnerlibefivar: Remove unused PACKAGE from Makefile.
2019-07-22 Sascha Wildnerlibcrypto: Remove two no longer needed .PATHs.
2019-07-22 Sascha Wildnerprintf.3: .Fa -> .Dv
2019-07-22 Sascha Wildnerlibldns: Remove local copy of ldns.h.
2019-07-22 Sascha Wildnerboot/stand.h: Remove zipfs_fsops extern.
2019-07-14 Sascha WildnerRemove a few unneeded inclusions of <utmp.h>.
2019-07-07 Sascha Wildnerlibutil/logwtmpx: Remove unneeded #include <utmp.h>.
2019-07-01 Matthew Dillonpthreads - Use mmap() for thread->specific data
2019-07-01 Sascha Wildnerlibc: Build inet/, isc/, and nameser/ from their subdir...
2019-06-30 Sascha Wildnerlibc: Remove an unneeded .PATH.
2019-06-29 Sascha Wildnershm_open.3: Some miscellaneous cleanup.
2019-06-29 Sascha Wildnermmap.2: Improve markup.
2019-06-28 Matthew Dillondocs - Update shm_open(3) manual page
2019-06-24 Sascha WildnerAdd some missing whitespace/linefeeds in a few manpages.
2019-06-24 Matthew Dillonbuild - Allow buildworld to run from a 4.9 base
2019-06-19 Matthew Dillonkernel - Change fill_kinfo_lwp() and fix top
next