Remove NO_OPENSSH variable functionality
[dragonfly.git] / sys /
2016-08-29 Tomohiro Kusumisys/vfs/hammer: Add typedefs for ondisk structures...
2016-08-29 Tomohiro Kusumisys/kern: Make struct buf::b_dep a member of union
2016-08-28 Imre Vadászif_iwm - Add some pcie device stop code from iwlwifi...
2016-08-28 Imre Vadászif_iwm - Use htole16 for policy field in struct iwm_tim...
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Remove unused struct hammer_io_list
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for enum hammer_io_type
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Typedef struct on declaration
2016-08-28 Imre Vadászif_iwm - Fix comments and struct definition for struct...
2016-08-28 Imre Vadászif_iwm - Remove unused wantresp field in iwm_rx_data...
2016-08-28 Imre Vadászif_iwm - Remove two duplicate const qualifiers.
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Remove prototypes for not existing...
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_mount*
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_node_lock*
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_node*
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_buffer*
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_volume*
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_io*
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_record*
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_inode*
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_transac...
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_btree_l...
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_base_elm*
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for union hammer_data_ondisk*
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_pseudof...
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Conform to typical hammer code format
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_volume_...
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_blockma...
2016-08-28 Sascha Wildner<sys/iconv.h>: Fix typo in a comment (taken from FreeBSD).
2016-08-28 Sascha Wildnerkernel/libiconv: Sync with FreeBSD.
2016-08-27 John MarinoMerge branch 'vendor/GCC50'
2016-08-27 Tomohiro Kusumisys/vfs/hammer: Remove wrong comment
2016-08-24 Sepherosa Ziehauacpi: Save I/O ports for I/O ports range, as long as...
2016-08-20 Tomohiro Kusumisys/vfs/hammer: Add comments on filesystem capacity
2016-08-20 Tomohiro Kusumisys/vfs/hammer: Integrate ondisk uint32 reserveds into []
2016-08-18 Sascha Wildnerkernel/msdosfs: Add pathconf(3) support for FILESIZEBITS.
2016-08-18 Sascha Wildnerkernel/msdosfs: Sort pathconf cases in msdosfs_pathconf().
2016-08-18 Sascha Wildnerkernel/vfs: Sort pathconf cases in the default pathconf.
2016-08-18 Tomohiro Kusumisys/vfs/hammer: Remove unused HAMMER_IOC_PFS_XXX macros
2016-08-17 Tomohiro Kusumisys/vfs/hammer: Fix wrong comment and unnecessary argument
2016-08-14 Tomohiro Kusumisys/vfs/hammer: Drop redundant error initialization
2016-08-14 Tomohiro Kusumisys/vfs/hammer: Rename HAMMERIOC_PFS_ITERATE to HAMMERI...
2016-08-14 Tomohiro Kusumisys/vfs/hammer: Change/Fix ioctl API for HAMMERIOC_PFS_...
2016-08-13 Sascha Wildner<sys/errno.h>: Use __BSD_VISIBLE instead of !_POSIX_SOURCE.
2016-08-13 Sascha Wildner<sys/errno.h>: Adjust whitespace (no functional change).
2016-08-12 zrjsys/boot: Unbreak WORLD_CCVER=gcc47
2016-08-12 zrjsys.mk: Introduce WORLD_CCOPTLEVEL.
2016-08-08 Matthew Dillonkernel - Add workaround for improper yield in ACPI...
2016-08-08 Sascha Wildner<sys/termios.h>: Clean up the namespace.
2016-08-08 Sascha Wildner<sys/termios.h>: Adjust whitespace (no functional change).
2016-08-08 Matthew Dillonkernel - Remove some debug output
2016-08-07 Sascha Wildnerkernel: Remove useless I586_PMC_GUPROF option.
2016-08-07 Sascha Wildneri386 removal, part 56/x: Remove old i386 specific manua...
2016-08-07 Sascha Wildnerkernel: Remove the old vx(4) network driver.
2016-08-07 Sascha Wildneri386 removal, part 55/x: Remove if_sbni(4) remains.
2016-08-07 Sascha Wildneri386 removal, part 54/x: Remove perfmon(4) remains.
2016-08-07 Sascha Wildneri386 removal, part 53/x: Remove the code of the fe...
2016-08-07 Sascha Wildnerkernel: Remove the old ep(4) and ex(4) network drivers.
2016-08-07 Sascha Wildneri386 removal, part 52/x: Remove the old cs(4) network...
2016-08-07 Sascha WildnerClean up some more after the sys/emulation/linux removal.
2016-08-07 Matthew Dillonboot - Force -O
2016-08-07 Matthew Dillonbuild - prepare for higher optimization levels
2016-08-07 Matthew Dillonkernel - Fix minor bug in powermng
2016-08-07 Matthew Dillonkernel - Cleanup gcc warnings
2016-08-07 Matthew Dillonkernel - Fix memcpy assembly ABI
2016-08-06 Matthew Dillonkernel, world - Remove the remaining vestiges of linux...
2016-08-06 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_VOL_BUF_SIZE()
2016-08-05 Matthew Dillonkernel - Fix kern.proc.pathname sysctl
2016-08-05 Sascha WildnerUse ; instead of , where appropriate.
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Matthew Dillonkernel - Fix lwp_fork/exit race (2) (vkernel)
2016-08-03 François Tigeotdrm/linux: kernel_ulong_t is defined in linux/mod_devic...
2016-08-03 Sascha Wildnervkernel: Add a simple pagezero() macro (unbreaks build).
2016-08-03 Peter AvalosMerge branch 'vendor/OPENSSL'
2016-08-03 Matthew Dillonkernel - Fix lwp_fork/exit race
2016-08-03 Sascha Wildner<sys/types.h>: Use __BSD_VISIBLE instead of !_POSIX_SOURCE.
2016-08-03 Sascha Wildner<sys/stat.h>: Clean up the POSIX namespace.
2016-08-03 Sascha Wildner<sys/aio.h>: Remove unneeded includes (cleans up namesp...
2016-08-03 Sascha Wildner<sys/ipc.h>: Some POSIX adjustments.
2016-08-03 Sascha Wildner<sys/shm.h>: Some POSIX adjustments.
2016-08-03 Sascha Wildner<sys/sem.h>: Some POSIX adjustments.
2016-08-03 Sascha Wildner<sys/msg.h>: Some POSIX adjustments.
2016-08-03 Sascha Wildner<netinet/tcp.h>: Clean up the POSIX namespace a bit.
2016-08-03 Sascha WildnerClean up whitespace in a few headers (no functional...
2016-08-03 Matthew Dillonkernel - Remove PG_ZERO and zeroidle (page-zeroing...
2016-08-01 Matthew Dillonkernel - Cleanup vm_page_pcpu_cache()
2016-07-31 François Tigeotdrm/linux: Add linux/kobject.h
2016-07-31 Matthew Dillonkernel - Refactor cpu localization for VM page allocati...
2016-07-31 François Tigeotdrm/linux: Add vmap()
2016-07-30 Sascha WildnerSync ACPICA with Intel's version 20160729.
2016-07-30 Matthew Dillonkernel - Refactor cpu localization for VM page allocati...
2016-07-30 Matthew Dillonkernel - cleanup vfs_cache debugging
2016-07-30 Imre Vadászif_iwm - Fix iwm_poll_bit() usage in iwm_stop_device().
2016-07-30 Matthew Dillonkernel - Refactor cpu localization for VM page allocations
2016-07-29 Matthew Dillonkernel - Reduce memory testing and early-boot zeroing.
2016-07-29 Matthew Dillonkernel - Cleanup namecache stall messages on console
2016-07-29 Matthew Dillonkernel - Fix rare tsleep/callout race
2016-07-29 Sepherosa Ziehauhyperv/vmbus: Passthrough interrupt resource allocation...
2016-07-28 Matthew Dillonkernel - Be nicer to pthreads in vfork()
2016-07-28 Matthew Dillonkernel - Fix getpid() issue in vfork() when threaded
next