Searched hist:227691 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/i386/ibcs2/
H A Dsyscalls.masterdiff 227691 Sat Nov 19 04:45:41 MST 2011 ed Improve *access*() parameter name consistency.

The current code mixes the use of `flags' and `mode'. This is a bit
confusing, since the faccessat() function as a `flag' parameter to store
the AT_ flag.

Make this less confusing by using the same name as used in the POSIX
specification -- `amode'.
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.cdiff 227691 Sat Nov 19 04:45:41 MST 2011 ed Improve *access*() parameter name consistency.

The current code mixes the use of `flags' and `mode'. This is a bit
confusing, since the faccessat() function as a `flag' parameter to store
the AT_ flag.

Make this less confusing by using the same name as used in the POSIX
specification -- `amode'.
/freebsd-11-stable/sys/compat/freebsd32/
H A Dsyscalls.masterdiff 227691 Sat Nov 19 04:45:41 MST 2011 ed Improve *access*() parameter name consistency.

The current code mixes the use of `flags' and `mode'. This is a bit
confusing, since the faccessat() function as a `flag' parameter to store
the AT_ flag.

Make this less confusing by using the same name as used in the POSIX
specification -- `amode'.
/freebsd-11-stable/sys/netinet/
H A Din_pcb.cdiff 332889 Mon Apr 23 14:32:07 MDT 2018 jtl MFC r331745 (by np):
Fix RSS build (broken in r331309).

Sponsored by: Chelsio Communications

PR: 227691
Pointy-hat to: jtl

Completed in 319 milliseconds