dsynth - Set pty cols and finally fix ^M in handshake
[dragonfly.git] / sys /
2019-11-21 Matthew Dillonkernel - Augment lwkt_reltoken() assertions
2019-11-21 François Tigeotdrm: Sync device initialization code with Linux
2019-11-21 François Tigeotdrm/linux: Add some hrtimer.h functions
2019-11-21 Matthew Dillonkernel - Fix race in VFS_MPLOCK/VFS_MPUNLOCK (affects...
2019-11-21 zrjlibstand: Switch to _STANDALONE handling.
2019-11-21 zrjsys/boot: Define _STANDALONE while building.
2019-11-21 zrj<sys/cdefs.h>: Use __uintptr_t in casts.
2019-11-21 zrj<sys/gpt.h>: Use __offsetof().
2019-11-21 zrjworld: Use <vfs/FS/...> in userland.
2019-11-19 François Tigeotdrm: Fix debug messages issues introduced by the Linux...
2019-11-19 Matthew Dillonhammer2 - Finally fix the 'file winds up with some...
2019-11-18 Matthew Dillonig4 - Relabel as generic Designware I2c, add IDs
2019-11-18 François Tigeotdrm/linux: Add arch_io_reserve_memtype_wc and arch_io_f...
2019-11-18 Matthew Dillonkernel - Update AMD chipset drivers for watchdog and...
2019-11-18 François Tigeotdrm/radeon: Use an amdgpu firmware file name with cik...
2019-11-17 Tomohiro Kusumisys/vfs/msdosfs: Fix ->de_fndcnt calculation on lookup
2019-11-17 François Tigeotdrm/radeon: Disable acceleration on si
2019-11-17 François Tigeotdrm: Update generic, ttm and radeon code to Linux 4.9
2019-11-17 Tomohiro Kusumisys/dev/disk/dm: Change email address (sync with autofs...
2019-11-16 Tomohiro Kusumisys/vfs/msdosfs: Unmount on update_mp() failure if...
2019-11-16 Sascha Wildner<signal.h>/<sys/_siginfo.h>: Some fixes after my recent...
2019-11-16 Sascha Wildnersyscalls.master: Remove some trailing whitespace.
2019-11-16 Tomohiro Kusumisys/vfs/fuse: Add note to sys/vfs/fuse/fuse_abi.h
2019-11-16 Tomohiro Kusumiautofs: Change email address (sync with FUSE and others)
2019-11-15 Sascha Wildner<sys/wait.h>: Provide and use siginfo_t and union sigval.
2019-11-15 Sascha WildnerAdd <sys/_siginfo.h> to provide the definitions of...
2019-11-15 Sascha Wildner<sys/wait.h>: Remove duplicate include.
2019-11-16 Tomohiro Kusumisys/vfs/msdosfs: Fix comment on locking on rename(2)
2019-11-16 Tomohiro Kusumisys/vfs/msdosfs: Sync VFS lock assertion with FreeBSD
2019-11-14 Sascha Wildnerkernel/vga_switcheroo: Remove duplicate include of...
2019-11-14 zrj<sys/thread.h>: Mark several structs as kernel structures.
2019-11-14 zrjkernel: Stop using <stdint.h> during kernel build.
2019-11-14 zrj<sys/stdint.h>: Repurpose.
2019-11-14 zrj<sys/kinfo.h>: Fix legacy inclusion issues.
2019-11-14 zrj<sys/types.h>: Make boolean_t kernel only type.
2019-11-14 zrj<sys/systimer.h>: Do not inject boolean_t type into...
2019-11-14 zrj<vm/vm_zone.h>: Adjust visibility.
2019-11-14 zrjsys/sglist.h: Mark as kernel only header.
2019-11-14 zrj<sys/types.h>: Reduce vm_* types pollution in userland.
2019-11-14 zrj<cpu/types.h>: Use basic LP types for vm_offset_t and...
2019-11-14 zrjAdd <sys/cpumask.h>.
2019-11-14 zrjplatform/pc64: Remove unused PDESIZE/PTESIZE constants.
2019-11-14 zrjcpu/x64_64: Move MMU page table types back to <cpu...
2019-11-14 zrj<sys/types.h>: Declare register_t type directly.
2019-11-14 zrj<sys/types.h>: Adjust visibility of segsz_t.
2019-11-14 zrj<sys/sem.h>: Use generic types.
2019-11-14 zrj<machine/stdint.h>: Adjust basic types to be more generic.
2019-11-14 zrj<machine/stdint.h>: Add two basic LP types.
2019-11-14 zrjAdjust headers for <machine/stdint.h> visibility.
2019-11-14 zrj<stdint.h>: Move out ptrdiff_t type.
2019-11-15 Tomohiro Kusumisys/vfs/msdosfs: Allow deupdat() against non root directory
2019-11-14 Sascha WildnerRevert "sys/vfs/msdosfs: Correct _PC_FILESIZEBITS value"
2019-11-15 Tomohiro Kusumisys/vfs/msdosfs: Correct _PC_FILESIZEBITS value
2019-11-15 Tomohiro Kusumisys/vfs/msdosfs: Remove seemingly unneeded mbnambuf...
2019-11-14 Matthew Dillonkernel - Add lwp_getname() system call
2019-11-13 Matthew Dilloncpuctl - Implement close() properly for /dev/cpuctl*
2019-11-13 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-11-14 Tomohiro Kusumisys/vfs/msdosfs: Assume up to 8192 bytes sector for BPB
2019-11-14 Tomohiro Kusumisys/vfs/msdosfs: Return EBUSY on lookup on delete/renam...
2019-11-14 Tomohiro Kusumisys/vfs/msdosfs: Sync minor styles with FreeBSD
2019-11-14 Tomohiro Kusumisys/vfs/msdosfs: Allow B_CLUSTEROK in deupdat()
2019-11-14 Tomohiro Kusumisys/vfs/msdosfs: Don't use MSDOSFSMNT_WAITONFAT
2019-11-14 Tomohiro Kusumisys/vfs/msdosfs: Include FAT headers via <vfs/msdosfs...
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 Tomohiro Kusumisys/gnu/vfs/ext2fs: Use IO_SEQSHIFT
2019-11-12 Tomohiro Kusumisys/vfs: Use IO_SEQSHIFT
2019-11-12 Tomohiro Kusumisys/vfs/msdosfs: Fix va_fileid casts
2019-11-12 Tomohiro Kusumisys/vfs/msdosfs: Save/restore fatchain cache in VOP_BMAP()
2019-11-12 Tomohiro Kusumisys/vfs/msdosfs: Support vfs clustering
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 Dillonacpi - Catch infinite parser recursions
2019-11-12 Matthew Dillonkernel - Repurpose td_tracker
2019-11-12 Matthew Dillonkernel - sigblockall()/sigunblockall() support (per...
2019-11-10 Tomohiro Kusumisys/vfs/msdosfs: Need to explicitly set bp to NULL
2019-11-10 Roy Marplesinet6: Support the ioctl SIOCSIFINFO_IN6
2019-11-10 Aaron LIif_tap: Handle 'SIOCSIFMTU' ioctl directly to support...
2019-11-10 Sascha Wildner#include <sys/cdefs.h> in a number of headers that...
2019-11-10 Sascha Wildner<sys/msgport.h>: Add <sys/types.h> for boolean_t (kerne...
2019-11-09 Tomohiro Kusumisys/vfs/msdosfs: Cleanup before implementing vfs clustering
2019-11-09 Tomohiro Kusumisys/vfs/msdosfs: Fix regression from cleanup commit...
2019-11-08 Tomohiro Kusumisys/vfs/msdosfs: Remove BPB_TotSec16 test for FAT32...
2019-11-08 Tomohiro Kusumisys/vfs/msdosfs: Fix comments on corrupted fs
2019-11-08 Tomohiro Kusumisys/vfs/msdosfs: Fix typo
2019-11-08 Matthew Dillonvirtio - SI_ORDER_FIRST -> SI_ORDER_EARLIER
2019-11-08 Matthew Dillonkernel - Use SI_ORDER_THIRD for CAM peripheral modules.
2019-11-08 Matthew Dillonkernel - Add additional SI_ORDER_* flags
2019-11-08 Matthew Dillonvirtio - Fix LUN scan issue w/ Google Cloud
2019-11-08 Matthew Dillonkernel - Deal with obsolete/misused SID_Sync flag in CAM
2019-11-08 Tomohiro Kusumisys/vfs/msdosfs: Add/use DOINGASYNC()
2019-11-08 Tomohiro Kusumisys/vfs/msdosfs: Support async mount (delayed write)
2019-11-08 Tomohiro Kusumisys/vfs/msdosfs: Avoid "." corruption on rename(2)
2019-11-07 Tomohiro Kusumisys/vfs/msdosfs: Improve fsync(2) behavior
2019-11-06 Tomohiro Kusumisys/vfs/msdosfs: Remove seemingly unneeded unlock/reloc...
2019-11-06 Tomohiro Kusumisys/vfs/msdosfs: Remove unrelated comment on rmdir
2019-11-05 Tomohiro Kusumisys/vfs/msdosfs: Sync debug prints with FreeBSD
2019-11-03 François Tigeotdevfs: Add a vnode pointer argument to dev_dopen()
2019-11-03 François Tigeotdrm/linux: Rework wait_event_xxx() macros
next