drochner
5d151d763f
enable lrint.S for amd64 (which doesn't build libm387),
...
and tighten the generic->machdep source distribution a bit to avoid
unwanted substitutions
2004-07-01 17:33:16 +00:00
drochner
af7cf00a5a
provide an assembler implementation of lrint() for i386 and amd64
2004-07-01 17:30:48 +00:00
drochner
9768ef916d
bump libm minor version (functions added)
2004-07-01 16:14:18 +00:00
drochner
147d852dbc
being here, add the (l)lround(f) functions to libm
...
(almost the same like lrint)
2004-07-01 16:09:21 +00:00
drochner
54e35f616a
aboid to shift an int by more than 31 bits - behaviour is implementation
...
dependant in this case
2004-07-01 16:06:30 +00:00
darrenr
bbf97636b5
revert change of listen to Listen (probably a typo here)
2004-07-01 15:44:54 +00:00
heas
66307fc36e
typo in define name, littie -> little
2004-07-01 14:57:46 +00:00
heas
ae5ea826a2
The DAC registers do not need to be mapped linearly and thus should not.
2004-07-01 14:54:13 +00:00
skrll
caf6252920
Add some more variables used to build libgcc_s.
...
Part of the fix for PR 22452.
2004-07-01 13:22:25 +00:00
yamt
38cdafcad1
{i8254,lapic}_initclocks: try to be more precise using fixtick.
2004-07-01 13:00:39 +00:00
yamt
34ed9bd392
avoid divide-by-zero in adjtime1() in the case of HZ > 6000.
2004-07-01 12:57:37 +00:00
yamt
3998262d5e
defparam HZ.
2004-07-01 12:44:26 +00:00
yamt
fb277865d7
bump sb_timeo from short to int to allow longer timeouts.
...
especially when hz is high.
while i'm here, bump sb_flags to int, as suggested by
Jason Thorpe and Bill Studenmund.
ride on 2.0G.
2004-07-01 12:42:57 +00:00
yamt
0f3ce64ad4
statclock: don't assume hz==100 when determining frequency to call schedclock.
2004-07-01 12:36:57 +00:00
kleink
2d356478dd
Make the spelling of reentrant match the rest of the system.
2004-07-01 10:38:28 +00:00
pk
7f51f38abc
Avoid unnecessary stores of discarded values.
2004-07-01 10:23:41 +00:00
skrll
135dee25e2
Fix the list of files that get created in a hp700 build.
2004-07-01 10:19:31 +00:00
hannken
f59f039ea5
Keep a pointer to the leaf mount. Needed for write gating where a
...
file system gets suspended and has layered mounts above it.
Welcome to 2.0G
Reviewed by: Bill Studenmund <wrstuden@netbsd.org>
2004-07-01 10:03:29 +00:00
pk
a61069b899
Revision 1.27 of clock.c applies to the Intersil interrupt, not sun4m timers.
2004-07-01 09:59:00 +00:00
is
020c431dc5
disestablish the interupt if we fail to (among other things) download
...
the firmware successfully. This prevents the kernel from crashing later
at interupt enable time, if firmware download fails like with my 3c990B
card.
2004-07-01 08:34:24 +00:00
skrll
aeb58ad6a0
Add a cerror.S and re-work various syscalls and SYS.h to use __cerror.
...
With help from the OpenBSD version of SYS.h.
2004-07-01 06:50:04 +00:00
petrov
ef4d3a19c3
iommu_dvma_load_raw: reserve extra dvma page. Fixes PR #13654 .
2004-07-01 06:40:36 +00:00
junyoung
844c9270d0
Add missing MKCVS, MKKERBEROS4, MKPOSTFIX, MKSENDMAIL, and MKUUCP.
...
Note that some variables are still missing, since i'm not sure how
to describe them...
Bump date.
2004-07-01 06:09:57 +00:00
jmc
71a252d58b
Add some checks for gcc around a few function declarations and note the
...
unused variables. Also fix a few other warnings that PR#22118 shows when
trying to compile bmake on non-NetBSD hosts
2004-07-01 04:39:30 +00:00
kleink
25662013ee
Add the kernel to the includes search path; ipf.c depends on it.
2004-07-01 01:41:16 +00:00
pk
b7d8cee837
The sc_range and sc_nrange fields are no longer used.
2004-06-30 21:41:36 +00:00
pk
9d70d77aae
sbus_attach: use bus_space_tag_allocate();
...
sbus_bus_map: use bus_space_translate_generic();
sbus_bus_addr: use BUS_ADDR().
2004-06-30 21:37:49 +00:00
pk
889aa9f444
Introduce bus_space_tag_alloc() for the common parts of bus tag allocation.
2004-06-30 21:16:38 +00:00
drochner
d45473e8a3
fic the <close-to-1>^<huge number> fix as in e_pow.c
2004-06-30 18:45:25 +00:00
drochner
a6d8e4cf79
-fix a long-standing bug which affects the <close-to-1>^<huge number> case
...
(fixed in fdlibm-5.3)
-being here, sync with -5.3 as far as possible (There is another bugfix -
sign in overflow/underflow cases -; this doesn't change anything for us
because the wrapper (w_pow.c) fixes this up. Keep things in sync anyway
to ease further maintainance.)
2004-06-30 18:43:15 +00:00
hannken
8b477ad955
When we expunge an unreferenced file from a snapshot its size may be zero.
2004-06-30 18:42:17 +00:00
drochner
b6fcfe5309
shut up lint's "long long" warnings
2004-06-30 17:51:09 +00:00
hannken
7ca8e916c9
Do LAYERFS_REMOVED for vop_rmdir.
...
Reviewed by: Bill Studenmund <wrstuden@netbsd.org>
2004-06-30 17:42:55 +00:00
christos
75c2e1e75a
Introduce a zerror() function that can be conditionally compiled out to
...
save space. share all error strings in a single array.
2004-06-30 15:44:55 +00:00
christos
45879fd71c
- full ansi prototypes
...
- turn WARNS=3 on
2004-06-30 15:43:57 +00:00
drochner
737ab05bf9
Add (l)lrint(f).
...
Being here, move some C99 function declarations into the appropriate
section (as discussed with kleink).
2004-06-30 15:11:05 +00:00
drochner
d76992e490
Implement (l)lrint(f).
...
(Could get some optimization for LP64; this would need a change to
the float access macros in math_private.h.)
2004-06-30 15:08:30 +00:00
kochi
d23b9803c9
fix a duplicate member in designated initializers, which was a bug
...
introduced in rev 1.5.
pointed out by Andreas Gustafsson.
2004-06-30 14:46:07 +00:00
christos
9c5b11e7e9
cast help.
2004-06-30 14:00:02 +00:00
christos
b508e54615
constification fixes.
2004-06-30 13:59:22 +00:00
christos
84a3bc854d
- multiple inclusion protection.
...
- constify some prototypes.
2004-06-30 13:59:05 +00:00
christos
049fd5eb10
help with casts, and lint hints.
2004-06-30 13:58:16 +00:00
christos
c7f7436fef
add __DECONST()
2004-06-30 13:57:32 +00:00
christos
3e36df0496
avoid string const cast-aways.
2004-06-30 13:45:54 +00:00
christos
db25564166
remove useless typedef and casts
2004-06-30 13:45:21 +00:00
darrenr
b8785aabcf
Modify ftp-proxy to support both ipfilter and pf. It now requires at least
...
one command line option to specify which firewall it is meant to interact
with. The implementation here puts the firewall specific code into separate
files with markers for future changes that could enable a fully transparent
mode for non-private network proxying.
2004-06-30 13:29:43 +00:00
tron
3112a70615
Check for "pf" and "pflogd".
2004-06-30 11:25:22 +00:00
itojun
fbbd2967d1
forgot to "cvs add". noted by Havard
2004-06-30 09:51:43 +00:00
mycroft
1ccdf5daeb
Make "set -e" once again provide the behavior documented in the man page,
...
which was unnecessarily changed in revision 1.50 while fixing other bugs.
That is, exit the shell if the last command in a || or && compound statement
is not short-circuited, and exits with a false status. I.e., the following
will cause the shell to exit:
set -e
false || false
While this is not the prescribed behavior in SUSv3, it is what our man page
documents, and it is what all of the following implementations do:
NetBSD /bin/ksh (pdksh)
bash
zsh
Solaris 9 /bin/sh
Solaris 9 /usr/xpg4/bin/sh
Solaris 9 /usr/bin/ksh
Tru64 /bin/sh
HP/UX 11 /bin/sh
The "standard" seems to be wrong in this instance.
2004-06-30 09:32:38 +00:00
tron
313b9c84ab
Install "pf" and "pflogd".
2004-06-30 09:22:41 +00:00