riastradh
0be824883b
Simplify default motd text and include donation link.
2020-11-25 21:40:22 +00:00
wiz
69ad8431d5
Define LMSG outside the MAXTSIZ check so it also exists in non-MAXTSIZ kernels.
2020-11-25 21:08:59 +00:00
jmcneill
47fa0c3be8
Add support for message-based interrupts.
2020-11-25 21:02:35 +00:00
jmcneill
2deab200b0
Fix off-by-one when printing the range of SPIs in a GICv2m frame
2020-11-25 20:59:20 +00:00
skrll
62f6b38b9d
Fix comment. Spotted by jmcneill@
2020-11-25 19:50:06 +00:00
bouyer
82797af728
Add ldap parameters debug and timeout.
...
Fix bug when using URI (use correct len for malloc)
document ldap parameters uri, debug and timeout.
2020-11-25 18:11:00 +00:00
bouyer
346b151099
Add an option to pass a ldap uri, instead of just server and port.
...
uri takes precedence.
2020-11-25 16:42:53 +00:00
bouyer
b611e603fe
Fix ldap: ldap_sasl_bind_s() doens't like a NULL struct berval *, pass
...
a pointer to a zero'd struct instead.
While there use LDAP_SASL_SIMPLE instead of NULL for mechanism,
and check return of ldap_set_option().
2020-11-25 16:41:39 +00:00
tsutsui
a3c09112c6
Reserve device-major for ld(4) on possible sdmmc(4) at scimci.
...
https://mail-index.netbsd.org/port-dreamcast/2014/10/25/msg000263.html
https://mail-index.netbsd.org/port-dreamcast/2014/10/30/msg000265.html
2020-11-25 15:31:15 +00:00
tsutsui
10596905a4
Create wd0 and wd1 device node for G1IDE kernel.
2020-11-25 15:14:03 +00:00
christos
1f569f5e9e
Reduce previous
2020-11-25 14:15:41 +00:00
kardel
d2c7ed0706
Fix address advancing for i386 and other 32-bit platforms.
...
Makes racoon grok IPv6 addresses again on these platforms.
2020-11-25 10:57:11 +00:00
yamaguchi
9ce4bce850
add KASSERT(!cpu_softintr_p());
...
pointed out by knakahara@n.o., thanks.
2020-11-25 10:44:53 +00:00
yamaguchi
d6dd2b3582
Fix to reconnect after PADT received
2020-11-25 10:42:35 +00:00
yamaguchi
73f90acc3a
add a logging function used at debugging pppoe(4)
2020-11-25 10:39:47 +00:00
yamaguchi
f1cad8460f
fix to remove trailing garbage
2020-11-25 10:38:10 +00:00
yamaguchi
2ac76fa708
stop callout even when the state is in PPPOE_STATE_INITIAL
2020-11-25 10:37:04 +00:00
yamaguchi
37f4aefcd5
Use a state of IPCP and IPv6CP to wait for connection established
2020-11-25 10:35:07 +00:00
yamaguchi
d29dd4c534
add -dd option for reference of the parameter about control protocols
...
reviewed by knakahara@n.o.
2020-11-25 10:32:54 +00:00
yamaguchi
d1cb5a89a6
Add commands to refer params of control protocols in if_spppsubr.c
...
reviewed by knakahara@n.o.
2020-11-25 10:30:51 +00:00
yamaguchi
493dff876c
Reconnect when a down event caused by tlf caught
2020-11-25 10:27:18 +00:00
yamaguchi
c65ff233be
Move code related to module to bottom
2020-11-25 10:25:22 +00:00
yamaguchi
19fb509881
Reconnect lcp after authentication or network phase finish
2020-11-25 10:23:33 +00:00
yamaguchi
6562f17042
Close lcp when the lower layer down if the interface is passive or on-demand
...
reivewed by knakahara@n.o.
2020-11-25 10:18:49 +00:00
yamaguchi
58e2b843e5
Update ip addresses in the workqueue for control protocols
...
reviewed by knakahara@n.o.
2020-11-25 10:12:03 +00:00
yamaguchi
73ef60f704
Add the id check for TERM_ACK
2020-11-25 10:08:22 +00:00
yamaguchi
21f4535045
remove double newlines
2020-11-25 10:05:40 +00:00
yamaguchi
1fed31b4a1
change function name(RCR => parse_confreq)
...
reviewed by knakahara@n.o.
2020-11-25 10:03:38 +00:00
yamaguchi
fb29eba267
Add a function to initialize parameters
2020-11-25 09:59:52 +00:00
yamaguchi
6d7a1a8cde
Remove unused and unimplemented code related to CP_QUAL
2020-11-25 09:57:26 +00:00
yamaguchi
0d03c540b3
Simplify commonly used functions
...
reviewed by knakahara@n.o.
2020-11-25 09:55:01 +00:00
yamaguchi
2653a9caa8
implement auth protocols on the state-machine of control protocols
...
reviewed by knakahara@n.o.
2020-11-25 09:46:05 +00:00
yamaguchi
2c596a18e6
Insert an entry after initialization
2020-11-25 09:41:20 +00:00
yamaguchi
8c200c3fe2
call if_down() in workqueue instead of callout(9)
2020-11-25 09:38:39 +00:00
yamaguchi
7a8d2f5e5a
Change a state of control protocol in thread context
...
reviewed by knakahara@n.o.
2020-11-25 09:35:23 +00:00
yamaguchi
78b0a7aa5b
Add a function for RXJ event
2020-11-25 09:30:49 +00:00
yamaguchi
babc78f240
Add a function for RTR and RTA event
2020-11-25 09:26:34 +00:00
yamaguchi
f0bcf1b653
Add a function for RCA and RCN event
2020-11-25 09:21:53 +00:00
yamaguchi
7f4cc01664
Add a function for RCR event
2020-11-25 09:18:45 +00:00
yamaguchi
3337657cf4
Refactoring functions for RCR and RCN
2020-11-25 09:16:20 +00:00
yamaguchi
2f9fad35a8
Add a structure for params related to control protocols
2020-11-25 09:12:50 +00:00
yamaguchi
bfa55b37c2
remove variable names in function declaration
2020-11-25 09:09:24 +00:00
ryo
8fded6af82
`best_diff' should be kept to a positive number
2020-11-25 05:18:39 +00:00
sjg
a4b8ab5ff9
Add .MAKE.UID and .MAKE.GID
2020-11-25 00:50:44 +00:00
sjg
67ae709ee1
access(2) does not work for root, so skip objdir-writable
2020-11-25 00:32:18 +00:00
jmcneill
74b8c61e26
Improve detection of NS vs S views of priorities.
...
For PMR, write a 0 to bit7 and see if it sticks. This is only possible from
NS EL1 if we have a non-secure view of ICC_PMR_EL1.
For int priorities (GICD/GICR interfaces and LPIs), assume that the
GICD_CTLR.DS bit is telling us the truth.
RK3399 is special here when using the vendor bootloader, so keep the
auto-detection from the previous commit but limit the scope to only run
on RK3399 SOCs.
2020-11-24 23:31:55 +00:00
rillig
ed4779b2cf
make(1): indent some functions in make.c with tabs instead of spaces
2020-11-24 23:13:09 +00:00
rillig
2a724961c8
make(1): remove void pointers from MakeBuildParent
2020-11-24 22:58:54 +00:00
rillig
f080921b64
make(1): inline Lst_ForEachUntil in Make_Update
2020-11-24 22:55:24 +00:00
rillig
15739dec26
make(1): remove void pointers from MakeBuildChild
2020-11-24 22:50:38 +00:00