Partially revert commit bdaacb9f+.
[dragonfly.git] / sys / kern /
2020-02-11 Matthew Dillonkernel - Warn/assert on broken ACPI MADT
2020-02-10 Sascha WildnerMerge branch 'vendor/OPENBSD_LIBM'
2020-02-10 Sascha WildnerMerge branch 'vendor/OPENBSD_LIBM'
2020-02-03 Matthew Dillonkernel - Make writing to /dev/urandom (to add entropy...
2020-02-02 Matthew Dillonkernel - Rejigger random number generator to be per...
2020-02-02 Matthew Dillonkernel - Rejigger random number generator to be per...
2020-02-02 Matthew Dillonkernel - Add __realpath() and getrandom() system calls
2020-01-31 Sepherosa Ziehautaskqueue: Fix the order of TASKQUEUE_DEFINE_THREAD
2020-01-30 Matthew Dillonhammer2 - Fix inode & chain limits, improve flush pipeline.
2020-01-29 Matthew Dillonkernel - Document UPREQ and EXREQ cases better
2020-01-27 Matthew Dillonlockmgr - Fix bug in lockmgr() cancel path
2020-01-19 Sascha WildnerMerge branch 'vendor/FLEX'
2020-01-17 Matthew Dillonkernel - Reduce mpipe overhead
2020-01-17 Matthew Dillonkernel - Cleanup unused / redundant code
2020-01-07 zrjMerge branch 'vendor/GDB'
2020-01-06 Matthew Dillonkernel - Fix bug in malloc_reinit_ncpus()
2020-01-06 Matthew Dillonkernel - Change default vfs timestamp precision sec...
2020-01-04 Matthew Dillonkernel - Update taskq code
2019-12-24 François Tigeotdrm/linux: Add Linux kthread functions
2019-12-20 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-12-20 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-12-18 Matthew Dillonkernel - Fix rman_make_alignment_flags()
2019-12-17 Matthew Dillonkernel - Optimize nlookup() a bit more
2019-12-17 Matthew Dillonkernel - Refactor malloc_type to reduce static data...
2019-12-15 Matthew Dillonkernel - Test pending ints in more crit_exit*() paths
2019-12-14 Sascha Wildnerkernel: Remove various (mostly commented out) reference...
2019-12-07 Sascha Wildnerkernel/getsockaddr: Remove a COMPAT_43 removal leftover.
2019-12-03 Antonio Huete Jimenezjail: Use M_PRISON for sysctl allocation
2019-12-03 Antonio Huete Jimenezjail: Allow jails to mount nullfs(5) and tmpfs(5)
2019-12-02 Matthew Dillondevfs - Ensure lock held around devfs_cdev_terminate()
2019-12-02 Antonio Huete Jimenezjail: Simplify a bit by using the new BIT64 sysctl...
2019-12-01 Sascha Wildnerlibc: Change getlogin_r()'s second argument to size_t...
2019-12-01 Sascha WildnerRename some functions to better names.
2019-12-01 Sascha Wildner<sys/types.h>: Get rid of udev_t.
2019-11-29 Antonio Huete Jimenezkernel: debug_64bit must be uint64_t
2019-11-29 Antonio Huete Jimenezkernel: Don't use atomic for cr_ref in crget()
2019-11-28 Antonio Huete Jimenezkernel: Merge crinit() into crget()
2019-11-27 Matthew Dillonkernel - Add SYSCTL_BIT32(n) and BIT64(n) support
2019-11-25 Sascha Wildnerkernel: Remove no longer used vfinddev() function.
2019-11-24 Sepherosa Ziehaukevent: Leading white space.
2019-11-23 Antonio Huete Jimenezkernel: Fix a problem with shutdown(8)
2019-11-21 Matthew Dillonkernel - Augment lwkt_reltoken() assertions
2019-11-21 Matthew Dillonkernel - Fix race in VFS_MPLOCK/VFS_MPUNLOCK (affects...
2019-11-16 Sascha Wildnersyscalls.master: Remove some trailing whitespace.
2019-11-14 zrjAdd <sys/cpumask.h>.
2019-11-14 Matthew Dillonkernel - Add lwp_getname() system call
2019-11-13 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-11-12 Matthew Dillonkernel - Fix first-lwp access race vs process creation
2019-11-12 Matthew Dillonkernel and libc - Reimplement lwp_setname*() using...
2019-11-12 Matthew Dillonlibc - Implement sigblockall() and sigunblockall() (3)
2019-11-12 Matthew Dillonlibc - Implement sigblockall() and sigunblockall() (2)
2019-11-12 Matthew Dillonkernele - lpmap work - split lwp_fork() into lwp_fork1...
2019-11-12 Matthew Dillonkernel - sigblockall()/sigunblockall() support (per...
2019-11-03 François Tigeotdevfs: Add a vnode pointer argument to dev_dopen()
2019-11-02 zrjvkernel64: Reduce <pthread.h> exposure to generic kerne...
2019-10-31 zrj<sys/posix4.h>: Remove single use macros.
2019-10-31 zrjkernel: Remove explicit dependencies on <sys/malloc...
2019-10-31 zrjkernel: Minor whitespace cleanup in few sources (part 2).
2019-10-31 zrj<sys/sysref.h>: Switch to lighter <sys/_malloc.h> header.
2019-10-31 zrjkernel: Remove not needed header includes in AIO stub.
2019-10-31 zrj<sys/slaballoc.h>: Switch to lighter <sys/_malloc.h...
2019-10-31 zrjkernel: Minor whitespace cleanup in few sources.
2019-10-31 Sascha Wildner<termios.h>: Add TABDLY, TAB0 and TAB3 to satisfy POSIX...
2019-10-31 zrj<sys/mpipe.h>: Mark as kernel only header.
2019-10-31 zrj<sys/event.h>: Make M_KQUEUE static.
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 zrjCleanup <sys/uio.h> includes.
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-23 Tomohiro Kusumisys/kern: Add init_va_filerev()
2019-10-17 Sascha WildnerMerge branch 'vendor/ZLIB'
2019-10-16 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-10-13 Sascha WildnerClean up the namespace of <mqueue.h> a bit.
2019-10-13 Sascha Wildnerworld/kernel: Use the howmany() macro in various places.
2019-10-13 Sascha Wildnerkernel/libc: Use CTL_SYSCTL_* names instead of magic...
2019-10-11 Roy MarplesMerge branch 'vendor/DHCPCD'
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-02 Matthew Dillonkernel - Fix lockfz wait state
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-15 Matthew Dillonkernel - Fix improper use of CMSG_ALIGN() in unp_intern...
2019-09-13 Matthew Dillonworld - More ABI breakage
2019-09-13 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-09-11 Sascha Wildnerkern/pty: Fix comment to not name utmpx as reason for...
2019-09-11 Sascha WildnerAdjust numerous manual pages, scripts and Makefiles...
2019-09-10 zrj<sys/jail.h>: Use forward declarations for private...
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-28 Antonio Huete Jimenezjail - Remove MPLOCK
2019-08-28 Antonio Huete Jimenezjail - Rework sysctl configuration variables
2019-08-24 Matthew Dillondrm - Refactor task_struct and implement mm_struct
2019-08-21 Matthew Dillonkernel - merge m_pulldown() bug fix
2019-08-20 Sascha WildnerMerge remote-tracking branch 'remotes/crater/vendor...
2019-08-17 Matthew Dillonkernel - Fix race in sys_shmmat()
2019-08-07 Roy Marplessocket: introduce SO_RERROR to detect receive buffer...
next