created | 2019-09-18T16:44:49Z |
---|---|
begin | 2019-08-15T00:00:00Z |
end | 2019-08-16T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2019-08-15T07:29:21Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/kern/kern_acct.c | log | diff | annotate |
message |
Serialize access to the vnode pointers associated with acct(2) system accounting. Prevents a race where the acct thread and the acct(2) syscall both tries to close a vnode. ok visa@ Reported-by: [email protected] |
date | 2019-08-15T09:38:56Z | |||
---|---|---|---|---|
author | miko | |||
files | src/sys/dev/pci/auich.c | log | diff | annotate |
message | auich_freemem() returns void. while here fix a typo in an error message. audio playback still works under virtualbox. ok ratchov@ |
date | 2019-08-15T15:08:14Z | |||
---|---|---|---|---|
author | otto | |||
files | src/sys/kern/tty_nmea.c | log | diff | annotate |
message | NMEA 4.1 has one more field in the RMC message; ok kettenis@ |