]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Update comment to reflect actual default timeout.
[FreeBSD/FreeBSD.git] / sys /
2017-10-15 impUpdate comment to reflect actual default timeout.
2017-10-15 tijlAdd special handling for current in-tree drm devices...
2017-10-15 tijlUse sizeof instead of strlen on string constants. ...
2017-10-15 traszReplace some magic numbers in usb_template(4) code...
2017-10-14 rlibbymlx4: use enum constants instead of const vars for...
2017-10-14 fsuAdd extended attributes support to fuse kernel module.
2017-10-14 tuexenCode cleanup, not functional change.
2017-10-14 mjgFix wrong v_free_count annotation - (f) instead of (a)
2017-10-14 mjgmtx: fix up owner_mtx after r324609
2017-10-13 mjgReduce traffic on vm_cnt.v_free_count
2017-10-13 mjgmtx: change MTX_UNOWNED from 4 to 0
2017-10-13 kpSupport the D-Link DWM-222 LTE Dongle
2017-10-13 markjMake the PHOLD in linux_wait_event_common() unconditional.
2017-10-13 alcAddress two problems with sendfile(..., SF_NOCACHE...
2017-10-13 kibEvaluate the real size of the sblk_zone.
2017-10-13 bro Support for Kabylake CPU PMCs (fall down to PMC_CPU_I...
2017-10-13 hselaskyDon't call selrecord() outside the select system call...
2017-10-13 emasteANSIfy vm_kern.c
2017-10-13 aeFix regression in handling O_FORWARD_IP opcode after...
2017-10-13 avgremove process and jail directory machinations from...
2017-10-13 adrian[net80211] don't try to follow a NULL rxs pointer down...
2017-10-12 adrian[ath] Begin using the replacement EDCA functions.
2017-10-12 adrian[net80211] begin handling multiple hardware decap'ed...
2017-10-12 glebiusFix build after r324446.
2017-10-12 emasteregen freebsd32_sysent.c after r324564 (freebsd32_posix...
2017-10-12 emasteallow posix_fallocate in 32-bit compat capability mode
2017-10-12 manua10_ehci: Remove the passby code
2017-10-12 bzAdd rev16 instruction to the disassembler.
2017-10-12 emasteregen init_sysent.c r324560
2017-10-12 emasteallow posix_fallocate in capability mode
2017-10-12 impMove panic back into libsa. It's documented in libstand...
2017-10-12 impDefine prototype for exit and ensure references
2017-10-12 impRename exit to efi_exit to avoid clashing with libsa...
2017-10-12 impMove ufsread.c
2017-10-12 impHonor CFLAGS modifications in Makefile.inc by using...
2017-10-12 impMove crc32.c, util.c and gpt.c over to libsa.
2017-10-12 impRename libstand.a to libsa.a and libstand32.a to libsa32.a
2017-10-12 impKill the userboot copy of libstand.
2017-10-12 impMove lib/libstand to sys/boot/libsa
2017-10-12 bzPreviously there was a VIRT kernel to which I had added...
2017-10-11 mjorasWhen unmounting a tmpfs, do not call free_unr.
2017-10-11 mjorasAdd clearing function for unr(9).
2017-10-11 glebiusDeclare more TCP globals in tcp_var.h, so that alternat...
2017-10-11 davidcsAdded support driver state capture/retrieval
2017-10-11 cemcrypto(9): Print flags in more useful hex
2017-10-11 davidcsAdd sanity checks in ql_hw_send() qla_send() to ensure...
2017-10-11 cemhwpmc(4): Actually use a sufficiently wide type
2017-10-11 cemhwpmc(4): Force sufficiently wide type for left shift
2017-10-11 kibThe th_bintime, th_microtime and th_nanotime members...
2017-10-11 sepherss: Remove never defined UDP_IPV4_EX
2017-10-11 sepheixgbe: Remove never defined UDP_IPV4_EX
2017-10-11 sephehyperv/hn: Enable transparent VF by default.
2017-10-11 sephehyperv/hn: Workaround erroneous hash type observed...
2017-10-11 lidlDon't use a non-zero argument for __builtin_frame_address
2017-10-10 sbrunomatch sendfile() error handling to send().
2017-10-10 rmacklemFix forced dismount when a pNFS mount is hung on a DS.
2017-10-10 davidcsRevert Commit r324290
2017-10-10 emasteuart: detect 256-byte FIFOs
2017-10-10 jkimMerge ACPICA 20170929 (take 2).
2017-10-10 jkimDo not check whether AcpiOsGetTimer() is called during...
2017-10-10 sbrunoHard link if_igb.ko to if_em.ko. Use a LINK directive...
2017-10-10 andrewSupport the EFI Runtime Services on arm64. As with...
2017-10-10 andrewAdd machine/fpu.h on arm64 for compatibility with amd64.
2017-10-10 andrewMove the pmap_l0_index, etc. macros to pte.h. These...
2017-10-10 hselaskyMake sure the IPv6 scope ID gets zeroed inside the...
2017-10-10 hselaskyUse common rdma_ip2gid() function instead of custom...
2017-10-10 hselaskyAdd support for parsing and using IPv6 addresses in...
2017-10-10 sephehyperv/hn: Workaround erroneous hash type observed...
2017-10-10 sephehyperv/vmbus: Expose Hyper-V major version.
2017-10-10 sephehyperv/vmbus: Add tunable to pin/unpin event tasks.
2017-10-10 ngieFix typos: `stand alon{e,g}` should be spelled like...
2017-10-10 ngieAdd missing SUBDIR needed for iwmfw to load after ...
2017-10-10 ngieSort SUBDIR and put entries on a single list
2017-10-10 impRather than laying whack-a-mole with including the...
2017-10-10 sbrunoRevert r324405 at the request of the submitter pending...
2017-10-09 asomersRemove embedded newlines from sysctl variable descriptions
2017-10-09 impNote libstand is no longer a public interface in UPDATI...
2017-10-09 impCreate sys/boot/libsa and build libstand.a there
2017-10-09 impDefine LIBSA* and use them instead of overloaded LIBSTAND
2017-10-09 impAdd missing -I${SASRC} in a couple of places so that...
2017-10-09 impDefine SASRC and use it
2017-10-09 impPrefer ${LIBSTAND} to -lstand
2017-10-09 glebiusImprovements to sendfile(2) mbuf free routine.
2017-10-09 glebiusIn mb_dupcl() don't copy full m_ext, to avoid cache...
2017-10-09 glebiusShorten list of arguments to mbuf external storage...
2017-10-09 hselaskyWhen showing the sleepqueues from the in-kernel debugger,
2017-10-09 alcThe recent change to initialization of blists (r324420...
2017-10-09 kibChange amd64_get_ldt() to return 'EOF' when the LDT...
2017-10-09 kibChange i386_get_ldt() to return 'EOF' when the requeste...
2017-10-09 kibImprovements to set_user_ldt().
2017-10-09 gnnAdd the firmware for the Intel 8265 WiFi device.
2017-10-09 gnnAdd support for Intel 8265 WiFi
2017-10-09 kibReset the fs and gs bases on exec(2).
2017-10-09 kibMore style.
2017-10-09 avgillumos mutex_init: use SX_NEW instead of bzero
2017-10-08 alcThe blst_radix_init function has two purposes - to...
2017-10-08 ianFix imx6 hdmi init after r323553, which used a config_i...
2017-10-08 ianAdd eventhandler notifications for newbus device attach...
2017-10-08 ianRestore the ability to deregister an eventhandler from...
2017-10-08 alcReplace an unnecessary call to vm_page_activate() by...
next