aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* cam: save parent_dev in xpt_bus_registerWarner Losh2021-06-281-0/+1
* cam: kill trailing white space in two spotsWarner Losh2021-06-281-2/+2
* vn_isdisk(9): update after r364372Robert Wing2021-06-281-6/+10
* pf: assert that sizeof(struct pf_state) <= 312Mateusz Guzik2021-06-281-0/+5
* pf: factor out state allocation into pf_alloc_stateMateusz Guzik2021-06-281-11/+23
* pf: add pf_release_staten and use it in pf_unlink_stateMateusz Guzik2021-06-282-5/+13
* Add deprecation notice for WITH_PROFILE optionEd Maste2021-06-282-0/+4
* net80211: ieee80211_probereq_ie fix length calculation for hw scansBjoern A. Zeeb2021-06-281-4/+5
* LinuxKPI: firmware, implement deferred loading for "nowait"Bjoern A. Zeeb2021-06-281-16/+58
* LinuxKPI: pci re-add pci_free_irq_vectors()Bjoern A. Zeeb2021-06-281-0/+1
* ipsec: globalize lft zone and zero out buffers at allocation timeMateusz Guzik2021-06-281-12/+11
* bhyve: Fix NVMe iovec construction for large IOsChuck Tuffli2021-06-271-1/+1
* sctp: initialize sequence numbers for ECN correctlyMichael Tuexen2021-06-278-27/+26
* src.conf.5: regen after RISC-V OPENMP (aa033e0b14f2)Ed Maste2021-06-271-3/+3
* clang: stop linking _p libs for -pg as of FreeBSD 14Ed Maste2021-06-271-7/+10
* imgact_elf.c: style, remove unnecessary castsEdward Tomasz Napierala2021-06-271-15/+15
* sctp: Fix length check for ECNE chunksMichael Tuexen2021-06-271-5/+2
* tcp: tolerate missing timestampsMichael Tuexen2021-06-272-3/+12