aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: Remove C-like string comparison operatorJose Luis Duran2021-06-301-9/+9
* bsdinstall: Also copy /var/db/zoneinfoJose Luis Duran2021-06-301-0/+1
* sysbuild: Also copy /var/db/zoneinfoJose Luis Duran2021-06-301-8/+12
* arm64: Make sure COMPAT_FREEBSD32 handles thumb entry point.Olivier Houchard2021-06-301-0/+2
* arm: Garbage collect _arm_memcpy/_arm_bzero.Olivier Houchard2021-06-305-105/+0
* man: Build manpages for all architecturesFernando Apesteguía2021-06-309-4/+39
* zfs: update zfs_config.h (missing in 2617128a2)Martin Matuska2021-06-301-3/+3
* zfs: merge openzfs/zfs@4694131a0 (master) into mainMartin Matuska2021-06-309-12/+46
|\
| * Linux 5.13 compat: METABrian Behlendorf2021-06-291-1/+1
| * zed: fix sending emails (#12292)Laurențiu Nicola2021-06-291-1/+1
| * module/zfs: simplify ddt_stat_add() loopAlexander2021-06-291-2/+2
| * Avoid 64bit division in multilist index functionsAlexander Motin2021-06-294-6/+21
| * Fix plymouth passphrase prompt with dracutMichal Vasilek2021-06-261-2/+2
| * Fix build with KASANRich Ercolani2021-06-261-0/+19
* | top(1): support command name and argument greppingJohn Grafton2021-06-297-1/+60
* | Change strmode argument type to mode_t for crossbuildAlfonso Gregory2021-06-291-1/+1
* | Change strmode argument type to mode_tAlfonso Gregory2021-06-292-2/+8
* | fsck_ffs: don't try to write in read-only modeChuck Silvers2021-06-291-11/+13
* | portsnap: Remove superfluous semicolonsColin Percival2021-06-291-5/+5
* | portsnap: Shorten 'Skipping' output linesColin Percival2021-06-291-0/+5
* | LinuxKPI: Rename a short description of the kmalloc type.Dmitry Chagin2021-06-291-1/+1
* | LinuxKPI: Put compat code under appropriate condition.Dmitry Chagin2021-06-291-1/+1
* | Eliminate p_elf_machine from struct proc.Dmitry Chagin2021-06-293-4/+4
* | LinuxKPI: Use the proper API to determine the ABI of the running process.Dmitry Chagin2021-06-291-1/+2
* | Add a link to the Elf_Brandinfo into the struc proc.Dmitry Chagin2021-06-295-2/+10
* | mac: cheaper check for ifnet_create_mbuf and ifnet_check_transmitMateusz Guzik2021-06-293-10/+40
* | unionfs: release parent vnodes in deferred contextJason A. Harmening2021-06-292-6/+55
* | Add infrastructure required for Linux coredump supportEdward Tomasz Napierala2021-06-2923-34/+113
* | pf: make sure the dtrace probe has safe access to stateMateusz Guzik2021-06-291-2/+3
* | pf: revert: Use counter(9) for pf_state byte/packet trackingMateusz Guzik2021-06-294-40/+17
* | pf: deduplicate V_pf_state_z handling with pfsyncMateusz Guzik2021-06-293-18/+5
* | pf: fix error-case leaks in pf_create_stateMateusz Guzik2021-06-291-7/+4
* | md5: Improve compatibility with coreutils and format fixStefan Eßer2021-06-292-10/+25
* | arm64: a few simplications to pmap_remove_{all,write}Alan Cox2021-06-291-13/+7
* | UPDATING: Fix typos / improve langaugeMaigurs Stalidzans2021-06-291-5/+5
* | ued may be NULL here which will cause a panic... reproducable byJohn-Mark Gurney2021-06-291-8/+8
* | Clarify notice for profiled libraries in FreeBSD 14Ed Maste2021-06-282-3/+3
* | cam: Fix GENERIC-MMCCAM buildWarner Losh2021-06-283-3/+3
* | cam_sim: remove unused sim_doneq memberWarner Losh2021-06-281-1/+0
* | cam: change xpt_clone_path to return intWarner Losh2021-06-282-5/+5
* | cam: Remove CAM_TRUE and CAM_FALSE, they are unused and duplicate boolWarner Losh2021-06-281-3/+0
* | cam: fix xpt_bus_register and xpt_bus_deregister return errnoWarner Losh2021-06-287-30/+28
* | cam: delete cam_sim_alloc_devWarner Losh2021-06-282-29/+0
* | sdhci: stop using cam_sim_alloc_devWarner Losh2021-06-281-2/+2
* | mmc_sim: stop using cam_sim_alloc_devWarner Losh2021-06-281-2/+2
* | sdiob: get the device_t from periph's pathWarner Losh2021-06-281-12/+9
* | cam mmc: Assert that the xpt_bus_register registered a device_tWarner Losh2021-06-281-2/+4
* | cam: add xpt_path_sim_device to return device_t associated with a pathWarner Losh2021-06-282-1/+18
* | cam: Group all xpt_path*() functions together in cam_xpt.hWarner Losh2021-06-281-3/+3
* | cam: fix UB behaviorWarner Losh2021-06-281-17/+10