summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Document mountd_flags.keramida2003-03-261-0/+10
| | | | | PR: 50023 Submitted by: Simon L.Nielsen <simon@nitro.dk>
* Update amr(4) to note that LSILogic MegaRAID 320-[1/2] cards work.keramida2003-03-261-0/+4
| | | | | PR: 50139 Submitted by: asmodai
* There are 5 securelevels, not 4.keramida2003-03-261-1/+1
| | | | | PR: docs/50049 Submitted by: Colin Percival <cperciva@sfu.ca>
* Add missing Danish (doc/da_*) language doc subdirectorykeramida2003-03-262-0/+2
| | | | | PR: docs/50290 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Try to make the MBUF_FRAG_TEST code work better.mux2003-03-251-12/+10
| | | | | | | | | | | | | | | | - 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.
* Add an options entry for HTT in SMP and GENERIC similar to the SMP andjhb2003-03-253-0/+9
| | | | | | APIC_IO options. Requested by: John Cagle <john.cagle@hp.com>
* Put a newline in between APIC_IO and HTT to try and show that HTT is notjhb2003-03-251-0/+1
| | | | mandatory.
* - Replace hexdump() with a prettier version.mdodd2003-03-251-68/+131
| | | | | - Reformat log output. - Consolidate PDU printing code into print_pdu().
* Update the description of the -u option to mention that IP_PORTRANGE_HIGHsilby2003-03-251-6/+9
| | | | | | and _DEFAULT are the same for 5.x. Committed under threat of action from: The mdoc police
* aic79xx.reg:scottl2003-03-251-4/+4
| | | | Correct default precompensation value for RevA hardware.
* Set pdu->pdulen in build_pdu().mdodd2003-03-251-0/+1
|
* Don't compile in lmi_object_instance().mdodd2003-03-251-0/+2
|
* - Handle the 'GET PREFIX' request.mdodd2003-03-251-16/+159
| | | | | | | - Deal with MADGE_OBJECT1 requests. - Move code inside of switch cases to separate functions. Submitted by: Richard Hodges <rh@matriplex.com>
* Correct a comment.mdodd2003-03-251-1/+1
| | | | Submitted by: Richard Hodges <rh@matriplex.com>
* - Add a comment regarding SETPFX_OBJIDmdodd2003-03-251-1/+11
| | | | | | | - Add an Objid definition for MADGE_OBJECT1 - Add an array to map ilmi_states to ASCII descriptions. Submitted by: Richard Hodges <rh@matriplex.com>
* Whitespace: wrap paragraph before column 80 (no content changes).olgeni2003-03-252-2/+4
| | | | Approved by: bmah
* Some spelling fixes.olgeni2003-03-252-6/+6
| | | | Approved by: bmah
* Remove trailing whitespace.olgeni2003-03-252-2/+2
| | | | Approved by: bmah
* Clean up formatting.mdodd2003-03-251-3/+18
| | | | Submitted by: Richard Hodges <rh@matriplex.com>
* Remove extraneous check. We are not going to return from copyin/out onjhb2003-03-251-2/+0
| | | | the stack of a thread A but actually be thread B instead of thread A.
* Print the return value from mmap() in the DEBUG case.mdodd2003-03-251-3/+11
|
* Revert previous commit which accidentally snuck in with some unrelatedjhb2003-03-251-1/+1
| | | | | | changes. Reported by: bde
* Remove some more MAKEDEV information.trhodes2003-03-251-17/+2
| | | | | PR: 50294 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
* Fix a typo in msmith's email address.trhodes2003-03-251-1/+1
| | | | Noticed by: Jesus R. Camou <jcamou@azstarnet.com>
* Add some HP cards to the supported list of cards. Also mentionps2003-03-251-4/+8
| | | | | | that 1000BaseTX only supports full-duplex. Submitted by: John Cagle <john.cagle@hp.com>
* Remove MAKEDEV rot.trhodes2003-03-252-12/+1
| | | | | PR: 50286, 50285 Submitted by: Sergey A. Osokin <soa@FreeBSD.org.ru>
* Update the handbook printing section URL so that it points to thetrhodes2003-03-251-1/+1
| | | | correct location.
* This commit was generated by cvs2svn to compensate for changes in r112620,das2003-03-256-33/+23
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import new sources. The only material change in this update is todas2003-03-256-33/+23
| | | | | | | | | | | | | | add locale support for hexadecimal floating point conversions. Noticed by: ache Reviewed by: mike (mentor)
* | Back off WARNS until I've had a chance to deal with the problems onmdodd2003-03-251-1/+1
| | | | | | | | sparc64/alpha.
* | Once ppp session is over, the route to ff02::tun0/32 wasume2003-03-251-1/+12
| | | | | | | | | | deleted, and never came back. Now, the route to ff02::tun0/32 is installed at the end of IPV6CP negitiaton.
* | Add support for identifying NORID (norwegian top level registry) handles.eivind2003-03-251-0/+7
| | | | | | | | Reviewed by: mike (with slight changes based on feedback afterwards)
* | We need filling scopeid to install routes for link-localume2003-03-251-0/+24
| | | | | | | | scope addresses.
* | Remove obsolete at_fork() and at_exit() manpages. Curiously, at_exec()jhb2003-03-254-157/+2
| | | | | | | | | | | | didn't have a manpage. Reminded by: ru
* | Add code to implement two new USB quirk types: NO_INQUIRY and NO_INQUIRY_EVPDnjl2003-03-251-11/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The former fakes a valid response to an inquiry command. (I am completely blown away that there are devices which hang upon receiving inquiry). The latter returns "invalid request" to any inquiry commands with EVPD set. NO_INQUIRY implies NO_INQUIRY_EVPD but not vice versa. Both quirks have been tested separately on my USB key although it didn't require either of them. While I'm here, fix wildcarding so that any/all of vendor, product, revision can be wildcarded. Idea from: Linux MFC after: 2 weeks
* | Since ppp.link{up,down} is invoked at the end of IPCP negotiation, ifume2003-03-251-2/+32
| | | | | | | | | | | | we need ppp.link{up,down}, we couldn't disable IPCP. Now, if IPCP is disabled, ppp.link{up,down} is invoked at the end of IPV6CP negotiation.
* | Remove reference to MAKEDEVbrueffer2003-03-251-2/+0
| |
* | Add a tiny manpage to make sure users aren't surprised when theykeramida2003-03-252-1/+45
| | | | | | | | search for MAKEDEV, now that it's deprecated.
* | Delete MAKEDEV referenceskeramida2003-03-251-7/+1
| | | | | | | | | | PR: 50284 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
* | Delete MAKEDEV references and update the text about /dev/foo controlkeramida2003-03-254-77/+5
| | | | | | | | | | | | | | devices that return the next available device when opened. PR: 50280, 50281, 50282, 50283 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
* | Delete MAKEDEV references and add small blurb that points to devfs(5)keramida2003-03-251-15/+9
| | | | | | | | | | | | | | and devd(8). PR: docs/50278 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
* | Delete MAKEDEV reference.keramida2003-03-251-1/+0
| | | | | | | | | | PR: docs/50277 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
* | Delete MAKEDEV traceskeramida2003-03-251-9/+1
| |
* | Make -N option work.ume2003-03-251-1/+1
| | | | | | | | Submitted by: KONDOU Kazuhiro <kazuhiro@alib.jp>
* | g_class_by_name() was unused too.phk2003-03-251-13/+0
| |
* | Remove unuse g_insert_geom().phk2003-03-252-39/+0
| |
* | Forward compatibility: NULL check the passed in meta argument.phk2003-03-251-1/+1
| |
* | Add an explanatory comment about what operational modes in xfwopt are.mjacob2003-03-251-1/+5
| |
* | Add the MBUF_FRAG_TEST option. When compiled in, this optionsilby2003-03-252-0/+31
| | | | | | | | | | | | | | | | | | | | allows you to tell ip_output to fragment all outgoing packets into mbuf fragments of size net.inet.ip.mbuf_frag_size bytes. This is an excellent way to test if network drivers can properly handle long mbuf chains being passed to them. net.inet.ip.mbuf_frag_size defaults to 0 (no fragmentation) so that you can at least boot before your network driver dies. :)
* | Merge PC98 support.mdodd2003-03-256-1599/+123
| |
OpenPOWER on IntegriCloud