Pierre DAVID
Pierre DAVID
I regularly copy events to new ones (using "duplicate"/"p" key) and edit the new event by editing date and time. Therefore, I often need to edit twice the date and...
**Describe the bug** When pressing [Alt][Enter] in a date-time widget, date or time is not updated in event. **If applicable: Stack Trace** N/A **To Reproduce** Using ikhal, add an event,...
Hi, in my understanding, initialization of tally in line 75 of c_factors.c is not C11-compliant: - if initialized with memset, length of area to set to 0 should be `sizeof...
In trap.t, line 699 says: > xv6 programs to map interrupt 0 to IRQ 0 This sentence is not particularly clear. I would suggest: ``` During initialization, xv6 programs interrupt...
In mem.t (lines 860-870), it is written: ``` but xv6 uses segments only for the common trick of implementing per-cpu variables such as .code proc that are at a fixed...
Bug reported by Marie-France Kommer.
I suggest to set BSIZE to 1024 bytes in order to further clarify the difference between OS blocks and hardware disk sectors.
Attributing an address or a MX to a domain itself requires the modification of the zone prologue, which is tedious and error prone. This proposal is to use a pseudo-host...
Add a "**embedded**" option for each domain. This option will specify that resource records for this domain are not in a distinct zone file, but embedded in the parent zone....
The servers/mkdhcp script should provide more flexibility such as sites may suit output to their particularities. Ideas worth to look for: - generate each network in a separate file (patch...