dragonfly.git
19 years agopatch-7.125
Max Okumoto [Sat, 12 Mar 2005 12:04:56 +0000 (12:04 +0000)]
patch-7.125
    ParseModifier()
Unfold parsing of single letter modifiers from multi letter modifiers.

19 years agopatch-7.124
Max Okumoto [Sat, 12 Mar 2005 12:04:31 +0000 (12:04 +0000)]
patch-7.124
Remove <spc><tab> and indent rest of file to 8 space tabs.

19 years ago patch-7.123
Max Okumoto [Sat, 12 Mar 2005 12:04:08 +0000 (12:04 +0000)]
 patch-7.123
    ParseModifier(), modifier_C()
Split out modifier_C() as its own function.

19 years agopatch-7.122
Max Okumoto [Sat, 12 Mar 2005 12:03:46 +0000 (12:03 +0000)]
patch-7.122
    ParseModifier()
Reindent case 'C', it will become its own function.

19 years agopatch-7.121
Max Okumoto [Sat, 12 Mar 2005 12:03:17 +0000 (12:03 +0000)]
patch-7.121
- Reduce number of parameters passed between functions by
  creating VarParser type to contain parser state info.

19 years agopatch-7.120
Max Okumoto [Sat, 12 Mar 2005 12:02:37 +0000 (12:02 +0000)]
patch-7.120
    Var_Parse(), VarParse()
- Convert Var_Parse() into a wrapper function.

19 years agopatch-7.117
Max Okumoto [Sat, 12 Mar 2005 12:01:03 +0000 (12:01 +0000)]
patch-7.117
    modifier_M()
        Use estrdup() instead of parsing the pattern string twice.

19 years agopatch-7.116
Max Okumoto [Sat, 12 Mar 2005 12:00:31 +0000 (12:00 +0000)]
patch-7.116
    Start style changes that harti requested, and other general
    cleanup.
        - Moved variable out of local scope.
        - Renamed result variable to value, common code becomes
          more visible.
        - Add comment that explains why places consumed is adjusted.
        - Rename freePtr to freeResult to clearify what should be
          free'ed

19 years agopatch-7.115
Max Okumoto [Sat, 12 Mar 2005 12:00:02 +0000 (12:00 +0000)]
patch-7.115
    VarParseLong()
        - Moved detection of modifier ':' into loop.
        - add comment about why consumed is updated.

19 years agopatch-7.114
Max Okumoto [Sat, 12 Mar 2005 11:59:28 +0000 (11:59 +0000)]
patch-7.114
    ParseModifier()
        - Renamed rw_str to value now that we know what it really
          contains.
        - Reindent cleanup section.
    ParseRestModifier() and ParseRestEnd()
        - Move advancement of ptr into parts of if-else.  This
          removes the confusing (rlen - 1) calculation.
    VarParseLong()
        - cleanup calculation of consumed.

19 years agopatch-7.113
Max Okumoto [Sat, 12 Mar 2005 11:59:03 +0000 (11:59 +0000)]
patch-7.113
    ParseRest(), ParseRestModifier() and ParseRestEnd()
        - split ParseRest() into two different functions.
          ParseRestModifier() will handle bracketed variables with
          modifiers.  ParseRestEnd() will handle ones that do not
          have modifiers.

19 years agoVarParseLong()
Max Okumoto [Sat, 12 Mar 2005 11:58:21 +0000 (11:58 +0000)]
VarParseLong()
    - split long line
    - update comments to match code
    - renamed variable lengthPtr to consumed
VarParseShort()
    - renamed variable lengthPtr to consumed
    - update comments to clearify why we are returning an error.
VarParse()
    - update comments to match code
    - renamed variable lengthPtr to consumed

19 years agoVarParseLong(), ParseRest()
Max Okumoto [Sat, 12 Mar 2005 11:57:38 +0000 (11:57 +0000)]
VarParseLong(), ParseRest()
Move nested scope into its own function.

19 years agoUpdate the bktr driver to match the current state of FreeBSD-current,
Simon Schubert [Sat, 12 Mar 2005 11:35:27 +0000 (11:35 +0000)]
Update the bktr driver to match the current state of FreeBSD-current,
apart from changes that are purely to suit FreeBSD changes. It adds support
for three new cards (including the MT2032 tuner) and has some long -> uint32_t
changes that (according to the commit log) make it work on AMD64.

Obtained-from: FreeBSD
Submitted-by: Steve O'Hara-Smith <steve at sohara.org>
19 years agoSimplify the print routines by using LST_FOREACH instead of Lst_ForEach
Max Okumoto [Sat, 12 Mar 2005 11:31:30 +0000 (11:31 +0000)]
Simplify the print routines by using LST_FOREACH instead of Lst_ForEach
and inlining the small printing utility functions.
Create a function that can be used to produce printable representations
of flag words.

FreeBSD-Date: 2005/03/11 13:24:08
Author: harti

19 years agoRemove leading underscores from the pathname defines. All identifiers
Max Okumoto [Sat, 12 Mar 2005 11:29:33 +0000 (11:29 +0000)]
Remove leading underscores from the pathname defines. All identifiers
with leading underscore followed by an uppercase letter are in the
implementation namespace.

FreeBSD-Date: 2005/03/11 13:02:38
Author: harti

19 years agoRemove the leading underscore from structure tags. All identifiers
Max Okumoto [Sat, 12 Mar 2005 11:25:16 +0000 (11:25 +0000)]
Remove the leading underscore from structure tags. All identifiers
with a leading underscore are in the implementation namespace.

FreeBSD-Date: 2005/03/11 12:57:25
Author: harti

19 years agoClean up:
Liam J. Foy [Sat, 12 Mar 2005 11:10:02 +0000 (11:10 +0000)]
Clean up:
- Do not implicitly treat NUL characters, NULL pointers, or 0-valued
  integers as false-valued booleans; use explicit tests instead
- Remove unnecessary header
- err() magic
- Minor Style(9)

19 years agoStyle: Fix indentation.
Max Okumoto [Sat, 12 Mar 2005 11:07:26 +0000 (11:07 +0000)]
Style: Fix indentation.

FreeBSD-Date: 2005/03/11 12:40:55
Author: harti

19 years agoCall ParseFinishLine() also for the last line in a file. This
Max Okumoto [Sat, 12 Mar 2005 11:04:46 +0000 (11:04 +0000)]
Call ParseFinishLine() also for the last line in a file. This
patch differs from the previous one in that it calls the function
only when a real file hits EOF. The bodies of .for loops are also
handled as files, but for these we don't want to end a dependency block
on the 'EOF' as in:

foo:
        do-this
.for ...
        do-something
.endfor
        do-more

FreeBSD-Date: 2005/03/11 11:29:39
Author: harti

19 years agoConstify Var_Dump and simplify it by inlining VarPrintVar.
Max Okumoto [Sat, 12 Mar 2005 11:03:03 +0000 (11:03 +0000)]
Constify Var_Dump and simplify it by inlining VarPrintVar.

FreeBSD-Date: 2005/03/10 15:38:01
Author: harti

19 years agoReorganize Suff_EndTransform to be called only for nodes for
Max Okumoto [Sat, 12 Mar 2005 10:52:52 +0000 (10:52 +0000)]
Reorganize Suff_EndTransform to be called only for nodes for
which it is needed (transforms).

FreeBSD-Date: 2005/03/10 14:54:47
Author: harti

19 years agoThe previous commit should have had the following comment.
Max Okumoto [Sat, 12 Mar 2005 10:41:25 +0000 (10:41 +0000)]
The previous commit should have had the following comment.

Split SuffExpandChildren into three functions: one that skips
variables and expands archive specifications, one that expands
wild cards and a driver that loops over the children list and
expands each child if necessary replacing it with it's expansions.

FreeBSD-Date: 2005/03/09 16:51:43
Author: harti

This commit has the following comment.

Style: fix function style before working on it (mainly intendation).

FreeBSD-Date: 2005/03/10 10:16:03
Author: harti

19 years agoImplement a new macro LST_NEXT which is like Lst_Succ but doesn't check
Max Okumoto [Sat, 12 Mar 2005 10:39:02 +0000 (10:39 +0000)]
Implement a new macro LST_NEXT which is like Lst_Succ but doesn't check
for its argument to be non-NULL.

FreeBSD-Date: 2005/03/09 16:53:31
Author: harti

19 years agoClean up entries for undefined mbuf tags to catch up with
YONETANI Tomokazu [Sat, 12 Mar 2005 10:38:42 +0000 (10:38 +0000)]
Clean up entries for undefined mbuf tags to catch up with
revision 1.21 of sys/sys/mbuf.h.

19 years agoUnbreak the build of netstat and systat by hiding stale
YONETANI Tomokazu [Sat, 12 Mar 2005 10:34:36 +0000 (10:34 +0000)]
Unbreak the build of netstat and systat by hiding stale
references to MT_FTABLE.

19 years agoVar_Subst() cannot return NULL so there is no reason to check
Max Okumoto [Sat, 12 Mar 2005 10:31:28 +0000 (10:31 +0000)]
Var_Subst() cannot return NULL so there is no reason to check
for it.

FreeBSD-Date: 2005/03/09 07:53:03
Author: harti

19 years agoStyle: fix indentation of SuffExpandChildren before working on it.
Max Okumoto [Sat, 12 Mar 2005 10:29:10 +0000 (10:29 +0000)]
Style: fix indentation of SuffExpandChildren before working on it.

FreeBSD-Date: 2005/03/08 16:30:32
Author: harti

19 years agoStyle: fix indentation of SuffExpandChildren before working on it.
Max Okumoto [Sat, 12 Mar 2005 10:20:38 +0000 (10:20 +0000)]
Style: fix indentation of SuffExpandChildren before working on it.

FreeBSD-Date: 2005/03/08 16:30:32
Author: harti

19 years agocompat.c:
Max Okumoto [Sat, 12 Mar 2005 10:17:00 +0000 (10:17 +0000)]
compat.c:
Use the Buf_Peel function to get to the string contained into a
buffer without using an extra local variable.
main.c
Use Buf_Peel to get rid of a local variable.

FreeBSD-Date: 2005/03/08 14:33:58
FreeBSD-Date: 2005/03/08 14:37:47
Author: harti

19 years agoRemove useless local prototypes.
Max Okumoto [Sat, 12 Mar 2005 10:11:57 +0000 (10:11 +0000)]
Remove useless local prototypes.

FreeBSD-Date: 2005/03/08 14:30:18
Author: harti

19 years agoStyle: fix indentation.
Max Okumoto [Sat, 12 Mar 2005 10:10:12 +0000 (10:10 +0000)]
Style: fix indentation.

FreeBSD-Date: 2005/03/08 14:29:23
Author: harti

19 years agoUse the new Buf_Peel function to simplify things.
Max Okumoto [Sat, 12 Mar 2005 09:58:06 +0000 (09:58 +0000)]
Use the new Buf_Peel function to simplify things.
Remove an unused struct definition.

FreeBSD-Date: 2005/03/08 13:15:51
Author: harti

19 years agoCreate a new function Buf_Peel that returns the string from inside
Max Okumoto [Sat, 12 Mar 2005 09:54:41 +0000 (09:54 +0000)]
Create a new function Buf_Peel that returns the string from inside
a Buffer and frees the Buffer.

FreeBSD-Date: 2005/03/08 13:15:18
Author: harti

19 years agoAdd a debugging function that prints a message and appends the
Max Okumoto [Sat, 12 Mar 2005 09:52:54 +0000 (09:52 +0000)]
Add a debugging function that prints a message and appends the
current strerror.

FreeBSD-Date: 2005/03/08 07:47:14
Author: harti

19 years agoMark functions that don't return as dead.
Max Okumoto [Sat, 12 Mar 2005 09:50:44 +0000 (09:50 +0000)]
Mark functions that don't return as dead.

FreeBSD Date: 2005/03/08 07:45:50
Author: harti

19 years agoChange PACKET_TAG_* ids to be consecutive.
Joerg Sonnenberger [Sat, 12 Mar 2005 03:24:19 +0000 (03:24 +0000)]
Change PACKET_TAG_* ids to be consecutive.

19 years agoAlways build altq_etherclassify.
Joerg Sonnenberger [Sat, 12 Mar 2005 02:42:28 +0000 (02:42 +0000)]
Always build altq_etherclassify.

19 years agoAdd ALTQ-style enqueue / dequeue / request functions for traditional
Joerg Sonnenberger [Sat, 12 Mar 2005 02:36:04 +0000 (02:36 +0000)]
Add ALTQ-style enqueue / dequeue / request functions for traditional
queues. Always dispatch via ifq->altq_* in ifq_var.

19 years agoRemove MT_FTABLE, it is not used anymore. Remove the #if 0'd entries
Joerg Sonnenberger [Sat, 12 Mar 2005 01:58:26 +0000 (01:58 +0000)]
Remove MT_FTABLE, it is not used anymore. Remove the #if 0'd entries
as well.

19 years agoAdd wchar and multibyte related man pages.
Joerg Sonnenberger [Sat, 12 Mar 2005 00:18:01 +0000 (00:18 +0000)]
Add wchar and multibyte related man pages.

Obtained-from: NetBSD / Citrus Project

19 years agoAdd citrus backend code and iconv front end. This is intentionally
Joerg Sonnenberger [Fri, 11 Mar 2005 23:33:53 +0000 (23:33 +0000)]
Add citrus backend code and iconv front end. This is intentionally
not hooked into the build yet.

Obtained-from: NetBSD / Citrus Project

19 years agoAdd UTF7 build wrapper.
Joerg Sonnenberger [Fri, 11 Mar 2005 21:50:39 +0000 (21:50 +0000)]
Add UTF7 build wrapper.

19 years agoI18N module build framework.
Joerg Sonnenberger [Fri, 11 Mar 2005 20:47:05 +0000 (20:47 +0000)]
I18N module build framework.

Adopted-from: NetBSD

19 years agoAdd i18n directories.
Joerg Sonnenberger [Fri, 11 Mar 2005 20:25:11 +0000 (20:25 +0000)]
Add i18n directories.

19 years agoHelper programs.
Joerg Sonnenberger [Fri, 11 Mar 2005 20:17:11 +0000 (20:17 +0000)]
Helper programs.

Obtained-from: NetBSD / Citrus Project

19 years agoiconv frontend.
Joerg Sonnenberger [Fri, 11 Mar 2005 19:16:53 +0000 (19:16 +0000)]
iconv frontend.

Obtained-from: NetBSD / Citrus Project

19 years agoClean up Makefile's in preparation for importing new Intel ACPICA code.
YONETANI Tomokazu [Fri, 11 Mar 2005 18:27:49 +0000 (18:27 +0000)]
Clean up Makefile's in preparation for importing new Intel ACPICA code.
Push .PATH and other variables into sys/dev/acpica5/Makefile.inc,
and share it with userland ACPI tools under usr.sbin/acpi.

19 years agoforgotten file
Joerg Sonnenberger [Fri, 11 Mar 2005 15:58:31 +0000 (15:58 +0000)]
forgotten file

19 years agoAdd locale and character set descriptions. This differs from the
Joerg Sonnenberger [Fri, 11 Mar 2005 15:57:42 +0000 (15:57 +0000)]
Add locale and character set descriptions. This differs from the
NetBSD version in that Latin charset always include TAB in the BLANK
specification, just like ASCII does. It should be checked wether ASCII
should be a full subset of all this extended character sets, which it
normally is supposed to be.

Obtained-from: NetBSD

19 years agoAdd data files for Character Set mappings and Encoding Scheme alias
Joerg Sonnenberger [Thu, 10 Mar 2005 16:20:15 +0000 (16:20 +0000)]
Add data files for Character Set mappings and Encoding Scheme alias
tables.

Obtained-from: NetBSD / Citrus Project

19 years agoUse NLS framework.
Joerg Sonnenberger [Thu, 10 Mar 2005 14:50:21 +0000 (14:50 +0000)]
Use NLS framework.

Obtained-from: FreeBSD

19 years agoUse bsd.nls.mk.
Joerg Sonnenberger [Thu, 10 Mar 2005 14:35:10 +0000 (14:35 +0000)]
Use bsd.nls.mk.

Obtained-from: FreeBSD

19 years agoAdd generic build framework for message catalogs.
Joerg Sonnenberger [Thu, 10 Mar 2005 14:30:31 +0000 (14:30 +0000)]
Add generic build framework for message catalogs.

Obtained-from: FreeBSD

19 years agotypo
Joerg Sonnenberger [Thu, 10 Mar 2005 14:27:39 +0000 (14:27 +0000)]
typo

19 years agoInitialize tls support code for static binary.
David Xu [Thu, 10 Mar 2005 11:42:27 +0000 (11:42 +0000)]
Initialize tls support code for static binary.

19 years agoBetter byte packing for struct tcpopt.
Jeffrey Hsu [Thu, 10 Mar 2005 08:19:27 +0000 (08:19 +0000)]
Better byte packing for struct tcpopt.

Submitted by: Noritoshi Demizu <demizu@dd.iij4u.or.jp>

19 years agoFix confusion with wrong route reference count being decremented.
Jeffrey Hsu [Wed, 9 Mar 2005 23:31:44 +0000 (23:31 +0000)]
Fix confusion with wrong route reference count being decremented.

Problem reported by: Joerg Sonnenberger

19 years agoProvide a better annotations for KTR_VOP and KTR_NFS trace classes.
Hiten Pandya [Wed, 9 Mar 2005 23:26:11 +0000 (23:26 +0000)]
Provide a better annotations for KTR_VOP and KTR_NFS trace classes.

Cleanup the trace classes a little bit, remove KTR_WITNESS.

19 years agoReduce diffs between FreeBSD
Max Okumoto [Wed, 9 Mar 2005 22:54:19 +0000 (22:54 +0000)]
Reduce diffs between FreeBSD

19 years agoAdd bus_dmamap_syncs before bus_dmamap_unloads.
Joerg Sonnenberger [Wed, 9 Mar 2005 20:07:45 +0000 (20:07 +0000)]
Add bus_dmamap_syncs before bus_dmamap_unloads.

Submitted-by: Johannes Hofmann <Johannes.Hofmann@gmx.de>
Suggested-by: Andrew Atrens
19 years agoFix a bug which can allow a remote attacker to cause denial
Hiroki Sato [Wed, 9 Mar 2005 19:32:52 +0000 (19:32 +0000)]
Fix a bug which can allow a remote attacker to cause denial
of service attack.

Obtained from: KAME (rev.1.232)

19 years ago- Sync the example with the correct sentense.
Liam J. Foy [Wed, 9 Mar 2005 19:06:21 +0000 (19:06 +0000)]
- Sync the example with the correct sentense.

Submitted by good old: Sarunas Vancevicius <svan@redbrick.dcu.ie>

19 years ago- Good english
Liam J. Foy [Wed, 9 Mar 2005 18:58:22 +0000 (18:58 +0000)]
- Good english

Submitted by: Douwe Kiela <virtus@wanadoo.nl>

19 years agoUse getprogname() instead of depending on __progname where possible.
Joerg Sonnenberger [Wed, 9 Mar 2005 18:52:21 +0000 (18:52 +0000)]
Use getprogname() instead of depending on __progname where possible.
Include stdlib.h where necessary.

19 years ago- Validate -i option
Liam J. Foy [Wed, 9 Mar 2005 16:59:40 +0000 (16:59 +0000)]
- Validate -i option
- Style(9)

19 years agoSync with FreeBSD: Add support for sha1 and rmd160
Simon Schubert [Wed, 9 Mar 2005 16:18:55 +0000 (16:18 +0000)]
Sync with FreeBSD: Add support for sha1 and rmd160

Originally-done-by: Oliver Eikemeier <eik at freebsd.org>
19 years agoWFORMAT: Use -Wnon-const-format only with gcc2
Simon Schubert [Wed, 9 Mar 2005 16:12:29 +0000 (16:12 +0000)]
WFORMAT: Use -Wnon-const-format only with gcc2

19 years ago1. use __weak_reference to define weak symbol.
David Xu [Wed, 9 Mar 2005 12:06:31 +0000 (12:06 +0000)]
1. use __weak_reference to define weak symbol.
2. fix compiler warnings.

19 years agoUse fixed-width type to ensure correct wraparound for
Jeffrey Hsu [Wed, 9 Mar 2005 06:57:29 +0000 (06:57 +0000)]
Use fixed-width type to ensure correct wraparound for
sequence number arithmetic.

Submitted by: Noritoshi Demizu <demizu@dd.iij4u.or.jp>

19 years agoTake into account the number of SACKed bytes skipped when slow-starting
Jeffrey Hsu [Wed, 9 Mar 2005 06:54:34 +0000 (06:54 +0000)]
Take into account the number of SACKed bytes skipped when slow-starting
in order to send out a full congestion window's worth of packets.

Reported by and tested by: Noritoshi Demizu <demizu@dd.iij4u.or.jp>

19 years agoAdd a new function to the nlookup API, called nlookup_set_cred(9); this
Hiten Pandya [Wed, 9 Mar 2005 06:11:22 +0000 (06:11 +0000)]
Add a new function to the nlookup API, called nlookup_set_cred(9); this
function can be called on an existing nlookupdata structure for setting
different credentials.

Add a note on top of nlookup_init(9) about how the function selects the
credentials for the nlookupdata structure.

Reviewed-by: Matthew Dillon <dillon@apollo.backplane.com>
19 years agoFix a serious bug in cache_inval_vp()'s TAILQ iteration through v_namecache.
Matthew Dillon [Wed, 9 Mar 2005 05:16:23 +0000 (05:16 +0000)]
Fix a serious bug in cache_inval_vp()'s TAILQ iteration through v_namecache.
It was iterating using nc_entry instead of nc_vnode.  The effect was,
typically, to deadlock in the namecache locking code but could also result
in the namecache topology becoming confused.

Add code to detect and report vnode ripouts during the scan.  This case can
occur in certain rare circumstances because a held namecache structure only
prevents it from being removed from the topology, it does not prevent it
from being disassociated from a vnode.

Reported-by: Michael van Tellingen <michael@synantics.nl> and
     Hiten Pandya <hmp@backplane.com>

19 years agoFix $FreeBSD$ ident string.
Hiten Pandya [Wed, 9 Mar 2005 03:25:44 +0000 (03:25 +0000)]
Fix $FreeBSD$ ident string.

19 years agoClean up main() arguments.
David Rhodus [Wed, 9 Mar 2005 02:53:03 +0000 (02:53 +0000)]
Clean up main() arguments.

Idea from FreeBSD

19 years agoFix some signed/unsigned comparisons.
David Rhodus [Wed, 9 Mar 2005 02:44:42 +0000 (02:44 +0000)]
Fix some signed/unsigned comparisons.
Clean up some prototypes.

Merge from FreeBSD.

19 years agono need to have break; after return;
David Rhodus [Wed, 9 Mar 2005 02:38:51 +0000 (02:38 +0000)]
no need to have break; after return;

Merge from FreeBSD.

19 years agoCompensate for off by one bugs in disk firmware for 48BIT addressing cutover.
David Rhodus [Wed, 9 Mar 2005 02:29:45 +0000 (02:29 +0000)]
Compensate for off by one bugs in disk firmware for 48BIT addressing cutover.

Merged from: FreeBSD

19 years agopipe->pipe_buffer.out was not being reset to 0 when switching from direct
Matthew Dillon [Wed, 9 Mar 2005 02:22:31 +0000 (02:22 +0000)]
pipe->pipe_buffer.out was not being reset to 0 when switching from direct
mode back to copy mode, leading to the pipe data becoming corrupt.

Reported-by: Joerg Sonnenberger <joerg@britannica.bec.de>
19 years agoFix some groff warnings.
Sascha Wildner [Tue, 8 Mar 2005 20:29:55 +0000 (20:29 +0000)]
Fix some groff warnings.

19 years agoRemove unnecessary space.
Sascha Wildner [Tue, 8 Mar 2005 19:45:58 +0000 (19:45 +0000)]
Remove unnecessary space.

Submitted by: Sarunas Vancevicius <svan@redbrick.dcu.ie>

19 years agoSync with FreeBSD.
Joerg Sonnenberger [Tue, 8 Mar 2005 19:11:30 +0000 (19:11 +0000)]
Sync with FreeBSD.

19 years agoAdd a couple more PCI IDs for the Intel ICH5 ATA100, ICH6 SATA150,
Matthew Dillon [Tue, 8 Mar 2005 18:40:28 +0000 (18:40 +0000)]
Add a couple more PCI IDs for the Intel ICH5 ATA100, ICH6 SATA150,
and ICH6R SATA150.  Note that this is a quick hack which has only been
lightly tested, there are likely issues with the SATA parts.

Submitted-by: Chuck Tuffli <chuck_tuffli@agilent.com>
19 years agoChange Makefile to follow common white space rules. Hide -DALTQ and
Joerg Sonnenberger [Tue, 8 Mar 2005 17:50:32 +0000 (17:50 +0000)]
Change Makefile to follow common white space rules. Hide -DALTQ and
opt_inet.h creation for kernel builds. Don't set NBPFILTER.

Use DEFINE_CLASS_0 instead of inline that. Provide the
DLT_IEEE802_11_RADIO data. Change direct spl use to
LOCK_DECL / LOCK / UNLOCK macros. Mark some arguments as unused, they
might get used later. Use bpf_ptap interface. Don't conditionalize
based on NBPFILTER.

Submitted-by: Johannes Hofmann <Johannes.Hofmann@gmx.de>
19 years agoSync with FreeBSD/1.103. In the softupdates case for ffs_truncate() we
Matthew Dillon [Tue, 8 Mar 2005 17:47:04 +0000 (17:47 +0000)]
Sync with FreeBSD/1.103.   In the softupdates case for ffs_truncate() we
use vinvalbuf() to invalidate pending io and dependencies.  However,
vinvalbuf() rightfully does not call vnode_pager_setsize() for us.  We must
do this here.  This could potentially have caused numerous kinds of bugs,
but it was specifically causing msync() deadlocks because msync() was
writing out pages that should not have been valid.

19 years agoInitialize all fields in kobj_class.
Joerg Sonnenberger [Tue, 8 Mar 2005 17:43:33 +0000 (17:43 +0000)]
Initialize all fields in kobj_class.

19 years agoMerge from vendor branch CVS:
Simon Schubert [Tue, 8 Mar 2005 13:38:57 +0000 (13:38 +0000)]
Merge from vendor branch CVS:
In preparation of switching to CVS 1.11.12, repair its import:

o add needed compatibility files, not using them would demand
  a fair amount of hacking in the cvs source itself
o remove bison getdate.y, it's not compatible with our yacc,
  and we're anyways better off using the included getdate.c.

19 years agoIn preparation of switching to CVS 1.11.12, repair its import:
Simon Schubert [Tue, 8 Mar 2005 13:38:57 +0000 (13:38 +0000)]
In preparation of switching to CVS 1.11.12, repair its import:

o add needed compatibility files, not using them would demand
  a fair amount of hacking in the cvs source itself
o remove bison getdate.y, it's not compatible with our yacc,
  and we're anyways better off using the included getdate.c.

19 years agoIn preparation of switching to CVS 1.11.12, repair its import:
Simon Schubert [Tue, 8 Mar 2005 13:38:57 +0000 (13:38 +0000)]
In preparation of switching to CVS 1.11.12, repair its import:

o add needed compatibility files, not using them would demand
  a fair amount of hacking in the cvs source itself
o remove bison getdate.y, it's not compatible with our yacc,
  and we're anyways better off using the included getdate.c.

19 years agoCompile tls.c
David Xu [Tue, 8 Mar 2005 13:35:38 +0000 (13:35 +0000)]
Compile tls.c

19 years agoCompile tls support code.
David Xu [Tue, 8 Mar 2005 13:32:08 +0000 (13:32 +0000)]
Compile tls support code.

19 years agoOops, fix license format(copy and paste problem).
David Xu [Tue, 8 Mar 2005 13:17:03 +0000 (13:17 +0000)]
Oops, fix license format(copy and paste problem).

19 years agoImplement _set_tp which is used to set TLS pointer into
David Xu [Tue, 8 Mar 2005 13:15:08 +0000 (13:15 +0000)]
Implement _set_tp which is used to set TLS pointer into
machine depended register. Thanks high level syscall
sys_set_tls_area, so I don't have to fiddle LDT or GDT
kludge data structure.

19 years agoAdd tls functions prototype.
David Xu [Tue, 8 Mar 2005 13:09:40 +0000 (13:09 +0000)]
Add tls functions prototype.

19 years agoImport tls support code for static binary from FreeBSD.
David Xu [Tue, 8 Mar 2005 13:04:38 +0000 (13:04 +0000)]
Import tls support code for static binary from FreeBSD.

19 years agoAdd more relocation types.
David Xu [Tue, 8 Mar 2005 13:02:05 +0000 (13:02 +0000)]
Add more relocation types.

19 years agoMerge from FreeBSD:
David Xu [Tue, 8 Mar 2005 12:30:32 +0000 (12:30 +0000)]
Merge from FreeBSD:
  Make sure that AT_PHDR has a useful value even for static programs.

This header will be accessed via environ variable in libc, as crt0
stores the address into the variable. We use this header to phase
TLS info in libc for static programs.

19 years agoUpdate manual page with FreeBSD's r1.7.
Hiten Pandya [Tue, 8 Mar 2005 07:08:29 +0000 (07:08 +0000)]
Update manual page with FreeBSD's r1.7.

19 years agoUpdate manual page with the version in FreeBSD, r1.8.
Hiten Pandya [Tue, 8 Mar 2005 01:57:23 +0000 (01:57 +0000)]
Update manual page with the version in FreeBSD, r1.8.

19 years agoBring in the ktrdump(8) utility from FreeBSD.
Hiten Pandya [Tue, 8 Mar 2005 01:54:59 +0000 (01:54 +0000)]
Bring in the ktrdump(8) utility from FreeBSD.

The utility is very useful because it dumps the kernel's current ktr
event buffer.

Add it to the build.