]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2022-02-10 Ed Mastecompiler-rt: support ReExec() on FreeBSD
2022-02-10 Ed Mastessh: pass 0 to procctl(2) to operate on self
2022-02-10 Ed Mastessh: update to OpenSSH v8.8p1
2022-02-10 Dimitry AndricApply fix for ThreadSanitizer false positive data race...
2022-02-10 Hans Petter... mbuf(9): Assert receive mbufs don't carry a send tag.
2022-02-10 Hans Petter... mbuf(9): Properly declare some function macros when...
2022-02-10 Hans Petter... rtwn(4): Add new USB ID.
2022-02-10 Hans Petter... uchcom(4): Add new USB ID.
2022-02-10 Hans Petter... rtwn(4): Add new USB ID.
2022-02-10 Hans Petter... usb(4): Ignore port resume failures.
2022-02-10 Konstantin... Revert "vm_pageout_scans: correct detection of active...
2022-02-10 Mark Johnstonfilemon.4: Document FILEMON_SET_FD errors and refine...
2022-02-10 Mark Johnstonfilemon: Reject FILEMON_SET_FD commands when the fd...
2022-02-10 Mark Johnstonshsec: Allocate data blocks only for BIO_READ/WRITE...
2022-02-10 Mark Johnstongeom: Assert that BIO_SPEEDUP BIOs have bio_data set...
2022-02-10 Kenneth D.... Switch to using drive-supplied timeouts for the sa...
2022-02-10 Rick Macklemnfsclient: Delete unused function nfscl_getcookie()
2022-02-10 Ed Mastessh: enable FIDO/U2F keys
2022-02-09 Ed MasteAdd libfido2 to the build
2022-02-09 Ed MasteAdd libcbor to the build
2022-02-09 Jessica Clarkelibfido2: Address CHERI compatibility
2022-02-09 Ed MasteImport libfido2 at 'contrib/libfido2/'
2022-02-09 Ed MasteImport libcbor at 'contrib/libcbor/'
2022-02-09 Ed MasteMakefile.inc1: remove lorder from build/cross tools
2022-02-09 Ed Mastemgb: Update man page wrt state of the driver
2022-02-09 Ed Mastemgb: remove set but not used variables
2022-02-09 Ed Mastesysctl.9: put negative sense sysctl note in own paragraph
2022-02-09 Ed Masteopenssh: update to OpenSSH v8.7p1
2022-02-09 Ed MasteBelatedly track private lib renaming for OptionalObsole...
2022-02-09 Ed MasteOptionalObsoleteFiles.inc: remove MK_CXX rule for usr...
2022-02-09 Ed MasteOptionalObsoleteFiles: move /usr/bin/CC to MK_TOOLCHAIN...
2022-02-09 Ed MasteOptionalObsoleteFiles: remove GCC remnants
2022-02-09 Ed MasteRemove 'All Rights Reserved' from xlocale FreeBSD Found...
2022-02-09 Ed Mastegeom: Add HiFive boot partitions
2022-02-09 Ed Mastegpart.8: minor tidying
2022-02-09 Ed MasteCirrus-CI: add some timing info on pkg install failure
2022-02-09 Ed Mastezfs: Remove zfs-images submodule
2022-02-09 Ed Mastece: remove long-obsolete FreeBSD version compatibility
2022-02-09 Ed Mastersu: add KASSERT to document maximum mbuf size in rsu_t...
2022-02-09 Ed MasteRemove unused GNUCXX option descriptions
2022-02-09 Ed Masteelfctl: update man page example for 'no' prefix
2022-02-09 Dimitry AndricFix too small sscanf output buffers in kbdmap
2022-02-09 Dimitry AndricFix too small hostname buffer in bootparamd
2022-02-09 Dimitry AndricExplicitly include semaphore.h for struct _sem in fusef...
2022-02-09 Mark Johnstonar: Avoid overwriting the stdout file stream pointer
2022-02-09 Ed Mastear: diff reduction against ELF Tool Chain
2022-02-09 Kristof Provostpflog: align header to 4 bytes, not 8
2022-02-09 Kristof Provostpf: make if_pflog.h self-contained
2022-02-09 Andriy Gaponadd overlay for enabling i2c1 on allwinner h3
2022-02-09 Andriy Gaponadd overlay for enabling spi0 on allwinner h3
2022-02-09 Andriy Gaponadd overlay for enabling serial1 / uart1 on rk3328
2022-02-09 Andriy Gaponadd overlay for enabling i2c0 on rk3328
2022-02-09 Gordon Berglingxen(4): Fix a common typo in a source code comments
2022-02-09 Gordon Berglingtegra: Fix a common typo in source code comments
2022-02-09 Gordon Berglingkern_racct: Fix a typo in a source code comment
2022-02-09 Gordon Berglingcam(4): Fix a few typos in source code comments
2022-02-09 Gordon Berglingmoused(8): Fix a common typo in source code comments
2022-02-09 Gordon Berglingfs: fix a few common typos in source code comments
2022-02-09 Gordon Berglingmakefs(8): Fix a few typos in source code comments
2022-02-09 Gordon Berglingkern_fflock: Fix a typo in a source code comment
2022-02-09 Konstantin... lnumeric.c: replace some space*8 by tabs
2022-02-09 Konstantin... __ctype_load(): check for calloc() failure
2022-02-09 Konstantin... __numeric_load(): check for calloc() failure
2022-02-09 Konstantin... libc/locale/lnumeric.c: minor style
2022-02-09 Konstantin... __monetary_load(): check for calloc() failure
2022-02-09 Konstantin... libc/locale/lmonetary.c: minor style
2022-02-09 Konstantin... __messages_load(): check for calloc() failure
2022-02-09 Konstantin... libc/locale/lmessages.c: minor style
2022-02-09 Konstantin... __collate_load(): check for calloc failure
2022-02-09 Konstantin... libc/locale/collate.c: minor style
2022-02-09 Konstantin... xlocale.c: only call init_key() when locale was success...
2022-02-09 Konstantin... xlocale.c: check for allocation failure
2022-02-09 Konstantin... xlocale.c:init_key(): do not ignore errors from pthread...
2022-02-09 Konstantin... libc/locale/xlocale.c: minor style
2022-02-09 Konstantin... amd64: micro-optimize vptopte()/vtopde() further
2022-02-09 Konstantin... vmmeter(): Fix detection of the named swap objects
2022-02-09 Konstantin... vm_object: restore handling of shadow_count for all...
2022-02-09 Rick Macklemvm_object: Make is_object_active() global
2022-02-08 Ed Mastecsu: define STRIP_FBSDID
2022-02-08 Ed Mastelibc: use standard LF line endings, not CRLF
2022-02-08 Ed Mastevtfontcvt: minor style(9) fixes from clang-format
2022-02-08 Ed Mastefstyp: fix build WITHOUT_ICONV
2022-02-08 Ed Mastebsnmpd: Remove "All Rights Reserved" from FreeBSD Found...
2022-02-08 Ed Mastebsdinstall: Remove unused sysctl.h header #include
2022-02-08 Ed Mastesrc.conf.5: regen
2022-02-08 Ed MasteDrop 'Set to' from most src.conf(5) knobs
2022-02-08 Ed Mastesys/cddl: remove extraneous semicolons
2022-02-08 Ed Mastehwpmc: drop 0x before %p printf format string
2022-02-08 Ed MasteDTrace: remove sparc64 remnants in non-contrib code
2022-02-08 Ed MasteRemove "All Rights Reserved" from FreeBSD Foundation...
2022-02-08 Andriy Gapondt_unring_buf: set dtbd_oldest to the start of the...
2022-02-08 Andriy Gaponschedgraph.py: port to Python 3
2022-02-08 Hans Petter... mlx5core: Set driver version into firmware.
2022-02-08 Hans Petter... mlx5en: Implement one RQT object per channel.
2022-02-08 Hans Petter... mlx5: Add raw ethernet local loopback support.
2022-02-08 Hans Petter... mlx5: Implement mlx5_nic_vport_update_local_lb()
2022-02-08 Hans Petter... mlx5en: Create TIRs before flowtables.
2022-02-08 Hans Petter... mlx5en: Create flowtables in correct order.
2022-02-08 Hans Petter... mlx5: Implement flow steering helper functions for...
2022-02-08 Hans Petter... mlx5: Implement offloads flowtable namespace.
next