Commit Graph

29504 Commits

Author SHA1 Message Date
Maximilian Bosch
d9118f0d0d
Merge: Kernel updates for 2024-11-01 (#352789) 2024-11-01 15:43:30 +01:00
John Titor
9aa0062f82
scx.cscheds: fix typo in name
I don't think we need a alias here, as it has been unstable for a few days.

If anyone thinks we should, I am happy to do so.
2024-11-01 13:36:56 +05:30
K900
c845b35460 linux: remove patch backport 2024-11-01 08:10:32 +03:00
K900
8fac93634b linux_5_15: 5.15.169 -> 5.15.170 2024-11-01 08:09:53 +03:00
K900
ca59d24d8e linux_6_1: 6.1.114 -> 6.1.115 2024-11-01 08:09:48 +03:00
K900
05b2afe1c8 linux_6_6: 6.6.58 -> 6.6.59 2024-11-01 08:09:45 +03:00
K900
a3ac03e5ce linux_6_11: 6.11.5 -> 6.11.6 2024-11-01 08:09:42 +03:00
K900
ee12486fde linux_testing: 6.12-rc4 -> 6.12-rc5 2024-11-01 08:09:39 +03:00
Sefa Eyeoglu
4bf1468cb4
xone: added fix for kernel version 6.12 (#347471) 2024-10-31 23:18:42 +01:00
DontEatOreo
eff4669302
raycast: move to pkgs/by-name 2024-10-31 15:24:04 +02:00
DontEatOreo
3775aee778
raycast: 1.84.2 -> 1.84.8 2024-10-31 13:19:33 +00:00
Johannes Jöns
df0c4079e9
system76-io-dkms: 1.0.2 -> 1.0.4 (#350933) 2024-10-31 13:22:24 +01:00
Maximilian Bosch
de19a7d70b
Merge: linux: change tests to attrset (#350008) 2024-10-31 10:25:05 +01:00
Vladimír Čunát
e19cfce6f3
staging-next 2024-10-15 (#348827) 2024-10-31 08:17:40 +01:00
Jörg Thalheim
f600473dfc
zfsUnstable: 2.2.6 -> 2.3.0-rc2 (#352111) 2024-10-31 08:10:33 +01:00
github-actions[bot]
4f5d1a2355
Merge master into staging-next 2024-10-31 06:05:03 +00:00
Emily
44cb05c5e6
karabiner-elements: fix plist patching after latest update (#350045) 2024-10-31 00:26:17 +00:00
Kiskae
b560dc5fe4 linuxPackages.nvidiaPackages.legacy_535: 535.154.05 -> 535.216.01 2024-10-30 22:39:46 +01:00
K900
6968567d60 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-30 21:25:05 +03:00
Jörg Thalheim
990f185651
system76-dkms: 1.0.13 -> 1.0.16 (#349177) 2024-10-30 17:30:30 +01:00
Sandro Jäckel
f4fdf302a7
cifs-utils: add optional dependencies
for cifs.idmap, getcifsacl and setcifsacl and capability dropping in mount.cifs
2024-10-30 16:55:47 +01:00
Sandro Jäckel
27df79a45e
cifs-utils: format with nixfmt-rfc-style 2024-10-30 16:49:35 +01:00
Sandro
91bc7dadf7
cifs-utils: 7.0 -> 7.1 (#348259) 2024-10-30 16:36:42 +01:00
Adam C. Stephens
b8a4522ce8
zfs: change tests into attrset (#349998) 2024-10-30 08:55:54 -04:00
Masum Reza
8716a13609
iputils: 20240117 -> 20240905 (#339856) 2024-10-30 17:38:59 +05:30
github-actions[bot]
2c3dde0baa
Merge master into staging-next 2024-10-30 12:05:37 +00:00
0x4A6F
e07559e78a
vdo: 8.3.0.71 -> 8.3.0.72 (#351234) 2024-10-30 08:02:16 +01:00
github-actions[bot]
32be7227d2
Merge master into staging-next 2024-10-30 06:39:54 +00:00
Masum Reza
4ddb0661ea
scx.full: init; scx.rusty: init (#352077) 2024-10-30 08:48:09 +05:30
Bryan Gardiner
7c1d037fb1
system76-dkms: style improvements 2024-10-29 18:02:07 -07:00
Bryan Gardiner
fdaa4fc5a8
system76-dkms: 1.0.13 -> 1.0.16
The latest release adds a small compatibility fix needed for Linux 6.11.
2024-10-29 18:02:06 -07:00
github-actions[bot]
dee80e3490
Merge master into staging-next 2024-10-30 00:14:27 +00:00
Robert Hensing
4e558812ac nixos-rebuild: Call toplevel/bin/apply when available
By executing the whole switching process using one script, we avoid
some ssh roundtrips that would slow down deployment swith --target-host.

For the other benefits, see https://github.com/NixOS/nixpkgs/issues/266290
2024-10-30 00:21:21 +01:00
Robert Hensing
4734959784 nixos-rebuild: Add proper escaping to ssh calls
SSH merges its arguments by space-concatenation - it does not preserve
the array structure.

This is arguably a historic mistake, whose fix would be too breaking.
I suppose it will stay this way forever, until perhaps a better behavior
can be opted in to using a flag, and I don't think this flag exists yet.

To make multi-argument commands work reliably over ssh, we need to escape
them, which is what the ${@@Q} incantation achieves.
2024-10-30 00:21:20 +01:00
John Titor
e24aaf4f63
scx.full: init
This package combines the Rust and C based schedulers.
This is likely to be the default in the upcoming nixos module.
2024-10-29 23:50:02 +05:30
John Titor
29f813eb67
scx.rusty: init 2024-10-29 23:50:02 +05:30
John Titor
b7edadebf8
scx: few nitpicks 2024-10-29 23:49:55 +05:30
github-actions[bot]
09d8c7ec2f
Merge master into staging-next 2024-10-29 18:04:32 +00:00
Emily
65d24c5d89
darwin.xcode: add 16.1 (#352050) 2024-10-29 14:12:46 +00:00
Emily
57f2153b9f
Add licenses to moby and c-util (#351233) 2024-10-29 13:39:49 +00:00
Jörg Thalheim
44f94d8eb5 zfsUnstable: 2.2.6 -> 2.3.0-rc2 2024-10-29 14:35:01 +01:00
github-actions[bot]
6bc001ea3b
Merge master into staging-next 2024-10-29 12:06:00 +00:00
Félix
849ecd6089
nsncd: 1.4.1-unstable-2024-10-03 -> 1.5.1 (#351304) 2024-10-29 10:20:26 +01:00
github-actions[bot]
a0e96c5d1c
Merge master into staging-next 2024-10-29 06:05:06 +00:00
Masum Reza
9147b2d18f
scx: init at 1.0.5 (#351746) 2024-10-29 10:30:13 +05:30
John Titor
c42882fcb2
scx: init at 1.05
sched_ext is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them.
This feature got merged in Linux 6.12, this PR adds rust and C userspace schedulers.
Homepage:- https://github.com/sched-ext/scx

With this following packages are now available:
scx.rustland
scx.rlfifo
scx.layered
scx.lavd
scx.bpfland
scx.csheds
2024-10-28 22:53:01 +05:30
R. Ryantm
de8faed362 nsncd: 1.4.1-unstable-2024-10-03 -> 1.5.1 2024-10-28 15:46:10 +01:00
Fabián Heredia Montiel
980dd8b4ed Merge remote-tracking branch 'origin/master' into staging-next 2024-10-27 23:56:04 -06:00
Peder Bergebakken Sundt
07b8891968
intel-compute-runtime: 24.35.30872.22 -> 24.39.31294.12 (#350732) 2024-10-28 02:44:45 +01:00
Fabián Heredia Montiel
34b62f7c47 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-27 16:10:56 -06:00
Dimitar Nestorov
a59c4dfadd
darwin.xcode: add 16.1 2024-10-27 17:16:04 +02:00
Emily
1448160008
darwin.xcode: add 15.0.1 and 16 (#343216) 2024-10-27 13:09:04 +00:00
Fabian Affolter
d8ecefea1d
cpuid: 20240324 -> 20241023 (#351456) 2024-10-27 08:28:18 +01:00
github-actions[bot]
f7650608a4
Merge master into staging-next 2024-10-27 00:15:30 +00:00
emilylange
d83fafd024
linuxPackages.corefreq: unbreak eval 2024-10-26 22:27:26 +02:00
Sefa Eyeoglu
60900303b5
corefreq: init at 1.98.4 (#330049) 2024-10-26 21:54:36 +02:00
K900
f21f4ca3ee Merge remote-tracking branch 'origin/master' into staging-next 2024-10-26 21:05:47 +03:00
Fabian Affolter
bf7ee82344 cpuid: 20240324 -> 20241023 2024-10-26 16:47:47 +02:00
Nick Cao
334641a52f
linuxPackages.nvidiaPackages.vulkan_beta: 550.40.76 -> 550.40.79 (#351412) 2024-10-26 09:28:00 -04:00
github-actions[bot]
cdab0d3f36
Merge master into staging-next 2024-10-26 12:05:46 +00:00
Markus Sütter
aba41ae0d8 dbus-broker: add meta information and license to c-util library 2024-10-26 13:54:29 +02:00
Hendrik Sokolowski
f251273e41 sysstat: add iostat as mainProgram 2024-10-26 13:39:06 +02:00
Hendrik Sokolowski
3db1263401 sysstat: adopt 2024-10-26 13:39:06 +02:00
Kiskae
96b951b3bf linuxPackages.nvidiaPackages.vulkan_beta: 550.40.76 -> 550.40.79 2024-10-26 12:29:02 +02:00
K900
7f898ed413 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-25 21:06:42 +03:00
Weijia Wang
da8175085c
linuxPackages_latest.prl-tools: 20.1.0-55732 -> 20.1.1-55740 (#351080) 2024-10-25 19:00:40 +02:00
Maximilian Bosch
9801748d78
Merge: Revert "linux_testing: disable NFS_LOCALIO on aarch64-linux" (#350946) 2024-10-25 12:41:15 +02:00
codgician
d1cc3bbf26
linuxPackages_latest.prl-tools: 20.1.0-55732 -> 20.1.1-55740 2024-10-25 05:18:01 +00:00
codgician
888a7effec
linuxPackages_latest.prl-tools: use libxml2 to parse html in update script 2024-10-25 13:17:49 +08:00
K900
764384fc64 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-25 07:59:17 +03:00
Artturin
b8c13d36df
zenergy: init at 0-unstable-2024-10-10 (#297598) 2024-10-25 03:43:46 +03:00
Fabián Heredia Montiel
da7fb8d0ef Merge remote-tracking branch 'origin/master' into staging-next 2024-10-24 17:53:05 -06:00
Nick Cao
3e31b3e716
linuxPackages.nvidiaPackages.beta: 560.31.02 -> 565.57.01 (#350530) 2024-10-24 16:15:22 -04:00
Alexandre Cavalheiro S. Tiago da Silva
b78661a7c1
zenergy: init at 0-unstable-2024-10-10 2024-10-24 16:27:16 -03:00
github-actions[bot]
ef782655d2
Merge master into staging-next 2024-10-24 18:04:38 +00:00
Aaron Honeycutt
416f93d21c system76-io-dkms: 1.0.2 -> 1.0.4 2024-10-24 07:35:53 -06:00
John Ericson
f2cf76575c
Support dynamically linked binaries on OpenBSD. (#350814) 2024-10-24 09:03:12 -04:00
Alyssa Ross
b11a5a8338
Revert "linux_testing: disable NFS_LOCALIO on aarch64-linux"
This reverts commit bda6c82a81.

> This was fixed via v6.12-rc3 commit 009b15b57485 ("nfs_common: fix
> Kconfig for NFS_COMMON_LOCALIO_SUPPORT")

Link: https://bugzilla.kernel.org/show_bug.cgi?id=219370#c5
2024-10-24 12:55:57 +02:00
K900
dee94df6f2 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-24 09:28:51 +03:00
Atemu
07bbb086dc
linux_xanmod, linux_xanmod_latest: 2024-10-22 (#350533) 2024-10-24 07:49:33 +02:00
Artemis Tosini
fcd62ad082
openbsd.rtld: init
rtld contains ld.so, the dynamic linker on OpenBSD.
This package does not include related scripts (ldd and ldconfig),
because they would create a dependency loop.
rtld (run-time ld) is an os-agnostic term for dynamic linker.

For simplicity, also link this into the libc symlinkJoin package
2024-10-24 00:43:24 +00:00
Artemis Tosini
f5194c3579
openbsd.openbsdSetupHook: Fix bsd.prog.mk
bsd.prog.mk makes sure libc is built before programs that use it by
making all programs depend on core files.

We handle this dependency by referencing libc in cc-wrapper,
but that isn't sufficient to tell bsd.prog.mk that e.g. crtbegin.o
exists.

Clear libc-related variables to fix OpenBSD program build
2024-10-24 00:11:49 +00:00
Fabián Heredia Montiel
58b124e48c
linux: use lore URL for netfilter fix, remove linux 6.10 (EOL) (#350757) 2024-10-23 16:38:21 -06:00
piegames
ad8d051645
treewide: Fix indentation in strings (#350296) 2024-10-23 21:44:22 +02:00
Maximilian Bosch
9b08aa08ad
linux_6_10: remove, eol 2024-10-23 20:58:04 +02:00
K900
dd50f99e26
linux: switch netfilter fix to lore patch URL
Expected to be more stable.
2024-10-23 20:57:45 +02:00
github-actions[bot]
606bd3114c
Merge master into staging-next 2024-10-23 18:04:32 +00:00
Sandro Jäckel
c70e35a268
intel-compute-runtime: 24.35.30872.22 -> 24.39.31294.12
Diff: https://github.com/intel/compute-runtime/compare/24.35.30872.22...24.39.31294.12

Changelog: https://github.com/intel/compute-runtime/releases/tag/24.39.31294.12
2024-10-23 17:14:06 +02:00
Thiago Kenji Okada
457396d445
linuxKernel.kernels.linux_zen: 6.11.2-zen1 -> v6.11.5-zen1; linuxKernel.kernels.linux_zen: 6.11.2-lqx1 -> v6.11.5-lqx1 (#350702) 2024-10-23 16:07:02 +01:00
Nick Cao
f801f5adab
linuxPackages.nvidiaPackages.production: 550.120 -> 550.127.05 (#350529) 2024-10-23 09:24:22 -04:00
ajs124
6c315c2ec0 vdo: 8.3.0.71 -> 8.3.0.72 2024-10-23 14:45:07 +02:00
Daniel Fahey
ff63c60b99 linuxKernel.kernels.linux_zen: remove deprecated config opts re: Z3FOLD 2024-10-23 13:32:54 +01:00
Daniel Fahey
d0037e9629 linuxKernel.kernels.linux_lqx: 6.11.2-lqx1 -> v6.11.5-lqx1 2024-10-23 13:32:41 +01:00
Daniel Fahey
2b35a6bd33 linuxKernel.kernels.linux_zen: 6.11.2-zen1 -> v6.11.5-zen1 2024-10-23 13:32:21 +01:00
Kiskae
00c33287da linuxPackages.nvidiaPackages.production: 550.120 -> 550.127.05 2024-10-23 13:17:39 +02:00
github-actions[bot]
a05b8fcd69
Merge master into staging-next 2024-10-23 06:05:08 +00:00
K900
4ad1a3ddd9
Kernel updates for 2024-10-22 (#350500) 2024-10-23 08:39:14 +03:00
github-actions[bot]
723e1a67de
Merge master into staging-next 2024-10-23 00:14:18 +00:00
Sandro
ee8bdf4f09
vmware-workstation: 17.5.2 -> 17.6.1 (#343028) 2024-10-23 01:27:05 +02:00
Kiskae
e718ed96ed linuxPackages.nvidiaPackages.beta: 560.31.02 -> 565.57.01 2024-10-22 23:10:22 +02:00