Matthew N. Dodd
ad20d0f577
- Add comment.
...
- Whitespace fixes.
2003-03-15 20:33:30 +00:00
Matthew N. Dodd
06f684b004
Reduce code differences.
2003-03-15 19:37:44 +00:00
Matthew N. Dodd
a93a116153
Use ISO88025_ADDR_LEN where appropriate.
2003-03-15 19:25:00 +00:00
Matthew N. Dodd
dbd05f2e56
Don't use etherbroadcastaddr; use iso88025_broadcastaddr.
2003-03-15 19:16:39 +00:00
Matthew N. Dodd
fd87fbf6b8
- Remove definition of senderr() from iso88025.h.
...
- Use definition of senderr() from if_ethersubr.c.
2003-03-15 19:10:19 +00:00
Maxim Sobolev
71fbba351a
Remove duplicate line introduced in the previous commit.
...
Submitted by: bde
MFC after: 2 weeks
2003-03-15 18:49:41 +00:00
Matthew N. Dodd
386dca02cb
Some whitespace/style/readability changes.
2003-03-15 17:54:49 +00:00
Matthew N. Dodd
7c16bd3a8b
Add iso88025_resolvemulti().
...
Cribbed from net/if_fddisubr.c
2003-03-15 16:49:08 +00:00
Matthew N. Dodd
bf54cb290a
Fix formatting of iso88025_ifattach().
2003-03-15 16:41:35 +00:00
Matthew N. Dodd
fe7e109c6f
Re-order and prune includes.
2003-03-15 16:37:28 +00:00
Maxim Sobolev
084254f807
- Add minimal support for TI16754 4xUART chip into sio(4) driver and remove
...
now unnecessary hack from the previous commit;
- Add support for Interrupt Latch Register (ILR) into puc(4). So far only
ILRs compatible with specifications from Digi International are supported.
Support for other types of ILRs could be easily added later;
- Correct clock frequency for IC Book Labs Dreadnought x16 Lite board;
- Enable ILR detection/usage for IC Book Labs Dreadnought x16 boards.
Sponsored by: IC Book Labs
MFC after: 2 weeks
2003-03-15 16:25:40 +00:00
Matthew N. Dodd
40811c1473
Add module data and version.
2003-03-15 15:38:02 +00:00
Matthew N. Dodd
4fd80d5b9d
s/llc_un.type_snap/llc_snap/g
2003-03-15 15:35:25 +00:00
Matthew N. Dodd
67df65de97
Formatting and whitespace changes.
2003-03-15 15:09:11 +00:00
Ruslan Ermilov
bfd86a6070
ssize_t is not required to be the same width as size_t by the
...
specs, so cast to intmax_t where appropriate.
Pointed out by: bde
2003-03-15 13:34:48 +00:00
Takanori Watanabe
869c12cbb4
Add module dependency. This makes udbp.ko to be loaded.
2003-03-15 13:03:30 +00:00
Poul-Henning Kamp
fe002e7546
Fix a bug I introduced by overlooking the fact that "unit number" can
...
be one of several things in this driver.
Spotted & Tested by: alfred
2003-03-15 12:16:33 +00:00
Poul-Henning Kamp
0be3115328
Don't use the devstat->busy_count for state decisions in the device
...
drivers. Doing so imposes atomicity and locking constraints on the
devstat API.
By: ken
2003-03-15 11:00:56 +00:00
Poul-Henning Kamp
09a6b2aad6
Call devstat_start_transaction_bio() instead of devstat_start_transaction().
2003-03-15 10:56:19 +00:00
Poul-Henning Kamp
1ecc485c1b
Call devstat_start_transaction_bio() instead of devstat_start_transaction()
2003-03-15 10:50:44 +00:00
Poul-Henning Kamp
81876757ec
Use devstat_{start,end}_transaction_bio().
...
Remember to set bio_resid correctly first.
2003-03-15 10:49:26 +00:00
Poul-Henning Kamp
9fa85de269
Add a devstat_start_transaction_bio() to match the
...
devstat_end_transaction_bio() we already have.
For now it just calls devstat_start_transaction(), but that will change
shortly.
2003-03-15 10:33:32 +00:00
David Schultz
e31c9eb10b
The gdtoa import apparently hasn't caused anything or anyone to
...
explode, so nix the old strtod() / dtoa(). This change is part
of the gdtoa patches reviewed on standards@.
2003-03-15 09:47:05 +00:00
Doug Barton
52bf43dc11
Make it more clear how to disable keybell, and where its options are found.
...
PR: conf/41772
2003-03-15 08:14:42 +00:00
Ruslan Ermilov
024ae00499
Fixed (soon might be fatal) -Wformat warnings.
2003-03-15 07:56:59 +00:00
David Xu
5b54b0891a
Backout last commit.
...
Requested by: jhb
2003-03-15 04:45:42 +00:00
Marcel Moolenaar
4832865490
Add an -o filename option to have the output written to a file.
...
This option is present on most uuidgen(1) implementations even
though normal file redirection can be used to achieve the same.
Submitted by: Hiten Pandya <hiten@unixdaemons.com>
2003-03-15 02:27:10 +00:00
Greg Lehey
11b8cdf76c
Add long-term view of astronomy.
...
Submitted by: newton
The attribution appears to be correct according to
http://emporium.turnpike.net/C/cs/sagan.htm . Others have apparently
attributed it to Carl Sagan.
2003-03-15 02:10:53 +00:00
Crist J. Clark
010dabb047
Add a 'verrevpath' option that verifies the interface that a packet
...
comes in on is the same interface that we would route out of to get to
the packet's source address. Essentially automates an anti-spoofing
check using the information in the routing table.
Experimental. The usage and rule format for the feature may still be
subject to change.
2003-03-15 01:13:00 +00:00
Greg Lehey
1fe8a56688
Add death of Gaius Julius Caesar, clarify role of Brutus.
2003-03-15 00:25:43 +00:00
Greg Lehey
885eb64576
Remove the death of Gaius Julius. It's not exactly a birthday.
2003-03-15 00:23:27 +00:00
Bruce A. Mah
4d3f327737
New release notes: DRM module update, MAJOR_AUTO device numbers,
...
Kerberos IV de-orbit.
2003-03-14 23:03:27 +00:00
Alexander Kabaev
63c1e7cb8d
Free obj->priv field in obj_free functions. This field is NULL
...
on all architectures except ia64, which uses it to keep function
description table.
2003-03-14 21:11:28 +00:00
Warner Losh
e0a6103d7d
manufacturer id is typically 4 bytes
2003-03-14 21:11:01 +00:00
Alexander Kabaev
605f36fc1e
No need to zero fill memory, mmapped anonymously. Kernel will
...
return pre-zeroed pages itself.
Noticed by: jake
2003-03-14 21:10:13 +00:00
Bruce A. Mah
fb5caa50ab
New release notes: RFC 3042 (limited transmit), RFC 3390 (increased
...
initial TCP window sizes).
Submitted by: hsu
2003-03-14 16:56:27 +00:00
Bruce A. Mah
df2913ad7b
Correction to SA-03:03 note.
...
Submitted by: silby
2003-03-14 16:37:39 +00:00
Jake Burkholder
a24fa5bdb2
Increase the size of the property buffer to 8192. 1024 wasn't enough to
...
retrieve certain nodes.
2003-03-14 16:12:42 +00:00
Mike Barcroft
13141dbc38
Add missing types, update standard namespaces, and use variable types
...
that don't require <sys/types.h>.
2003-03-14 16:09:48 +00:00
Peter Pentchev
2be1729151
Remove ftp2.it.FreeBSD.org from the list of mirrors.
...
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Approved by: silence on -arch
2003-03-14 15:47:14 +00:00
Maxime Henrion
40b63da2a9
Bah, get it right this time and add sys/lock.h before sys/mutex.h.
2003-03-14 13:30:31 +00:00
Warner Losh
62bac311fc
Don't be so verbose about 'unknown' CIS tuples. We were printing each
...
one three times before we did the dump. Also, we printed 0x00 for the
tuple type rather than the actual tuple type. Now, we print the
actual tuple type. This appears to have no ill effects.
Should get rid of the
Code NN not found
and
code Unknown ignored
messages. The ignored messages are still generated for tuples tuples
who have a minimum length set and we find a tuple of that type that's
shorter than the minimum length.
2003-03-14 13:17:35 +00:00
Tim J. Robbins
564529ff1a
MFp4: Pentium/Athlon-optimised implementation of wcslen().
2003-03-14 11:01:12 +00:00
Ruslan Ermilov
9503d41cb1
Properly mark "auto" as a keyword.
2003-03-14 09:38:54 +00:00
Ruslan Ermilov
14ab92b024
Use the canonical form of installing links.
...
Also, make "ftp" and "ftpd" hard links.
Not objected to by: des
2003-03-14 09:01:22 +00:00
Tim J. Robbins
ce7be15190
Merge vfprintf.c revision 1.52.
2003-03-14 08:50:43 +00:00
Ruslan Ermilov
120b4a9366
Demangle the usage message at the source level.
...
Submitted by: bde
2003-03-14 07:59:38 +00:00
Jake Burkholder
7b66da6e32
lock.h must be included before mutex.h.
2003-03-14 07:19:29 +00:00
Jeff Roberson
8501ead911
- Add a forgotten BUF_LOCK()
...
Most sincere apologies to: jake
2003-03-14 05:13:19 +00:00
David Schultz
3ba6b6dd9d
Kludge around a bug that results from printf() assuming that
...
dtoa() is buggy. The bug would cause incorrect output to be
generated when format strings such as '%5.0f' were used with
nonzero numbers whose magnitude is less than 1.
Reported by: df(1) by way of periodic(8)
Reviewed by: mike
2003-03-14 04:48:09 +00:00