dragonfly.git
2016-03-22 Sascha Wildnermtree: Use spaces to indent.
2016-03-22 John Marinofix typo in llvm generator tool README
2016-03-22 John MarinoInstall bsd.cpu.clang.mk
2016-03-21 Imre Vadászsys/boot/Makefile: Build the UEFI bootloader.
2016-03-21 Imre Vadászsys/boot/efi: RB_MULTIPLE doesn't exist in DragonFly.
2016-03-21 Imre Vadászsys/boot/efi: Define SPECNAMELEN in loader/devicename.c.
2016-03-21 Imre Vadászsys/boot/efi: No strtoul in DragonFly's libstand, just...
2016-03-21 Imre Vadászsys/boot/efi: dloader's interact() doesn't take an...
2016-03-21 Imre Vadászsys/boot/efi: Remove __arm__ and __i386__, s/amd64...
2016-03-21 Imre Vadászsys/boot/efi: Remove ZFS and FDT support code.
2016-03-21 Imre Vadászsys/boot/efi: Fix EFI_RESERVED_SERVICE declaration...
2016-03-21 Imre Vadászsys/boot/efi: Include <stdarg.h> in efinet.c, to fix...
2016-03-21 Imre Vadászsys/boot/efi: Use a struct efi_devdesc instead of devde...
2016-03-21 Imre Vadászsys/boot/efi: Adapt Makefiles for DragonFly.
2016-03-21 Imre Vadászsys/boot/efi: Adapt x86_64/efibind.h header for DragonFly.
2016-03-21 Imre Vadászsys/boot/efi: Import self_reloc.c from FreeBSD's sys...
2016-03-21 Imre Vadászsys/boot/efi: Import subset of FreeBSD's sys/boot/efi...
2016-03-21 Imre Vadászsys/boot/common: Don't include libi386.h in module...
2016-03-21 Imre Vadászlibstand: Abort nfs_/tftp_open when called for non...
2016-03-21 Imre Vadászsys/boot/common: Add "struct stat" forward-declaration...
2016-03-21 Imre Vadászsys/boot/pc32: Move howto_names definition to sys/boot.h.
2016-03-21 Imre Vadászsys/sys/linker.h: Add MODINFOMD_FW_HANDLE constant...
2016-03-21 Imre Vadászsys/dev/disk/sdhci: Add sdhci_acpi for attaching via...
2016-03-21 Tomohiro Kusumisbin/hammer: Cleanup
2016-03-21 Tomohiro Kusumisbin/hammer: Make hammer blockmap ignore zone=15 unless -vv
2016-03-21 Tomohiro Kusumisbin/hammer: Change format of hammer blockmap on -v
2016-03-21 Tomohiro Kusumisys/vfs/hammer: Erase layer2 entries on removing volume
2016-03-21 Tomohiro Kusumisys/vfs/hammer: Temporary fix for kernel panic on volum...
2016-03-21 Matthew Dillonkernel - Fix ig4 operation for certain machines
2016-03-21 John MarinoAdd -march support for CCVER=clang* (new bsd.cpu.clang.mk)
2016-03-21 Imre Vadaszkernel/pc64: Improve EFI framebuffer mapping.
2016-03-20 John MarinoImport framework to build base clang (version 3.8.0)
2016-03-20 Sascha WildnerSync ACPICA with Intel's version 20160318.
2016-03-20 Tomohiro Kusumisys/vfs/hammer: Fix bug on erasing volume header
2016-03-20 Tomohiro Kusumisbin/hammer: Declare char* at the top of block scope
2016-03-19 Sascha Wildneracpidump(8): Use the hint.acpi.0.rsdp kenv to get at...
2016-03-19 Sascha Wildnerboot/acpi: Implement hint.acpi.0.rsdp for the legacy...
2016-03-19 Sascha WildnerSync the kenv(1) utility with FreeBSD.
2016-03-19 Sascha WildnerAdd a kenv(2) system call for better handling of the...
2016-03-19 Tomohiro Kusumisys/vfs/hammer: Add hammer_is_zone_xxx()
2016-03-19 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_ZONE()
2016-03-19 Tomohiro Kusumisys/vfs/hammer: Rename clist to node_list
2016-03-19 Tomohiro Kusumisys/vfs/hammer: Remove unused HAMMER_TRANSF_DIDIO
2016-03-19 Tomohiro Kusumisys/vfs/hammer: Remove hammer_iterate_l1l2_entries()
2016-03-19 Tomohiro Kusumisys/vfs/hammer: Fix/rewrite hammer_free_freemap()
2016-03-19 Tomohiro Kusumisys/vfs/hammer: Fix/rewrite hammer_format_freemap()
2016-03-19 Tomohiro Kusumisys/vfs/hammer: Remove struct bigblock_stat
2016-03-19 Tomohiro Kusumisys/vfs/hammer: Remove hammer_test_free_freemap()
2016-03-19 Tomohiro Kusumisys/vfs/hammer: Separate total/free big-block counting...
2016-03-19 Tomohiro Kusumisbin/hammer: Remove unnecessary conditional on freemap...
2016-03-19 Tomohiro Kusumisbin/hammer: Fix writeback against readonly fd
2016-03-19 Tomohiro Kusumisbin/hammer: Fix conditional for Hammer_FSId initialization
2016-03-19 Tomohiro Kusumisbin/hammer: Remove unnecessary if(AssertOnFailure...
2016-03-19 Tomohiro Kusumisbin/hammer: Remove =0; for some global variables
2016-03-19 Tomohiro Kusumisbin/newfs_hammer: Fix wrong comment
2016-03-19 Tomohiro Kusumisbin/newfs_hammer: Define UndoBufferSize in newfs_hammer
2016-03-19 Tomohiro Kusumisbin/newfs_hammer: Define Boot|MemAreaSize in newfs_hammer
2016-03-19 Tomohiro Kusumisbin/newfs_hammer: Rename format_root() to format_root_...
2016-03-19 Tomohiro Kusumisbin/hammer: Minor fix for format_blockmap()
2016-03-19 Tomohiro Kusumisbin/hammer: Initialize Hammer_FSType before any subcommand
2016-03-19 Tomohiro Kusumisbin/hammer: Separate setup_volume() into init/load_vol...
2016-03-19 Tomohiro Kusumisbin/hammer: Add __add_volume()
2016-03-19 Tomohiro Kusumisbin/hammer: Add __alloc_volume()
2016-03-19 Tomohiro Kusumisbin/hammer: Add get_root_volume()
2016-03-19 Tomohiro Kusumisbin/hammer: Update blockmap lookup error#
2016-03-18 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_ROOT_VOLNO
2016-03-18 Tomohiro Kusumisbin/newfs_hammer: Cleanup
2016-03-17 Imre Vadászmmcsd(4): Fix typo in disk_create() args. Allows access...
2016-03-17 Sepherosa Ziehautcp: Implement per-cpu lport cache for listen sockets.
2016-03-16 Sascha WildnerMark up defined values with .Dv in various manual pages.
2016-03-15 Sascha Wildnerpppd(8): Fix an apparent bug that caused GCC whining...
2016-03-15 Imre Vadászsys/dev/disk/sdhci: Update to FreeBSD r296135.
2016-03-15 Imre Vadászsys/bus/mmc: Update to FreeBSD r285678.
2016-03-15 Sascha Wildnertic.1: Various mdoc fixes/improvements.
2016-03-15 Sascha WildnerUpdate the pciconf(8) database.
2016-03-13 John MarinoDocument new local mods on contrib/ncurses
2016-03-13 Imre Vadászboot/common: Fix compilation of load_elf.c and reloc_el...
2016-03-13 Imre Vadászlib/libstand: Add #ifndef _STAND_H include guard to...
2016-03-13 Imre Vadászlib/libstand: Remove exit declaration from stand.h.
2016-03-13 Sascha WildnerHack-fix buildworld after the ncurses upgrade.
2016-03-11 John Marinoncurses: Upgrade version 5.9 (20110402) => 6.0 (20160305)
2016-03-11 John Marinocontrib/ncurses: Reapply local mods and revise READMEs
2016-03-11 John MarinoMerge branch 'vendor/NCURSES'
2016-03-11 John MarinoTemporarily revert contrib/ncurses local mods for upgrade
2016-03-11 Matthew Dillonnrelease - Update to dhcp43-server
2016-03-11 John MarinoUpdate ncurses from version 5.9 to 6.0 (5 MARCH 2016)
2016-03-10 zrjnrelease: Allow to build snapshots on tmpfs.
2016-03-10 John Marinobsd.cpu.gcc(47|50).mk: Return support for CPUTYPE i386
2016-03-09 Imre Vadászdloader: Build i386 version for the bios bootloader...
2016-03-09 Imre Vadászlibstand: Build libstand for x86_64, and libstand32...
2016-03-09 Imre Vadászlibstand: Use new LIBSTAND_SRC and LIBSTAND_ARCH variab...
2016-03-09 Imre Vadászsys/boot: Push down Makeflags setting into dloader...
2016-03-09 John Marinoncurses solidation: Remove all references to libtermcap
2016-03-09 Sepherosa Ziehaubnx: Don't use thread template
2016-03-08 François Tigeotdports(7): Document default WRKDIRPREFIX value
2016-03-08 François Tigeotkernel/sysctl: Add SYSCTL_OUT_STR()
2016-03-07 zrj<sys/select.h>: Provide timespec structure.
2016-03-07 Sascha WildnerRework the CPU Makefile for GCC 4.7, too.
2016-03-07 Sascha WildnerAdd a manual page for exec_sys_{,un}register() system...
2016-03-07 Sascha WildnerAdjust markup of defined values to .Dv in various manua...
next