]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2019-12-16 Jeff RobersonRepeat the spinlock_enter/exit pattern from amd64 on...
2019-12-16 Edward Tomasz... Add compat.linux.emul_path, so it can be set to somethi...
2019-12-16 Warner LoshRevert r355813
2019-12-16 Ed MasteUPDATING: remove outdated caution against make -j
2019-12-16 Warner LoshImplement a system-wide limit or da and ada devices...
2019-12-16 Edward Tomasz... Don't use K&R definitions. No functional changes.
2019-12-16 Kyle Evanskbd drivers: don't double register keyboard drivers
2019-12-16 Michal MelounFix LLVM libunwnwind _Unwind_Backtrace symbol version...
2019-12-16 Li-Wen HsuFix gcc build after r355790
2019-12-16 Leandro Lupori[PPC] Handle qOffsets packet
2019-12-16 Hans Petter... Install missing pcap(3) manual pages and add missing...
2019-12-16 Kyle Evanskbd: patch linker set methods, too
2019-12-16 Kyle Evanskbd: remove kbdsw, store pointer to driver in each...
2019-12-16 Kyle Evanschrome_kb: remove default get_fkeystr/diag implementations
2019-12-16 Kyle Evanskbd: provide default implementations of get_fkeystr...
2019-12-16 Kyle Evanskeyboard switch definitions: standardize on c99 initial...
2019-12-16 Kyle Evanskbd drivers: use kbdd_* indirection for diag invocation
2019-12-16 Mark JohnstonRemove a declaration of sched_clock() redundant after...
2019-12-16 Mateusz Guzikvfs: allow tail call optimisation in vops in the common...
2019-12-16 Mateusz Guzikvfs: flatten vop vectors
2019-12-16 Mateusz Guzikmtx: eliminate recursion support from thread lock
2019-12-15 Alexander MotinProperly detect ATA sanitize errors.
2019-12-15 Alan CoxApply a small optimization to pmap_remove_l3_range...
2019-12-15 Toomas Soomeloader: rewrite zfs vdev initialization
2019-12-15 Jeff Robersonschedlock 4/4
2019-12-15 Justin Hibbitspowerpc/powernv: Set the PTCR for the Nest MMU
2019-12-15 Jeff Robersonschedlock 3/4
2019-12-15 Jeff Robersonschedlock 2/4
2019-12-15 Ian LeporeRewrite arm kernel stack unwind code to work when unwin...
2019-12-15 Jeff Robersonschedlock 1/4
2019-12-15 Justin Hibbitspowerpc/mpc85xx: Clean up Freescale SATA driver a little
2019-12-15 Ian LeporeSupport --all-repeats in uniq(1) for compatibility...
2019-12-15 Conrad MeyerRevert r355760, r355759
2019-12-15 Kyle Evanskbd: convert kbdd_* macros to inline functions
2019-12-15 Michal MelounProperly synchronize completion DMA buffers.
2019-12-15 Toomas Soomeloader: zfsimpl.c cstyle cleanup
2019-12-15 Jeff RobersonFix a mistake in r355765. We need to activate the...
2019-12-15 Kyle Evanskbd: drop _KERNEL #ifdef in kbdreg.h
2019-12-15 Jeff RobersonPreviously we did not support invalid pages in default...
2019-12-15 Jeff RobersonAdd a deferred free mechanism for freeing swap space...
2019-12-15 Jeff RobersonSlightly optimize locking in vm_map_copy_swap_entry...
2019-12-15 Jeff RobersonHandle pagein clustering in vm_page_grab_valid() so...
2019-12-15 Pedro F. Giffunicdefs: use more accurate GCC version for the deprecated...
2019-12-15 Kyle Evans<unistd.h>: remove redundant __BSD_VISIBLE
2019-12-14 Conrad Meyerlinuxkpi: Drop incompatible __deprecated definition
2019-12-14 Conrad Meyercdefs: Add __deprecated(message) function attribute...
2019-12-14 Rick MacklemUpdate the mount_nfs.8 man page to include NFSv4.2.
2019-12-14 Doug MooreSimplify the processing a leaf mask to find big-enough...
2019-12-14 Michal MelounAdd driver for Rockchip PCIe root complex found in...
2019-12-14 Edward Tomasz... Add sync_file_range(2) implementation to linux(4);...
2019-12-14 Edward Tomasz... Regen after r355752.
2019-12-14 Edward Tomasz... Fix definitions for linuxulator's sync_file_range(2).
2019-12-14 Edward Tomasz... Add 'sesutil show' subcommand to show enclosure and...
2019-12-14 Edward Tomasz... Add -M option to nc(1), which makes it print the TCP...
2019-12-14 Conrad MeyerDeprecate sranddev(3) API
2019-12-14 Ryan Libbyuma dbg: flexible size for slab debug bitset too
2019-12-14 Kristof Provostpf: Make request_maxcount runtime adjustable
2019-12-14 Kristof Provostpfctl: Warn users when they run into kernel limits
2019-12-14 Mateusz GuzikRemove the useless return value from proc_set_cred
2019-12-13 Scott LongAdd accessors for the Vendor Specific Extended Capabili...
2019-12-13 John BaldwinExpand net epoch in the cxgbe TOE driver to satisfy...
2019-12-13 Jung-uk KimMFV: r355716
2019-12-13 Ian LeporeInclude ofw_bus_if.h in SRCS only on systems configured...
2019-12-13 Warner LoshBetter copyright advice
2019-12-13 Andriy Gaponzfs boot: fix a crash in a rarely taken path in fzap_lookup
2019-12-13 Warner LoshBe consistent about checking return value from bus_dela...
2019-12-13 Warner LoshDon't use contractions. Fix the date.
2019-12-13 Rick MacklemSilence some "might not be initialized" warnings for...
2019-12-13 John BaldwinRemove the deprecated timeout(9) interface.
2019-12-13 Navdeep Parharcxgbe(4): Use the _XT variant of the CPL used to transm...
2019-12-13 Brandon Bergren[PowerPC] Fully define gdtoa settings on powerpc64.
2019-12-13 John BaldwinUse callout(9) instead of deprecated timeout(9).
2019-12-13 Warner LoshCreate new wrapper function: bus_delayed_attach_children()
2019-12-13 John BaldwinUse a callout instead of timeout(9) for delayed zio's.
2019-12-13 John BaldwinUse callout(9) instead of deprecated timeout(9) for...
2019-12-13 John BaldwinSupport software breakpoints in the debug server on...
2019-12-13 Edward Tomasz... Add kern_kill() and use it in Linuxulator. It's just...
2019-12-13 Edward Tomasz... Add kern_getsid() and use it in Linuxulator; no functio...
2019-12-13 Warner LoshMove to using bool instead of boolean_t
2019-12-13 Mark JohnstonRestore the reservation of boot pages for bucket zones...
2019-12-13 Brandon Bergren[PowerPC] Enable TLS usage in system libraries on ELFv2.
2019-12-13 Alexander MotinFix $() handling, broken since the beginning at r108014.
2019-12-13 Jung-uk KimImport ACPICA 20191213.
2019-12-13 Rick MacklemAdd an entry to RELNOTES for r355677.
2019-12-13 Ed Masterevert r355609
2019-12-13 Toomas Soomeloader: cd9660_open() warn: is 'buf' large enough for...
2019-12-13 Andrey V. ElsukovMake TCP options parsing stricter.
2019-12-13 Ryan LibbyRevert r355706 & r355710
2019-12-13 Ryan Libbylibmemstat: unbreak build
2019-12-13 Ryan Libbybitset: rename confusing macro NAND to ANDNOT
2019-12-13 Ryan Libbyuma: report slab efficiency
2019-12-13 Ryan Libbyuma: delay bucket_init() until we might actually enable...
2019-12-13 Ryan Libbyuma dbg: flexible size for slab debug bitset too
2019-12-13 Edward Tomasz... Add kern.geom.part.separator tunable. This makes it...
2019-12-13 Toomas Soomeloader: clean up devopen and devclose a bit
2019-12-13 Toomas Soomeloader: vdisk dereference after free
2019-12-13 Conrad Meyerntpd(8): Don't use OpenSSL's RAND API
2019-12-13 Conrad Meyerlibtelnet: Replace bogus use of srandomdev + random...
2019-12-13 Conrad Meyerbsnmpd(1): Replace dubious srandomdev+random(3) with...
2019-12-13 Conrad Meyerlibtacplus: Remove bogus srandomdev+random
next