]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Regenerate syscalls.
[FreeBSD/FreeBSD.git] / sys /
2015-07-11 adrianRegenerate syscalls.
2015-07-11 adrianAdd an initial NUMA affinity/policy configuration for...
2015-07-11 kibDo not allow creation of the dirty buffers for the...
2015-07-11 jmgComplete the move that was started w/ r263218.. For...
2015-07-10 pjdSpoil even can happen for some time now even on provide...
2015-07-10 luigiassorted algorithmic fixes from Paolo Valente (one...
2015-07-10 luigione more warning suppression when compiling the test...
2015-07-10 luigiadd code to compute fairness indexes;
2015-07-10 luigistaticize functions only used in netmap.c
2015-07-10 edAdd missing const keyword to kern_sigaction()'s 'act...
2015-07-10 mjgfd: further cleanup of kern_dup
2015-07-10 mjgfd: split kern_dup flags argument into actual flags...
2015-07-10 kibConvert between abridged (from FXSAVE) and unabridged...
2015-07-10 kibDuplicate the copyright from the i386/i386/machdep...
2015-07-10 kibChange the mb() use in the sched_ult tdq_notify() and...
2015-07-10 luigiadd netmap dependency when compiled as a module
2015-07-10 edLet listen() return EDESTADDRREQ when not bound.
2015-07-10 luigiSync netmap sources with the version in our private...
2015-07-10 gnnSummary: Fix LINT build. The names of the new AES...
2015-07-09 dimFix swapped copyin(9) arguments in cxgb's iwch_arm_cq...
2015-07-09 oshogboRename zfs nvpair files to not colidate with our nvlist.
2015-07-09 andrewRemove checks for __ARM_EABI__, we only build for EABI...
2015-07-09 andrewAdd support for __aeabi_memclr4, clang 3.7 calls it.
2015-07-09 gnnAdd support for AES modes to IPSec. These modes work...
2015-07-09 andrewClear the carry bit on the saved program state register...
2015-07-09 mjgvfs: cosmetic changes to namei and namei_handle_root
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-09 mjgvfs: simplify error handling in namei
2015-07-09 eriCorrect issue presented in r285051,
2015-07-09 edAdd implementations for some of the CloudABI file descr...
2015-07-09 mjgfd: prepare do_dup for being exported
2015-07-09 mjgvfs: avoid spurious vref/vrele for absolute lookups
2015-07-09 mjgvfs: plug a use-after-free of fd_rdir in namei
2015-07-09 andrewAdd support for SMP. This uses the FDT data to find...
2015-07-09 andrewAdd logging of synchronous exceptions.
2015-07-09 andrewAdd the definition of the shareable bits in the pagetables
2015-07-09 andrewClean up the types used in <machine/ucontext.h> on...
2015-07-09 edDon't clobber td->td_retval[0] in proc_reap().
2015-07-09 zbbRework CPU identification on ARM64
2015-07-09 kibCover a race between doselwakeup() and selfdfree()...
2015-07-09 edAdd forward declaration of struct thread.
2015-07-09 edGenerate CloudABI system call table with proper $FreeBS...
2015-07-09 edImport the CloudABI datatypes and create a system call...
2015-07-08 jmgupon further examination, it turns out that _unregister...
2015-07-08 mjgseq: use seq_consistent_nomb in seq_consistent
2015-07-08 zbbStyle cleanups after r285270
2015-07-08 jmgNow that aesni won't reuse fpu contexts (D3016), add...
2015-07-08 jmgaddress an issue where consumers, like IPsec, can reuse...
2015-07-08 kibReimplement the ordering requirements for the timehands...
2015-07-08 kibUse atomic_fence_fence_rel() to ensure ordering in the
2015-07-08 kibAdd the atomic_thread_fence() family of functions with...
2015-07-08 alcThe intention of r254304 was to scan the active queue...
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-08 andrewCorrectly set __WCHAR_MIN, there is no __UINT_MIN,...
2015-07-08 andrewAdd support for ipi_all_but_self on arm64.
2015-07-08 andrewAdd an implementation of savectx that doesn't just...
2015-07-08 zbbAdd memory barrier to bus_dmamap_sync()
2015-07-08 kibHandle copyout for the fcntl(F_OGETLK) using oflock...
2015-07-08 andrewSend the correct signal when vm_fault fails. While...
2015-07-07 jmgunroll the loop slightly... This improves performance...
2015-07-07 markjFix an incorrect assertion in witness.
2015-07-07 loosAdd the Banana Pi DTS.
2015-07-07 jmgwe may get here w/ non-sleepable locks held, so switch...
2015-07-07 emasteAvoid creating invalid UEFI device path
2015-07-07 loosAdd the GMAC entries to sun7i (A20) DTS.
2015-07-07 takawataFix rfcomm_sppd regression I could reproduced.
2015-07-07 pfgRelocate sched_random() within the SMP section.
2015-07-07 tuexenExport the ssthresh value per SCTP path via the sysctl...
2015-07-07 adrianAttempt to make 5GHz HT/40 work on the 6xxx series...
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-07 jhibbitsEnable the wireless on attach.
2015-07-07 jhibbitsstyle(9) cleanups.
2015-07-06 npcxgbe(4): Add a new knob that controls the congestion...
2015-07-06 npcxgbe(4): Do not override the the global defaults for...
2015-07-06 neelMove the 'devmem' device nodes from /dev/vmm to /dev...
2015-07-06 jmgFix for non-random IV's when CRD_F_IV_PRESENT and CRD_F...
2015-07-06 jmgremove _NORMAL flag which isn't suppose to be used...
2015-07-06 mjgtty: replace several curthread->td_proc with stored...
2015-07-06 zbbIntroduce ITS support for ARM64
2015-07-06 andrewAdd more tlb invalidations. We currently invalidate...
2015-07-06 loosWhen initializing the (unused) TX descriptors it is...
2015-07-06 loosUse uint32_t consistently to store registers values.
2015-07-06 pkelseyDon't acquire sysctlmemlock in userland_sysctl() when...
2015-07-06 kibMutex memory is not zeroed, add MTX_NEW.
2015-07-06 aeFill the port and protocol information in the SADB_ACQU...
2015-07-06 smhCorrect bit offsets for ahci quirks
2015-07-06 jhibbitsMerge booke and aim interrupt.c files.
2015-07-06 loosFix the sent packets statistics for if_dwc.
2015-07-06 pkelseyFix if_loop so bpfwrite() can use it regardless of...
2015-07-05 markjMove the comment describing namei(9) back to namei...
2015-07-05 markjRemove a stale descriptive comment for gbincore().
2015-07-05 markjCheck suspendability on the mountpoint returned by...
2015-07-05 markjAdd a local variable initialization needed in the OBJT_...
2015-07-05 mjgfd: make 'rights' a manadatory argument to fget* functions
2015-07-05 andrewAdd the kernel functions needed to enable threading.
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-07-05 bzFix GENERIC64 and LINT64 powerpc builds after r285144.
2015-07-05 ianEnable ipsec by default on all armv6 platforms.
2015-07-05 ianEnsure all the required files get built when you includ...
2015-07-05 mavMake first step toward supporting target and initiator...
next