kan
d4fed514b5
Delay if_lo module intialization until domain list has been
...
completely populated. This prevents a system crash on boot.
2003-10-27 04:16:32 +00:00
njl
d2d716f3ee
Fix style problems with new options.
...
Requested by: bde
2003-10-27 02:42:08 +00:00
das
477842ce6b
Fix a problem where libm compiled under 5.X would depend on features
...
that are only in libc.so.5. This broke some 4.X applications linked
to libm and run under 5.X.
Background:
In C99, isinf() and isnan() cannot be implemented as regular
functions. We use macros that call libc functions in 5.X, but for
libm-internal use, we need to use the old versions until the next
time libm's major version number is bumped.
Submitted by: bde
Reported by: imp, kris
2003-10-27 01:28:07 +00:00
imp
91f5d2caf5
Make sn MPSAFE. This has survived a couple of make buildworlds with
...
my Megahertz XJ10BT.
2003-10-26 22:35:44 +00:00
imp
33cc34743e
Pass sc to GO_WINDOW macro.
...
Use SET_IRQ for pccard case, rather than exapnding it inline.
Requested by: mdodd
2003-10-26 22:28:20 +00:00
imp
926420ae44
Sync to pccarddevs 1.76
2003-10-26 22:24:01 +00:00
imp
9fccc74128
Add Olicom GoCard 28.8k version
2003-10-26 22:22:34 +00:00
imp
5cdfd9a372
Sync to 1.75 of pccarddevs
2003-10-26 20:09:57 +00:00
imp
2ebce6f2f6
Minor tweak to Olicom 2220. Also add the OC-2232 while I'm here.
...
Looks like 'special magic' is needed to access the ethernet part of
that combo card, so I've not added it to ex.
2003-10-26 20:09:18 +00:00
alc
9d9dedf30b
- Introduce and use a mutex synchronizing access to the swblock hash table.
2003-10-26 19:55:35 +00:00
des
0d07bc9dba
Fix Xr markup.
2003-10-26 19:42:55 +00:00
emax
7ea3304435
Connect /etc/bluetooth and /usr/share/examples/netgraph/bluetooth to the build.
...
Reviewed by: imp, simon
Approved by: imp (mentor)
2003-10-26 19:09:12 +00:00
ume
ecb479d77a
re-add wrongly disappered IPV6_CHECKSUM stuff by introducing
...
ip6_raw_ctloutput().
Obtained from: KAME
2003-10-26 18:17:01 +00:00
peter
5d6245ce54
Argh. Forward declare some structs rather than increase include file
...
dependencies.
2003-10-26 16:35:11 +00:00
ume
4337476eb4
drop unused defines.
2003-10-26 15:15:36 +00:00
ume
dfe92b1d1c
drop unused fields.
2003-10-26 15:06:06 +00:00
ume
3481896a41
use official # for IFT_STF
...
(are there any backward compat issue? i don't think so)
Obtained from: KAME
2003-10-26 14:29:04 +00:00
kensmith
5c043fd5a0
- Add note that loading modules only works if the system
...
securelevel is less than 1.
PR: docs/58546
Reviewed by: rwatson
Approved by: blackend (mentor)
2003-10-26 14:21:30 +00:00
ume
5d571f04bf
- errx() doesn't need `\n'.
...
- use %u for unsigned variable.
Obtained from: KAME
2003-10-26 12:00:27 +00:00
ume
9bbe925835
revert previous change. we don't need to include types.h.
2003-10-26 11:11:13 +00:00
ume
a06a59838e
use uint32_t instead of u_int32_t for newly introduced
...
struct definition.
2003-10-26 10:49:18 +00:00
ume
595fb27d93
fix comment.
2003-10-26 10:30:17 +00:00
simokawa
bfe7963038
Revert previous change.
...
We have to put dcons_crom at first after 'optional' and
dcons and firewire are necessary and not optional for dcons_crom anyway.
Reported by: brooks
2003-10-26 07:42:32 +00:00
bde
62aa43a571
Fix previous commit. glob_filename() returns "(char **) -1" for certain
...
errors, not necessarily a pointer such that (intptr_t)pointer is -1.
Also fix the style bug that the cast was not followed by a space.
This style of this file is now perfectly non-KNF for this cast too.
2003-10-26 06:40:37 +00:00
imp
9684781dda
add newcard support to ex
2003-10-26 06:34:22 +00:00
imp
27777fa56f
Sync to pccarddevs 1.74
2003-10-26 06:32:50 +00:00
imp
253d04949e
Add ID for olicom GOCARD Ethernet (OC2220)
2003-10-26 06:31:46 +00:00
alc
dd1d2bd790
- Simplify vm_object_collapse()'s collapse case, reducing the number
...
of lock acquires and releases performed.
- Move an assertion from vm_object_collapse() to vm_object_zdtor()
because it applies to all cases of object destruction.
2003-10-26 06:29:26 +00:00
ume
e58b213d83
one more IPV6_PKTINFO -> IPV6_RECVPKTINFO.
2003-10-26 06:21:16 +00:00
peter
9a6ba4dbc2
Deal with xdrproc_t casts. Make these compile cleanly with WARNS=2
...
(but I haven't turned it on)
2003-10-26 06:14:10 +00:00
ume
2472b3136c
Since semantic of IPV6_PKTINFO was changed in RFC3542, we need to
...
use IPV6_RECVPKTINFO instead.
Reported by: someone (I had removed the mail wrongly, sorry)
2003-10-26 06:11:31 +00:00
peter
edafc1a965
Make this compile cleanly. It passes WARNS=2, but I haven't checked
...
it is so on more platforms.
2003-10-26 06:10:44 +00:00
peter
39da8f45bd
Fix a 64 bit time_t bogon that I missed from before. lastlog.ll_time is
...
not a time_t.
2003-10-26 06:01:06 +00:00
peter
18ddddadd0
Use -fno-builtin-log. Fix svc_sendreply() missing required casts.
...
It is now WARNS=2 clean again.
2003-10-26 05:58:21 +00:00
peter
84984af725
Use -fno-builtin-log so gcc doesn't get ideas about using a math function
...
to log data. Clean up an unused variable that was hidden by the WARNS?=2
being commented out. Uncomment it now that it compiles cleanly again.
2003-10-26 05:54:07 +00:00
peter
8acbfb4949
Make this compile cleanly. Switch to using rpcgen to generate
...
code that can be compiled on an ansi-C compiler, so that it puts the
xdrproc_t casts in. This also implies a slight function name change.
2003-10-26 05:51:51 +00:00
imp
2005ad145d
Style changes:
...
o kill register
o minor function name tweaks.
2003-10-26 05:34:01 +00:00
peter
c64cf72312
Make 64 bit safe.
2003-10-26 05:33:59 +00:00
peter
7b2e1ddf31
Fix up warnings. There were some biggies here. There seems to be two
...
different sets of definitions in /usr/include/rpcsvc, mostly compatable,
but with different names. Will the real one please stand up?
In order to get prototypes for yp_maplist, we had to use the 'other'
naming system.
2003-10-26 05:30:40 +00:00
peter
a799821e85
Stop gcc warnings
2003-10-26 05:28:01 +00:00
peter
c8ef24efda
Prototype yp_maplist()
2003-10-26 05:27:14 +00:00
peter
a4f43a8a53
Fix a warning that showed up on 64 bit systems. It was actually a real
...
bug that had been swept under the carpet.
2003-10-26 05:05:48 +00:00
peter
57e85f6680
Fix warning about cgetent() argument.
2003-10-26 05:03:11 +00:00
peter
6281d6e071
More xdrproc_t issues.
2003-10-26 04:58:44 +00:00
peter
03863a4dc2
More xdrproc_t warnings.
2003-10-26 04:57:32 +00:00
peter
fc696c9d63
The math function logf() probably isn't doing us much good for logging
...
stuff. Add -fno-builtin-logf.
2003-10-26 04:49:58 +00:00
peter
29ac737336
Fix some 64 bit warnings. You can't fit a pointer in an int.
2003-10-26 04:47:31 +00:00
peter
96896379b8
Fix a 64 bit warning. Have set_T_dev_t() take a pointer to a size_t rather
...
than a pointer to an int, since that is what it really wants anyway.
2003-10-26 04:45:08 +00:00
peter
998da918d9
Fix gcc warnings. If NAME_MAX is 255, and d_namlen is a uint8_t, then
...
d_namlen can never be > NAME_MAX. Stop gcc worrying about this by
using a preprocessor test to see if NAME_MAX changes.
2003-10-26 04:43:02 +00:00
peter
4550cc64c2
64 bit fixes. in_addr_t is an uint32_t, not a u_long.
2003-10-26 04:37:57 +00:00