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
Peter Wemm
31c41f1b1e
Bandaid for a buffer overrun in the module searching code. When breaking
...
up the module_path string, we would walk one past the end of the buffer.
This hurting ia64 originally, but it was probably also happening on i386
occasionally as well. The effects were usually harmless, it would add
bogus "binary" search directories to the places it actually looked for
files.
2002-04-11 10:00:44 +00:00
Peter Wemm
2ab188f529
Finally fix loader completely for IA64. efifs_stat() wasn't setting
...
the S_IFREG bit for regular files. This caused the path search code to
skip it when it finally did find the kernel (after the common/module.c
buffer overrun bug was fixed)
2002-04-11 09:50:11 +00:00
KATO Takenori
f11aa8f5ca
MFi386: revision 1.517.
2002-04-11 09:45:41 +00:00
Peter Wemm
f23aa297ee
Make kldxref work for Elf64 (which has 32 bit hash tables)
2002-04-11 09:30:15 +00:00
Paul Saab
2aa6b97298
Fix the I/O performance issues with the ciss driver where CAM was limiting
...
the number of transactions the device could handle to 1.
Obtained from: msmith
2002-04-11 09:28:09 +00:00
Pierre Beyssac
2b9592079f
Code cleanup, no functional change.
...
Patch adapted from PR.
PR: i386/36015
Submitted by: thomas@cuivre.fr.eu.org
MFC after: 1 week
2002-04-11 09:21:10 +00:00
Ruslan Ermilov
de0d6977f9
Really finish the removal of ${LDDESTDIR} in bsd.lib.mk,v 1.55.
...
bsd.lib.mk,v 1.101 only did that partly.
2002-04-11 08:54:21 +00:00
Søren Schmidt
f8b318ce58
Only calculate Promise magic if a device is there for info.
2002-04-11 08:52:32 +00:00
Peter Wemm
8adaef858d
Back out /etc/rc.d addition. I'd like to see something come of what has
...
already been imported. It would have been nice to get it out there
in DP1, but that is too late now.
2002-04-11 08:48:52 +00:00
Warner Losh
1bd2b5b4cd
Integrate the hostap stuff that Thomas Skibo <skibo@packbell.net>
...
wrote. This code was for 4.5-release, so I've ported it to -current
and made a few minor tweaks. The biggest non-style tweak was to not
make access point the default.
More changes will be needed to get this actually working, but I wanted
to get a relatively pure baseline. This doesn't seem to break what
works now.
2002-04-11 07:21:16 +00:00
Alfred Perlstein
5ed43a1e8e
When binding to transports if getnetconfigent() fails then actually
...
print out the correct transport it failed on rather than always
spitting out 'udp', also call nc_sperror() to give a more verbose
error message detailing the problem.
2002-04-11 07:19:30 +00:00
Mike Barcroft
17dfcdfaed
Remove bogus include of <machine/ansi.h>.
2002-04-11 06:53:40 +00:00
Bill Paul
9a29439fb9
Nortel Networks sells a RealTek 8139-based NIC that's basically
...
the same thing as the SMC 1211, but with their own vendor ID.
Update the device list to support this NIC. (Discovered these
cards lying around the lab at work.)
2002-04-11 06:12:51 +00:00
Warner Losh
9698f2c06e
Update to note my dropping the strong lock on this file.
...
Clarify what my last note about USERCONFIG really means and how to
know if it is fixed.
2002-04-11 05:45:17 +00:00
Warner Losh
b0db732e54
Add two more IEEE80211 defines for status.
2002-04-11 05:43:10 +00:00
Warner Losh
ea185f8108
better init
2002-04-11 03:31:45 +00:00
SUZUKI Shinsuke
f361efa0be
initialize local variable explicitly
...
Reviewed by: ume
Obtained from: Fujitsu guys
MFC after: 1 week
2002-04-11 02:14:21 +00:00
Warner Losh
bbcc514948
Note date of USERCONFIG's real death
2002-04-11 01:39:16 +00:00
Peter Wemm
863e2b4c84
<peril sensitive sunglasses on>
...
Add /etc/rc.d to the startup dirs list. It is a convenient place to put
custom startup scripts instead of hacking a shared rc.local. eg: ftpd in
listener mode, or maybe even sendmail or another mailer, etc.
<peril sensitive sunglasses off>
2002-04-10 22:42:27 +00:00
Peter Wemm
6636027fe4
Since sshd expects /etc/ssh/ssh_host_rsa_key to exist, we had better
...
create it. Also specify protocol v1/v2 in case people wonder why we
generate two RSA keys.
2002-04-10 22:30:54 +00:00
Mike Silbersack
898568d8ab
Remove some ISN generation code which has been unused since the
...
syncache went in.
MFC after: 3 days
2002-04-10 22:12:01 +00:00