Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
bug-hurd (date)
[
Thread Index
][
Top
][
All Lists
][
bug-hurd info page
]
Advanced
[
Prev Period
]
Last Modified: Sun Jan 30 2022 10:01:06 -0500
Messages in reverse chronological order
[
Next Period
]
January 30, 2022
[Bug go/104290] [12 Regression] trunk 20220126 fails to build libgo on i686-gnu
,
doko at debian dot org
,
10:01
January 28, 2022
Re: [PATCH 4/6] fix console setting from cmdline
,
Samuel Thibault
,
14:59
Re: [PATCH 3/6] fix register corruption in irq on qemu
,
Samuel Thibault
,
14:58
Re: [PATCH 1/6] add support for booting from grub with x86_64
,
Samuel Thibault
,
14:56
[PATCH 5/6] enable user access
,
Luca Dariz
,
13:24
[PATCH 6/6] fix Task State Segment layout for 64 bit
,
Luca Dariz
,
13:24
[PATCH 1/6] add support for booting from grub with x86_64
,
Luca Dariz
,
13:24
[PATCH 2/6] cleanup multiboot
,
Luca Dariz
,
13:24
[PATCH 3/6] fix register corruption in irq on qemu
,
Luca Dariz
,
13:24
[PATCH 4/6] fix console setting from cmdline
,
Luca Dariz
,
13:24
[PATCH 0/6] Add initial support for booting x86_64 from grub
,
Luca Dariz
,
13:24
January 27, 2022
Re: [PATCH] Uncouple netfs_make_protid (netfs_make_peropen()) function calls in Hurd.
,
Samuel Thibault
,
18:00
Re: [PATCH] Uncouple netfs_make_protid (netfs_make_peropen()) function calls in Hurd.
,
Samuel Thibault
,
17:52
[PATCH] Uncouple netfs_make_protid (netfs_make_peropen()) function calls in Hurd.
,
Svante Signell
,
17:07
Re: [PATCH] add some qemu debugging notes
,
Samuel Thibault
,
13:27
Re: R: Asking help for a little project
,
Samuel Thibault
,
13:23
Re: Asking help for a little project
,
Luca dariz
,
07:18
R: Asking help for a little project
,
Alessandro Sangiuliano
,
03:49
[PATCH] add some qemu debugging notes
,
Luca Dariz
,
02:09
January 26, 2022
Re: Dropping gdc support?
,
Svante Signell
,
08:39
January 24, 2022
Re: Asking help for a little project
,
Samuel Thibault
,
16:57
Re: Asking help for a little project
,
Samuel Thibault
,
16:49
Asking help for a little project
,
Alessandro Sangiuliano
,
09:39
January 23, 2022
Re: Dropping gdc support?
,
Svante Signell
,
17:47
Re: Dropping gdc support?
,
Samuel Thibault
,
16:57
Re: [PATCH] hurd: Implement device memory mapping
,
Samuel Thibault
,
12:46
Re: [PATCH] hurd: Implement device memory mapping
,
Joan Lledó
,
12:36
Re: [PATCH 13/17] ext2fs: remove a #define not_yet
,
Samuel Thibault
,
10:37
Re: [PATCH 06/17] ext2fs: reindent files
,
Jessica Clarke
,
10:35
Re: [PATCH 13/17] ext2fs: remove a #define not_yet
,
Etienne Brateau
,
10:26
Re: [PATCH 17/17] ext2fs: remove 2 unused functions
,
Etienne Brateau
,
10:08
Re: [PATCH 06/17] ext2fs: reindent files
,
Etienne Brateau
,
10:02
Re: [PATCH 08/17] ext2fs: Take cares of indiannes
,
Samuel Thibault
,
06:15
Re: [PATCH 15/17] Change a EIO by a ENOSPC in case where not enough space
,
Samuel Thibault
,
06:08
Re: [PATCH 14/17] ext2fs: refactor add a method for dupplicated code
,
Samuel Thibault
,
06:08
Re: [PATCH 12/17] ext2fs: detect and warn when filesystem is an ext3 fs
,
Samuel Thibault
,
06:07
Re: [PATCH 11/17] ext2fs: resolve a todo, check writability before writing
,
Samuel Thibault
,
06:07
Re: [PATCH 10/17] ext2fs: set the writing time in the superblock
,
Samuel Thibault
,
06:06
Re: [PATCH 09/17] ext2fs: set the f_namelen to the correct value
,
Samuel Thibault
,
06:05
Re: [PATCH 08/17] ext2fs: Take cares of indiannes
,
Samuel Thibault
,
06:04
Re: [PATCH 07/17] ext2fs: use macro to check flags
,
Samuel Thibault
,
05:05
Re: [PATCH 06/17] ext2fs: reindent files
,
Samuel Thibault
,
05:01
Re: [PATCH 05/17] ext2fs: remove unneeded file
,
Samuel Thibault
,
04:58
Re: [PATCH 04/17] move to ext2_fs.h a #define
,
Samuel Thibault
,
04:58
Re: [PATCH 03/17] ext2fs: remove __KERNEL__
,
Samuel Thibault
,
04:56
Re: [PATCH 02/17] ext2fs: update ext2_fs.h header
,
Samuel Thibault
,
04:52
Re: [PATCH 01/17] ext2fs Merge 2 headers
,
Samuel Thibault
,
04:49
Re: [PATCH 17/17] ext2fs: remove 2 unused functions
,
Samuel Thibault
,
04:48
Re: [PATCH 16/17] ext2fs: remove a commented block of code
,
Samuel Thibault
,
04:47
Re: [PATCH 13/17] ext2fs: remove a #define not_yet
,
Samuel Thibault
,
04:40
January 22, 2022
[PATCH 15/17] Change a EIO by a ENOSPC in case where not enough space
,
Etienne Brateau
,
23:26
[PATCH 09/17] ext2fs: set the f_namelen to the correct value
,
Etienne Brateau
,
23:25
[PATCH 01/17] ext2fs Merge 2 headers
,
Etienne Brateau
,
23:24
[PATCH 04/17] move to ext2_fs.h a #define
,
Etienne Brateau
,
23:24
[PATCH 07/17] ext2fs: use macro to check flags
,
Etienne Brateau
,
23:23
[PATCH 12/17] ext2fs: detect and warn when filesystem is an ext3 fs
,
Etienne Brateau
,
23:23
[PATCH 13/17] ext2fs: remove a #define not_yet
,
Etienne Brateau
,
23:23
[PATCH 02/17] ext2fs: update ext2_fs.h header
,
Etienne Brateau
,
23:23
[PATCH 16/17] ext2fs: remove a commented block of code
,
Etienne Brateau
,
23:23
[PATCH 17/17] ext2fs: remove 2 unused functions
,
Etienne Brateau
,
23:17
[PATCH 14/17] ext2fs: refactor add a method for dupplicated code
,
Etienne Brateau
,
23:17
[PATCH 11/17] ext2fs: resolve a todo, check writability before writing
,
Etienne Brateau
,
23:17
[PATCH 10/17] ext2fs: set the writing time in the superblock
,
Etienne Brateau
,
23:17
[PATCH 08/17] ext2fs: Take cares of indiannes
,
Etienne Brateau
,
23:17
[PATCH 06/17] ext2fs: reindent files
,
Etienne Brateau
,
23:17
[PATCH 05/17] ext2fs: remove unneeded file
,
Etienne Brateau
,
23:17
[PATCH 03/17] ext2fs: remove __KERNEL__
,
Etienne Brateau
,
23:17
January 20, 2022
Re: [PATCH] Add _Static_assert when compiling server and user stubs.
,
Samuel Thibault
,
18:12
Re: [PATCH] Convert from K&R to ANSI
,
Samuel Thibault
,
18:05
[PATCH] Convert from K&R to ANSI
,
Etienne Brateau
,
12:01
[PATCH] Add _Static_assert when compiling server and user stubs.
,
Flavio Cruz
,
01:59
January 19, 2022
Re: [PATCH 7/7] proc: Fix variable type
,
Samuel Thibault
,
18:34
Re: [PATCH 6/7] libnetfs: fix type of variable
,
Samuel Thibault
,
18:32
Re: [PATCH 5/7] libps: fix some signed vs unsigned comparision
,
Samuel Thibault
,
18:32
Re: [PATCH 4/7] libdiskfs: improve asserts and remove a sign compare warning
,
Samuel Thibault
,
18:31
Re: [PATCH 3/7] libstore: fix type of a counter
,
Samuel Thibault
,
18:30
Re: [PATCH 2/7] libpager: fix assertion unsigned against 0
,
Samuel Thibault
,
18:29
Re: [PATCH 1/7] libpager: fix a comparision between signed and unsigned
,
Samuel Thibault
,
18:29
[PATCH 5/7] libps: fix some signed vs unsigned comparision
,
Etienne Brateau
,
14:31
[PATCH 6/7] libnetfs: fix type of variable
,
Etienne Brateau
,
14:31
[PATCH 7/7] proc: Fix variable type
,
Etienne Brateau
,
14:31
[PATCH 4/7] libdiskfs: improve asserts and remove a sign compare warning
,
Etienne Brateau
,
14:31
[PATCH 3/7] libstore: fix type of a counter
,
Etienne Brateau
,
14:31
[PATCH 1/7] libpager: fix a comparision between signed and unsigned
,
Etienne Brateau
,
14:30
[PATCH 2/7] libpager: fix assertion unsigned against 0
,
Etienne Brateau
,
14:30
January 18, 2022
Re: [PATCH] ext2fs: fix invalid check
,
Samuel Thibault
,
16:35
[PATCH] ext2fs: fix invalid check
,
Etienne Brateau
,
16:12
January 17, 2022
Re: [PATCH] Pass mach_task_self when deallocating INIT_PORT_CWDIR
,
Samuel Thibault
,
16:14
[PATCH] Pass mach_task_self when deallocating INIT_PORT_CWDIR
,
Flavio Cruz
,
14:21
January 16, 2022
Dropping gdc support?
,
Samuel Thibault
,
15:19
January 09, 2022
Re: [PATCH] hurd: Implement device memory mapping
,
Samuel Thibault
,
07:15
Re: [PATCH] hurd: Implement device memory mapping
,
Samuel Thibault
,
07:14
Re: [PATCH] hurd: Implement device memory mapping
,
Joan Lledó
,
06:16
January 08, 2022
Re: [PATCH] hurd: Implement device memory mapping
,
Samuel Thibault
,
19:15
Re: [PATCH] hurd: Implement device memory mapping
,
Samuel Thibault
,
19:03
Re: [PATCH] hurd: Implement device memory mapping
,
Samuel Thibault
,
15:54
Re: [PATCH] pci-arbiter: Stop using deprecated region memory pointer
,
Samuel Thibault
,
13:11
Re: [PATCH] pci-arbiter: Stop using deprecated region memory pointer
,
Joan Lledó
,
07:16
[PATCH] pci-arbiter: Stop using deprecated region memory pointer
,
Joan Lledó
,
07:16
January 07, 2022
Re: [PATCH] pci-arbiter: Stop using deprecated region memory pointer
,
Samuel Thibault
,
09:04
Re: [PATCH] pci-arbiter: Stop using deprecated region memory pointer
,
Samuel Thibault
,
09:03
Re: [PATCH] pci-arbiter: Stop using deprecated region memory pointer
,
Joan Lledó
,
06:10
[PATCH] pci-arbiter: Stop using deprecated region memory pointer
,
Joan Lledó
,
06:10
January 05, 2022
Re: [PATCH] pci-arbiter: Stop using deprecated region memory pointer
,
Samuel Thibault
,
07:46
[PATCH] pci-arbiter: Stop using deprecated region memory pointer
,
Joan Lledó
,
07:08
[PATCH] hurd: Implement device memory mapping
,
Joan Lledó
,
07:08
Re: [PATCH] hurd: Implement device memory mapping
,
Joan Lledó
,
07:08
January 04, 2022
Re: A deferred authorization-granting translator
,
Olaf Buddenhagen
,
07:06
January 03, 2022
Re: [SECURITY] important update, please upgrade!
,
Samuel Thibault
,
20:30
January 02, 2022
Re: A deferred authorization-granting translator
,
jbranso
,
12:48
Re: [PATCH] hurd: Implement device memory mapping
,
Samuel Thibault
,
10:56
January 01, 2022
Re: [hurd, commited] hurd: Use __trivfs_server_name instead of trivfs_server_name
,
Samuel Thibault
,
14:12
Re: [hurd, commited] hurd: Use __trivfs_server_name instead of trivfs_server_name
,
Florian Weimer
,
14:02
Re: [hurd, commited] hurd: Use __trivfs_server_name instead of trivfs_server_name
,
Samuel Thibault
,
13:58
Re: [hurd, commited] hurd: Use __trivfs_server_name instead of trivfs_server_name
,
Florian Weimer
,
13:48
Re: [hurd, commited] hurd: Use __trivfs_server_name instead of trivfs_server_name
,
Samuel Thibault
,
12:41
Re: [hurd, commited] hurd: Make getrandom a stub inside the random translator
,
Samuel Thibault
,
11:54
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc