swildner
- Login: swildner
- Registered on: 12/07/2005
- Last connection: 03/04/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 5 | 56 | 61 |
| Reported issues | 4 | 49 | 53 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| DragonFlyBSD | Reporter, Manager, Developer | 12/07/2005 |
Activity
04/05/2026
-
05:19 PM DragonFlyBSD Revision 1289cdad (dragonflybsd): Merge branch 'vendor/GCC80'
-
05:17 PM DragonFlyBSD Revision 10950583 (dragonflybsd): vendor/GCC80: Bring in two fixes from upstream.
- These fix -Wmissing-template-keyword and -Wregister warnings we were
getting when building gcc-8.3 with gcc-12.5.
co... -
03:26 PM DragonFlyBSD Revision 9245b098 (dragonflybsd): Fix the two -Wdangling-pointer warnings in world.
- Move line[] to function scope.
-Wdangling-pointer was introduced in GCC 12 and is part of -Wall.
Taken-from: FreeBSD
04/04/2026
-
04:42 AM DragonFlyBSD Revision 37812232 (dragonflybsd): kernel: Ignore GCC 12.5's -Winfinite-recursion for stack_guard_panic2().
- It's a function that we actually want to recurse infinitely (to force
a kernel stack guard panic).
-Winfinite-recurs...
04/03/2026
-
07:11 PM DragonFlyBSD Revision ece4963e (dragonflybsd): Sync ACPICA with Intel's version 20251212 (from previously 20211217).
- Numerous changes, too many to list.
For a detailed list, please see sys/contrib/dev/acpica/changes.txt.
It also fix... -
02:53 PM DragonFlyBSD Revision 33ecbea5 (dragonflybsd): kernel/usb: usbd_do_request()'s 4th argument is a pointer, so use NULL.
-
02:39 PM DragonFlyBSD Revision c24ee53d (dragonflybsd): Fix GCC 12.5's -Wenum-conversion warnings.
- It was introduced in GCC 10 and is part of -Wextra.
All affected enums are compatible, so just cast.
04/02/2026
-
04:11 PM DragonFlyBSD Revision 0216f6e0 (dragonflybsd): Fix GCC 12.5's -Warray-parameter warnings.
- It was introduced in GCC 11 and is part of -Wall.
The ncurses fix was taken from upstream. -
02:37 PM DragonFlyBSD Revision 7ab61486 (dragonflybsd): libefivar: Clean up #ifdef logic and add some comments.
04/01/2026
-
09:13 PM DragonFlyBSD Revision 4470b573 (dragonflybsd): kernel: Fix an off-by-one overflow in the gdb stub.
- Fix identical to GDB upstream.
Also available in: Atom