created | 2019-07-16T11:34:34Z |
---|---|
begin | 2019-07-08T00:00:00Z |
end | 2019-07-09T00:00:00Z |
path | src/sys |
commits | 9 |
date | 2019-07-08T01:16:02Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/conf/GENERIC | log | diff | annotate |
message | uncomment aggr(4) to make it easier for people to try |
date | 2019-07-08T03:39:10Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/linux_hdmi.c | log | diff | annotate |
message |
remove duplicate hdmi.h include reported by Ralf Schuelke |
date | 2019-07-08T09:21:10Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/kern/vfs_lookup.c | log | diff | annotate |
message |
When an unlink failed due to unveil, the use count of the inode was not decremented. You could not unmount the file system anymore. A vput(9) in namei(9) fixes this. OK deraadt@ |
date | 2019-07-08T17:49:57Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/pf_table.c | log | diff | annotate |
src/sys/net/radix.c | log | diff | annotate | |
src/sys/netinet/ip_spd.c | log | diff | annotate | |
message |
free(9) sizes for M_RTABLE. ok kn@ |
date | 2019-07-08T18:53:18Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/kern/kern_resource.c | log | diff | annotate |
src/sys/kern/sched_bsd.c | log | diff | annotate | |
src/sys/sys/proc.h | log | diff | annotate | |
src/sys/sys/sched.h | log | diff | annotate | |
message |
Untangle code setting the scheduling priority of a thread. - `p_estcpu' and `p_usrpri' represent the priority and are now only set in a single function. - Call resched_proc() after updating the priority and stop calling it from schedclock() since `spc_curpriority' should match curproc's priority. - Rename updatepri() to match decay_cpu() and stop updating per-thread member. - Merge two resched_proc() in one inside setrunnable(). Tweak and ok visa@ |
date | 2019-07-08T19:57:11Z | |||
---|---|---|---|---|
author | mlarkin | |||
files | src/sys/arch/amd64/amd64/vmm.c | log | diff | annotate |
message |
vmm(4): remove a "set but not used" variable, found when building the kernel with gcc9. ok kettenis |
date | 2019-07-08T19:57:42Z | |||
---|---|---|---|---|
author | mlarkin | |||
files | src/sys/arch/amd64/amd64/pmap.c | log | diff | annotate |
message |
amd64 pmap: remove a "set but not used" variable, found when building the kernel with gcc9. ok kettenis |
date | 2019-07-08T22:02:59Z | |||
---|---|---|---|---|
author | mlarkin | |||
files | src/sys/dev/ic/ahci.c | log | diff | annotate |
message |
Remove some "set but not used" variables in ahci(4)'s hibernate code. ok jmatthew |
date | 2019-07-08T23:59:32Z | |||
---|---|---|---|---|
author | mlarkin | |||
files | src/sys/conf/param.c | log | diff | annotate |
message |
Remove trailing whitespace from a macro ok deraadt |