Age | Commit message (Collapse) | Author |
|
problem experienced by Han Boetes; fix with "nfs4" rick at snowhite
dot cis dot uoguelph dot ca. ok pedro@ tedu@
|
|
encapsulating all such access into wall-defined functions
that makes sure locking is done as needed.
It also cleans up some uses of wall time vs. uptime some
places, but there is sure to be more of these needed as
well, particularily in MD code. Also, many current calls
to microtime() should probably be changed to getmicrotime(),
or to the {,get}microuptime() versions.
ok art@ deraadt@ aaron@ matthieu@ beck@ sturm@ millert@ others
"Oh, that is not your problem!" from miod@
|
|
things such that code that only need a second-resolution uptime or wall
time, and used to get that from time.tv_secs or mono_time.tv_secs now get
this from separate time_t globals time_second and time_uptime.
ok art@ niklas@ nordin@
|
|
rescinded 22 July 1999. Proofed by myself and Theo.
|
|
ok costa@
|
|
From NetBSD
|
|
in txdr_hyper. This should be more portable than casting to an array
of ints and pulling out the two 32-bit words (this produced incorrect
results on alpha for the high word for filesystems < 4gig). As a side
effect, txdr_hyper now takes a u_quad_t as its first arg, not u_quad_t *.
|
|
slightly garbled but older servers seemed to understand it); dfr@freebsd.org
|
|
of lvalues that ANSI abhors.
And it fixes df on NFS version 3 mounts on Sparcs.
|
|
|
|
|
|
(NetBSD's was really just a Lite2's, but w/ 64bit support)
|
|
Open's patches kept in. i'll possibly take a look at Lite2 soon,
is there smth usefull ?..
|
|
|
|
|
|
|