Go to file
Bruce Evans b7911dc3bb In microtime(), use pushfl/popfl to preserve the interrupt enable flag
instead of sti to it restore to its usual state.  pushfl/popfl is
actually faster in protected mode on Pentiums (4+3 cycles instead of 9),
and using sti made it extremely inconvenient to call microtime() from
fast interrupt handlers.  pushfl/popfl is a couple of cycles slower than
sti on 486's and a couple more cycles slower on 386's, but the relative
cost of using it is not large since microtime() has to use slow i/o
instructions on the old cpus.
1996-06-17 12:43:04 +00:00
bin
eBones
etc
games
gnu
include
lib Add a feature: If the environment variable FTP_PASSIVE_MODE is defined 1996-06-17 12:42:33 +00:00
libexec
lkm
release
sbin
secure
share Add LIBFTPIO 1996-06-17 12:31:02 +00:00
sys In microtime(), use pushfl/popfl to preserve the interrupt enable flag 1996-06-17 12:43:04 +00:00
tools
usr.bin Write numerical address instead of hostname for hostnames > UT_HOSTSIZE 1996-06-17 12:27:55 +00:00
usr.sbin
COPYRIGHT
Makefile