Searched hist:113790 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sbin/devd/
H A Ddevd.8diff 113790 Mon Apr 21 04:26:08 MDT 2003 imp Implement a two new flags, and change the meaning of another one.
'd': now means don't do daemon().
'D': Debug
'n': Don't wait to process all pending events before calling daemon.

In the past, devd would call daemon immediately. However, this causes
a race. If anything in the boot process depends on configuring the
devices configured by devd, maybe they would be configured in time,
maybe not. Now we don't call daemon until all pending events are
processed, unless -n is specified.

# -n is actually the default for a while due to the select(2) bug in devctl
# that I just fixed to give people a chance to upgrade.
H A Ddevd.ccdiff 113790 Mon Apr 21 04:26:08 MDT 2003 imp Implement a two new flags, and change the meaning of another one.
'd': now means don't do daemon().
'D': Debug
'n': Don't wait to process all pending events before calling daemon.

In the past, devd would call daemon immediately. However, this causes
a race. If anything in the boot process depends on configuring the
devices configured by devd, maybe they would be configured in time,
maybe not. Now we don't call daemon until all pending events are
processed, unless -n is specified.

# -n is actually the default for a while due to the select(2) bug in devctl
# that I just fixed to give people a chance to upgrade.
/freebsd-11-stable/tests/sys/geom/class/eli/
H A Donetime_test.shdiff 172031 Sat Sep 01 04:33:02 MDT 2007 pjd Add support for Camellia encryption algorithm.

PR: kern/113790
Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
Approved by: re (bmah)
H A Dinit_test.shdiff 172031 Sat Sep 01 04:33:02 MDT 2007 pjd Add support for Camellia encryption algorithm.

PR: kern/113790
Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
Approved by: re (bmah)
/freebsd-11-stable/sys/geom/eli/
H A Dg_eli_hmac.cdiff 172031 Sat Sep 01 04:33:02 MDT 2007 pjd Add support for Camellia encryption algorithm.

PR: kern/113790
Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
Approved by: re (bmah)
H A Dg_eli.hdiff 172031 Sat Sep 01 04:33:02 MDT 2007 pjd Add support for Camellia encryption algorithm.

PR: kern/113790
Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
Approved by: re (bmah)
/freebsd-11-stable/sbin/geom/class/eli/
H A Dgeli.8diff 172031 Sat Sep 01 04:33:02 MDT 2007 pjd Add support for Camellia encryption algorithm.

PR: kern/113790
Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
Approved by: re (bmah)

Completed in 179 milliseconds