Commit Graph

130 Commits

Author SHA1 Message Date
72a51d0b15
sync with OpenBSD -current 2023-12-30 04:25:26 +00:00
505632e9be
sync with OpenBSD -current 2023-12-29 01:31:20 +00:00
11b1e48835
sync with OpenBSD -current 2023-12-28 02:58:44 +00:00
e16447203b
sync with OpenBSD -current 2023-12-23 22:21:09 +00:00
933c153850
sync with OpenBSD -current 2023-12-23 13:56:21 +00:00
38dbdec412
sync with OpenBSD -current 2023-12-22 02:30:11 +00:00
0f27a61c5c
sync with OpenBSD -current 2023-12-21 17:12:07 +00:00
659ea2942e
sync with OpenBSD -current 2023-12-18 23:55:01 +00:00
da785accdf
sync with OpenBSD -current 2023-12-17 23:29:07 +00:00
8f3269c13c
sync with OpenBSD -current 2023-12-16 16:23:05 +00:00
30cf31d90d
sync with OpenBSD -current 2023-12-15 04:25:16 +00:00
8801582927
sync with OpenBSD -current 2023-12-14 01:14:09 +00:00
24ffeadca5
sync with OpenBSD -current 2023-12-13 02:17:17 +00:00
e53750f3c3
sync with OpenBSD -current 2023-12-11 19:42:54 +00:00
086d8cf2c2
sync with OpenBSD -current 2023-12-10 13:25:40 +00:00
4c73aa256c
sync with OpenBSD -current 2023-12-09 19:58:49 +00:00
8e8dccb6dd
sync with OpenBSD -current 2023-12-08 20:04:57 +00:00
880da5e235
sync with OpenBSD -current 2023-12-08 04:20:46 +00:00
f7289b5181
sync with OpenBSD -current 2023-12-06 11:41:20 +00:00
bd69b5651c
sync with OpenBSD -current 2023-12-05 13:40:24 +00:00
005bcb25db
sync with OpenBSD -current 2023-12-03 20:46:03 +00:00
02d83d01a6
sync with OpenBSD -current 2023-12-02 11:08:21 +00:00
8873eac723
sync with OpenBSD -current 2023-12-01 13:02:08 +00:00
9fbd947ba3
sync with OpenBSD -current 2023-11-30 13:10:15 +00:00
ed26f93d8c
sync with OpenBSD -current 2023-11-29 19:53:16 +00:00
8b84d503c1
sync with OpenBSD -current 2023-11-29 12:09:41 +00:00
388947454d
sync with OpenBSD -current 2023-11-28 11:53:04 +00:00
1bc98b3538
sync with OpenBSD -current 2023-11-27 15:39:41 +00:00
7a404394cf
sync with OpenBSD -current 2023-11-25 18:12:55 +00:00
57dff5a13c
sync with OpenBSD -current 2023-11-24 21:31:02 +00:00
dde71458ae
sync with OpenBSD -current 2023-11-24 03:38:59 +00:00
10cf24ada0
sync with OpenBSD -current 2023-11-22 20:51:44 +00:00
1abf3d5d6c
sync with OpenBSD -current 2023-11-21 08:46:51 +00:00
c22b8a6120
sync with OpenBSD -current 2023-11-20 02:38:22 +00:00
a7acbdeab0
sync with OpenBSD -current 2023-11-15 11:31:12 +00:00
4574748555
sync with OpenBSD -current 2023-11-13 23:00:18 +00:00
62d64fa864
sync code with last improvements from OpenBSD 2023-11-11 01:29:48 +00:00
5903cbe575
sync code with last improvements from OpenBSD 2023-10-13 19:11:38 +00:00
2ec21d9c19
sync code with last improvements from OpenBSD 2023-10-13 03:26:36 +00:00
e5a8beb33e
sync code with last improvements from OpenBSD 2023-10-11 02:43:27 +00:00
e4e1b9f314
sync code with last improvements from OpenBSD 2023-10-10 01:27:26 +00:00
cb73df2d98
sync code with last improvements from OpenBSD 2023-10-08 20:10:59 +00:00
3252c81e6b
sync code with last improvements from OpenBSD 2023-10-08 00:42:41 +00:00
a959d2beea
sync code with last improvements from OpenBSD 2023-10-06 03:27:58 +00:00
736de251f0
sync code with last improvements from OpenBSD 2023-10-05 02:28:34 +00:00
c8d82c5de4
sync code with last improvements from OpenBSD 2023-10-04 04:37:39 +00:00
d9327f18d0
sync code with last improvements from OpenBSD 2023-10-03 05:15:18 +00:00
4366cfe9ca
sync code with last improvements from OpenBSD 2023-10-02 04:00:10 +00:00
b13fe1161c
refactor NGE_INC macro for improved robustness and operator precedence handling. The NGE_INC(x, y) macro was corrected to include additional parenthesis to ensure the proper order of operations. It now increments x by 1 and applies the modulo y correctly, ensuring consistent and error-free behavior, particularly in complex expressions 2023-09-30 05:22:07 +00:00
f857de4ffe
remove extra parenthesis in NGE_LASTDESC macro 2023-09-30 05:04:41 +00:00