summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-02syncpatrick10-20/+20
2021-01-02Switch libc++ and libc++abi to use libunwind 11.0.0. Bump major for bothpatrick4-7/+7
2021-01-02Merge compiler-rt 11.0.0.patrick7-157/+10
2021-01-02Import compiler-rt 11.0.0 release.patrick357-3748/+10095
2021-01-02Add missing .Cm macros to the Address Family table.schwarze1-8/+8
2021-01-02Adjust local modifications to follow changes made upstream.kettenis2-3/+3
2021-01-02Markup route flags such that apropos(1) finds themkn1-24/+24
2021-01-02add three missing .Dv macros,schwarze1-5/+9
2021-01-02replace obsolete .Li macros with .Dv and .Er as appropriateschwarze1-6/+6
2021-01-02Use native display resolution 1368x768 with Lynloong all-in-one computers.visa1-3/+7
2021-01-02Make kernel recognize Lynloong LM9002/9003 and LM9013.visa1-1/+5
2021-01-02Don't call if_deactivate() in switch_clone_destroy(). Followingmvs1-2/+1
2021-01-02Don't call if_deactivate() in bridge_clone_destroy(). Followingmvs1-4/+1
2021-01-02Remove PIPEX{S,G}MODE ioctl(2) commands. This time they are pretty dummymvs4-73/+7
2021-01-02add the "don't tunnel vxlan over itself" text.dlg1-2/+10
2021-01-02optimise bpf_catchpacket and bpf_wakeup.dlg1-17/+10
2021-01-02update currency exchange rates;jmc1-38/+38
2021-01-02Allocate address space for struct cpu_info using km_alloc(9) instead ofjmatthew1-2/+8
2021-01-02pool(9): remove tickscheloha2-14/+29
2021-01-02bpf(4): remove tickscheloha2-25/+34
2021-01-02nfs: don't sleep on lboltcheloha2-6/+7
2021-01-02uvm: uvm_fault_lower(): don't sleep on lboltcheloha1-2/+3
2021-01-02Create chains and loops of spliced tcp and udp sockets. Send databluhm5-2/+259
2021-01-02Re-apply our libunwind 8.0.0 patches to libunwind 11.0.0. Patches to thepatrick12-23/+407
2021-01-02Whitespace.rob2-39/+39
2021-01-02Import libunwind 11.0.0 in new LLVM directory, thus not yet linked topatrick33-0/+19171
2021-01-01Handle Permanent Redirect (RFC 7538)chrisz1-1/+2
2021-01-01Skip leaf function optimization under some circumstances.mortimer1-1/+110
2021-01-01Add kstat to ogx(4).visa2-9/+404
2021-01-01Remove useless redundant call of ttyopen().jan3-15/+3
2021-01-01Add a -C flag to run-shell to use a tmux command rather than a shell command.nicm2-31/+83
2021-01-01copyright++;jsg1-2/+2
2020-12-31More regular error handling with the REQUIRE macro.millert1-5/+4
2020-12-31Remove unused categories in re_guts; they are written to but never read.millert3-84/+5
2020-12-31oops, this was installing the smaller bsd.rd, which would be replacedderaadt1-3/+1
2020-12-31Strings in struct parse can be const, they are never modified.millert1-15/+11
2020-12-31Don't leak the log message in server_sendlogtb1-2/+4
2020-12-31Don't leak access.log and error.log on reload.tb1-1/+2
2020-12-31Keep polling if a temperature sensor reading fails. This is neededkettenis1-3/+3
2020-12-31Add trace points for malloc(9) and free(9). This makes them traceableclaudio2-2/+12
2020-12-31Enable IPv4 and TCP/UDP checksum offload on transmission.visa3-13/+59
2020-12-31Rename the pony process to dispatcher and klondike to crypto.martijn13-253/+253
2020-12-31sync Amlogic section with arm64.htmljsg1-2/+4
2020-12-31don't oversleep when waiting on fencesjsg1-15/+17
2020-12-31remove pv includes which were missed in rev 1.70jsg1-6/+1
2020-12-30py3-scapy is now scapykn12-35/+35
2020-12-30The result of getifaddrs() not used in pppoed_reload(). Remove it.benno1-13/+2
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisbenno1-6/+9
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisbenno1-2/+3
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisbenno2-4/+7