summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-29drm/i915: Extract intel_crtc_vblank_evade_scanlines()Jonathan Gray
From Ville Syrjala 7e50ac4203d6a8b151233550cec7d7da794b2e13 in linux-6.6.y/6.6.29 f4b0cece716c95e16d973a774d5a5c5cc8cb335d in mainline linux
2024-04-29drm/i915: Change intel_pipe_update_{start,end}() calling conventionJonathan Gray
From Ville Syrjala e19dc8c49e97b5cd84ee5753c301d64cde98c6aa in linux-6.6.y/6.6.29 09f390d4e2f38f8433431f4da31ca0a17a5c7853 in mainline linux
2024-04-29drm/i915/cdclk: Fix voltage_level programming edge caseJonathan Gray
From Ville Syrjala 51cc733fb48e86c3bbfaef1713710b2a6ffe565d in linux-6.6.y/6.6.29 6154cc9177ccea00c89ce0bf93352e474b819ff2 in mainline linux
2024-04-29drm/i915/mst: Reject FEC+MST on ICLJonathan Gray
From Ville Syrjala 6711b0817a384bbeb8c951521334d5ef78c855aa in linux-6.6.y/6.6.29 99f855082f228cdcecd6ab768d3b8b505e0eb028 in mainline linux
2024-04-29drm/i915: Fix FEC pipe A vs. DDI A mixupJonathan Gray
From Ville Syrjala 6b625d2743b464a16904feb5520462041e3d3ce2 in linux-6.6.y/6.6.29 126f94e87e7960ef7ae58180e39c19cc9dcbbf7f in mainline linux
2024-04-29add check_add_overflow() for 6.6.29 drmJonathan Gray
2024-04-29remove unused global varsJonathan Gray
ok deraadt@ miod@
2024-04-28gmtime(3) / locatime(3) can fail when timestamps are way off.Florian Obser
Add missing error checks to all calls under sbin/ Input & OK millert
2024-04-28gmtime(3) / locatime(3) can fail when timestamps are way off.Florian Obser
Add missing error checks to all calls under bin/ Input & OK millert
2024-04-28gmtime(3) / locatime(3) can fail when timestamps are way off.Florian Obser
Add missing error checks to all calls under libexec/ Input & OK millert
2024-04-28__sfvwrite: allow writing buffers larger than BUFSIZ or st_blksize.Todd C. Miller
This can vastly improve write performance. For unbuffered writes, we now write up to INT_MAX instead of BUFSIZE. For buffered writes, write the largest multiple of the buffer size (which may be st_blksize). From Apple via enh at google. OK tb@
2024-04-28syncTheo de Raadt
2024-04-28Remove unused url from netproc()Theo Buehler
Leftover from when RFC 8555 support was added. ok florian
2024-04-28Don't filter dangerous characters by hand when strvisx(3) is right there.Florian Obser
segfault reported by sthen, which was most likely caused by buf_dump(). OK tb
2024-04-27Use propper knf.Florian Obser
Spotted by kettenis.
2024-04-27add a man page from curses source for clear(1);Jason McIntyre
from piotr durlej ok millert
2024-04-27localtime(3) can fail if time_t is very far in the future or past.Florian Obser
found using afl++ OK millert
2024-04-27"!command" notation was zapped 8 years ago - remove correspondingJason McIntyre
entry from the help file; from piotr durlej while here, zap an unneccessary blank line ok millert
2024-04-27Tweak start of DESCRIPTION of EC_GROUP_new()Theo Buehler
Complete precision will lead to complete confusion, however outright lies are also bad.
2024-04-26Document EC_curve_{nid2nist,nist2nid}()Theo Buehler
2024-04-26fix signal test; ok tb@Jonathan Gray
2024-04-25Update awk to the Apr 22, 2024 version.Todd C. Miller
* fixed regex engine gototab reallocation issue that was introduced during the Nov 24 rewrite. * fixed use-after-free bug in fnematch due to adjbuf invalidating the pointers to buf.
2024-04-25Add boot.conf(8) 'mach idle [secs]' to halt at idle passphrase promptsKlemens Nanni
Enable users to power down their machines if there was no input after N seconds during disk descryption. Motivation is to save battery and prevent pocket heaters when notebooks unhibernate (e.g. lid accidentially opened) and sit at "Passphrase: ". Only available on efi(4) systems as the timeout is saved as EFI variable; mostly because that's trivial to do, but also because we lack a better mechanism to configure that and persist such data without the root disk. Discussed with many, starting at h2k23 OK Tests gnezdo
2024-04-25Rename socket wait channels when sleeping.Alexander Bluhm
Use "netacc" for accept(2) and "netcon" for connect(2). Call sleep in sys_ypconnect() "ypcon" to make it unique. sblock() now has "sblock" to distinguish it from netlock. OK claudio@ mvs@ kn@
2024-04-25syncTheo Buehler
2024-04-25Take pem2.h behind the barnTheo Buehler
/* * This header only exists to break a circular dependency between pem and err * Ben 30 Jan 1999. */ 25 years of uselessness is about a quarter century more than enough. discussed with jsing
2024-04-25Add regress coverage for crypto_ct_*_u8()Joel Sing
2024-04-25add fstat() call removed in 1.145 to avoid uninitialised var useJonathan Gray
ok tobhe@
2024-04-25Adjust macro definitions for dwqe(4) Rx descriptors.Stefan Sperling
Split Rx desc macro definitions into two sections, one for the "read" format and one for the "writeback" format. Add some macros which will be needed to support Rx checksum offloading. ok jmatthew@
2024-04-25Don't divide by zero (empty files)Job Snijders
While there, also increase buf[] OK claudio@
2024-04-25Mask off MAC management counter interrupts. The driver doesn't know howJonathan Matthew
to handle these, so if they're enabled, they will cause an interrupt storm. ok patrick@ jsg@ stsp@
2024-04-25slightly tweak softraid(4) wording to make installboot(8) usage more obviousStefan Sperling
2024-04-25add percentage to ruler after recent changes;Jason McIntyre
2024-04-25Use -mno-fpu when compiling with clang now that the in-tree clang supportsMiod Vallat
this option; from Brad.
2024-04-24fix error return in fork_proc_backend(); ok gilles@Omar Polo
2024-04-24RegenClaudio Jeker
2024-04-24Revert rev 1.261 and require sigsuspend and __thrsigdivert to takeClaudio Jeker
KERNEL_LOCK. There is at least a race in sigsuspend which can be triggered by dump(8). Should be enough to allow me to look for the real cause.
2024-04-24In ruler show the current line number as a percentage of the total linesJob Snijders
OK claudio@
2024-04-24announce_capa is no more.Claudio Jeker
OK tb@
2024-04-24Remove 'announce capabilities' as neighbor config stanza.Claudio Jeker
There is no need to have an easy knob to get outdated or crappy implementations to limp along. Instead the various default on capabilities just need to be disabled (e.g. announce as-4byte no). OK tb@
2024-04-24Use static inline for cd1400_write_ccr() because clang 16 has issues with it.Claudio Jeker
Also remove some unused prototypes. From Koakuma, OK kn@
2024-04-23Use "indicate" to match reset of the document.Florian Obser
Pointed out by kn, missed in previous.
2024-04-23Implement RFC 4191 default router preference.Florian Obser
OK phessler, kn (Committing from a ferry somewhere on the English channel. Sadly the free WiFi does not provide IPv6.)
2024-04-23correct indentation; no functional changeJonathan Gray
ok tb@
2024-04-23use 1U << 31 to avoid undefined behaviourJonathan Gray
ok miod@
2024-04-23One empty line is enoughTheo Buehler
2024-04-23Add missing commaTheo Buehler
spotted by jsg
2024-04-23Sync the supported hardware list with arm64.html.Frederic Cambus
2024-04-23sync with ftp/fetch.c r1.218: send host header for proxiesTheo Buehler
ok claudio
2024-04-23ftp: send Host: headers with CONNECT requests when tunneling TLS over anStuart Henderson
HTTP proxy (i.e. for fetching resources over https). This is required by some proxy servers. Ftom KUWAZAWA Takuya, ok tb@