dragonfly.git
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 Matthew Dillondsynth - Add more make.conf variables
2019-09-11 Roy Marplesbuild: Adjust _CMSG_ALIGN() for portability
2019-09-11 Sascha Wildnerkern/pty: Fix comment to not name utmpx as reason for...
2019-09-11 Sascha Wildnerat.1: Bump date.
2019-09-11 zrj<unistd.h>: Declare intptr_t as per X/Open.
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-11 Roy Marplesinet6: Restore ND6_LLINFO_WAITDELETE
2019-09-11 Roy Marplesinet6: Introduce nd6_resolve, the mirror of arpresolve
2019-09-10 Sascha Wildnertelnetd(8): Fix a warning and bump WARNS to 5.
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 Wildnerac(8): Sync with FreeBSD, i.e. switch to utmpx. Drop...
2019-09-10 Sascha Wildnerftpd(8): Add utmpx support from FreeBSD. Drop utmp...
2019-09-10 Sascha Wildnerrwhod(8): Add utmpx support from FreeBSD. Drop utmp...
2019-09-10 Sascha Wildnerppp(8): Add utmpx support from FreeBSD. Drop utmp support.
2019-09-10 Sascha Wildnerwho(1)/finger(1): Move to utmpx. Drop utmp support.
2019-09-10 Sascha Wildnerrpc.rusersd(8): Sync with FreeBSD, i.e. switch to utmpx...
2019-09-10 Sascha Wildnercomsat(8): Sync with FreeBSD, i.e. switch to utmpx...
2019-09-10 Sascha Wildnersshd(8): Drop utmp support.
2019-09-10 Sascha Wildnercsh(1): Drop utmp support.
2019-09-10 Sascha Wildnerreboot(8): Switch to utmpx. Drop utmp support.
2019-09-10 Sascha Wildnerpam_lastlog(8): Switch to utmpx. Drop utmp support.
2019-09-10 Sascha Wildnertelnetd(8): Switch to utmpx. Drop utmp support.
2019-09-10 Sascha Wildnerw(1): Switch to utmpx. Drop utmp support.
2019-09-10 Sascha Wildnerinit(8): Switch to utmpx. Drop utmp support.
2019-09-10 Sascha Wildnerlastlogin(8): Switch to utmpx. Drop utmp support.
2019-09-10 Sascha Wildnerlast(1): Fix wrong shutdown/reboot reporting.
2019-09-10 Sascha Wildnerlast(1): Switch to utmpx. Drop utmp support.
2019-09-10 Sascha Wildnerdate(1): Switch to utmpx. Drop utmp support.
2019-09-10 Sascha Wildnerlibc: Add getutxuser() (adapted from FreeBSD).
2019-09-10 Matthew DillonRemove 'register' qualifier
2019-09-10 Tomohiro Kusumisbin/mount_msdos: Bring in FreeBSD/Git 0c5ae3a9 (add...
2019-09-10 Roy Marplesrc.d/dhcpcd: Start before netif
2019-09-10 Roy Marplessys/net: Rename if_route_dispatch to if_up_dispatch
2019-09-10 Roy Marplesnet/if_gre: unhook rip_ctlinput
2019-09-10 Tomohiro Kusumisbin/mount_msdos: Bring in FreeBSD/Git 7e476e89
2019-09-10 Tomohiro Kusumisbin/mount_msdos: Whitespace cleanups
2019-09-10 Roy Marplesinet: unhook and remove rip_ctlinput
2019-09-10 Roy Marplesinet: hookup in6_if_down with rt_purgecloned
2019-09-10 Roy Marplesinet: hookup in_if_down with rt_purgecloned
2019-09-10 Roy Marplesroute: introduce rt_purgecloned
2019-09-10 Roy Marplessys/net: Call in6_if_up from the domain rather than...
2019-09-10 Roy Marplessys/net: Add dom_if_up and dom_if_down
2019-09-10 Roy Marplesroute: Don't install a cloned route when interface...
2019-09-10 zrj<netinet/in_var.h>: Adjust visibility.
2019-09-10 zrj<netinet/in_var.h>: Include sys/fnv_hash.h only for...
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 zrj<cpu/param.h>: Change visibility for several macros.
2019-09-10 zrjkernel: Remove kvtop() remnant form early x86_64 port.
2019-09-10 zrjplatform/pc64: Remove unused pte_store() and pde_store().
2019-09-10 zrj<machine/param.h>: Remove unused KSTACK_PAGES.
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 Wildnerlibc: Add gets_s(3) from ISO/IEC TR 24731-1.
2019-09-09 Sascha Wildner<sys/cdefs.h>: Add a macro to control ISO/IEC TR 24731...
2019-09-09 Roy Marplesinet: return EHOSTDOWN if we cannot resolve an address...
2019-09-09 Roy Marplesinet: Don't mark cloned route as RTF_REJECT on RTM_MISS
2019-09-09 Tomohiro Kusumisbin/newfs_msdos: Bring in -A/-T options from FreeBSD
2019-09-09 Sascha Wildnernewfs_msdos.8: Re-fix typo. :)
2019-09-09 Tomohiro Kusumisbin/newfs_msdos: Sync newfs_msdos.8 with FreeBSD
2019-09-09 Tomohiro Kusumisbin/newfs_msdos: Bring in FreeBSD/Git 47266d91, b25a2bc0
2019-09-08 Tomohiro Kusumisys/vfs/msdosfs: Bring back EXBOOTSIG2 (unbreak lib...
2019-09-08 Roy Marplesopenresolv: correct README
2019-09-08 Roy Marplesresolvconf: We need the onestatus argument
2019-09-08 Roy Marplesopenresolv: Update README
2019-09-08 Roy MarplesMerge branch 'vendor/OPENRESOLV' with the following...
2019-09-08 Roy MarplesImport openresolv-3.9.2 to vendor branch.
2019-09-08 Tomohiro Kusumisbin/newfs_msdos: Bring in FreeBSD/Git 902f77041b477be4...
2019-09-07 Tomohiro Kusumisys/vfs/msdosfs: Sync with FreeBSD (non functional...
2019-09-08 Roy Marplesroute: Seperate route messages from creation/lookup.
2019-09-07 Tomohiro Kusumisys/vfs/msdosfs: Cleanups
2019-09-07 Tomohiro Kusumisys/vfs/msdosfs: u_int*_t -> uint*_t
2019-09-06 Roy Marplesieee80211: set link state before notifying of link...
2019-09-06 Sascha Wildnerftpd(8): No need to specify WFORMAT=0 explicitly in...
2019-09-06 Tomohiro Kusumisys/vfs/msdosfs: Drop redundant msdosfsmount::pm_fatsize
2019-09-06 Roy Marplesroute: ensure RTM_IFINFO is sent first when bring inter...
2019-09-06 Tomohiro Kusumisys/vfs/msdosfs: Add description for fatblock()
2019-09-06 Roy Marplessbin/route: Improve display of socket errors
2019-09-06 Roy Marplessbin/route: Add support for printing link state from...
2019-09-06 Roy Marplessbin/route: Add support for printing RTM_IEEE80211...
2019-09-06 Roy Marplessbin/route: Add support for SO_RERROR and log errors...
2019-09-05 Tomohiro Kusumisbin/hammer2: Remove unused if0'd malloc/free wrappers
2019-09-05 Tomohiro Kusumilib/libc: Whitespace fix
2019-09-04 Antonio Huete... dhcpcd: Fix buildworld
2019-09-04 Roy Marplesdhcpcd: Remove left over patches.
2019-09-04 François Tigeotdrm/linux: Add atomic64_inc_return()
2019-09-04 François Tigeotdrm/radeon: Correct FIRMWARE_BONAIRE definition
next