]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Set output pin initial value based on pin's pinmux pullup/pulldown setup
[FreeBSD/FreeBSD.git] / sys /
2015-08-01 gonzoSet output pin initial value based on pin's pinmux...
2015-08-01 hselaskyFree mbufs when busdma loading fails.
2015-08-01 jhbClear P_TRACED before reparenting a detached process...
2015-08-01 edAllow CloudABI processes to create shared memory objects.
2015-08-01 edAdd kern_shm_open().
2015-07-31 loosRemove two unnecessary sleeps from the hot path in...
2015-07-31 loosRemove the sleep from the buffer allocation routine.
2015-07-31 loosDo not allocate the buffers at opening of the descripto...
2015-07-31 andrewTry to put the CPU into a low power state if we failed...
2015-07-31 andrewLoad the stack in stack_save and stack_save_td. This...
2015-07-31 gjbPull pmspcv (pms(4)) from GENERIC. It has PCI ID conflicts
2015-07-31 andrewAdd support for uma_small_alloc and uma_small_free...
2015-07-31 andrewAdd memrw. This has had minimal testing, and will likel...
2015-07-31 andrewAdd more atomic_swap_* functions.
2015-07-31 andrewAdd VIRT_IN_DMAP to check if a virtual address is from...
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-31 edFix accidental line wrapping introduced in r286122.
2015-07-31 edLimit rights on process descriptors.
2015-07-31 zbbApply erratum for mrs ICC_IAR1_EL1 speculative executio...
2015-07-31 hselaskyLimit the number of times we loop inside the DWC OTG...
2015-07-31 aeAnsify if_stf.c
2015-07-31 aeRemove unneded #include "opt_inet.h".
2015-07-31 edDocument the existence of cloudabi_load and cloudabi64_...
2015-07-31 jmgtemporarily fix build.. This isn't the final fix,...
2015-07-31 npcxgbe(4): initialize debug_flags from the kernel enviro...
2015-07-31 kibvn_io_fault() handling of the LOR for i/o into the...
2015-07-31 jmgthese are comparing authenticators and need to be const...
2015-07-31 jmgClean up this header file...
2015-07-30 eriCorrect IPSec SA statistic keeping
2015-07-30 mjgRevert r285125 until rmlocks get fixed.
2015-07-30 hirenUpdate snd_una description to make it more readable.
2015-07-30 gonzoAdd GPIO backlight driver compatible with Linux FDT...
2015-07-30 rodrigcGet function prototypes for msg, shm, sem functions
2015-07-30 markjib mad: fix an incorrect use of list_for_each_entry
2015-07-30 kibDo not pretend that vm_fault(9) supports unwiring the...
2015-07-30 andrewAdd enough of pmap_page_set_memattr to run gstat. It...
2015-07-30 kibImprove comments.
2015-07-30 roygervfs: fill fallout from r286076
2015-07-30 roygervfs: fix off-by-one error in vfs_buf_check_mapped
2015-07-30 emasteAdd ARM64TODO markers to unimplemented functionality
2015-07-30 zbbEnable IRQ during syscalls on ARM64
2015-07-30 zbbRemove obsolete vendor code from Alpine platform support
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-30 aeBuild if_stf(4) module only when both INET and INET6...
2015-07-30 cpercivaAdd support for Xen blkif indirect segment I/Os. This...
2015-07-30 loosFollow r256586 and rename the kernel version of the...
2015-07-30 kibUse private cache line for the locked nop in *mb()...
2015-07-29 kibMFamd64 r285934: Remove store/load (= full) barrier...
2015-07-29 jmgconst'ify an arg that we don't update...
2015-07-29 rmacklemThis patch fixes a problem where, if the NFSv4 server...
2015-07-29 jimharrisnvme: do not notify a consumer about failures that...
2015-07-29 sbrunoAdd support for BCM5466 PHY
2015-07-29 sbrunoRemove dead functions pmap_pvdump and pads.
2015-07-29 eriAvoid double reference decrement when firewalls force...
2015-07-29 eriip_output normalization and fixes
2015-07-29 pkelseyRevert r265338, r271089 and r271123 as those changes...
2015-07-29 edMake pipes in CloudABI work.
2015-07-29 edIntroduce falloc_caps() to create descriptors with...
2015-07-29 sbrunoMake Broadcom XLR use shared ds1374 RTC driver.
2015-07-29 aeEliminate the use of m_copydata() in gif_encapcheck().
2015-07-29 edSplit up Capsicum to CloudABI rights conversion into...
2015-07-29 zbbAdd quirk for ThunderX ITS device table size
2015-07-29 aeReduce overhead of ipfw's me6 opcode.
2015-07-29 kibMove bufshutdown() out of the #ifdef INVARIANTS block.
2015-07-29 aeConvert in_ifaddr_lock and in6_ifaddr_lock to rmlock.
2015-07-29 jmgRFC4868 section 2.3 requires that the output be half...
2015-07-29 kppf: Always initialise pf_fragment.fr_flags
2015-07-29 edImplement CloudABI's readdir().
2015-07-29 jeff - Remove some dead code copied from ffs.
2015-07-29 jeff - Make 'struct buf *buf' private to vfs_bio.c. Having...
2015-07-28 dumbbelldrm/i915: Sort functions in i915_gem.c to match Linux...
2015-07-28 jeff - Eliminate the EMPTYKVA queue. It served as a cache...
2015-07-28 davidcs- Avoid lock contention in the if_transmit callback...
2015-07-28 bdreweryMFV r285970:
2015-07-28 gargaSimplify logic added in r285945 as suggested by glebius
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-28 zbbLimit ofw_cpu_early_foreach() to CPUs only
2015-07-28 edImplement file attribute modification system calls...
2015-07-28 smhAdd warning about low KSTACK_PAGES for ZFS use
2015-07-28 gargaRespect pf rule log option before log dropped packets...
2015-07-28 glebiusFix a typo in r280169. Of course we are interested...
2015-07-28 tuexenFix a typo reported by Erik Cederstrand.
2015-07-28 hselaskyOptimise the DWC OTG host mode driver's receive path:
2015-07-28 kibRemove full barrier from the amd64 atomic_load_acq_...
2015-07-28 kibRemove useless acquire semantic from the atomic_add...
2015-07-28 kibAdd bit names for the IA32_MISC_ENABLE msr.
2015-07-28 edImplement directory and FIFO creation.
2015-07-28 edMake fstat() and friends work.
2015-07-28 marcelCheck the sync operation.
2015-07-27 tuexenProvide consistent error causes whenever an ABORT chunk...
2015-07-27 marius- Move the remainder of host controller capability...
2015-07-27 marius- Fix compilation after r285909 with USB_DEBUG defined.
2015-07-27 marius- Use __FBSDID().
2015-07-27 marius- Nuke dupe $FreeBSD$.
2015-07-27 edMake shutdown() return ENOTCONN as required by POSIX...
2015-07-27 marius- Probe UICLASS_CDC/UISUBCLASS_ABSTRACT_CONTROL_MODEL...
2015-07-27 edAdd a futex implementation for CloudABI.
2015-07-27 edRegenerate system call table.
2015-07-27 edSync in latest upstream system call definitions.
2015-07-26 marcelo make sure the boundary is a power of 2, when not...
next