wollman
5a93a2fdb9
Spplat our 1.1.5 `mk' ifiles over the top of the 4.4 ones. So far
...
as I can tell, this is ts the right thing to do.
1994-08-04 21:09:27 +00:00
wollman
a7daa1ed08
Use __GNU_P not __P.
1994-08-04 20:57:07 +00:00
wollman
f53b3edeed
Use __GNU_P ratherthan __P.
1994-08-04 20:53:14 +00:00
wollman
85ada48073
histedit.h is now installed from here, not from libedit.
1994-08-04 20:49:28 +00:00
wollman
5e44d04dde
histedit.h is now installed from include.
1994-08-04 20:47:46 +00:00
wollman
4e7c0a8db9
Install RPC headers from include, like they always should have been.
1994-08-04 20:39:34 +00:00
dg
4db9c05591
Added assembly versions of ffs() and bcmp().
1994-08-04 19:51:01 +00:00
dg
f9c5964667
Inlined insque and remque.
1994-08-04 19:46:57 +00:00
dg
92c719582b
Fixed bug that would cause free memory reserves to be depleted and cause a
...
panic in some cases.
Submitted by: John Dyson
1994-08-04 19:43:13 +00:00
dg
89acf22c68
Added some code that was accidently left out early in the 1.x -> 2.0 VM
...
system conversion.
Submitted by: John Dyson
1994-08-04 19:40:47 +00:00
wollman
3d95e51839
Move ieeefp.h over, and put it in the correct subdirectory this time.
...
Submitted by: Andrew Moore
1994-08-04 19:16:37 +00:00
wollman
c769b45a20
Added glueo build rpcsvc stuff, and install floatingpoint.h.
1994-08-04 19:04:38 +00:00
wollman
effca015f9
Moved 1.1.5 RPC service files from 1.1.5. Tese are the correct ones;
...
the ones in /usr/src/lib/librpc/rpcsvc are somewhat bogus and will
be deleted.
Submitted by: Original work in 1.1 by J.T. Conklin.
1994-08-04 19:01:57 +00:00
dg
21785a3b44
Updated to include improvements from FreeBSD 1.1.5. Fixed brokeness
...
with multicast support and BPF.
1994-08-04 17:42:35 +00:00
dg
d746eaf05a
Nuke redefinition of insque and remque.
1994-08-04 06:15:10 +00:00
dg
8155465ec7
Nuked #if 0'd _insque and _remque routines - they are now inlined in
...
cpufunc.h.
1994-08-04 06:10:27 +00:00
dg
7c5373446c
Made NFS attribute cache timeouts kernel config file tunable via
...
NFS_MINATTRTIMO and NFS_MAXATTRTIMO.
1994-08-04 06:03:46 +00:00
dg
0711a9cff6
Integrated VM system improvements/fixes from FreeBSD-1.1.5.
1994-08-04 03:06:48 +00:00
dg
9de51a06f5
Changed occurrances of "itrunc" to "ffs_truncate" to make Bruce happy.
1994-08-03 08:19:35 +00:00
dg
0d42d1a776
Merged in post-1.1.5 work done by myself and John Dyson. This includes:
...
me:
1) TLB flush optimization that effectively eliminates half of all of the
TLB flushes. This works by only flushing the TLB when a page is "present"
in memory (i.e. the valid bit is set in the page table entry). See section
5.3.5 of the Intel 386 Programmer's Reference Manual.
2) The handling of "CMAP" has been improved to catch attempts at multiple
simultaneous use.
John:
1) Added pmap_qenter/pmap_qremove functions for fast mapping of pages into
the kernel. This is for future optimizations and support for the upcoming
merged VM/buffer cache.
Reviewed by: John Dyson
1994-08-03 02:45:30 +00:00
phk
4d3996ec21
This commit was generated by cvs2svn to compensate for changes in r1823,
...
which included commits to RCS files with non-trunk default branches.
1994-08-02 20:15:59 +00:00
phk
49d4be764f
Here comes the right import of gcc-2.6.0.
1994-08-02 20:15:59 +00:00
phk
5ba9f35203
Here comes the right import of gcc-2.6.0.
1994-08-02 20:15:59 +00:00
dg
7dfd7162fb
Added MAP_FILE definition that does nothing - for backward source
...
compatibility.
1994-08-02 15:06:58 +00:00
dg
af911d9034
Completed (hopefully) the kernel support for old style "fastlinks".
1994-08-02 13:51:05 +00:00
dg
bd5cd438f2
Fixed so that it can grok old style "fastlinks".
1994-08-02 12:54:27 +00:00
dg
b0756e8093
Don't call getmntopts with a null pointer as an option string; it'll
...
dereference it. Pass optarg from getopts as it should have been done.
This bug caused mount_cd9660 to segfault whenever -o was used.
1994-08-02 11:45:43 +00:00
dg
5ccbe6e80a
Fixed NULL pointer dereference that occured when any options were
...
specified.
1994-08-02 11:42:10 +00:00
dg
8d205697aa
Added $Id$
1994-08-02 07:55:43 +00:00
phk
cc4d732770
This commit was generated by cvs2svn to compensate for changes in r1814,
...
which included commits to RCS files with non-trunk default branches.
1994-08-02 05:22:24 +00:00
phk
690a62daf0
This is the tcl-scripts which will convert gcc-2.6.0 to bmake form,
...
a patch to gcc from Bruce, and to libg++ by me. I will check in the
actual compiler when Jordan has put in the rest of src/gnu.
1994-08-02 05:22:24 +00:00
dg
d54d08937b
fixed bug where large amounts of unidirectional UDP traffic would fill
...
the interface output queue and further udp packets would be fragmented
and only partially sent - keeping the output queue full and jamming the
network, but not actually getting any real work done (because you can't
send just 'part' of a udp packet - if you fragment it, you must send
the whole thing). The fix involves adding a check to make sure that the
output queue has sufficient space for all of the fragments.
1994-08-01 12:01:45 +00:00
dg
f55740d974
Fixed bug with Nagel Congestion Avoidance where a tcp connection would
...
stall unnecessarily - always send an ACK when a packet len of < mss is
received.
1994-08-01 12:00:25 +00:00
dg
8894126bab
Reduced loopback MTU from 65535 to 65532 because some things like NFS
...
really like it to be rounded to a longword.
1994-08-01 11:39:43 +00:00
dg
0e87163cbf
Removed all code related to the pagescan daemon, and changed 'act_count'
...
adjustments to compensate for a world without the pagescan daemon.
1994-08-01 11:25:45 +00:00
dg
4470f3d596
Allow for output processing routine to handle entire character buffer
...
and thus not require a sleep/wakeup.
Reviewed by:
Submitted by:
1994-08-01 10:42:26 +00:00
dg
8b75418fcc
Fixed a bug that was introduced in the conversion from 1.1.5 to 2.0.
1994-08-01 10:38:19 +00:00
ats
0f5f009124
Reviewed by:
...
Submitted by:
Added a accton man page. Changed the Makefile to install the man page
as accton.8.
1994-07-30 17:16:22 +00:00
dg
e016b38d66
Removed pager declarations. They are NOT optional, and don't need to be
...
declared.
1994-07-28 05:53:44 +00:00
wollman
f194af1080
Documented the new CVS template. This really isn't the right place for it,
...
but I wanted to get this out for review without an interminable debate about
where it really should go.
1994-07-24 22:27:27 +00:00
phk
6f89e60928
Reviewed by: phk
...
Added libmd.
1994-07-24 03:30:47 +00:00
phk
8a6db7e780
Reviewed by: phk
...
Imported libmd. This library contains MD2, MD4 and MD5.
These three boggers pop up all over the place all of the time, so I
decided we needed a library with them. In general they are used for
security checks, so if you use them you want to link them static.
1994-07-24 03:29:56 +00:00
phk
63df6e0559
This commit was generated by cvs2svn to compensate for changes in r1802,
...
which included commits to RCS files with non-trunk default branches.
1994-07-24 03:29:56 +00:00
phk
002b4706b8
Reviewed by: phk
...
changed ^G to \007
1994-07-24 02:44:28 +00:00
phk
81acd5162d
Reviewed by: phk
...
Killed a bunch of control chars.
1994-07-24 02:04:51 +00:00
phk
e3557c8a5a
Reviewed by: phk
...
Added a clean target.
1994-07-24 01:45:20 +00:00
phk
011c1468f5
Reviewed by: phk
...
changed a ctrl-A to \001
1994-07-24 01:42:51 +00:00
phk
eab2b8a90b
Reviewed by: phk
...
More binary files killed using uuencode.
1994-07-24 01:39:14 +00:00
phk
9941d391f3
Submitted by: phk
...
Got rid of a couple of binary files by uuencoding. 49 more to go.
BTW: ed(1) seems to have an exit(2) problem, 5 tests fail.
1994-07-23 18:14:06 +00:00
csgr
e636e927e8
The FreeBSD bootloader loads the kernel at the a_entry address in the
...
kernel a.out file, meaning that this is where the kernel starts.
(not at KERNBASE) - KERNBASE is 0xf0000000, while the kernel loads at
0xf0100000
Reviewed by:
1994-07-22 13:17:07 +00:00