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

/freebsd-9.3-release/sys/net/
H A Dif_tap.cdiff 159079 Tue May 30 18:08:12 MDT 2006 marius Revert the (int *) -> (intptr_t *) conversion done as part of rev. 1.59
for IOCTLs where casting data to intptr_t * isn't the right thing to do
as _IO() isn't used for them but _IOR(..., int)/_IOW(..., int) are (i.e.
for all IOCTLs except VMIO_SIOCSIFFLAGS), fixing tap(4) on big-endian
LP64 machines.

PR: sparc64/98084
OK'ed by: emax
MFC after: 1 week
/freebsd-9.3-release/usr.sbin/mergemaster/
H A Dmergemaster.shdiff 98084 Mon Jun 10 05:16:42 MDT 2002 dougb Go back to taking the user's umask into account. Thanks to Alfred for
hatching the idea of using dc, and Giorgos (keramida) for incubating it.

This also reverses most of the previous commit which took out or
modified the text about umask stuff.

Completed in 77 milliseconds