1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 07:27:59 -08:00

Commit Graph

  • b0c10c99a4 Set correct request timeout once we found the correct server block. master florian 2024-12-22 13:51:42 +0000
  • 222d99e539 mark six #define'd constants as intentionally undocumented schwarze 2024-12-22 00:45:23 +0000
  • 7dd88e41b8 ld.lld now needs 9GB of ram to link firefox/libxul.so on riscv64 jca 2024-12-21 14:12:45 +0000
  • 76b1f2ebe5 change '386BSD 0.1.2.4/FreeBSD' to .Fx jsg 2024-12-21 13:15:36 +0000
  • 0cdbd9642b sndiod: Pad the last play block using the right encoding ratchov 2024-12-21 08:57:18 +0000
  • d6933ec7e0 Replace poor man's synchronization primitive (i.e. sleep) with a wait until construct in the hopes of making these tests less flaky. anton 2024-12-21 07:49:03 +0000
  • 7ed182d8b9 correct history; a reboot command did not appear until 4BSD jsg 2024-12-21 05:01:25 +0000
  • a80738d887 correct history; ascii(7) is the first edition manual jsg 2024-12-21 03:34:31 +0000
  • f1f9609d3e ddb was not part of Mach until 3.0 jsg 2024-12-21 03:10:46 +0000
  • ce1c3cff25 Julian Elischer's scsi code was not part of 386BSD 0.1. It was posted to comp.unix.bsd and was part of the 0.2.2 patchkit. The first two commits to NetBSD were 386BSD 0.1 and the 0.2.2 patches. jsg 2024-12-21 01:00:31 +0000
  • a63b39658a Add an EXAMPLES section. schwarze 2024-12-21 00:27:47 +0000
  • 8ee0399bd2 Kill `inp_notify' list remains. mvs 2024-12-21 00:10:04 +0000
  • 77d0f8231d virtio: Refactor attach logic sf 2024-12-20 22:18:27 +0000
  • 7aa20da420 Declare some global TCP variables constant. bluhm 2024-12-20 21:30:17 +0000
  • 4ac9059474 If EVP_CIPHER_CTX_ctrl(3) is called on EVP_chacha20_poly1305(3) with an unsupported control command, return -1 rather than 0 to the caller to indicate the error because in general, these control hooks ought to return -1 for unsupported control commands and 0 for other errors, for example other invalid arguments. schwarze 2024-12-20 20:05:29 +0000
  • 3458005deb Fix signed integer comparison in tcp mss. bluhm 2024-12-20 19:20:34 +0000
  • ae80fb09d1 Relax some uvm_page_owner_locked() assertions. mpi 2024-12-20 18:54:12 +0000
  • f3e62b5987 A shared lock is now enough to call pgo_get() functions iff PGO_LOCKED is given. mpi 2024-12-20 18:49:37 +0000
  • dceff77413 Merge identical code paths to promote data to a new anon into a new function. mpi 2024-12-20 18:46:51 +0000
  • c7c5643a71 mlkem regress: garbage collect two global variables tb 2024-12-20 15:47:26 +0000
  • b229b719d0 hidden mlkem.h: add comment to #endif tb 2024-12-20 15:10:31 +0000
  • abab89db3f Annotate yet another greasy stinky tentacle of xca tb 2024-12-20 09:40:29 +0000
  • 7b6392009e sndiod: Switch to printf(3)-style logging ratchov 2024-12-20 07:35:56 +0000
  • 9e4e626151 Only map S-Tag in mode 2, not mode 1. GitHub issue 4304. nicm 2024-12-20 07:10:51 +0000
  • dd0896fb3b Pass BUS_DMA_64BIT to bus_dmamem_alloc(). On amd64, this allows use of memory past 4GB, potentially freeing up some low memory for more important uses. jmatthew 2024-12-20 03:31:09 +0000
  • ff6a185afe Move the horrific EVP_aes_128_ccm(3) API out of the important, algorithm-independent EVP_EncryptInit(3) manual as another step in making the latter leaner and more palatable. schwarze 2024-12-20 01:54:03 +0000
  • 6f65ec34f2 Fix whitespace in Makefile tb 2024-12-20 01:53:46 +0000
  • f3c21583ac That works better with a G tb 2024-12-20 01:51:27 +0000
  • e9751d5483 cant't -> can't (the mystery of spotting typos right after commit strikes again) tb 2024-12-20 00:32:15 +0000
  • 8889493e35 Rework and fix the mlkem tests tb 2024-12-20 00:07:12 +0000
  • 58f37af48f sync tb 2024-12-19 23:57:27 +0000
  • 822ced31eb Do not install mlkem.h and bytestring.h into /usr/include/openssl for now tb 2024-12-19 23:56:32 +0000
  • 9c470d64a6 #ifdef out the inclusion of openssl/mlkem.h for now tb 2024-12-19 23:53:38 +0000
  • ef1019e622 Do not assume mlkem.h and bytestring.h are public in libcrypto tb 2024-12-19 23:52:26 +0000
  • d65e817093 mlkem regress: reach around into bytestring again tb 2024-12-19 23:45:09 +0000
  • f1bf6f4e82 Use per-sockbuf mutex(9) to protect `so_rcv' buffer of tcp(4) sockets. mvs 2024-12-19 22:11:35 +0000
  • 10d5b13ebf Unlock carp_sysctl(). mvs 2024-12-19 22:10:35 +0000
  • 3d8e7e8c72 ec_mult: use 1ULL to avoid C4334 warning on Visual Studio tb 2024-12-19 21:05:46 +0000
  • 98e9fa9caf Implement regulator-based signal voltage switch support in dwmmc(4). This should not have any functional difference on existing setups, as so far any time this function would have been used, it would have led to a kernel panic as it's been a NULL pointer. patrick 2024-12-19 18:02:47 +0000
  • 05a19cc6f2 Improve cleanup process job 2024-12-19 13:23:38 +0000
  • 72dde9b872 received form the peer -> received from the peer jmc 2024-12-19 06:45:21 +0000
  • a56972eb38 tweak previous: typo in comment and some cosmetics tb 2024-12-18 21:12:26 +0000
  • 0528dcd014 Do not busy pages that are resident & fetched with PGO_LOCKED. mpi 2024-12-18 16:41:27 +0000
  • e489b84834 Schedule future rejection of ultra long-lived TA certificates job 2024-12-18 16:38:40 +0000
  • 4cf1cdd067 Make the example bgpd.conf work with 4byte ASN out of the box. Use local-as in community and large-community stanzas since that will be expanded at runtime. For communities that only work with 2byte ASN the filter will never match (or nothing will be set / deleted) since a 4byte ASN can never match. claudio 2024-12-18 16:00:26 +0000
  • 7502f20057 add libutil, missed with fsck_ext2fs commit (oops, I didn't realise it was used in ramdisks). reported/ok tb@ sthen 2024-12-18 14:09:18 +0000
  • 8f80aa97a4 add missing option "-d" to flex(1)'s usage. sobrado 2024-12-18 12:33:57 +0000
  • 67abc7a12c mlkem: fix whitespace tb 2024-12-18 10:55:21 +0000
  • dfd6150703 use opendev() for fsck_ext2fs, based on code adding this to fsck_ffs tweak (add strncmp()...blockcheck section) from martijn@ ok martijn@ sthen 2024-12-18 10:36:05 +0000
  • 76232002e5 tcpdump: switch this gross macro to using c99 initializers tb 2024-12-18 06:36:48 +0000
  • 7598353d73 tcpdump: fix an off-by-one so that this can also print gwid tb 2024-12-18 06:33:25 +0000
  • 633da3e108 kength -> length jsg 2024-12-18 04:15:48 +0000
  • e541a7ae0c go back to r1.326, before i fiddled with packet generation and bpf. dlg 2024-12-18 02:25:30 +0000
  • 2fbde403af let LLDP packets fall through to being handled on the port interfaces. dlg 2024-12-18 01:56:05 +0000
  • 2d9a425ef9 sync deraadt 2024-12-17 20:38:22 +0000
  • f5255f98a5 New manual page EVP_aes_128_gcm(3). schwarze 2024-12-17 18:11:44 +0000
  • 9ee6f1fe20 Avoid a reduce once that can cause Clang misoptomization. beck 2024-12-17 17:06:10 +0000
  • 0c9ac8635e Mark processes that are stopped because of a ptrace trap as PS_TRAPPED. claudio 2024-12-17 14:45:00 +0000
  • 395f60ac68 sync jca 2024-12-17 13:24:04 +0000
  • 03fc72bb76 Install riscv_vector.h jca 2024-12-17 13:22:38 +0000
  • 5df986e2a2 Assign excess space more evenly when spreading out cells, from Torbjorn Lonnemark. nicm 2024-12-17 08:40:24 +0000
  • 95be67e7d5 Close fp before exit since we clean up other stuff tb 2024-12-17 07:20:10 +0000
  • c07f1519ba Plug leak coming from debug leftover tb 2024-12-17 07:19:10 +0000
  • 516824a334 Plug two memory leaks in MLKEM*_generate_key_external_entropy() tb 2024-12-17 07:13:47 +0000
  • bee138d50b mlkem: clean up top matter in headers tb 2024-12-17 06:43:32 +0000
  • 0cb476ce62 actually enable vlan tagging offload on ice(4) interfaces stsp 2024-12-17 05:32:31 +0000
  • 18efafee57 sync deraadt 2024-12-16 23:27:58 +0000
  • 825a12c4e5 rewrite a sentence, add a width specifier to a list, and some "a" -> "an"; ok dlg jmc 2024-12-16 21:39:29 +0000
  • 098ff4accc Unlock sysctl_video(). mvs 2024-12-16 21:22:51 +0000
  • 86da87d93e Bump version claudio 2024-12-16 16:14:46 +0000
  • b3b12989e0 Adjust enum msg_type since they are now prefixed. OK tb@ millert@ deraadt@ claudio 2024-12-16 16:10:46 +0000
  • 0d4ceb4100 Prefix enum msg_type with MSG_ to prevent a duplicate symbol warning for NOTIFICATION (which is also used in parse.y as token). OK tb@ millert@ deraadt@ claudio 2024-12-16 16:10:10 +0000
  • 39b34cbdda Determine the expiration date also for TA certs tb 2024-12-16 13:53:37 +0000
  • 926caf46e6 Add a nesting limit to source-file, from Fadi Afani in GitHub issue 4223. nicm 2024-12-16 09:13:09 +0000
  • be3910bdd6 Memory leak, GitHub issue 4298. nicm 2024-12-16 08:54:34 +0000
  • f2412267dc Missing main-vertical-mirrored from layout list, from charlotte at lottia dot net. nicm 2024-12-16 08:51:41 +0000
  • f88109403c Simplify ec_point_to_octets() tb 2024-12-16 06:11:26 +0000
  • f4b7e39cf3 Add a missing AF description. denis 2024-12-15 21:37:11 +0000
  • 1f50142272 Fix copy-paste error tb 2024-12-15 19:42:33 +0000
  • 851f546489 Only warn about pruning VRPs if there's anything to prune tb 2024-12-15 19:40:07 +0000
  • 0a76646535 Unlock KERN_GLOBAL_PTRACE. `global_ptrace' is atomically accessed boolean integer. Only ptrace_ctrl() loads it once outside sysctl(2) layer. mvs 2024-12-15 18:25:12 +0000
  • 82fe8fc4fe Make `video_filtops' mp-safe. mvs 2024-12-15 18:23:56 +0000
  • f77c65ef0a add a manpage for AF_FRAME and how to use Ethernet dgram sockets. dlg 2024-12-15 11:07:08 +0000
  • f46a341eee Return errno values rather than dying VM_PAGER_* in the pgo_fault() interfaces. mpi 2024-12-15 11:02:59 +0000
  • 6fb93e4770 add an AF_FRAME socket domain and an IFT_ETHER protocol family under it. dlg 2024-12-15 11:00:05 +0000
  • 5bfef6125a Fix wrong token name denis 2024-12-14 21:24:31 +0000
  • 7266ec7026 Stop reaching into libcrypto/bytestring tb 2024-12-14 19:19:38 +0000
  • d4ed7533f1 Normalize top of files tb 2024-12-14 19:16:24 +0000
  • 3e142e7fa6 Unlock KERN_WXABORT. mvs 2024-12-14 12:07:38 +0000
  • 40dad511e1 regen kirill 2024-12-14 10:04:51 +0000
  • 854ac53823 sys/usbdevs: remove unused Jabra PanaCast 20 kirill 2024-12-14 10:02:47 +0000
  • e8f231c9fb sys/uvideo: remove quirk UVIDEO_FLAG_RENEGOTIATE_AFTER_SET_ALT kirill 2024-12-14 09:58:04 +0000
  • 2364114a54 bgpctl bits for RFC 8358 (Graceful notification) support OK tb@ claudio 2024-12-13 19:22:01 +0000
  • 6c15f94398 Implement RFC 8538: Notification Message Support for BGP Graceful Restart claudio 2024-12-13 19:21:03 +0000
  • 7777ed9e1c sync tb 2024-12-13 05:57:41 +0000
  • 08c63c712f Add ML-KEM 1024 from BoringSSL beck 2024-12-13 00:17:17 +0000
  • 267e7b7d19 KNF nit tb wanted me to fix beck 2024-12-13 00:09:02 +0000
  • 75c083a031 Add ML-KEM 768 from BoringSSL beck 2024-12-13 00:03:57 +0000
  • 442a03204b Cache the Adj-RIB-Out for sessions that have not been down for more than INTERVAL_SESSION_DOWN (3600) seconds. claudio 2024-12-12 20:19:03 +0000
  • 7c9b6f9dcf Do not hardcode the CRL lifetime for "ikectl revoke" to 365 days. This value is supposed to be configurable via ikeca.cnf. pascal 2024-12-12 17:29:33 +0000