]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2019-12-16 philAllow proper builds of libxo's CSV encoder:
2019-12-16 impUse symbolic names for int13 calls
2019-12-16 impMove attachment of pccard children into exca library...
2019-12-16 impAdd slot number ivar to return which slot number the...
2019-12-16 impWe'll never have multiple slots a cardbus bridge. So...
2019-12-16 impRemove all the RELEASE_CRUNCH defines, they are useless.
2019-12-16 traszAdd a hack to make ^T work for Linux binaries, enabled...
2019-12-16 jeffRepeat the spinlock_enter/exit pattern from amd64 on...
2019-12-16 traszAdd compat.linux.emul_path, so it can be set to somethi...
2019-12-16 impRevert r355813
2019-12-16 emasteUPDATING: remove outdated caution against make -j
2019-12-16 impImplement a system-wide limit or da and ada devices...
2019-12-16 traszDon't use K&R definitions. No functional changes.
2019-12-16 kevanskbd drivers: don't double register keyboard drivers
2019-12-16 mmelFix LLVM libunwnwind _Unwind_Backtrace symbol version...
2019-12-16 lwhsuFix gcc build after r355790
2019-12-16 luporl[PPC] Handle qOffsets packet
2019-12-16 hselaskyInstall missing pcap(3) manual pages and add missing...
2019-12-16 kevanskbd: patch linker set methods, too
2019-12-16 kevanskbd: remove kbdsw, store pointer to driver in each...
2019-12-16 kevanschrome_kb: remove default get_fkeystr/diag implementations
2019-12-16 kevanskbd: provide default implementations of get_fkeystr...
2019-12-16 kevanskeyboard switch definitions: standardize on c99 initial...
2019-12-16 kevanskbd drivers: use kbdd_* indirection for diag invocation
2019-12-16 markjRemove a declaration of sched_clock() redundant after...
2019-12-16 mjgvfs: allow tail call optimisation in vops in the common...
2019-12-16 mjgvfs: flatten vop vectors
2019-12-16 mjgmtx: eliminate recursion support from thread lock
2019-12-15 mavProperly detect ATA sanitize errors.
2019-12-15 alcApply a small optimization to pmap_remove_l3_range...
2019-12-15 tsoomeloader: rewrite zfs vdev initialization
2019-12-15 jeffschedlock 4/4
2019-12-15 jhibbitspowerpc/powernv: Set the PTCR for the Nest MMU
2019-12-15 jeffschedlock 3/4
2019-12-15 jeffschedlock 2/4
2019-12-15 ianRewrite arm kernel stack unwind code to work when unwin...
2019-12-15 jeffschedlock 1/4
2019-12-15 jhibbitspowerpc/mpc85xx: Clean up Freescale SATA driver a little
2019-12-15 ianSupport --all-repeats in uniq(1) for compatibility...
2019-12-15 cemRevert r355760, r355759
2019-12-15 kevanskbd: convert kbdd_* macros to inline functions
2019-12-15 mmelProperly synchronize completion DMA buffers.
2019-12-15 tsoomeloader: zfsimpl.c cstyle cleanup
2019-12-15 jeffFix a mistake in r355765. We need to activate the...
2019-12-15 kevanskbd: drop _KERNEL #ifdef in kbdreg.h
2019-12-15 jeffPreviously we did not support invalid pages in default...
2019-12-15 jeffAdd a deferred free mechanism for freeing swap space...
2019-12-15 jeffSlightly optimize locking in vm_map_copy_swap_entry...
2019-12-15 jeffHandle pagein clustering in vm_page_grab_valid() so...
2019-12-15 pfgcdefs: use more accurate GCC version for the deprecated...
2019-12-15 kevans<unistd.h>: remove redundant __BSD_VISIBLE
2019-12-14 cemlinuxkpi: Drop incompatible __deprecated definition
2019-12-14 cemcdefs: Add __deprecated(message) function attribute...
2019-12-14 rmacklemUpdate the mount_nfs.8 man page to include NFSv4.2.
2019-12-14 dougmSimplify the processing a leaf mask to find big-enough...
2019-12-14 mmelAdd driver for Rockchip PCIe root complex found in...
2019-12-14 traszAdd sync_file_range(2) implementation to linux(4);...
2019-12-14 traszRegen after r355752.
2019-12-14 traszFix definitions for linuxulator's sync_file_range(2).
2019-12-14 traszAdd 'sesutil show' subcommand to show enclosure and...
2019-12-14 traszAdd -M option to nc(1), which makes it print the TCP...
2019-12-14 cemDeprecate sranddev(3) API
2019-12-14 rlibbyuma dbg: flexible size for slab debug bitset too
2019-12-14 kppf: Make request_maxcount runtime adjustable
2019-12-14 kppfctl: Warn users when they run into kernel limits
2019-12-14 mjgRemove the useless return value from proc_set_cred
2019-12-13 scottlAdd accessors for the Vendor Specific Extended Capabili...
2019-12-13 jhbExpand net epoch in the cxgbe TOE driver to satisfy...
2019-12-13 jkimMFV: r355716
2019-12-13 ianInclude ofw_bus_if.h in SRCS only on systems configured...
2019-12-13 impBetter copyright advice
2019-12-13 avgzfs boot: fix a crash in a rarely taken path in fzap_lookup
2019-12-13 impBe consistent about checking return value from bus_dela...
2019-12-13 impDon't use contractions. Fix the date.
2019-12-13 rmacklemSilence some "might not be initialized" warnings for...
2019-12-13 jhbRemove the deprecated timeout(9) interface.
2019-12-13 npcxgbe(4): Use the _XT variant of the CPL used to transm...
2019-12-13 bdragon[PowerPC] Fully define gdtoa settings on powerpc64.
2019-12-13 jhbUse callout(9) instead of deprecated timeout(9).
2019-12-13 impCreate new wrapper function: bus_delayed_attach_children()
2019-12-13 jhbUse a callout instead of timeout(9) for delayed zio's.
2019-12-13 jhbUse callout(9) instead of deprecated timeout(9) for...
2019-12-13 jhbSupport software breakpoints in the debug server on...
2019-12-13 traszAdd kern_kill() and use it in Linuxulator. It's just...
2019-12-13 traszAdd kern_getsid() and use it in Linuxulator; no functio...
2019-12-13 impMove to using bool instead of boolean_t
2019-12-13 markjRestore the reservation of boot pages for bucket zones...
2019-12-13 bdragon[PowerPC] Enable TLS usage in system libraries on ELFv2.
2019-12-13 mavFix $() handling, broken since the beginning at r108014.
2019-12-13 rmacklemAdd an entry to RELNOTES for r355677.
2019-12-13 emasterevert r355609
2019-12-13 tsoomeloader: cd9660_open() warn: is 'buf' large enough for...
2019-12-13 aeMake TCP options parsing stricter.
2019-12-13 rlibbyRevert r355706 & r355710
2019-12-13 rlibbylibmemstat: unbreak build
2019-12-13 rlibbybitset: rename confusing macro NAND to ANDNOT
2019-12-13 rlibbyuma: report slab efficiency
2019-12-13 rlibbyuma: delay bucket_init() until we might actually enable...
2019-12-13 rlibbyuma dbg: flexible size for slab debug bitset too
2019-12-13 traszAdd kern.geom.part.separator tunable. This makes it...
next