freebsd.git
2022-12-04 Warner Loshstand/efi: Remove redundant parenthesis
2022-12-04 Warner Loshstand/efi: Document the copy size trick
2022-12-03 Warner Loshkboot: Enable fewer things by default
2022-12-03 Warner Loshkboot: Make dosfs support conditional
2022-12-03 Warner Loshkboot: Add readme
2022-12-03 Warner Loshkboot: Move archsw init earlier
2022-12-03 Vincenzo Maffionenetmap_update_config: update na->name to cope with...
2022-12-03 Alexander MotinCTL: Allow userland supply tags via ioctl frontend.
2022-12-03 Alexander MotinMissed chunk of 0acc026dda9e.
2022-12-03 Alexander MotinCTL: Increase maximum SCSI tag size from 32 to 64 bits.
2022-12-03 Alexander Motinbhyve virtio-scsi: Fix residual reporting.
2022-12-03 George Wilsonzio can deadlock during device removal
2022-12-03 George Wilsonnopwrites on dmu_sync-ed blocks can result in a panic
2022-12-03 Rob WingZTS: test reported checksum errors for ZED
2022-12-03 Rob WingBump checksum error counter before reporting to ZED
2022-12-03 Xinliang Liuautoconf: add support for openEuler
2022-12-02 Ed Mastelibpmc: remove unused auto_ptr warning suppression
2022-12-02 Alexander V... netlink: fix non-multipath build
2022-12-02 Gleb SmirnoffRetire trpt(8).
2022-12-02 Gleb Smirnoffinpcb: allow to provide protocol specific pcb size
2022-12-02 Alexander V... netlink: store user-provided rtm_protocol
2022-12-02 Alexander V... routing: provide dedicated function for nhgrp creation...
2022-12-02 Warner Loshkboot: Use unsigned long long.
2022-12-02 Warner Loshkboot: Enhance hostdisk
2022-12-02 Warner Loshkboot: amd64 use /sys/firmware/memmap to find free...
2022-12-02 Warner Loshkboot: move to using devparse
2022-12-02 Warner Loshkboot: Create routines to read Linux tiny files
2022-12-02 Warner Loshfull-test: Start of a full testing suite.
2022-12-02 Warner LoshAdd test notes
2022-12-02 Warner Loshdevd: Warn for deprecated 'kern' system type
2022-12-02 Warner Loshnewbus: Remove deprecated "kern" system name for resume...
2022-12-02 Alan SomersAllow any user to read the NFS stats, for example with...
2022-12-01 Kristof Provostif_ovpn: remove peer limit
2022-12-01 Cy Schubertheimdal: Fix bus fault when zero-length request received
2022-12-01 Cy Schubertheimdal: Add additional checks for bad kadmind input
2022-12-01 Jean-Sébastien... linuxkpi: Introduce module_param() of type `bint`
2022-12-01 Jean-Sébastien... linuxkpi: Add `PCIE_SPEED_{32,64}_0GT` PCI-E bus speed...
2022-12-01 Jean-Sébastien... linuxkpi: Add `cmpxchg64()` in <asm/atomic.h>
2022-12-01 Jean-Sébastien... linuxkpi: Add `seqcount_mutex_t` support in <linux...
2022-12-01 Alexander V... net: add if_allocdescr() to permit updating iface descr...
2022-12-01 Kornel Dulębarx8803: Improve probing logic
2022-12-01 Jakub Kolodziejlm75: Refactor code to fix io error
2022-12-01 Daniel Dowsekillall(1): allow sending signals to processes with...
2022-12-01 Justin Hibbitspowerpc/mpc85xx: Add compat strings for P5040 PCIe
2022-12-01 Ed Mastegoogletest: remove unused auto_ptr warning suppression
2022-11-30 Warner Losharm64/machdep: Reserve memory when we find Linux EFI...
2022-11-30 Warner Losharm64/machdep: Add parameter to the EFI table walking...
2022-11-30 John BaldwinSilence GCC warnings when using libc++ headers.
2022-11-30 John Baldwinudp[6]_multi_input: Don't unlock freed inp.
2022-11-30 John Baldwinether_demux: Defer stripping the Ethernet header.
2022-11-30 Warner Loshstand/ofw: Refactor ofw parsedev
2022-11-30 Warner Loshstand/ofw: Use devparse
2022-11-30 Warner Loshofw/disk: Add parsedev support
2022-11-30 Warner Loshstand/ofw: Subclass devnet to cope with ofw's unique...
2022-11-30 Warner Loshstand/ofw: Add ofw_path_to_handle
2022-11-30 Warner Loshstand: Implement ofw disk print routine
2022-11-30 Warner Loshstand: Add dv_match
2022-11-30 Warner Loshstand: parsedev API change: devspec now points to start...
2022-11-30 Warner Loshstand: create devinit
2022-11-30 Warner Loshstand/ofw: ofw_disk isn't really a disk
2022-11-30 Warner Loshzfs: Remove devicename_stubs
2022-11-30 Warner Loshstand: make zfs_parsedev static
2022-11-30 Warner Loshstand/ofw: Access the parsing routine more directly
2022-11-30 Warner Loshstand/userboot: Move to using common devparse()
2022-11-30 Warner Loshstand/i386: Move to using common devparse()
2022-11-30 Warner Loshstand/efi: Move to using common devparse()
2022-11-30 Warner Loshstand: For all disk drivers, connect dv_parsedev to...
2022-11-30 Warner Loshstand/zfs: Connect dv_parsedev to zfs_parsedev
2022-11-30 Warner Loshstand: Introduce devparse to parse device / path strings
2022-11-30 Warner Loshstand: Introduce new dv_parsedev routine
2022-11-30 Warner Loshstand: Change zfs_parsedev() API
2022-11-30 Warner Loshstand: Change disk_parsedev() API
2022-11-30 Alan Somers[skip ci] document first appearance of fhlink et al
2022-11-30 szuberskFix Clang 15 compilation errors
2022-11-30 szuberskFix GCC 12 compilation errors
2022-11-30 John Baldwinvmm: Remove stale comment for vm_rendezvous.
2022-11-30 Ed MasteEnable -Wdate-time warning
2022-11-30 Brian BehlendorfRetire Ubuntu 18.04 CI builder
2022-11-30 Warner Loshstand/zlib: Zlib still uses K&R function definitions
2022-11-30 Warner Loshclang: Define NO_WDEPRECATED_NON_PROTOTYPE for clang 15
2022-11-30 Alexander V... netlink: suppress sending NLMSG_ERROR if NLMSG_DONE...
2022-11-30 Philip PaepsOptionalObsoleteFiles.inc: add zoneinfo/America/Ciudad_...
2022-11-30 Philip Paepscontrib/tzdata: import tzdata 2022g
2022-11-30 Philip PaepsImport tzdata 2022g
2022-11-29 Tom Jonesping: Fix handling of IP packet sizes
2022-11-29 Guilherme Janczaklibc: remove unneeded sys/types.h include from several...
2022-11-29 Warner Loshofw_net: Use c99 initializers
2022-11-29 Bjoern A. Zeebnet80211: fix IEEE80211_DEBUG_REFCNT builds
2022-11-29 Ed Mastecsh: install hard link with same mode as target
2022-11-29 Warner Loshnewbus: Comment style nit
2022-11-29 Warner Loshstand/ofw: Use strpbrk instead of two strchrs
2022-11-29 Yann Colletzstd: Refactor prefetching for the decoding loop
2022-11-29 Nick Terrellzstd: [superblock] Add defensive assert and bounds...
2022-11-29 Richard YaoCoverity Model Update
2022-11-29 Richard YaoFix NULL pointer dereference in dbuf_prefetch_indirect_...
2022-11-29 Richard Yaozdb: Silence Coverity complaint about verify_livelist_a...
2022-11-29 Richard YaoCleanup: Delete dead code from send_merge_thread()
2022-11-29 AlexanderFix the last two CFI callback prototype mismatches
2022-11-29 Richard YaoLua: Fix bad bitshift in lua_strx2number()
2022-11-29 Brooks DavisDon't leak packed recieved proprties
next