Giorgos Keramidas
e40f1e0cb6
Fix typo in the version of the diff that I committed.
...
Submitted by: Simon L. Nielsen <simon@nitro.dk>
2003-03-26 17:32:45 +00:00
Hajimu UMEMOTO
8a9448cabc
tightened check for the length of ND options.
...
Submitted by: jinmei@kame.net (JINMEI Tatuya)
Obtained from: KAME
2003-03-26 17:28:47 +00:00
Robert Watson
5e7ce4785f
Modify the mac_init_ipq() MAC Framework entry point to accept an
...
additional flags argument to indicate blocking disposition, and
pass in M_NOWAIT from the IP reassembly code to indicate that
blocking is not OK when labeling a new IP fragment reassembly
queue. This should eliminate some of the WITNESS warnings that
have started popping up since fine-grained IP stack locking
started going in; if memory allocation fails, the creation of
the fragment queue will be aborted.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2003-03-26 15:12:03 +00:00
Maxime Henrion
1d8aed2b21
Correct comment, MSIZE and MCLBYTES are defined in sys/param.h
...
and not in machine/param.h.
2003-03-26 10:35:31 +00:00
Hajimu UMEMOTO
34894c56bc
Don't install wrong IPv6 route by add command.
2003-03-26 06:30:11 +00:00
Orion Hodson
abe88fc972
Re-work ac97 initialization to match cold reset described in AC97r.23
...
and be prepared to wait much longer for codec to become ready.
Credit to Hugo D. Valentim <hvalentim@gmx.net> for reporting the
problem, providing useful pointers, and repeated diff testing.
2003-03-26 06:11:36 +00:00
Orion Hodson
8f832fd0ba
For the VIA8233A use multi-sgd register set for primary playback
...
channel and disable DXS3. Several users have reported DXS3 as playing
at half speed on the 8233A revision of the chipset. This implicitly
means no SPDIF for VIA8233A users.
2003-03-26 05:51:13 +00:00
Matthew N. Dodd
229503da84
- Fix function declarations.
...
- Provide function prototypes.
Submitted by: trhodes
2003-03-26 05:49:42 +00:00
Orion Hodson
78a248c1db
Add defines for low power and second codec ready.
2003-03-26 05:35:38 +00:00
Kenneth D. Merry
461dddba27
Clean up dynamically allocated sysctl variables when we run dacleanup() and
...
cdcleanup(). This fixes sysctl problems ("can't re-use a leaf") when
someone adds another peripheral at the same unit number. (e.g. rescan da0,
it goes away, then rescan again and da0 comes back, but since we haven't
cleaned up the sysctl variables from the last da0 instance, we can't
register the variables for the new instance under the same name.)
Reported by: njl
Tested by: njl
2003-03-26 04:38:39 +00:00
Matthew N. Dodd
15d8f3d447
Get rid of a few caddr_t's.
...
Submitted by: trhodes
2003-03-26 04:17:13 +00:00
Matthew N. Dodd
2dc4ca43ec
asn_get_encoded() takes 2 arguments.
2003-03-26 04:02:51 +00:00
Jeff Roberson
cc3521d660
- Define a _spinunlock() function so that threading implementations may do
...
more complicated things than just setting the lock to 0.
- Implement stubs for this function in libc and the two threading libraries
that are currently in the tree.
2003-03-26 04:02:24 +00:00
Matthew N. Dodd
6410552316
Retire set_reqid(), unused since 1.2.
2003-03-26 03:41:12 +00:00
Matthew N. Dodd
87b6469f1e
- Add const qualifier to char * arrays.
...
- Retire Traps array; this was obsoleted in 1.2
2003-03-26 03:19:56 +00:00
Matthew N. Dodd
6181d229c2
Don't roll a private copy of basename().
2003-03-26 02:54:56 +00:00
Giorgos Keramidas
85785286b4
Explain the format of the at.allow and at.deny files in detail.
...
PR: 35942
Submitted by: Gary W. Swearingen <swear@blarg.net>
2003-03-26 02:38:18 +00:00
Brian Somers
92941b9076
Passing a u_char to ntohs() is guaranteed to give the wrong answer !
...
Submitted by: Francis Dupont <Francis.Dupont@enst-bretagne.fr>
2003-03-26 02:27:32 +00:00
Brian Somers
9603d5b40d
Add a ``force-scripts'' option for using chat scripts with -direct and
...
-dedicated links.
Submitted by: Maksim Yevmenkin <myevmenk@exodus.net>
2003-03-26 02:03:08 +00:00
Giorgos Keramidas
66fe5468f7
Document the undcumnt -l option (that's a lowercase `el').
...
PR: 48466
Submitted by: Peter Philipp <dot.bomb@freenet.de>
2003-03-26 02:00:35 +00:00
Alfred Perlstein
cbee8fbe2e
req can not be NULL or we'd die.
...
Sponsored by: RED
2003-03-26 01:46:11 +00:00
Giorgos Keramidas
0b541a3c80
Document the MAIL_AGENT environment var.
...
PR: 48277
Submitted by: Stefan Walter <sw@gegenunendlich.de>
2003-03-26 01:45:20 +00:00
Giorgos Keramidas
2524b0b29b
Document mountd_flags.
...
PR: 50023
Submitted by: Simon L.Nielsen <simon@nitro.dk>
2003-03-26 01:39:29 +00:00
Giorgos Keramidas
13301127c8
Update amr(4) to note that LSILogic MegaRAID 320-[1/2] cards work.
...
PR: 50139
Submitted by: asmodai
2003-03-26 01:34:23 +00:00
Giorgos Keramidas
09003f98d8
There are 5 securelevels, not 4.
...
PR: docs/50049
Submitted by: Colin Percival <cperciva@sfu.ca>
2003-03-26 01:30:34 +00:00
Giorgos Keramidas
743ccf1f36
Add missing Danish (doc/da_*) language doc subdirectory
...
PR: docs/50290
Submitted by: Sergei Kolobov <sergei@kolobov.com>
2003-03-26 01:25:39 +00:00
Maxime Henrion
511e01e2d6
Try to make the MBUF_FRAG_TEST code work better.
...
- Don't try to fragment the packet if it's smaller than mbuf_frag_size.
- Preserve the size of the mbuf chain which is modified by m_split().
- Check that m_split() didn't return NULL.
- Make it so we don't end up with two M_PKTHDR mbuf in the chain.
- Use m->m_pkthdr.len instead of m->m_len so that we fragment the whole
chain and not just the first mbuf.
- Fix a nearby style bug and rework the logic of the loops so that it's
more clear.
This is still not quite right, because we're clearly abusing m_split() to
do something it was not designed for, but at least it works now. We
should probably move this code into a m_fragment() function when it's
correct.
2003-03-25 23:49:14 +00:00
John Baldwin
84b7dcad85
Add an options entry for HTT in SMP and GENERIC similar to the SMP and
...
APIC_IO options.
Requested by: John Cagle <john.cagle@hp.com>
2003-03-25 23:31:14 +00:00
John Baldwin
c0109e50ec
Put a newline in between APIC_IO and HTT to try and show that HTT is not
...
mandatory.
2003-03-25 23:29:44 +00:00
Matthew N. Dodd
4b9ffcd528
- Replace hexdump() with a prettier version.
...
- Reformat log output.
- Consolidate PDU printing code into print_pdu().
2003-03-25 22:22:19 +00:00
Mike Silbersack
d28af25586
Update the description of the -u option to mention that IP_PORTRANGE_HIGH
...
and _DEFAULT are the same for 5.x.
Committed under threat of action from: The mdoc police
2003-03-25 22:20:02 +00:00
Scott Long
43dac090dc
aic79xx.reg:
...
Correct default precompensation value for RevA hardware.
2003-03-25 22:16:27 +00:00
Matthew N. Dodd
f1c661f9ac
Set pdu->pdulen in build_pdu().
2003-03-25 22:10:01 +00:00
Matthew N. Dodd
86dc60e032
Don't compile in lmi_object_instance().
2003-03-25 22:01:27 +00:00
Matthew N. Dodd
d66e94ca99
- Handle the 'GET PREFIX' request.
...
- Deal with MADGE_OBJECT1 requests.
- Move code inside of switch cases to separate functions.
Submitted by: Richard Hodges <rh@matriplex.com>
2003-03-25 20:34:46 +00:00
Matthew N. Dodd
a5454382a3
Correct a comment.
...
Submitted by: Richard Hodges <rh@matriplex.com>
2003-03-25 20:25:05 +00:00
Matthew N. Dodd
beeb9061d9
- Add a comment regarding SETPFX_OBJID
...
- Add an Objid definition for MADGE_OBJECT1
- Add an array to map ilmi_states to ASCII descriptions.
Submitted by: Richard Hodges <rh@matriplex.com>
2003-03-25 20:22:02 +00:00
Jimmy Olgeni
d220d24cd1
Whitespace: wrap paragraph before column 80 (no content changes).
...
Approved by: bmah
2003-03-25 20:21:20 +00:00
Jimmy Olgeni
da5bd0dca8
Some spelling fixes.
...
Approved by: bmah
2003-03-25 20:18:37 +00:00
Jimmy Olgeni
6621f104c1
Remove trailing whitespace.
...
Approved by: bmah
2003-03-25 20:17:31 +00:00
Matthew N. Dodd
b88dc3353a
Clean up formatting.
...
Submitted by: Richard Hodges <rh@matriplex.com>
2003-03-25 20:15:01 +00:00
John Baldwin
7908a1d477
Remove extraneous check. We are not going to return from copyin/out on
...
the stack of a thread A but actually be thread B instead of thread A.
2003-03-25 20:13:24 +00:00
Matthew N. Dodd
91d631e536
Print the return value from mmap() in the DEBUG case.
2003-03-25 20:02:55 +00:00
John Baldwin
e7561407e2
Revert previous commit which accidentally snuck in with some unrelated
...
changes.
Reported by: bde
2003-03-25 19:46:55 +00:00
Tom Rhodes
f91fdfd8e2
Remove some more MAKEDEV information.
...
PR: 50294
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
2003-03-25 18:43:10 +00:00
Tom Rhodes
ab199d7ca6
Fix a typo in msmith's email address.
...
Noticed by: Jesus R. Camou <jcamou@azstarnet.com>
2003-03-25 18:13:20 +00:00
Paul Saab
b4cb26bfd2
Add some HP cards to the supported list of cards. Also mention
...
that 1000BaseTX only supports full-duplex.
Submitted by: John Cagle <john.cagle@hp.com>
2003-03-25 18:08:57 +00:00
Tom Rhodes
7ca75716dc
Remove MAKEDEV rot.
...
PR: 50286, 50285
Submitted by: Sergey A. Osokin <soa@FreeBSD.org.ru>
2003-03-25 18:08:50 +00:00
Tom Rhodes
bb5de30ab4
Update the handbook printing section URL so that it points to the
...
correct location.
2003-03-25 18:03:11 +00:00
David Schultz
ec3a1a66aa
This commit was generated by cvs2svn to compensate for changes in r112620,
...
which included commits to RCS files with non-trunk default branches.
2003-03-25 17:55:07 +00:00