aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rtw88: deal with debug messagesBjoern A. Zeeb2022-04-271-0/+28
* sctp: improve lockingMichael Tuexen2022-04-271-6/+9
* libcxxrt: Insert padding in __cxa_dependent_exceptionEd Maste2022-04-271-0/+12
* Patch up __diagused for when only one of INVARIANTS or WITNESS is definedMateusz Guzik2022-04-271-3/+6
* Export _Unwind_Complete and _Unwind_VRS_Pop from arm's libgcc_sDimitry Andric2022-04-271-0/+2
* rpc.tlsservd: Delete set but unused variableRick Macklem2022-04-271-2/+1
* rtsx: Number of tweaks for RTS5260.Henri Hennebert2022-04-273-30/+76
* release: fix on-disc pkg binary symbolic linksGlen Barber2022-04-261-1/+3
* ndaasync: sync to SCSI's daasyncs cam_periph_async() callsWarner Losh2022-04-261-1/+1
* adaasync: Harmonize with daasyncWarner Losh2022-04-261-5/+3
* Remove dead code.Dmitry Chagin2022-04-265-69/+0
* linux(4): Add epoll_pwai2 syscall.Dmitry Chagin2022-04-262-1/+56
* linux(4): Regen for epoll_pwait2 syscall.Dmitry Chagin2022-04-2616-28/+176
* linux(4): Change epoll_pwait2 syscall definition to match Linux actual one.Dmitry Chagin2022-04-264-4/+32
* linux(4): Add copyin_sigset() helper.Dmitry Chagin2022-04-263-23/+32
* linux(4): Add linux_epoll_pwait_ts() helper for future use.Dmitry Chagin2022-04-261-17/+26
* linux(4): Copyout pselect timeout.Dmitry Chagin2022-04-261-27/+19
* linux(4): Add a simple rseq syscall implementation.Dmitry Chagin2022-04-264-3/+89
* linux(4): Regen for rseq syscall.Dmitry Chagin2022-04-2612-12/+120
* linux(4): Change rseq syscall definition to match Linux actual one.Dmitry Chagin2022-04-264-4/+24
* vm_phys: avoid waste in multipage allocationDoug Moore2022-04-261-75/+146
* xen: Use devclass_find to lookup devclasses in identify.John Baldwin2022-04-252-4/+4
* ada: Eliminate dead codeWarner Losh2022-04-251-4/+0
* cam: Small reorg of ata xpt async codeWarner Losh2022-04-251-35/+37
* sched_getaffinity(3): more compatibility with LinuxKonstantin Belousov2022-04-251-2/+7
* ASAN: reduce verbosityBaptiste Daroussin2022-04-251-3/+3
* linuxkpi: Mitigate a seqlock livelockMark Johnston2022-04-251-4/+28
* man3: Add links for some bitstring(3) routinesMark Johnston2022-04-251-0/+12
* Fix build after 128b9bf9Dmitry Chagin2022-04-251-2/+3
* LinuxKPI: 802.11 ieee80211_sn_sub() fixBjoern A. Zeeb2022-04-251-1/+2
* Add tests for sigwait family syscalls.Dmitry Chagin2022-04-252-0/+586
* sigtimedwait: Prevent timeout math overflows.Dmitry Chagin2022-04-251-29/+20
* linux(4): Refactor signal send methods.Dmitry Chagin2022-04-251-72/+98
* linux(4): Check that the thread tid in the thread group pid in linux_tdfind().Dmitry Chagin2022-04-251-24/+24
* linux(4): Microoptimize bsd_to_linux_sockaddr().Dmitry Chagin2022-04-251-12/+4
* Add timespecvalid_interval macro and use it.Dmitry Chagin2022-04-256-24/+14
* Add a new RDC phyKevin Lo2022-04-252-0/+2
* Restore original MDC speed control register value after MAC reset, if itKevin Lo2022-04-251-1/+10
* ada/da: Borrow comment from nda about cleanupWarner Losh2022-04-242-6/+8
* ata/nvme: Add commentWarner Losh2022-04-242-0/+8
* g_vfs_done: Only report ENXIO onceWarner Losh2022-04-241-2/+8
* g_vfs_done: Report when we switch on ENXIO conversionWarner Losh2022-04-241-2/+5
* geom_vfs: make sc_orphaned a boolWarner Losh2022-04-241-2/+2
* bio: Add the speedup flags to PRINT_BIO_FLAGSWarner Losh2022-04-241-3/+3
* vnode_pager_purge_range.9: "content" is an uncountable nounKa Ho Ng2022-04-241-3/+3
* base64: ignore -i as promisedPiotr Pawel Stefaniak2022-04-241-0/+4
* Add a quoted-printable encoder/decoderPiotr Pawel Stefaniak2022-04-244-8/+35
* bintrans: adjust mmencode.c to style(9)Piotr Pawel Stefaniak2022-04-241-221/+224
* bintrans: make mmencode.c compilablePiotr Pawel Stefaniak2022-04-241-285/+9
* bintrans: import mmencode.c for quoted-printable en/de-codingPiotr Pawel Stefaniak2022-04-241-0/+530