+98
−43
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
Jag Raman says:
====================
sparc64: LDC changes for porting VCC driver into upstream kernel
This series of patches is part of an effort to add VCC (Virtual Console
Concentrator) support to Linux.
VCC enables the virtualization of serial console on SPARC processors. VCC
provides access to the guest domain's serial console.
VCC depends on some core functionalities in the linux kernel for SPARC. The
functionalities include LDC (Logical Domain Channels), MDESC (Machine
Descriptor) and VIO (Virtual IO protocol). In order for VCC to be enabled,
it requires that these core functionalities support them.
This series of patches adds LDC support to enable VCC on Linux. It
is the first batch of changes to enable VCC.
This version 4 of the series addresses the following changes
suggested by Dave Miller
Patch 1/5: Modifies ldc_print/__ldc_print to print caller name. Fixes
indentation of wrapped lines.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
CRA Git | Maintained and supported by SUSTech CRA and CCSE