created | 2019-08-12T15:37:58Z |
---|---|
begin | 2019-08-10T00:00:00Z |
end | 2019-08-11T00:00:00Z |
path | src/sys |
commits | 6 |
date | 2019-08-10T03:56:02Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/macppc/stand/tbxidata/bsd.tbxi | log | diff | annotate |
src/sys/conf/newvers.sh | log | diff | annotate | |
src/sys/sys/param.h | log | diff | annotate | |
message | move to 6.6-beta |
date | 2019-08-10T11:49:50Z | |||
---|---|---|---|---|
author | naddy | |||
files | src/sys/conf/newvers.sh | log | diff | annotate |
message | really crank to 6.6-beta |
date | 2019-08-10T13:08:21Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/stand/efiboot/efiboot.c | log | diff | annotate |
message |
Fix pixel formats. Turns out the order in the device tree description is exactly the opposite of the order in the enum used by UEFI. Makes console output come out white-on-blue instead of white-on-red. ok patrick@ |
date | 2019-08-10T13:16:01Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/ofw/fdt.c | log | diff | annotate |
message |
Make sure fdt_get_reg() looks beyond its parent to establish the correct #address-cells and #size-cells for the bus it sits on. This makes sure the glass console works since the framebuffer shows up as a child of /chosen which typically doesn't have these properties. This makes us look at the root node instead. ok patrick@ |
date | 2019-08-10T18:18:27Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/dev/gpio/gpiodcf.c | log | diff | annotate |
message |
gpiodcf(4): tvtohz(9)+timeout_add(9) -> timeout_add_msec(9) "looks fine" kettenis@, ok deraadt@ |
date | 2019-08-10T23:29:59Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/dev/usb/udcf.c | log | diff | annotate |
message | udcf(4): tvtohz(9)+timeout_add(9) -> timeout_add_msec(9); ok kettenis@ |