Nate Lawson
e69d8e61f3
Remove opt_da.h from the Makefile as well. Duplication of the option in
...
both the Makefile and sys/conf/options is what led to this oversight.
Apologies for breaking the build.
2004-04-19 17:26:46 +00:00
Paul Saab
3c6b835326
There's no need to call ciss_report_request in the passthru ioctl
...
routine since the error will be reported back to the user buffer.
This will quiet down the bootverbose case when using an ACU which
does brute force discovery of the physical and logical devices.
2004-04-19 17:16:06 +00:00
Hideyuki KURASHINA
9ceef761e9
Fix typo.
2004-04-19 16:58:58 +00:00
Mike Makonnen
b9fb5d4286
If you're trying to find out if a thread is valid and in
...
the same process as the current thread it makes absolutely
no sense to lock the parent process through the pointer in
said thread.
Submitted by: pho (with minor correction)
Pointy Hat To: mtm
2004-04-19 14:20:01 +00:00
Maxime Henrion
9b64d23770
The opt_da.h file doesn't exist anymore since the DA_OLD_QUIRKS option
...
has been removed. Unbreak the build by not including it anymore.
2004-04-19 13:38:10 +00:00
Ruslan Ermilov
1f2cef4790
Turn MAKE_IDEA into a true "bool" type variable, as documented in
...
the make.conf(5) manpage.
PR: conf/65738
OK'ed by: markm
2004-04-19 11:35:15 +00:00
Murray Stokely
a0bb20b07b
Update number of ports
2004-04-19 09:46:56 +00:00
Murray Stokely
c0d6cf589d
Add security/portaudit to disc3.
...
Requested by: Xin Li <delphij@frontfree.net>
2004-04-19 08:37:43 +00:00
Luigi Rizzo
60348b56fd
ifp has the same value as rt->rti_ifp so remove the dependency
...
on the route entry to locate the necessary information.
2004-04-19 08:02:52 +00:00
Luigi Rizzo
3240408870
Remove a tail-recursive call in nd6_output.
...
This change is functionally identical to the original code, though
I have no idea if that was correct in the first place (see comment
in the commit).
2004-04-19 07:48:48 +00:00
Ruslan Ermilov
9554c70bbd
More style and deobfuscation fixes.
...
Submitted by: bde
2004-04-19 07:20:32 +00:00
Brooks Davis
1861b71020
Use an tempory struct ifnet *ifp instead of sc->sc_if to access the
...
ifnet in stf_clone_create. Also use if_printf() instead of printf().
2004-04-19 05:06:27 +00:00
Nate Lawson
f663ded69d
Add miscellaneous USB device quirks.
...
PR: kern/53067
PR: kern/54737
PR: kern/54786
PR: kern/57046
MFC after: 1 day
2004-04-19 04:14:09 +00:00
Nate Lawson
60305ca7c4
Remove all quirks hidden under DA_OLD_QUIRKS.
2004-04-19 03:34:28 +00:00
Nate Lawson
e27f806a59
As promised a while ago, remove DA_OLD_QUIRKS and all quirks it was enabling.
...
These are no longer needed now that we don't send 6-byte commands to RBC
devices.
2004-04-19 03:33:55 +00:00
Robert Watson
b2073c7d9e
First pass at softc list locking for if_ppp.c. Many parts of
...
this patch were submitted by Maurycy Pawlowski-Wieronski. In addition
to Maurycy's change, break out softc tear down from ppp_clone_destroy()
into ppp_destroy() rather than performing a convoluted series of
extraction casts and indirections during tear down at mod unload.
Submitted by: Maurycy Pawlowski-Wieronski <maurycy@fouk.org>
2004-04-19 01:36:24 +00:00
Paul Saab
2e80ca8a68
Report only new new events when initially attaching to the controller.
2004-04-19 00:57:29 +00:00
Colin Percival
b6f7c57ecf
Document POSIX stupidity: Attempts to mmap zero bytes will succeed (and
...
have no effect), while attempts to munmap zero bytes will fail.
2004-04-18 23:36:45 +00:00
David E. O'Brien
076419d207
Add -c option simular to du(1).
...
PR: 19635
Submitted by: cyrille.lefevre@laposte.net
2004-04-18 20:56:31 +00:00
Ruslan Ermilov
ae24a36e78
Style and code unobfuscation.
2004-04-18 19:38:20 +00:00
Ruslan Ermilov
b088717c11
Fixed a bug from rev. 1.42: cast to a correct type.
...
Submitted by: luigi
2004-04-18 19:36:01 +00:00
Max Laier
8614fb12a0
Make if_(un)route static in if.c as they are called from if_up/if_down only.
...
This is also cleanup to make locking easier.
Reviewed by: luigi
Approved by: bms(mentor)
2004-04-18 18:59:44 +00:00
Bill Paul
e1c0113ffd
In ntoskrnl_unlock_dpc(), use atomic_store instead of atomic_cmpset
...
to give up the spinlock.
Suggested by: bde
2004-04-18 18:38:59 +00:00
David E. O'Brien
cd4db58afd
Revert rev 1.21 which configured with --enable-64-bit-bfd.
...
GDB 5.2 can't handle a 64-bit BFD on a 32-bit host.
We can revisit configuring with --enable-64-bit-bfd when we get a modern GDB.
2004-04-18 16:09:33 +00:00
Bruce Evans
8a148d55b7
Moved the function pointer in struct puc_device_description to the end
...
of the struct, so that a placeholder for it (or unportable C99
initializers) are not needed for entries that don't use it. Use a C99
initializer for the 1 entry that uses it. Removed 91 placeholders.
This also restores API compatibility with NetBSD and RELENG_4 for most
entries.
2004-04-18 14:37:27 +00:00
Max Laier
1abe035580
FreeBSD-if .4 manpages for pf/pflog/pfsync.
...
PR: docs/65687
Submitted by: Sergey Matveychuk
Approved by: bms(mentor)
2004-04-18 13:59:12 +00:00
Luigi Rizzo
24665342d3
constify the last argument of m_copyback.
2004-04-18 13:01:28 +00:00
Luigi Rizzo
485b4cba56
+ move MKGet()/MKFree() into the only file that can use them.
...
+ remove useless wrappers around bcmp(), bcopy(), bzero().
The code assumes that bcmp() returns 0 if the size is 0, but
this is true for both the libc and the libkern versions.
+ nuke Bcmp, Bzero, Bcopy from radix.h now that nobody uses them anymore.
2004-04-18 11:48:35 +00:00
Luigi Rizzo
6b96f1af6d
+ replace Bcmp/Bzero with 'the real thing' as in the rest of the file.
...
+ remember to check and fix or explain a strange cast in route_output()
2004-04-18 11:47:04 +00:00
Luigi Rizzo
1838a6471f
replace Bcopy with bcopy as in the rest of the file.
2004-04-18 11:46:29 +00:00
Luigi Rizzo
ac912b2dc8
Replace Bcopy with 'the real thing' as in the rest of the file.
2004-04-18 11:45:49 +00:00
Luigi Rizzo
056c7327e4
Replace Bcopy/Bzero with 'the real thing' as in the rest of the file.
2004-04-18 11:45:28 +00:00
Luigi Rizzo
4158372f1a
replace Bcmp() with the same bcmp() used in the rest of the file.
2004-04-18 11:01:15 +00:00
Alan Cox
377a50503d
MFamd64
...
Simplify the sf_buf implementation. In short, make it a veneer
over the direct virtual-to-physical mapping.
2004-04-18 08:10:04 +00:00
Bruce Evans
bd1516c8e6
Miscellaneous style fixes, including yet another attempt to get the
...
0x1393/0x1041 entry and its bad templates right.
2004-04-18 07:36:41 +00:00
Alan Cox
3edd4a4094
MFamd64
...
Simplify the sf_buf implementation. In short, make it a veneer
over the direct virtual-to-physical mapping.
2004-04-18 07:11:12 +00:00
Bruce Evans
361994141b
Fixed some style bugs in rev.1.1 (only 2 entries were misformatted).
2004-04-18 07:06:45 +00:00
Bruce Evans
afe167a0e0
Fixed some style bugs (perfect tab lossage on every line) in rev.1.4.
2004-04-18 06:49:26 +00:00
Bruce Evans
3fd635c702
Fixed some style bugs (misformatting) in rev.1.9.
2004-04-18 06:42:27 +00:00
Bruce Evans
921e623763
Oops, fixed some more style bugs (tab lossage) in rev.1.28. Fixed the
...
same style bug in revs.1.20, 1.18, 1.15 and 1.12.
2004-04-18 06:36:12 +00:00
Alan Cox
c9b7c6e802
MFamd64
...
Simplify the sf_buf implementation. In short, make it a veneer
over the direct virtual-to-physical mapping.
2004-04-18 06:24:51 +00:00
Bruce Evans
00dcaee469
Fixed some style bugs in rev.1.24. Almost every line was misformatted,
...
and Oxford was misspelled.
2004-04-18 05:52:35 +00:00
Bruce Evans
e096ea4428
Fixed some style bugs (formatting errors) in rev.1.25.
2004-04-18 05:46:37 +00:00
David E. O'Brien
2d06787c3b
Script for downloading and printing in hex, the offical vendor ID's from
...
USB.org.
2004-04-18 05:37:34 +00:00
Alan Cox
ec8544f744
Simplify the sf_buf implementation. In short, make it a trivial veneer
...
over the direct virtual-to-physical mapping.
2004-04-18 05:36:37 +00:00
Bruce Evans
d4e132ea17
Fixed some style bugs (tab lossage) in rev.1.26.
...
Removed the requirement for a particular subvendor/subproduct in
rev.1.26 (VScom PCI-800L card). While the BARs, etc., may depend on
the sub-ids, this is not known to be so, and I think it is better to
guess that they don't. The decision to check sub-id checks in this
file is apparently random; for VScom cards they were checked in 3 of
8 cases.
Reviewed by: timeout by committer (joerg) after 6 months
2004-04-18 05:30:02 +00:00
Nate Lawson
c2962974d0
Instead of using a static, check for the FADT revision before using it.
...
This fixes a bug where acpidump -d crashed (but not -t -d).
Submitted by: Alex Vasylenko <lxv@omut.org>
2004-04-18 05:21:36 +00:00
Bruce Evans
ba8fc6ca62
Fixed some style bugs in rev.1.28. Almost every line was misindented.
2004-04-18 04:48:53 +00:00
Bruce Evans
0efcc68bc8
Fixed a style bug (insertion sort error) in rev.1.29. This file should
...
be sorted in the same order as misc/pci_vendors (on vendor/device id),
and already partly is.
2004-04-18 04:44:28 +00:00
Bruce Evans
3f7fbb5497
Fixed some style bugs in previous commit. Almmost every line was
...
misformatted.
2004-04-18 04:31:58 +00:00