<sys/select.h>: Provide timespec structure.
[dragonfly.git] / sys /
2016-03-07 zrj<sys/select.h>: Provide timespec structure.
2016-03-07 Sepherosa Ziehaukqueue: Clear sleep counter before wakeup
2016-03-07 Sepherosa Ziehaukqueue: Make sure that kqueue sleep counter will not...
2016-03-05 Tomohiro Kusumisys/kern: Change "bufcache" to "buffer cache" in warnin...
2016-03-05 Tomohiro Kusumisys/vfs/hammer: Add missing hammer_crc_set_btree()
2016-03-05 Tomohiro Kusumisys/vfs/hammer: Don't use HAMMER_CURSOR_GET_LEAF
2016-03-05 Tomohiro Kusumisys/vfs/hammer: Add hammer_btree_extract_data() [2/2]
2016-03-05 Tomohiro Kusumisys/vfs/hammer: Add hammer_btree_extract_data() [1/2]
2016-03-05 Tomohiro Kusumisys/vfs/hammer: Add hammer_btree_extract_leaf()
2016-03-05 Matthew Dillonhammer - Fix coredump bug which can stall processes
2016-03-04 Sepherosa Ziehaukqueue: Add simple per-cpu cache for the knote
2016-03-04 Sepherosa Ziehaukqueue: Only allow one thread to register event to...
2016-03-02 Sepherosa Ziehaukqueue: Use wakeup_one based on # of threads sleep...
2016-03-02 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-03-01 Imre Vadaszlib/libstand: Remove special lib/libstand/machine headers.
2016-02-28 Tomohiro Kusumisys/vfs/hammer: Rename hammer_directory_namekey() to...
2016-02-28 Tomohiro Kusumisys/vfs/hammer: Rename hammer_ip_del_directory() to...
2016-02-28 Tomohiro Kusumisys/vfs/hammer: Rename hammer_ip_add_directory() to...
2016-02-28 Tomohiro Kusumisys/vfs/hammer: Rename struct hammer_entry_data to...
2016-02-28 Tomohiro Kusumisys/vfs/hammer: Fix comment
2016-02-28 Sascha Wildnervkernel.7: Improve formatting (also of usage(), while...
2016-02-27 Tomohiro Kusumisys/vfs/hammer: Add hammer_is_pfs_{master|slave|deleted}()
2016-02-27 Imre Vadászsys/boot/pc32: Update smbios code a bit, needed for...
2016-02-27 Imre Vadaszsys/boot/common: Fix a pointer type mismatch when build...
2016-02-26 Imre Vadaszsys/boot/common: Add some casts to fix warnings when...
2016-02-26 Bill Yuanipfw3: update rule in func skipto
2016-02-26 Bill Yuanipfw3: new feature 'ipfwsync'
2016-02-25 Tomohiro Kusumisys/vfs/hammer: Redo commit 283f6970
2016-02-25 Sepherosa Ziehaukqueue: Avoid code duplication for knote searching...
2016-02-25 Imre Vadászkernel/syscons: Add EFI Framebuffer support.
2016-02-25 Sepherosa Ziehaukqueue: Use lwkt_{get,rel}pooltoken in kqueue_register
2016-02-25 Sepherosa Ziehaukqueue: Move fp holding out of kqueue token
2016-02-23 Imre Vadászkernel/pc64: Make have_efi_framebuffer static in pc64...
2016-02-23 François Tigeotdrm/i915: Update to Linux 4.2
2016-02-23 Sepherosa Ziehaukqueue: Nuke unused code
2016-02-23 Sepherosa Ziehaukqueue: Return value of knote_release is no longer...
2016-02-23 Tomohiro KusumiRevert 283f6970e848724e9bd2c20d5311e412dea5e67c
2016-02-23 Sepherosa Ziehaukqueue: Avoid reprocessing processed knotes in KNOTE.
2016-02-22 Imre Vadászsys/boot/common: Simpler fix for "ls -l", which also...
2016-02-21 Imre Vadászpc64: Introduce machine/framebuffer.h header. Probe...
2016-02-21 Imre Vadászkernel/syscons: Add NULL checks for struct fb_info...
2016-02-21 François Tigeotdrm: Use drm_legacy_xxx functions
2016-02-20 Imre Vadászsyscons: Check if vaddr == 0 in sckmsrndr.c. Improve...
2016-02-20 Imre Vadászkernel/syscons: Make the sc_update_render() function...
2016-02-20 Imre Vadászkernel/syscons: More accurate IOCTL behaviour when...
2016-02-18 Imre Vadászkernel/syscons: Disable a bit more VGA console code...
2016-02-18 Matthew Dillonkernel - Add kqueue support to NFS (fix firefox issues...
2016-02-18 Imre Vadászkernel/syscons: Fixup previous commit, readd scp->fbi...
2016-02-18 Imre Vadászkernel/syscons: Factor out font-scaling calculation...
2016-02-18 Sepherosa Ziehaukqueue: Knote should not be accessed once the KN_PROCES...
2016-02-17 Imre Vadászkernel/syscons: Implement vr_draw_border_t function...
2016-02-15 Imre Vadászsys/boot/common: Make stat output in "ls -l" (without...
2016-02-14 François Tigeotdrm/linux: Add two ktime_xxx functions
2016-02-13 Imre Vadászkernel/acpi: Use hint.acpi.0.rsdp to get the RSDP table...
2016-02-13 Imre Vadaszkernel/pc64: Add support for efi memory map parsing...
2016-02-13 Sascha WildnerSync ACPICA with Intel's version 20160212.
2016-02-13 Sascha Wildner<sys/un.h>: Use a standard type for sockaddr_un's sun_len.
2016-02-13 Sascha Wildner<sys/un.h>: Whitespace adjustments (no functional change).
2016-02-13 Sascha Wildner<netinet/in.h>: Use standard types.
2016-02-13 Sascha Wildner<netinet/in.h>: Whitespace adjustments (no functional...
2016-02-13 Sepherosa Ziehaukqueue/signal: Send kevent even if the signal is masked
2016-02-12 Sepherosa Ziehaukqueue: Rework timer expiration
2016-02-12 Sepherosa Ziehaukqueue: Remove unused global kqueue token
2016-02-12 zrjUnbreak VKERNEL64 build.
2016-02-10 zrjsys/boot: Simplify MAKEBOOTDEV macro
2016-02-10 zrjgpt.h: Add few more GPT GUIDs
2016-02-08 Imre VadászMerge branch 'vendor/BINUTILS225'
2016-02-07 Sascha Wildner<cpu/limits.h>: Adjust visibility of various *_{MIN...
2016-02-07 Sascha Wildner<cpu/limits.h>: Minor whitespace fixes.
2016-02-07 François Tigeotdrm/linux: Sync linux/math64.h with FreeBSD
2016-02-07 Imre VadászRemove FreeBSD OS/ABI from raid driver blobs.
2016-02-06 François Tigeotlinux/kref.h: Add kref_put_mutex()
2016-02-05 Sascha Wildner<unistd.h>: Use #if 0 for _POSIX_SAVED_IDS. Update...
2016-02-05 Sascha Wildnerkernel: Use POSIX constants for pathconf defaults ...
2016-02-01 John Marinobump __DragonFly_version for library privatizaton
2016-01-30 Sascha WildnerRevert "boot/acpi: Implement hint.acpi.0.rsdp kenv."
2016-01-29 Sascha Wildnerboot/acpi: Use an ACPICA constant instead of a magic...
2016-01-29 Sascha Wildnerboot/acpi: Implement hint.acpi.0.rsdp kenv.
2016-01-29 zrjkernel/isofs: Add all iso9660 number conversion routines.
2016-01-29 zrjkernel/isofs: Remove UNALIGNED_ACCESS
2016-01-29 zrjkernel/msdosfs: Remove UNALIGNED_ACCESS
2016-01-29 zrjkernel/isofs: style(9) fixes.
2016-01-28 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-01-27 Sascha Wildner<sys/unistd.h>: Comment some POSIX options.
2016-01-26 zrjnewvers.sh: Allow to override hostname
2016-01-26 zrjCorrect BSD License clause numbering from 1-2-4 to...
2016-01-26 zrjRemove advertising header from sys/
2016-01-25 Sascha Wildner<machine/exec.h> Fix include guard.
2016-01-25 Matthew Dillonkernel - Add quirks for xhci (usb)
2016-01-24 Imre Vadaszdrm/radeon: We need the physical address of the dummy...
2016-01-24 Sascha Wildnerkernel/vm_machdep: Fix a typo in a comment.
2016-01-24 Sascha Wildneri386 removal, part 51/x: Remove gatea20.c in sys/boot.
2016-01-24 François Tigeotkernel/linux: Add ioremap_nocache()
2016-01-23 Imre Vadászdrm/radeon: Add radeon_ucode.c. Support new firmware...
2016-01-23 François Tigeotdrm/i915: Update to Linux 4.1
2016-01-22 Imre Vadászdrm/i915: Add and document the drm.i915.enable_execlist...
2016-01-22 Sascha Wildnersys/boot: Add missing '+'.
2016-01-22 Sascha Wildnersys/boot: Unbreak build. btx must come before boot2.
2016-01-22 Sascha Wildneri386 removal, part 50/x: Remove the i386 specific kgzldr.
2016-01-22 zrjusb4bsd: Cleanup pass1.
next