Commit Graph

1848 Commits

Author SHA1 Message Date
wollman
00b4cfdfaf Don't compile with kerberos yet, we aren't ready. 1994-08-05 20:32:22 +00:00
wollman
ca57e58947 More merry makefile munging for man page compatability. 1994-08-05 19:00:04 +00:00
wollman
efc3bf4732 Make it work with new mmap syscall. 1994-08-05 17:53:07 +00:00
wollman
d44f600dca Fix makefiles for our macros. 1994-08-05 17:02:31 +00:00
wollman
f19a26b912 Get rid of update. Make man page installation work with our scheme
(and rename a few in the process).
1994-08-05 16:31:05 +00:00
wollman
bdda263f48 Delete redundant #ifdef __i386__, be consistent about idempotency
protection.

Submitted by:	Bruce Evans
1994-08-05 14:36:04 +00:00
dg
04013e554a Changed output formatting to 0 pad hex bytes if necessary. This makes
the output consistent with traditional representations of ethernet
addresses. I still don't like the spacing in netstat -i, however.
1994-08-05 12:38:06 +00:00
dg
636c53b07d Hack to get netstat compiling...from 1.1.5. 1994-08-05 12:33:30 +00:00
dg
f6961c3742 Changed output formatting to accurately represent the precision. 1994-08-05 10:34:19 +00:00
dg
bace0a2bf1 Converted 'vmunix' to 'kernel'. 1994-08-05 09:28:55 +00:00
dg
b45f120a01 Renamed this thing, and change 'vmunix' to 'kernel' internally. 1994-08-05 09:25:31 +00:00
dg
17e7606224 Converted 'vmunix' to 'kernel'. 1994-08-05 09:14:37 +00:00
wollman
8e1bbb06c3 Convert to our man installation style. Also fixed long-standing bug
in `fastboot'/`fasthalt' in which the interpreter would hang around
after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
1994-08-05 02:42:42 +00:00
wollman
3651e8b8d0 Allow libtelnet to compile, by removing references to Kerberos and DES in
the Makefile.  We still need to determine the appropriate source organization
for this.
1994-08-05 02:02:36 +00:00
wollman
6face23f3e Make up for the fact that rpc headers are now installed from include. 1994-08-05 01:59:40 +00:00
wollman
fa2b599e2e Temporarily force creation of librpc.so.2.0 (by including lib-directory
Makefile.inc).  Eventually this will be moved back into libc as in 1.1.5.
1994-08-05 01:58:43 +00:00
wollman
66118e81f9 Make it work with our make macros. 1994-08-05 01:52:05 +00:00
wollman
0930efaf59 Make it work with our make macros. 1994-08-05 01:42:04 +00:00
wollman
1ffb82bf2a First crack at making libc work with the new make macros. It compiles on
my machine, and a simple static (genassym) and shared (sysctl) executable
both work.  Still to be done: RPCand YP merge.
1994-08-05 01:19:12 +00:00
wollman
90087e8f72 From 1.1.5: define default shared library versions. For 2.0, use version
2.0.
1994-08-04 22:44:00 +00:00
wollman
e42248dc73 For the moment, don't build kpasswdd until we figure out what
to do with it.
1994-08-04 21:54:38 +00:00
wollman
c0f661f462 Make obj directory work right. md?hl.c should probably be
deleted, but I'll leave that up to PHK.
1994-08-04 21:20:03 +00:00
wollman
60d8fe7c22 Add a couple of files we created in 1.x. 1994-08-04 21:10:08 +00:00
wollman
f250796b87 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
7eb164d651 Use __GNU_P not __P. 1994-08-04 20:57:07 +00:00
wollman
d07a60d21b Use __GNU_P ratherthan __P. 1994-08-04 20:53:14 +00:00
wollman
ac07becc6a histedit.h is now installed from here, not from libedit. 1994-08-04 20:49:28 +00:00
wollman
4479b77c9b histedit.h is now installed from include. 1994-08-04 20:47:46 +00:00
wollman
b2158f289d Install RPC headers from include, like they always should have been. 1994-08-04 20:39:34 +00:00
dg
59c82c5bf5 Added assembly versions of ffs() and bcmp(). 1994-08-04 19:51:01 +00:00
dg
f73d2e8302 Inlined insque and remque. 1994-08-04 19:46:57 +00:00
dg
9a43628130 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
59c5150a6a 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
ff2412428c 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
a529a6b450 Added glueo build rpcsvc stuff, and install floatingpoint.h. 1994-08-04 19:04:38 +00:00
wollman
144608a24a 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
ac7532eeab 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
9cb470df87 Nuke redefinition of insque and remque. 1994-08-04 06:15:10 +00:00
dg
3c60f4ba7b Nuked #if 0'd _insque and _remque routines - they are now inlined in
cpufunc.h.
1994-08-04 06:10:27 +00:00
dg
0746ec8159 Made NFS attribute cache timeouts kernel config file tunable via
NFS_MINATTRTIMO and NFS_MAXATTRTIMO.
1994-08-04 06:03:46 +00:00
dg
df413b4a3b Integrated VM system improvements/fixes from FreeBSD-1.1.5. 1994-08-04 03:06:48 +00:00
dg
6c7520a6bc Changed occurrances of "itrunc" to "ffs_truncate" to make Bruce happy. 1994-08-03 08:19:35 +00:00
dg
9f5d47bbe8 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
6ce277b2bb 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
e012ff1e12 Here comes the right import of gcc-2.6.0. 1994-08-02 20:15:59 +00:00
phk
b930be38b5 Here comes the right import of gcc-2.6.0. 1994-08-02 20:15:59 +00:00
dg
469db566d8 Added MAP_FILE definition that does nothing - for backward source
compatibility.
1994-08-02 15:06:58 +00:00
dg
444c1ae723 Completed (hopefully) the kernel support for old style "fastlinks". 1994-08-02 13:51:05 +00:00
dg
18e1c1e92d Fixed so that it can grok old style "fastlinks". 1994-08-02 12:54:27 +00:00
dg
7a7b7c5a31 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