Searched hist:87176 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/share/man/man9/
H A Ddevice_get_softc.9diff 151285 Thu Oct 13 16:57:53 MDT 2005 jhb - Clarify when the softc is allocated. It is allocated when a device is
probed and attached, not on the first call to device_get_softc().
- Add a cross reference to DEVICE_PROBE regarding the caveats of using the
softc in a driver's probe routine.
- Fix a grammar bogon.

PR: docs/87176 (1)
Submitted by: Devon H. O'Dell dodell at offmyserver dot com (1)
MFC after: 3 days
/freebsd-10.2-release/usr.bin/login/
H A DMakefilediff 87176 Sat Dec 01 19:48:59 MST 2001 bde Work around world breakage in previous commit. The bug is in
<security/pam_misc.h>. It declares a function parameter named 'send',
so nothing that includes both <unistd.h> (which declares send(2)) and
<security/pam_misc.h> be compiled with WARNS=2 unless NO_WERRROR is
set.

Fixed order of WARNS.

Completed in 105 milliseconds