created | 2019-05-04T03:12:11Z |
---|---|
begin | 2017-11-06T00:00:00Z |
end | 2017-11-07T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2017-11-06T08:57:34Z | |||
---|---|---|---|---|
author | yasuoka | |||
files | src/sys/arch/amd64/stand/efiboot/efiboot.c | log | diff | annotate |
src/sys/arch/amd64/stand/efiboot/efidev.c | log | diff | annotate | |
src/sys/arch/amd64/stand/libsa/diskprobe.c | log | diff | annotate | |
message |
Call CD-ROM devices cdN instead of hdN. Also select the booted device properly when the system is booted from CD-ROM. Initial diff from FUKAUMI Naoki. |
date | 2017-11-06T09:08:53Z | |||
---|---|---|---|---|
author | yasuoka | |||
files | src/sys/arch/amd64/stand/efiboot/efiboot.c | log | diff | annotate |
message |
Modify "machine video" command not to list mode when chaning video mode. diff from Klemens Nanni |
date | 2017-11-06T09:32:16Z | |||
---|---|---|---|---|
author | jasper | |||
files | src/sys/ddb/db_sym.h | log | diff | annotate |
message |
remove ctf_type declaration no longer needed since -r1.33 ok mpi@ |
date | 2017-11-06T11:34:29Z | |||
---|---|---|---|---|
author | phessler | |||
files | src/sys/net80211/ieee80211_ioctl.c | log | diff | annotate |
src/sys/net80211/ieee80211_var.h | log | diff | annotate | |
message |
move a function declaration, so the whole net80211 stack can disable wep or wpa OK stsp@ |
date | 2017-11-06T15:12:43Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/netinet/ip_ah.c | log | diff | annotate |
src/sys/netinet/ip_esp.c | log | diff | annotate | |
src/sys/netinet/ip_ether.c | log | diff | annotate | |
src/sys/netinet/ip_ipcomp.c | log | diff | annotate | |
src/sys/netinet/ip_ipsp.c | log | diff | annotate | |
src/sys/netinet/ipsec_input.c | log | diff | annotate | |
src/sys/netinet/ipsec_output.c | log | diff | annotate | |
message |
Use %s and __func__ in DPRINTF() to reduce false positive with grep(1). ok kettenis@, dhill@, visa@, jca@ |