]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Make IPsec work with AES-GCM and AES-ICM (aka CTR) in OCF... IPsec
[FreeBSD/FreeBSD.git] / sys /
2015-08-04 jmgMake IPsec work with AES-GCM and AES-ICM (aka CTR)...
2015-08-04 kibGive large kernel stack to the initial thread . Otherw...
2015-08-04 kibCopy the fencing of the algorithm to do lock-less updat...
2015-08-04 traszFix panic triggered by code like this:
2015-08-04 hselaskyAvoid calling into the random subsystem before it is...
2015-08-04 traszMark vgonel() as static. It was already declared stati...
2015-08-04 edLet the CloudABI futex code use umtx_keys.
2015-08-04 edFix bad arithmetic in umtx_key_get() to compute object...
2015-08-04 jkimAlways define __va_list for amd64 and restore pre-r2322...
2015-08-03 loosRemove the mtx_sleep() from the kqueue f_event filter.
2015-08-03 edAdd missing const keyword to function parameter.
2015-08-03 jhbkgdb uses td_oncpu to determine if a thread is running...
2015-08-03 alcRefinements to r281079's sequential access optimization...
2015-08-03 loosAdd a KASSERT() to make sure we wont rotate the buffers...
2015-08-03 markjThe mbuf parameter to ip_output_pfil() must be an outpu...
2015-08-03 markjRemove a couple of unused fields from the FBT probe...
2015-08-03 sbrunoA misplaced #endif in ixgbe_ioctl() causes interface...
2015-08-03 traszFix panic that would happen on forcibly unmounting...
2015-08-03 traszFix a problem which made loader(8) load non-kld files...
2015-08-03 zbbAdd missing exception number to EL0 sync. abort on...
2015-08-03 impAdd pmspvc device back to GENERIC. The issues with...
2015-08-03 edLet CloudABI use the SV_CAPSICUM flag.
2015-08-03 edAdd sysent flag to switch to capabilities mode on startup.
2015-08-03 kibClear the IA32_MISC_ENABLE MSR bit, which limits the...
2015-08-03 jchDecompose TCP INP_INFO lock to increase short-lived...
2015-08-03 traszRework the way iSCSI initiator handles system shutdown...
2015-08-03 andrewPass the pcb to store the vfp state in to vfp_save_stat...
2015-08-03 smhFix KSTACK_PAGES check in ZFS module
2015-08-03 edSet p_osrel to __FreeBSD_version on process startup.
2015-08-03 gonzoPass correct type of argument to ti_gpio_unmask_irq...
2015-08-02 jmglooks like all archs either have clang or cdefs include...
2015-08-02 impDon't forget to check the vendor when probing. Also...
2015-08-02 tuexenDon't take the port numbers for packets containing...
2015-08-02 aeProperly handle IPV6_NEXTHOP socket option in selectrou...
2015-08-02 aeRemove redundant check.
2015-08-02 jmgconvert to C11's _Static_assert, and pull in sys/cdefs...
2015-08-02 markjAvoid dereferencing curthread->td_proc->p_cred in DTrac...
2015-08-02 markjDon't modify curthread->td_locks unless INVARIANTS...
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
next