]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2019-07-12 seancusr.sbin/bhyve: unconditionally initialize the NVMe...
2019-07-12 impRetire support for -DMINIMALISTIC
2019-07-12 seancusr.sbin/bhyve: free resources when erroring out of...
2019-07-12 impThere is no SMALLER define anymore here
2019-07-12 impRemove unused defines since r147075
2019-07-12 cyMove the new ipf_pcksum6() function from ip_fil_freebsd...
2019-07-12 jhibbitsAllow efi loader to get network params from uboot
2019-07-11 seancusr.sbin/bhyve: send an initialized value to wake up...
2019-07-11 sjglibsecureboot: avoid recusion in ve_trust_init
2019-07-11 dougmAddress problems in blist_alloc introduced in r349777...
2019-07-11 seancusr.sbin/bhyve: commit miss from r349918
2019-07-11 seancusr.sbin/bhyve: free leaked memory during option parsing
2019-07-11 cyRemove a tautological test for adding a rule in the...
2019-07-11 cyCorrect r349898. The default is add a rule.
2019-07-11 seancusr.sbin/bhyve: initialize return value in xhci device...
2019-07-11 seancusr.sbin/bhyve: free resources if there is an initializ...
2019-07-11 kibEnsure that mds_handler always points to a valid method.
2019-07-11 kibRestore ability to pass NULL name argument to pthread_s...
2019-07-11 markjFix some ISS bit definitions for data aborts.
2019-07-11 impMore fully implement the state machine.
2019-07-11 rrsUpdate to jhb's other suggestion, use #error when
2019-07-11 rrsUpdate copyright per JBH's suggestions.. thanks.
2019-07-11 jhibbitspowerpc: Only worry about the lower 32 bits of SP in...
2019-07-11 alcAccording to Section D5.10.3 "Maintenance requirements...
2019-07-11 markjAdd vm_page_hold.9 to ObsoleteFiles.inc.
2019-07-11 cyipfilter commands, in this case ipf(8), passes its...
2019-07-10 markjRename pmap_page_dirty() to pmap_pte_dirty().
2019-07-10 philiptelnet: fix minor style violation
2019-07-10 impEnforce a 4GB DMA boundary on isci(4)
2019-07-10 rrsThis commit updates rack to what is basically being...
2019-07-10 markjInherit P2_PROTMAX_{ENABLE,DISABLE} across fork().
2019-07-10 ianReorganize the SRCS lists as one file per line, and...
2019-07-10 philiptelnet: fix a couple of snprintf() buffer overflows
2019-07-10 impFix compile errors with the CI20
2019-07-10 ianDe-pollute arm's sysarch.h.
2019-07-10 avglinuxcommon: add module version
2019-07-10 luporl[PPC64] pseries: fix realmaxaddr calculation
2019-07-10 avgowc_gpiobus: small formatting cleanup
2019-07-10 tijlLet linuxulator mprotect mask unsupported bits before...
2019-07-10 dimApply a workaround to be able to build clang 8.0.0...
2019-07-10 hrsAdd support for RTL8156, 2.5GbE USB network controller...
2019-07-10 jhibbitspowerpc: Clamp 32-bit binaries to 32-bit MAXUSER
2019-07-10 ianAdd pwm.9, it was also deleted during the big round...
2019-07-10 lwhsuCorrect definitions in sys.opencrypto.runtests.main...
2019-07-09 jhbUse 'retval' label for first error in syscallenter().
2019-07-09 npcxgbe(4): Clear the freelist statistics in the clearsta...
2019-07-09 vmaffioneupdate calendar.freebsd
2019-07-09 vmaffionebhyve: net_backends.c: add missing __FBSDID
2019-07-09 vmaffionebhyve: add missing license identifiers in net_utils...
2019-07-09 alcIntroduce pmap_clear(), which zeroes a page table entry...
2019-07-09 npcxgbe(4): Use the simplest configuration possible when...
2019-07-09 jkimMFV: r349861
2019-07-09 whuhyperv/vmbus: Fix the wrong size in ndis_offload structure
2019-07-09 whuhyperv/vmbus: Update VMBus version 4.0 and 5.0 support.
2019-07-08 metamld6query: Fix typo s/linkocal/linklocal/
2019-07-08 hselaskyPut USB ACPI code into own module, uacpi.ko.
2019-07-08 ianRestore the ability for i2c slave devices to do IO...
2019-07-08 impFix bugs in recovery path and improve cm tracking
2019-07-08 lwhsu- Fix gcc build for superio(4)
2019-07-08 lwhsuFix gcc build for cxgbe(4)
2019-07-08 markjMerge the vm_page hold and wire mechanisms.
2019-07-08 impWork around devices which return all zeros for reads...
2019-07-08 hselaskyMinor code cleanup of USB ACPI code after r349161.
2019-07-08 cyUpdate frtuc struct comments. It not only defines TCP...
2019-07-08 cyCorrect the description for the low port in the port...
2019-07-08 markjElide the vm_reserv_free_page() call when PG_PCPU_CACHE...
2019-07-08 markjAdd a per-CPU page cache per VM free pool.
2019-07-08 ianCall device_unbusy() on the error exit path, because...
2019-07-08 vangyzenIgnore kern.vt.splash_cpu without graphics
2019-07-08 luporl[PPC] Add missing SLB allocation KASSERT
2019-07-07 ianEliminate spurious periodic.daily error message for...
2019-07-07 vmaffionebhyve: abstraction for network backends
2019-07-07 fsuAdd additional check for 'blocks per group' and 'fragme...
2019-07-07 fsuRemove ufs fragments logic.
2019-07-07 fsuRemove unneeded mount point unlock call.
2019-07-07 dougmA style-related change, r349791, made unclear the meani...
2019-07-07 alcThree changes to pmap_enter():
2019-07-06 kibDocument atomicity for read(2) and write(2).
2019-07-06 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-07-06 dougmFix style(9) violations involving division by PAGE_SIZE.
2019-07-06 dougmChange blist_next_leaf_alloc so that it can examine...
2019-07-05 alcRestructure cache_handle_range to avoid repeated barrie...
2019-07-05 dougmBased on work posted at https://reviews.freebsd.org...
2019-07-05 alcMerge r349526 from amd64. When we protect an L3 entry...
2019-07-04 vmaffionenetmap: Remove pointer leakage in netmap_mem2.c
2019-07-04 vmaffionenetmap: fix kernel pointer printing in netmap_generic.c
2019-07-04 emasteUpdate Linux compat version to 2.6.36
2019-07-04 traszReturn ENOTSUP for Linux FS_IOC_FIEMAP ioctl.
2019-07-04 traszAdd support for PTRACE_O_TRACEEXIT to linuxulator ptrac...
2019-07-04 traszImplement PTRACE_GETSIGINFO. This makes Linux strace...
2019-07-04 traszFix linuxulator prlimit64(2) with pid == 0. This makes...
2019-07-04 dougmMove an assignment, drop a label, and change gotos...
2019-07-04 dougmReplace a 'goto' with an 'else' in vm_map_wire_locked.
2019-07-04 dougmChange boolean_t variables in vm_map_unwire and vm_map_...
2019-07-04 dougmDrop a temp variable from vm_map_insert, with no effect...
2019-07-04 markjDefer funsetown() calls for a TTY to tty_rel_free().
2019-07-04 brFix transfers that don't use busdma or bounce buffer...
2019-07-04 impFix cut-and-pasto that slipped through my testing.
2019-07-04 markjelfcopy: Clear errors after fetching the shstrtab index.
2019-07-04 bdreweryConsider *clean targets as non-build targets as well.
next