summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-2517-445/+469
| | | | | Tested by: -current, bms(mentor), me Approved by: bms(mentor), sam
* Remove freebsd-update -- it breaks the Alpha, sparc64, ia64, and amd64obrien2004-02-251-1/+0
| | | | release bulds.
* Do not depend on existence of _end symbol in obj_from_addr, usekan2004-02-251-8/+1
| | | | | | obj->mapbase and obj->mapsize instead. Prompted by: OpenOffice debugging session at last BSDCon.
* Add FreeBSD 5.2.1wosch2004-02-251-1/+4
|
* Update manual page.phk2004-02-251-19/+26
| | | | Give 8" example for the heck of it.
* Add SiI3512.brueffer2004-02-251-1/+1
|
* Make mode setting with fdcontrol(8) stick.phk2004-02-252-364/+122
| | | | Recognize when configured for "auto".
* Recognize "auto" format.phk2004-02-252-6/+47
| | | | Be more verbose when asked to.
* Set size field correctly, it is number of sectors on the device, notphk2004-02-251-2/+6
| | | | | | number of 512 bytes sectors. Recognize size == -1 as meaning "auto".
* Demangled vendor ids. Fixed misplaced FreeBSD id.bde2004-02-251-6/+9
|
* Fix style bug in last commit,johan2004-02-252-7/+8
| | | | | | | | add a tab after WARNS?=. While I'm here fix other style bugs. Submitted by: bde (libbdf/Makefile)
* Backed out rev.1.6. A bogus include was added to work around breakage ofbde2004-02-251-2/+0
| | | | | | <netinet/tcp_var.h>'s prerequisites. Prerequistes should not grow for userland headers, and <netinet/tcp_var.h> is unfortunately still needed in userland.
* Fixed namespace pollution in rev.1.74. Implementation of the syncachebde2004-02-251-1/+4
| | | | | | | | increased <netinet/tcp_var>'s already large set of prerequisites, and this was handled badly. Just don't declare the complete syncache struct unless <netinet/pcb.h> is included before <netinet/tcp_var.h>. Approved by: jlemon (years ago, for a more invasive fix)
* Don't use the negatively-opaque type uma_zone_t or be chummy withbde2004-02-251-3/+1
| | | | <vm/uma.h>'s idempotency indentifier or its misspelling.
* Change warning hint to be more usefulache2004-02-251-1/+1
|
* Add support for the sii3512 SATA chip.sos2004-02-252-0/+3
|
* Fixed some insertion sort errors.bde2004-02-251-13/+13
|
* Fixed some style bugs in previous commit (unsorting of the DDB_* options,bde2004-02-251-5/+6
| | | | misofrmatting, and English usage errors).
* Relax a KASSERT condition to allow for a valid corner case wherehsu2004-02-252-4/+10
| | | | | | the FIN on the last segment consumes an extra sequence number. Spurious panic reported by Mike Silbersack <silby@silby.com>.
* Revert the last commit. I don't know what I was thinking, but this changescottl2004-02-251-1/+0
| | | | definitely doesn't help any thing.
* Add an 'add' command to ugidfw(8), which permits specifying a newrwatson2004-02-252-10/+65
| | | | | | | | | rule without explicitly specifying a new rule number. Update copyrights, remove license clause three. Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research
* Add bsde_add_rule(), which is similar to bsde_set_rule() except thatrwatson2004-02-255-4/+79
| | | | | | | | the caller does not specify the rule number -- instead, the kernel module is probed for the next available rule, which is then used. Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research
* Back out getopt* adding here per maintainer requestache2004-02-251-2/+0
|
* Add upgrade instructionsache2004-02-251-0/+14
|
* Add "posix" subdir to "gnu"ache2004-02-251-0/+2
|
* Upgrade to regex from grep 2.4.2ache2004-02-2541-12865/+11
|
* Merge conflictsache2004-02-252-1370/+1688
|
* This commit was generated by cvs2svn to compensate for changes in r126209,ache2004-02-251-0/+542
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import (trimmed) of GNU regex, from GNU grep 2.4.2ache2004-02-253-1531/+2566
| |
| * This commit was manufactured by cvs2svn to create branchcvs2svn1993-07-301262-444289/+0
| | | | | | | | 'VENDOR-libregex'.
* | Bump FreeBSD_version for getopt_long_only() addingache2004-02-251-1/+1
| |
* | No reason to disable this test on powerpc.grehan2004-02-251-2/+0
| |
* | Use signed char cast to avoid out-of-range error on PowerPC (which hasgrehan2004-02-251-4/+5
| | | | | | | | | | | | unsigned char by default). This is a no-op on all other current arches. Tested by: md5 sum before/after same on i386
* | o Use `I-O DATA' instead of `IO DATA' as the vendor uses the formernon2004-02-251-2/+2
| | | | | | | | | | | | | | on its own site (http://www.iodata.jp/). o Add a missing cross reference to cardbus(4). Submitted by: rushani
* | Add DDB_NUMSYM option which in addition to the symbolic representationphk2004-02-243-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also prints the actual numerical value of the symbol in question. Users of addr2line(1) will be less proficient in hex arithmetic as a consequence. This amongst other things means that traceback lines change from: siointr1(c4016800,c073bda0,0,c06b699c,69f) at siointr1+0xc5 to siointr1(c4016800,c073bda0,0,c06b699c,69f) at 0xc062b0bd = siointr1+0xc5 I made this an option to avoid bikesheds. ~ ~ ~
* | Unconst. Somebody didn't compile LINT.phk2004-02-241-1/+1
| |
* | - Clarify ambiguous statement about not being able to both slock and xlockjhb2004-02-241-4/+7
| | | | | | | | | | | | | | | | | | a single lock at the same time. - Avoid using "own" to refer to holding either a shared or exclusive lock as it is only really correct for exclusive locks. - Reword the sentence about sleep-ability to read easier. Requested by: truckman (1)
* | Have edquota honour MAXLOGNAME rather than hardcoding the maximumceri2004-02-241-1/+1
| | | | | | | | | | | | | | | | | | username length to 29 characters. PR: misc/62944 Submitted by: David Hill <david@wmol.com> Approved by: ru MFC after: 1 week
* | style.Makefile(5):johan2004-02-242-2/+2
| | | | | | | | Use WARNS?= instead of WARNS=.
* | style.Makefile(5):johan2004-02-241-4/+2
| | | | | | | | | | | | | | | | Use WARNS?= instead of WARNS=. While I'm here, use INTERNALPROG, instead if overriding install remove emty lines
* | Whitespace cleanupdes2004-02-241-4/+4
| |
* | style.Makefile(5):johan2004-02-2419-22/+25
| | | | | | | | | | | | | | | | | | | | | | Use WARNS?= instead of WARNS= For this to work properly for all part is the subdirectories the WARNS assignments in Makefile.inc0 are moved to the correspondning Makefile.inc. Approved by: obrien (binutils maintainer) Tested by: make universe
* | Check that a pointer is non-NULL before dereferencing it, not after.cperciva2004-02-241-1/+2
| | | | | | | | | | Reported by: "Ted Unangst" <tedu@coverity.com> Approved by: rwatson (mentor)
* | Note change of sizeof(struct tcpcb) and libkvm recompile.andre2004-02-241-0/+4
| |
* | in icmp6_mtudisc_update(), use ND link mtu to detect if the path MTUume2004-02-241-1/+3
| | | | | | | | | | | | should be updated. Helped by: andre
* | Convert the tcp segment reassembly queue to UMA and limit the maximumandre2004-02-245-25/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | amount of segments it will hold. The following tuneables and sysctls control the behaviour of the tcp segment reassembly queue: net.inet.tcp.reass.maxsegments (loader tuneable) specifies the maximum number of segments all tcp reassemly queues can hold (defaults to 1/16 of nmbclusters). net.inet.tcp.reass.maxqlen specifies the maximum number of segments any individual tcp session queue can hold (defaults to 48). net.inet.tcp.reass.cursegments (readonly) counts the number of segments currently in all reassembly queues. net.inet.tcp.reass.overflows (readonly) counts how often either the global or local queue limit has been reached. Tested by: bms, silby Reviewed by: bms, silby
* | Wordsmithingbrueffer2004-02-241-1/+1
| |
* | Do not attempt to open NODEVphk2004-02-241-0/+3
| |
* | Add getopt_long_only()ache2004-02-241-1/+3
| |
* | Add getopt_long_only() from OpenBSD and other OpenBSD cleanupsache2004-02-243-299/+459
| | | | | | | | | | PR: 63173 Submitted by: Marius Strobl <marius@alchemy.franken.de>
OpenPOWER on IntegriCloud