Chad David
e6f97cc401
Add sys/types.h to the list of required includes.
2002-04-12 05:23:16 +00:00
Chad David
234b7100a1
Update the prototype for read_random to reflect that the count parameter
...
is an int not an unsigned int, and that it returns an int not an unsigned
int.
2002-04-12 05:19:12 +00:00
Peter Wemm
a8f559e910
Really fix uniprocessor on IA64. Note to self: do not use variables before
...
they are initialized. I had correctly figured out that the UP problem was
the pcpu current_pmap thing, but didn't fix it right last time.
2002-04-12 05:17:15 +00:00
Chad David
c4a7ba6e34
Update the prototype for lockinit to reflect that wmesg is a const char *.
2002-04-12 05:16:27 +00:00
Chad David
f972f99474
Fix the prototypes for cpu_critical_exit and cpu_critical_enter and update
...
the text to reflect the changes.
Update the header files list.
2002-04-12 05:06:38 +00:00
Scott Long
6a00ed1536
Document the lock type argument of mtx_init().
2002-04-12 05:05:19 +00:00
Julian Elischer
44f9a04673
Change the script a bit to allow the creation of 'brouted' bridges.
...
To do this you need to have each top-end connected as well.
IP can be routed and other protocols get bridged..
Also useful when bridgeing two networks while merging them as
machines will work with both old and new netmasks. (well mostly).
2002-04-12 04:44:53 +00:00
Chad David
94552cece2
Document the new size parameter.
2002-04-12 04:26:15 +00:00
Chad David
ac05f75438
Document the new flags parameter.
...
Add vget(9) to the SEE ALSO list.
Minor formatting change.
2002-04-12 04:23:22 +00:00
Chad David
55d04e913a
Update the .Fn line for SX_SYSINIT to include the parameter types.
2002-04-12 03:55:43 +00:00
Chad David
37bc3d021d
Update the .Fn line for MTX_SYSINIT to include the parameter types.
2002-04-12 03:54:44 +00:00
Warner Losh
e122b676e6
Replace the original host WEP implementation with the one in OpenBSD
...
(apparently by markus@, at least committed by him). This has the
advantage of not using the bad IV's from Fluhrer/Mantin/Shamir as well
as bringing the drivers a little closer together.
Also use a few constants in place of magic numbers in one place.
Obtained from: OpenBSD 1.25, 1.28, 1.36, 1.38, 1.42
2002-04-12 03:42:37 +00:00
Jeffrey Hsu
4037698769
Fix corner case where m_len was not being initialized.
...
Submitted by: Maksim Yevmenkin <myevmenk@digisle.net>
MFC after: 1 week
2002-04-12 00:01:50 +00:00
Bruce A. Mah
366c509056
Updated release note: OpenPAM Cinchona.
...
Deleted release note: NetBSD sort.
MFCs noted: New ephemeral port range, ISC DHCP client update.
2002-04-11 23:26:22 +00:00
Bruce A. Mah
ecfc370f50
New release note: sendmail startup script/options.
...
Reviewed by: gshapiro
2002-04-11 23:16:58 +00:00
Dag-Erling Smørgrav
cec161f9e1
Cosmetic changes to the previous commit, bringing it closer to what I
...
already had in my tree but didn't want to commit.
2002-04-11 22:06:27 +00:00
Dag-Erling Smørgrav
8f8855cff0
Knowledgeable persons assure me that RSA is preferable to DSA and that we
...
should transition away from DSA.
2002-04-11 22:04:40 +00:00
Warner Losh
f90d35eca1
Add ActionTec HWC01170 and Linksys IWN2
...
Obtained from: OpenBSD
2002-04-11 21:21:14 +00:00
Warner Losh
0d2a385fa9
Catchup to 1.32
2002-04-11 21:19:04 +00:00
Warner Losh
7afbcf5ed0
Add ACTIONTEC HWC01170 from OpenBSD
2002-04-11 21:18:17 +00:00
John Baldwin
59cfd37dd4
Use the proc lock to protect p_ucred while we read a few items from it.
2002-04-11 21:17:45 +00:00
John Baldwin
3aa68913bc
Make this compile again when UMASS_DEBUG isn't defined.
2002-04-11 21:09:41 +00:00
John Baldwin
b106d2f56a
- Set the base priority of an ithread that has no handlers when we set its
...
normal priority.
- Lock sched_lock while we dink with the priorities.
- Remove a few extra blank lines.
2002-04-11 21:03:35 +00:00
John Baldwin
5a882ddd66
Commented out locking that would be used in the ps command if locks were
...
used in ddb.
2002-04-11 21:01:34 +00:00
John Baldwin
8e4357a4cb
Use proc lock to protect p_ucred pointer while we deference it to read a
...
few values.
2002-04-11 21:00:38 +00:00
John Baldwin
0af24d5151
Use td_ucred in a few spots.
2002-04-11 21:00:05 +00:00
David E. O'Brien
596d4501ed
Use PTRACE_ARG3_TYPE of caddr_t.
...
Obtained from: gdb 5.2
2002-04-11 20:42:13 +00:00
David E. O'Brien
8089148b52
In the cross case we need to provide TARGET_MACHINE.
2002-04-11 18:40:37 +00:00
Alan Cox
ab9ab5702e
Regen
2002-04-11 17:35:53 +00:00
Alan Cox
a0805f6f7a
Remove the requirement that Giant be held around osigreturn(). All platform-
...
specific implementations are MPSAFE.
2002-04-11 17:34:38 +00:00
Hajimu UMEMOTO
4dfe2f93fb
Add an IPv6 sample line for tftpd.
...
MFC after: 2 weeks
2002-04-11 17:17:28 +00:00
Hajimu UMEMOTO
4dac6235cf
IPv6 support for tftp/tftpd.
...
Obtained from: KAME
MFC after: 2 weeks
2002-04-11 17:14:22 +00:00
Alan Cox
0d36f49e63
Add a comment that osigreturn() is MPSAFE.
2002-04-11 17:13:08 +00:00
John Baldwin
649739635f
Switch to using cdboot for booting i386 CD's by default.
...
Approved by: murray
2002-04-11 16:39:13 +00:00
Dag-Erling Smørgrav
6cef489c5c
Prefer DSA to RSA if both are available.
2002-04-11 16:08:48 +00:00
Dag-Erling Smørgrav
9c0adca3e7
Do not attempt to load an ssh2 RSA host key by default.
2002-04-11 16:08:02 +00:00
Bruce A. Mah
742c52629b
MFC noted: I18N additions/enhancements.
...
Pointed out by: phantom
2002-04-11 15:58:27 +00:00
Bruce A. Mah
487bddf5f2
Add Dynalink IS64PPH+ to ISDN interfaces, fix an apparent typo.
...
Submitted by: znerd
2002-04-11 15:47:52 +00:00
Bruce A. Mah
d4799564fc
Add Netgear MA401 to wi(4)-supported devices.
...
Submitted by: Michael Sierchio <kudzu@tenebras.com>
2002-04-11 15:44:17 +00:00
John Baldwin
2c823989e1
Fix a warning due to the code assuming sizeof(int) == sizeof(void *) which
...
is not true on the alpha. I think that other parts of this code also make
this implicit assumption as well.
2002-04-11 15:31:01 +00:00
Ruslan Ermilov
b2490f915f
I now don't seem to be able to reproduce the -DNOCLEAN buildworld
...
breakage with ioctl.c. The .depend file should track dependencies
just fine, and the worst we can have is to miss new ioctls.
But I still think it's a good idea to have -DNOCLEAN build produce
the same ioctl.c as it would without -DNOCLEAN.
Prodded for a long time by: bde
2002-04-11 14:49:32 +00:00
Ruslan Ermilov
0445498680
Don't special case i386/pc98, replace it with the smarter logic
...
of setting ${TARGET} -- make it default to ${MACHINE} if we are
not cross-building, and ${TARGET_ARCH} otherwise.
Set MAKEOBJDIREPREFIX based on ${TARGET}, not on ${TARGET_ARCH}.
This is useful if you want to cross-build pc98 worlds on i386.
2002-04-11 13:43:50 +00:00
Bernd Walter
0dc76ffdd4
LCA based systems can't handle more than 16 devices on pci bus 0.
...
Reviewed by: gallatin
Approved by: gallatin
2002-04-11 13:24:20 +00:00
Ruslan Ermilov
335612307e
Stop "make depend" from attempting to delete non-existent .depend.
2002-04-11 12:30:20 +00:00
Ruslan Ermilov
a60a1ea33b
Reimplement the hack to put pam_static.o into .depend with some magic.
2002-04-11 12:21:16 +00:00
Ruslan Ermilov
5786a9cf4a
Revert the last change and mark the program as PROG_CXX.
2002-04-11 11:06:06 +00:00
Søren Schmidt
5b93eb04a9
Add yet another chip ID for a Promise TX2 chip.
2002-04-11 11:04:23 +00:00
Ruslan Ermilov
c573632aed
Use the new PROG_CXX knob.
2002-04-11 11:02:41 +00:00
Ruslan Ermilov
47bf8a5c3b
Implement PROG_CXX for <bsd.prog.mk>.
...
Obtained from: NetBSD (with some mods)
Reviewed by: peter
2002-04-11 10:44:30 +00:00
Nick Hibma
b2f485ca0d
Delay umass_cam_rescan by 200 ms to make sure attach is finished by the
...
time we tell CAM to rescan the bus. Together with the previous patch
this should avoid the problem where the devices would wedge because they
got spoken to over two different pipes.
Tested by: Tomas Pluskal <plusik@pohoda.cz>
2002-04-11 10:34:15 +00:00