bmake: Update README.DRAGONFLY.
[dragonfly.git] / sys /
2021-03-27 Sascha WildnerMerge branch 'vendor/BMAKE'
2021-03-25 Sascha Wildnerkernel/nfs: Garbage collect M_NFSMOUNT.
2021-03-23 Sascha Wildnerkernel: Fix build without INVARIANTS.
2021-03-22 Sepherosa Ziehaubnx: Change clock speed to fix several types of hangs
2021-03-22 Matthew Dillonkernel - Add some sysctls to kmalloc_obj
2021-03-22 Matthew Dillonkernel - Implement type-stable EXIS semantics for kfree...
2021-03-22 Matthew Dillonkernel - Refactor exis_terminate()
2021-03-22 Matthew Dillonkernel - Use kmalloc_obj for more zones - step 1b
2021-03-22 Matthew Dillonkernel - Add kmalloc_obj subsystem step 1a
2021-03-21 Matthew Dillonkernel - Add kmalloc_obj subsystem step 1
2021-03-21 Matthew Dillonkernel - Fix /dev/fd/N and clean up the old dup error...
2021-03-20 Sascha Wildneredk2: Fix some comment typos in a header (syncs with...
2021-03-19 Sepherosa Ziehaubnx: Support 57764, 57767 and 57787
2021-03-19 Sepherosa Ziehaubnx: Prevent UDP fragments be routed to APE on 5762.
2021-03-18 Sascha WildnerFix some wrong #else/#endif comments in various <sys...
2021-03-18 Sascha Wildner<sys/time.h>: Use standard integer types. Also, fix...
2021-03-18 Sascha Wildner<sys/sbuf.h>: Include <sys/cdefs.h> and <sys/types...
2021-03-18 Sascha Wildner<sys/cpuctl.h> Include <sys/types.h> for int types.
2021-03-18 Sascha Wildner<sys/cpu_topology.h> Include <sys/param.h> for int...
2021-03-18 Sepherosa Ziehaubnx: Fix potential hardware uninitialized TX DMA length...
2021-03-17 Sepherosa Ziehaubnx: Fix comment.
2021-03-17 Sepherosa Ziehautcp: Remove debug prints.
2021-03-15 Matthew Dillondrm - Fix drm_modeset_unlock() panic
2021-03-14 Sascha WildnerFix some minor issues in various headers for self suffi...
2021-03-14 zrj<machine/endian.h>: Use __builtin_bswapXY function...
2021-03-14 zrj<sys/endian.h>: Prefer double underscore versions.
2021-03-14 zrjkernel: Include <sys/types.h> directly.
2021-03-14 zrj<sys/endian.h>: Unify _QUAD_*WORD macros.
2021-03-14 zrj<machine/endian.h>: Provide userland double underscore...
2021-03-14 Tomohiro Kusumisys/vfs/hammer2: Add break; (not a bug)
2021-03-09 Matthew Dillondrm - Hack around a drm_setmaster issue
2021-03-09 Sepherosa Ziehauethernet: Add AF_ARP support.
2021-03-09 Sascha Wildner<sys/procctl.h>: Add missing __BEGIN_DECLS/__END_DECLS.
2021-03-01 Matthew Dillonhammer2 - Fix rename-over-non-empty-directory bug
2021-03-01 Sepherosa Ziehaux86_64/atomic: Fix comment of testand{clear,set}_long...
2021-02-28 Sascha WildnerRemove last bits of Intel compiler support. We never...
2021-02-28 Sascha WildnerClean up the POSIX namespace in <unistd.h> and <sys...
2021-02-24 Sascha WildnerLINT64: Comment out an option to cover more code.
2021-02-21 Sascha Wildner<sys/sysent.h>: Remove the old SCARG() macro, de-SCARG...
2021-02-20 Aaron LIfexecve(2): Return ENOENT if exec a script opened with...
2021-02-20 Aaron LIImplement the fexecve(2) system call
2021-02-20 Aaron LIkern: Clean error paths in kern_execve()
2021-02-20 Aaron LIkern: Return error from exec_copyin_strings() if fname...
2021-02-20 Aaron LIkern: Staticize several functions and variables in...
2021-02-19 Antonio Huete JimenezUpgrade make(1). 1/2
2021-02-19 Daniel FojtUpgrade libressl. 1/2
2021-02-19 Sascha Wildnerkernel: Move sys_{get,set}rlimit() to where their kern_...
2021-02-18 Daniel Fojtsys/vfs/hammer: modify inode's ctime after successful...
2021-02-18 Daniel Fojtsys/vfs/hammer2: modify inode's ctime after successful...
2021-02-17 Sascha Wildner<net/if.h>: Preparation for removing <sys/types.h>...
2021-02-15 Sascha Wildnerkernel/nfs: Initialize a sometimes uninitialized variable.
2021-02-15 Sascha Wildnerkernel: Comment out some two unused functions.
2021-02-14 Sascha Wildner<sys/stdint.h>: Add missing typedef guards for uint*_t.
2021-02-14 Sascha Wildnerkernel/drm: Remove duplicate type definitions.
2021-02-14 Matthew Dillonkernel - Remove the #define AF_MAX from sys/mount.h
2021-02-12 Sascha Wildner<sys/iconv.h>: Add <sys/types.h> for u_char and fix...
2021-02-09 Sascha WildnerFix several typos in calendars, READMEs and other files.
2021-02-09 Sascha Wildner<sys/iconv.h>: Include <sys/cdefs.h> for __{BEGIN,END...
2021-02-08 Sascha Wildnerkernel/vm: Fix a wrong check in vm_fault_page().
2021-02-02 Sascha Wildnerkernel/bpf: Put a struct declaration (netmsg_bpf_output...
2021-02-02 Sascha Wildnerkernel/rtsock: Remove no longer needed ns_count in...
2021-02-02 Sascha Wildnerkernel: Remove two unused declarations.
2021-01-31 Sascha Wildnerkernel: Fix two typos in comments.
2021-01-29 Sascha Wildnerkernel: Move the flags for kern_dup() to <sys/filedesc.h>.
2021-01-29 Sascha Wildnerkernel/acpi: Remove bogus checks for < 0 of unsigned...
2021-01-29 Sascha Wildnerkernel/acpi: Fix some implementation specific shifting...
2021-01-29 Sascha Wildnerkernel/acpi: Remove an unused struct definition.
2021-01-29 Sascha Wildnerkernel/acpi: Remove unneeded bus number check.
2021-01-29 Sascha Wildnerkernel/acpi: Remove two redundant initializations.
2021-01-29 Sascha Wildnerkernel/acpi: Remove redundant NULL check.
2021-01-28 Matthew Dillonkernel - Separate XSAVE support from AVX support
2021-01-28 Matthew Dillonkernel - Add memory barriers to more __asm functions.
2021-01-28 Krzysztof Piecuchmsdosfs: fix #3237 where reading the last sector of...
2021-01-22 Sascha Wildnerkernel/clock_getres: Improve CPU clock ID sanity checking.
2021-01-20 Aaron LIclock_settime(2): Return EINVAL if tv_sec < 0
2021-01-20 Aaron LIUse 'sysmsg_result' macro for consistency
2021-01-20 Aaron LI<sys/sysmsg.h>: Remove a deprecated and duplicate union...
2021-01-20 Aaron LI<sys/sysmsg.h>: Remove unused forward declarations
2021-01-19 Aaron LI<sys/sysmsg.h>: Add missing copyright and license header
2021-01-19 Aaron LIImplement clock_nanosleep(2) system call
2021-01-19 Aaron LInanosleep(2): Return EINVAL if tv_sec < 0 (POSIX-compliant)
2021-01-19 Aaron LInanosleep(2): Plug a memory disclourse and be POSIX...
2021-01-19 Aaron LIkern/makesyscalls.sh: Revert change to '#endif' comment
2021-01-19 Aaron LI<sys/sysproto.h>: Regenerate after 'makesyscalls.sh...
2021-01-19 Aaron LIkern/makesyscalls.sh: Better place #undef and fix ...
2021-01-19 Aaron LIUse ${} instead of $() in various makefiles
2021-01-12 Matthew Dillonkernel - Fix atime field for PTYs
2021-01-09 Tomohiro Kusumisys/vfs/ext2fs: Fix comment on htree dirent (disabled...
2021-01-09 Tomohiro Kusumisys/vfs/hammer2: Add hammer2_print_uuid_mismatch()
2021-01-07 Matthew Dillonkernel - Remove MAP_VPAGETABLE
2021-01-05 Sascha WildnerSync ACPICA with Intel's version 20210105.
2021-01-01 Sascha Wildnernewvers.sh: Simplify a bit more.
2021-01-01 Sascha WildnerRemove /usr/share/examples/etc/bsd-style-copyright.
2020-12-31 Sascha WildnerBump copyrights. Good riddance 2020
2020-12-31 Sascha WildnerClean up the POSIX namespace of <iconv.h>, <dirent...
2020-12-31 Aaron LInetproto/802_11: Sync some channel definitions from...
2020-12-30 Sascha Wildnerkernel: Staticize a few variables.
2020-12-29 Sascha Wildner<machine/smp.h>: Remove some prototypes of non-existent...
2020-12-28 Sascha WildnerRemove last remains of FSMID support from userland.
2020-12-28 Roy MarplesMerge branch 'vendor/DHCPCD'
next