dragonfly.git
20 years agoDELAY() does not belong in a MD include file, instead, move
Hiten Pandya [Sun, 3 Aug 2003 11:51:25 +0000 (11:51 +0000)]
DELAY() does not belong in a MD include file, instead, move
it to sys/systm.h where it fits better with the other clock
related functions.

20 years agoAdd backtrace() prototype.
Hiten Pandya [Sun, 3 Aug 2003 11:47:58 +0000 (11:47 +0000)]
Add backtrace() prototype.

20 years agoLINT cleanup: remove redundant ``struct proc *p'' declarations.
Hiten Pandya [Sun, 3 Aug 2003 11:42:28 +0000 (11:42 +0000)]
LINT cleanup: remove redundant ``struct proc *p'' declarations.

20 years agoDefine HAVE_PPSRATECHECK macro, now that we have merged the
Hiten Pandya [Sun, 3 Aug 2003 11:41:12 +0000 (11:41 +0000)]
Define HAVE_PPSRATECHECK macro, now that we have merged the
ppsratecheck() function from FreeBSD.

Prodded by: LINT

20 years agoLINT cleanup: fix MAX difinition.
Hiten Pandya [Sun, 3 Aug 2003 11:39:57 +0000 (11:39 +0000)]
LINT cleanup: fix MAX difinition.

20 years agoLINT cleanup: add <sys/systm.h> for printf()
Hiten Pandya [Sun, 3 Aug 2003 11:38:45 +0000 (11:38 +0000)]
LINT cleanup: add <sys/systm.h> for printf()

20 years agoUse FOREACH_PROC_IN_SYSTEM() throughout.
Hiten Pandya [Sun, 3 Aug 2003 10:07:41 +0000 (10:07 +0000)]
Use FOREACH_PROC_IN_SYSTEM() throughout.

20 years agoCleanup remaining tsleep priority issues.
Matthew Dillon [Fri, 1 Aug 2003 17:46:27 +0000 (17:46 +0000)]
Cleanup remaining tsleep priority issues.

Submitted-by: Jeroen Ruigrok/asmodai <asmodai@wxs.nl>
20 years agoFix a pointer bug introduced by syscall messaging. semget() should work
Matthew Dillon [Fri, 1 Aug 2003 17:14:23 +0000 (17:14 +0000)]
Fix a pointer bug introduced by syscall messaging.  semget() should work
properly now.

Submitted-by: qhwt@myrealbox.com
20 years agofix ;; in /etc/rc.subr
Robert Garrett [Fri, 1 Aug 2003 16:30:41 +0000 (16:30 +0000)]
fix ;; in /etc/rc.subr
caught by:qhwt

20 years agoEnable SSE by default, add nob to turn it off
Robert Garrett [Fri, 1 Aug 2003 10:58:59 +0000 (10:58 +0000)]
Enable SSE by default, add nob to turn it off

Submitted by: Craig Dooley
Aproved by: Matt Dillon

20 years agoUpdate mtree so man pages quit complaining
Robert Garrett [Fri, 1 Aug 2003 09:57:34 +0000 (09:57 +0000)]
Update mtree so man pages quit complaining

20 years agoattach rc.subr to the build
Robert Garrett [Fri, 1 Aug 2003 04:37:51 +0000 (04:37 +0000)]
attach rc.subr to the build

20 years agoAdd rc.subr to our list of most informative manpages
Robert Garrett [Fri, 1 Aug 2003 04:36:57 +0000 (04:36 +0000)]
Add rc.subr to our list of most informative manpages

20 years agoUpdate rc manpage to reflect RCng
Robert Garrett [Fri, 1 Aug 2003 04:31:03 +0000 (04:31 +0000)]
Update rc manpage to reflect RCng

20 years agoAdd nsswitch.conf.5 to man page build
Robert Garrett [Fri, 1 Aug 2003 04:25:15 +0000 (04:25 +0000)]
Add nsswitch.conf.5 to man page build

20 years agoupdate manpage to reflect changes in RCng
Robert Garrett [Fri, 1 Aug 2003 04:23:44 +0000 (04:23 +0000)]
update manpage to reflect changes in RCng

20 years agoBring in the man page for nsswitch.conf this is part of RCng
Robert Garrett [Fri, 1 Aug 2003 04:11:23 +0000 (04:11 +0000)]
Bring in the man page for nsswitch.conf this is part of RCng

20 years agoLet us not forget network.subr either
Robert Garrett [Fri, 1 Aug 2003 03:48:33 +0000 (03:48 +0000)]
Let us not forget network.subr either

20 years agoAdd rc.subr to /etc/Makefile this fixes a bug where
Robert Garrett [Fri, 1 Aug 2003 03:47:06 +0000 (03:47 +0000)]
Add rc.subr to /etc/Makefile this fixes a bug where
rc.subr is failing to be installed

20 years agoClear the BSS earlier in the boot sequence and clean up the comments. This
Matthew Dillon [Thu, 31 Jul 2003 19:56:59 +0000 (19:56 +0000)]
Clear the BSS earlier in the boot sequence and clean up the comments.  This
will allow us to not have to worry about .data vs .bss globals in the future
(especially since gcc 3.x 'optimizes' things like (global) int x = 0 -> bss).
Also note that many boot loaders do not clear the bss.

Taken-from: FreeBSD sys/i386/i386/locore.s 1.172 and 1.174 (bde)
Submitted-by: Craig Dooley <cd5697@albany.edu>
20 years agoGet LINT to build.
Hiten Pandya [Thu, 31 Jul 2003 12:37:39 +0000 (12:37 +0000)]
Get LINT to build.

This commit is a followup to the removal of <machine/asnames.h>:

Attic/asnames.h, rev 1.12:

Remove pre-ELF underscore prefix and asnames macro hacks.

Reported by: http://ps.catpa.com/tinderbox/

20 years agoGeneralise, and remove SI_SUB_VINUM; use SI_SUB_RAID instead.
Hiten Pandya [Thu, 31 Jul 2003 12:01:38 +0000 (12:01 +0000)]
Generalise, and remove SI_SUB_VINUM; use SI_SUB_RAID instead.

20 years agoLINT breakage fix, part one:
Hiten Pandya [Thu, 31 Jul 2003 11:03:34 +0000 (11:03 +0000)]
LINT breakage fix, part one:

Changes the remaining calls to disable_intr() to cpu_disable_intr()

Reviewed by: dillon

20 years ago - Make `vmstat -i' working after Matt's interrupt related
Hiten Pandya [Wed, 30 Jul 2003 05:19:54 +0000 (05:19 +0000)]
- Make `vmstat -i' working after Matt's interrupt related
  changes.

- While I am there, make the namelist structure static.

20 years agoTurn off CHECK_POINTS debugging.
Matthew Dillon [Wed, 30 Jul 2003 02:59:19 +0000 (02:59 +0000)]
Turn off CHECK_POINTS debugging.

20 years agoTry to distinguish PCS encoding error events
David Rhodus [Wed, 30 Jul 2003 01:34:49 +0000 (01:34 +0000)]
Try to distinguish PCS encoding error events
from actual link state change events.

Obtained from: FreeBSD

20 years agoLINT synchronization, remove remaining manually defined MIN macros.
Matthew Dillon [Wed, 30 Jul 2003 00:20:41 +0000 (00:20 +0000)]
LINT synchronization, remove remaining manually defined MIN macros.

20 years agosyscall messaging 3: Expand the 'header' that goes in front of the syscall
Matthew Dillon [Wed, 30 Jul 2003 00:19:16 +0000 (00:19 +0000)]
syscall messaging 3: Expand the 'header' that goes in front of the syscall
arguments in the kernel copy.  The header was previously just an lwkt_msg.
The header is now a 'union sysmsg'.  'union sysmsg' contains an lwkt_msg
plus space for the additional meta data required to asynchronize various
system calls.   We haven't actually asynchronized anything yet and will not
be able to until the reply port and abort processing infrastructure is
in place.  See sys/sysmsg.h for more information on the new header.

Also cleanup syscall generation somewhat and add some ibcs2 stuff I missed.

20 years agoFix CPU stats percentages formatting
David Rhodus [Tue, 29 Jul 2003 23:15:36 +0000 (23:15 +0000)]
Fix CPU stats percentages formatting
so that they never coalesce.

20 years agoRemove KKASSERT(p)'s, 'p' (curproc) no longer exists in this functions.
Matthew Dillon [Tue, 29 Jul 2003 21:54:15 +0000 (21:54 +0000)]
Remove KKASSERT(p)'s, 'p' (curproc) no longer exists in this functions.

20 years agoFix for trap 12 on KVA space exhaustion.
David Rhodus [Tue, 29 Jul 2003 21:51:07 +0000 (21:51 +0000)]
Fix for trap 12 on KVA space exhaustion.

Possible panic where the available backing
pages for the KVA space are less than the
available memory.

20 years agoConsolidate MIN() usage across kern/ tree.
Hiten Pandya [Tue, 29 Jul 2003 21:30:02 +0000 (21:30 +0000)]
Consolidate MIN() usage across kern/ tree.

Submitted by: Craig Dooley <cd5697@albany.edu>

20 years agostyle(9) police:
Hiten Pandya [Tue, 29 Jul 2003 21:24:33 +0000 (21:24 +0000)]
style(9) police:

- use tab character with #define

20 years agoRemove INVARIANT_SUPPORT conditional pre-processing on zerror(). Just
Hiten Pandya [Tue, 29 Jul 2003 21:13:49 +0000 (21:13 +0000)]
Remove INVARIANT_SUPPORT conditional pre-processing on zerror().  Just
use INVARIANTS.

The latter creates unwanted problems when just adding the INVARIANTS
option to the kernel.

20 years agoNo need to comment out unused thread/proc declarations (prev. revision),
Hiten Pandya [Tue, 29 Jul 2003 20:31:03 +0000 (20:31 +0000)]
No need to comment out unused thread/proc declarations (prev. revision),
just remove them.

Suggested by: Matt

20 years agoComment out the unused proc/thread declarations.
Hiten Pandya [Tue, 29 Jul 2003 20:06:35 +0000 (20:06 +0000)]
Comment out the unused proc/thread declarations.

Submitted by: Craig Dooley <cd5697@albany.edu>

20 years agofileops messaging stage 1: add port and feature mask to struct fileops and
Matthew Dillon [Tue, 29 Jul 2003 20:03:08 +0000 (20:03 +0000)]
fileops messaging stage 1: add port and feature mask to struct fileops and
rename fo_ functions to fold.

20 years agoadd missing lwkt_msg to manually specified syscall args structure.
Matthew Dillon [Tue, 29 Jul 2003 19:39:03 +0000 (19:39 +0000)]
add missing lwkt_msg to manually specified syscall args structure.

20 years agoKernel Police:
Hiten Pandya [Tue, 29 Jul 2003 12:51:30 +0000 (12:51 +0000)]
Kernel Police:

- Fix Mbuf/Malloc flag misuse.
- Remove redundant memset() redifiniton (ng_l2tp.c)

20 years agoKernel Police:
Hiten Pandya [Tue, 29 Jul 2003 12:45:42 +0000 (12:45 +0000)]
Kernel Police:

- Fix Mbuf/Malloc flag misuse.

20 years agoNow we can add stat to the build
Robert Garrett [Tue, 29 Jul 2003 00:29:07 +0000 (00:29 +0000)]
Now we can add stat to the build

20 years agoThe code to print correct time in long format is not currently in
Robert Garrett [Tue, 29 Jul 2003 00:27:49 +0000 (00:27 +0000)]
The code to print correct time in long format is not currently in
stat, tell it not to use those variables until I can get it added.

20 years agoMake stat behave in the default case
Robert Garrett [Tue, 29 Jul 2003 00:22:37 +0000 (00:22 +0000)]
Make stat behave in the default case

20 years agoFix the msgsys(), semsys(), and shmsys() syscalls which were broken by the
Matthew Dillon [Mon, 28 Jul 2003 23:28:57 +0000 (23:28 +0000)]
Fix the msgsys(), semsys(), and shmsys() syscalls which were broken by the
messaging code.

20 years agoImport Stat.
Robert Garrett [Mon, 28 Jul 2003 20:47:10 +0000 (20:47 +0000)]
Import Stat.

This does not tie it into the build, as there are a few wrinkles that
need to be ironed first.

20 years agoRemove annoying calls to non existing sysctl's
Robert Garrett [Mon, 28 Jul 2003 19:30:53 +0000 (19:30 +0000)]
Remove annoying calls to non existing sysctl's

found by: A lot of people

20 years agoAssorted mdoc(7) fixes:
Hiten Pandya [Mon, 28 Jul 2003 07:27:38 +0000 (07:27 +0000)]
Assorted mdoc(7) fixes:

- nuke the vnode struct out of this file.
- use .Va/.Vt instead of .Dv where appropriate
- use 'manual page' instead of 'man page'

At a later date, it might be good idea to describe
the various vnode struct members in this manual page.

20 years agoBring us in sync with 4.8-STABLE.
Hiten Pandya [Mon, 28 Jul 2003 06:37:19 +0000 (06:37 +0000)]
Bring us in sync with 4.8-STABLE.

Submitted by: Jeroen Ruigrok van der Werven <asmodai@wxs.nl>

20 years agoFix mergemaster so it doesnt depend on stat
Robert Garrett [Mon, 28 Jul 2003 06:28:23 +0000 (06:28 +0000)]
Fix mergemaster so it doesnt depend on stat
and teach it about $DragonFly$

Thanks to Steve Mynott for catching the $DragonFly$
bit.

20 years agoUse relative directory, rather than /sys, as base directory for "make tags".
Jeffrey Hsu [Mon, 28 Jul 2003 05:59:10 +0000 (05:59 +0000)]
Use relative directory, rather than /sys, as base directory for "make tags".
Remove obsolete directories.

20 years agoUpdate a case where changing the uname to DragonFly would break RCng
Robert Garrett [Mon, 28 Jul 2003 05:53:20 +0000 (05:53 +0000)]
Update a case where changing the uname to DragonFly would break RCng

20 years agoBring the malloc/mbuf flags up-to-date with FreeBSD.
Hiten Pandya [Mon, 28 Jul 2003 05:03:25 +0000 (05:03 +0000)]
Bring the malloc/mbuf flags up-to-date with FreeBSD.

20 years agoDDB updates:
Hiten Pandya [Mon, 28 Jul 2003 04:56:35 +0000 (04:56 +0000)]
DDB updates:

- add 'where' as an alias to 'trace'
- add db_print_backtrace() and backtrace() (machine-dependant)
- add 'reset' command

20 years agoFix building of vm_zone.c in the case of INVARIANTS.
Hiten Pandya [Mon, 28 Jul 2003 04:41:37 +0000 (04:41 +0000)]
Fix building of vm_zone.c in the case of INVARIANTS.

20 years agoMerge from FreeBSD:
Hiten Pandya [Mon, 28 Jul 2003 04:29:12 +0000 (04:29 +0000)]
Merge from FreeBSD:

- ppsratecheck() - packets/events per second limitation
- ratecheck - time based rate-limiting

20 years agoOops, fix build before anyone realises. :-)
Hiten Pandya [Mon, 28 Jul 2003 00:02:44 +0000 (00:02 +0000)]
Oops, fix build before anyone realises. :-)

20 years agomdoc(7) assorted fixes:
Hiten Pandya [Sun, 27 Jul 2003 05:36:06 +0000 (05:36 +0000)]
mdoc(7) assorted fixes:

- Nuke usage of .Ar from Section 9.  The `.Ar' macro
  should only be used for userland manual pages.

- Replace usage of `.Ar' with `.Va' or `.Vt' as necessary.

20 years agomdoc(7) assorted fixes:
Hiten Pandya [Sun, 27 Jul 2003 05:33:24 +0000 (05:33 +0000)]
mdoc(7) assorted fixes:

- fix an .Xr instance

20 years agoNull terminate the new argv[] array when converting 'tar zcf' to
David Rhodus [Sun, 27 Jul 2003 03:20:17 +0000 (03:20 +0000)]
Null terminate the new argv[] array when converting 'tar zcf' to
'tar -z -c -f'

20 years agoConsolidate usage of MIN/MAX().
Hiten Pandya [Sun, 27 Jul 2003 01:49:53 +0000 (01:49 +0000)]
Consolidate usage of MIN/MAX().

Instead, just remove the conditional processing in sys/param.h so
it's available to all files.

20 years agoRegister keyword removal
Robert Garrett [Sat, 26 Jul 2003 22:10:03 +0000 (22:10 +0000)]
Register keyword removal

Approved by: Matt Dillon

20 years agoRegister keyword removal
Robert Garrett [Sat, 26 Jul 2003 22:04:27 +0000 (22:04 +0000)]
Register keyword removal

Approved by: Matt Dillon

20 years agoRegister keyword removal
Robert Garrett [Sat, 26 Jul 2003 21:56:10 +0000 (21:56 +0000)]
Register keyword removal

Approved by: Matt Dillon

20 years agoRegister keyword removal
Robert Garrett [Sat, 26 Jul 2003 21:48:49 +0000 (21:48 +0000)]
Register keyword removal

Approved by: Matt Dillon

20 years agoRegister keyword removal
Robert Garrett [Sat, 26 Jul 2003 21:13:15 +0000 (21:13 +0000)]
Register keyword removal

Approved by: Matt Dillon

20 years agoRegister keyword removal
Robert Garrett [Sat, 26 Jul 2003 21:00:04 +0000 (21:00 +0000)]
Register keyword removal

Approved by: Matt Dillon

20 years agoAdd a handy macro, called FOREACH_PROC_IN_SYSTEM(p) for better
Hiten Pandya [Sat, 26 Jul 2003 20:58:09 +0000 (20:58 +0000)]
Add a handy macro, called FOREACH_PROC_IN_SYSTEM(p) for better
clarity in code and reduce duplication, followup commits will
make use of this macro.

While I am there, change an 'of' to 'if' in a comment for
clarity.

20 years agoRegister keyword removal
Robert Garrett [Sat, 26 Jul 2003 20:40:10 +0000 (20:40 +0000)]
Register keyword removal

Approved by: Matt Dillon

20 years agoRegister keyword removal
Robert Garrett [Sat, 26 Jul 2003 20:36:58 +0000 (20:36 +0000)]
Register keyword removal

Approved by: Matt Dillon

20 years agoRegister keyword removal
Robert Garrett [Sat, 26 Jul 2003 20:19:34 +0000 (20:19 +0000)]
Register keyword removal

Approved by: Matt Dillon

20 years agoRegister keyword removal
Robert Garrett [Sat, 26 Jul 2003 20:08:38 +0000 (20:08 +0000)]
Register keyword removal

Approved by: Matt Dillon

20 years agoRegister keyword removal
Robert Garrett [Sat, 26 Jul 2003 19:42:11 +0000 (19:42 +0000)]
Register keyword removal

Approved by: Matt Dillon

20 years agoRegister keyword removal
Robert Garrett [Sat, 26 Jul 2003 19:27:41 +0000 (19:27 +0000)]
Register keyword removal

Approved by: Matt Dillon

20 years agoRegister keyword removal
Robert Garrett [Sat, 26 Jul 2003 19:20:33 +0000 (19:20 +0000)]
Register keyword removal

Approved by: Matt Dillon

20 years agoRegister keyword removal
Robert Garrett [Sat, 26 Jul 2003 19:07:50 +0000 (19:07 +0000)]
Register keyword removal

Approved by: Matt Dillon

20 years agoRegister keyword removal
Robert Garrett [Sat, 26 Jul 2003 18:53:21 +0000 (18:53 +0000)]
Register keyword removal

Approved by: Matt Dillon

20 years agosyscall messaging 2: Change the standard return value storage for system
Matthew Dillon [Sat, 26 Jul 2003 18:12:47 +0000 (18:12 +0000)]
syscall messaging 2: Change the standard return value storage for system
calls from proc->p_retval[] to the message structure embedded in the syscall.
System calls used to set their non-error return value in p_retval[] but
must now set it in the message structure.  This is a necessary precursor to
any sort of asynchronizatino, for obvious reasons.

This work was particularly annoying because all the emualtion code declares
and manually fills in syscall argument structures.

This commit could potentially destabilize some of the emulation code but I
went through the most important Linux emulation code three times and tested it
with linux-mozilla, so I am fairly confident that I got it right.

Note: proper linux emulation requires setting the fallback elf brand to 3 or
it will default to SVR4.  It really ought to default to linux (3), not SVR4.

    sysctl -w kern.fallback_elf_brand=3

20 years agoFix minor bug in last commit, add the required register keyword back in
Matthew Dillon [Sat, 26 Jul 2003 18:09:03 +0000 (18:09 +0000)]
Fix minor bug in last commit, add the required register keyword back in
for a (very rare) __asm register override declaration.

20 years agoRegister keyword removal
Robert Garrett [Sat, 26 Jul 2003 14:25:27 +0000 (14:25 +0000)]
Register keyword removal

Approved by: Matt Dillon

20 years agoRegister keyword removal
Robert Garrett [Sat, 26 Jul 2003 14:18:51 +0000 (14:18 +0000)]
Register keyword removal

Approved by: Matt Dillon

20 years agoregister keyword removal
Robert Garrett [Sat, 26 Jul 2003 14:12:24 +0000 (14:12 +0000)]
register keyword removal

Approved by:Matt Dillon

20 years agoMore register axe work (remove the register keyword)
Robert Garrett [Sat, 26 Jul 2003 14:07:18 +0000 (14:07 +0000)]
More register axe work (remove the register keyword)

Approved By: Matt Dillon

20 years agoregister keyword removal
Robert Garrett [Sat, 26 Jul 2003 13:59:53 +0000 (13:59 +0000)]
register keyword removal

APPROVED BY: Matt Dillon

20 years agoBegin register keyword removal commits
Robert Garrett [Sat, 26 Jul 2003 13:40:57 +0000 (13:40 +0000)]
Begin register keyword removal commits

Aproved by: Matt Dillon

20 years agoFix __asm syntax error from previous commit.
Matthew Dillon [Sat, 26 Jul 2003 01:04:08 +0000 (01:04 +0000)]
Fix __asm syntax error from previous commit.

20 years agoPerformance cleanup. Greatly reduce the number of %fs prefixed globaldata
Matthew Dillon [Fri, 25 Jul 2003 05:51:19 +0000 (05:51 +0000)]
Performance cleanup.  Greatly reduce the number of %fs prefixed globaldata
lookups by taking advantage of the fact that DragonFly does not preemptively
switch threads to other cpus to cache the globaldata pointer, to pass the
current thread to certain inlines rather then force them to reload it from
%fs, and to use td->td_gd to access the globaldata pointer when td is
available rather then mycpu.

This coupled with the curthread optimization done in a prior commit improved
syscall overheads by 60-100ns (about 7%).

20 years agoRemove thread->td_cpu. thread->td_gd (which points to the globaldata
Matthew Dillon [Fri, 25 Jul 2003 05:28:54 +0000 (05:28 +0000)]
Remove thread->td_cpu.  thread->td_gd (which points to the globaldata
structure) is sufficient.  Add e_cpuid to eproc to compensate.

20 years agoFix a minor bug in lwkt_init_thread() (the thread was being added to the
Matthew Dillon [Fri, 25 Jul 2003 05:26:52 +0000 (05:26 +0000)]
Fix a minor bug in lwkt_init_thread() (the thread was being added to the
wrong td_allq).

Remove thread->td_cpu.  thread->td_gd (which points to the globaldata
structure) is sufficient.  Add e_cpuid to eproc to compensate.

20 years agoOops, need to update truss's conf files re: new syscall support header
Matthew Dillon [Fri, 25 Jul 2003 03:43:15 +0000 (03:43 +0000)]
Oops, need to update truss's conf files re: new syscall support header
file.

Report-by: David Rhodus <drhodus@catpa.com>
20 years agoRegenerate all system calls
Matthew Dillon [Thu, 24 Jul 2003 23:55:10 +0000 (23:55 +0000)]
Regenerate all system calls

20 years agoSyscall messaging work 2: Continue with the implementation of sendsys(),
Matthew Dillon [Thu, 24 Jul 2003 23:52:39 +0000 (23:52 +0000)]
Syscall messaging work 2: Continue with the implementation of sendsys(),
using int 0x81.  This entry point will be responsible for sending system
call messages or waiting for messages / port activity.

With this commit system call messages can be run through 0x81 but at the
moment they will always run synchronously. Here's the core interface
code for IA32:

    static __inline int
    sendsys(void *port, void *msg, int msgsize)
    {
int error;
__asm __volatile("int $0x81" : "=a"(error) :
"a"(port), "c"(msg), "d"(msgsize) : "memory");
return(error);
    }

Performance verses a direct system call is currently excellent considering
that this is my initial attempt.

600MHzC3 1.2GHzP3x2(SMP)

getuid() 1300 ns  909 ns
getuid_msg() 1700 ns 1077 ns

20 years agoAdd support for RFC 3390, which allows for a variable-sized
Jeffrey Hsu [Thu, 24 Jul 2003 23:33:33 +0000 (23:33 +0000)]
Add support for RFC 3390, which allows for a variable-sized
initial congestion window.

This decreases the number of round-trip delays required for
short HTTP transfers which never make it out of slow-start.

20 years agolibcr copy: Retarget build paths from ../libc to ../libcr and retarget
Matthew Dillon [Thu, 24 Jul 2003 21:41:57 +0000 (21:41 +0000)]
libcr copy: Retarget build paths from ../libc to ../libcr and retarget
the library name from libc to libcr.

20 years agoFix NULL td crash in net/if.c when detaching a net interface.
Matthew Dillon [Thu, 24 Jul 2003 20:46:47 +0000 (20:46 +0000)]
Fix NULL td crash in net/if.c when detaching a net interface.

Report-by: Joerg Sonnenberger <joerg@britannica.bec.de>
20 years agoHave MFS register a device as a VCHR instead of VBLK, fixing a panic.
Matthew Dillon [Thu, 24 Jul 2003 20:43:18 +0000 (20:43 +0000)]
Have MFS register a device as a VCHR instead of VBLK, fixing a panic.

Report-by: Joerg Sonnenberger <joerg@britannica.bec.de>
20 years agoFix some stub prototypes (some missed proc->thread conversions).
Matthew Dillon [Thu, 24 Jul 2003 20:42:33 +0000 (20:42 +0000)]
Fix some stub prototypes (some missed proc->thread conversions).

Report-by: Joerg Sonnenberger <joerg@britannica.bec.de>
20 years agoBring RCNG in from 5.x and adjust config files and scripts accordingly.
Matthew Dillon [Thu, 24 Jul 2003 06:35:39 +0000 (06:35 +0000)]
Bring RCNG in from 5.x and adjust config files and scripts accordingly.
Bring in the 5.x mergemaster.
Bring in the 5.x rcorder.
Adjust Makefile's and mtree to deal with /etc/rc.d

Submitted-by: ROBERT GARRETT <rg70@sbcglobal.net>
Additional-work-by: dillon
20 years agoPreliminary syscall messaging work. Adjust all <syscall>_args structures
Matthew Dillon [Thu, 24 Jul 2003 01:41:27 +0000 (01:41 +0000)]
Preliminary syscall messaging work.  Adjust all <syscall>_args structures
to include an lwkt_msg at their base which will eventually allow syscalls
to run asynch.  Note that this is for the kernel copy of the arguments, the
userland argument format has not changed for the standard syscall entry
point.

Begin abstracting a messaging syscall interface (#if 0'd out at the moment).

Change the syscall2 entry point to take the new expanded argument structure
into account.  Change sysent argument calculation (AS macro) to take the
new expanded argument structure into account.

Note: existing linux, svr4, and ibcs2 emulation may break with this commit,
though it is not intentional.

20 years agoAdd all_sysent target to /usr/src/sys/Makefile to rebuild syscalls.
Matthew Dillon [Thu, 24 Jul 2003 01:36:22 +0000 (01:36 +0000)]
Add all_sysent target to /usr/src/sys/Makefile to rebuild syscalls.