Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2022-11-13Enable taking snapshots on UFS/FFS filesystems using journaled soft updates.Kirk McKusick
2022-11-11nvmecontrol: fix wrong temperature unit for INTEL SSDs.Wanpeng Qian
2022-11-10Fix printfs for fsck_ffs(8) i386 build.Kirk McKusick
2022-11-10Fix types for fsck_ffs(8) i386 build.Kirk McKusick
2022-11-09pfsync: prepare code to accommodate AF_INET6 familyLuiz Amaral
2022-11-09Add support for managing UFS/FFS snapshots to fsck_ffs(8).Kirk McKusick
2022-11-08Clean up error output for extended attributes in fsck_ffs(8).Kirk McKusick
2022-11-07shutdown.8: Add a note about needed priviledges to run the commandGordon Bergling
2022-11-03ping_test: Fix tests ping_46 and ping6_46Jose Luis Duran
2022-11-03ping_test: Code cleanupJose Luis Duran
2022-11-03ping: Remove a vestigial notdefJose Luis Duran
2022-11-03ping: main.c: Consistent use of white space/tabsJose Luis Duran
2022-11-03Make SYNOPSIS match DESCRIPTION.Pau Amma
2022-11-02pf: bridge-toKristof Provost
2022-11-02ipsec: add support for CHACHA20POLY1305Kristof Provost
2022-10-31mount_unionfs: remove jokey cautions from man pageEd Maste
2022-10-31pf: expose syncookie active/inactive statusKristof Provost
2022-10-31Additional diagnostic output when running fsck_ffs with debugging flag (-d)Kirk McKusick
2022-10-26pkgbase: Put devmatch in its own packageEmmanuel Vadot
2022-10-26pkgbase: Put devd in its own packageEmmanuel Vadot
2022-10-26pkgbase: Put ufs related tools and lib in their own packageEmmanuel Vadot
2022-10-26pkgbase: Put zfs utilities and lib in their own packageEmmanuel Vadot
2022-10-26pkgbase: Put geom utilities in their own packageEmmanuel Vadot
2022-10-26pkgbase: Put resolvconf in its own packageEmmanuel Vadot
2022-10-26pkgbase: Put dhclient in its own packageEmmanuel Vadot
2022-10-26pkgbase: Put nvmecontrol in its own packageEmmanuel Vadot
2022-10-21Increase the maximum size of the journaled soft-updates journal.Kirk McKusick
2022-10-21Add a description of soft updates journaling to newfs(8).Kirk McKusick
2022-10-11init: allow to start script executions with sh -o verifySebastien Bini
2022-10-09ipfilter: Removed unused ioctl typedefCy Schubert
2022-10-08nvmecontrol: use uintmax_t for a sizeWarner Losh
2022-10-08nvmecontrol: improve namespace size unit of devlist command outputWanpeng Qian
2022-10-06nvmecontrol: Apply castCy Schubert
2022-10-06nvmecontrol: Fix i386 buildCy Schubert
2022-10-06nvmecontrol: Add Samsung Extended SMART Information logpage supportWanpeng Qian
2022-10-05pf: use time_to for timestampsKristof Provost
2022-10-05dhclient-script: cope with /32 address leasesKristof Provost
2022-10-04nvmecontrol wdc: Don't pass a bogus pointer to free().John Baldwin
2022-10-04nvmecontrol wdc: Remove unused but set variable.John Baldwin
2022-10-04pfctl: Fix mismatch in array bounds for pfr_next_token().John Baldwin
2022-09-25mount_nfs.8: Fix the RFC number now that it existsRick Macklem
2022-09-23Track removal of Tokenring and FDDI media types from devd.cc.Pau Amma
2022-09-23ipfilter/libipf: printpool_live() consumer ignores return codeCy Schubert
2022-09-23ipfilter/ippool: Return error code when listing a pool failsCy Schubert
2022-09-23ipfilter/ippool: Dump a copy of ippool in ippool.conf formatCy Schubert
2022-09-13setkey.8: Improve direction descriptionsBram Ton
2022-09-08mount_nfs.8: Update for NFSv4 use of "nolockd"Rick Macklem
2022-09-07Fix for f4fc389.Kirk McKusick
2022-09-07Clarify error messages about bad inodes.Kirk McKusick
2022-09-06ifconfig: print interface name on SIOCIFCREATE2 errorBjoern A. Zeeb