Searched hist:1998 (Results 151 - 175 of 1720) sorted by relevance

1234567891011>>

/freebsd-11-stable/stand/common/
H A Disapnp.hdiff 40553 Wed Oct 21 20:07:05 MDT 1998 msmith Make ISA PnP work. This successfully enumerates as many ISA devices as I
can fit into my test machine.

- Move to using STAILQs rather than ad-hoc singly-linked lists.
- Use a mostly procedural interface to the PnP information. This
improves data-hiding.

Implement a new linker-set technique (currently on i386 only but should work
on Alpha as well). This is a good candidate for replacing the current
gensetdefs cruft completely.
39444 Fri Sep 18 00:24:25 MDT 1998 msmith Oops, missed these. Machine-independant ISA PnP enumerator.
H A Dboot.cdiff 40832 Mon Nov 02 16:55:57 MST 1998 msmith Standardise on ';' as a component separator; it seems to be a little more
common than ','.
diff 40793 Sat Oct 31 17:12:32 MST 1998 dfr * Extend the memory available for the heap from 256k to 512k.
* Embed the stack into the bss section for loader and netboot. This
is required for netboot since otherwise the stack would be inside our
heap.
* Install loader and netboot in /boot by default.
* Fix getbootfile so that it searches for a ',' instead of a ';'
when terminating the filename.
diff 40775 Sat Oct 31 02:53:12 MST 1998 msmith - Add a new command 'lsdev' to list devices which might be likely to host
filesystems.
- New 'help' command and data in the help.* files (not yet installed),
provides topic and subtopic help, indexes, etc.
- Don't crash if the user tries to set an invalid console. Be helpful
instead.
- Expand tabs (badly) on the i386 video console.
- Some minor cosmetic changes.
diff 40327 Wed Oct 14 00:41:17 MDT 1998 peter Tweak the output one more time again. The kernel or module pathname
is useful, and usually fits all on one line with the load sizes.
diff 40213 Sun Oct 11 10:10:41 MDT 1998 peter Cosmetic: After the autoboot timeout, print a \n.
diff 40015 Wed Oct 07 02:38:26 MDT 1998 msmith - VERBOSE_LS is obsolete, as the heap is much better behaved now.
- Don't whine about nodes we can't stat(); these are usually
symlinks that lead out of the filesystem.
- Autoboot is now controlled by $autoboot_delay, which is a value
in seconds or NO to disable autoboot.
- Don't autoboot at the end of boot.conf if we have already tried.
- Add a 'read' command to complement 'echo'. Both are still hidden.
- Improve the 'source' command/function so that it is possible to
source scripts off removable media. The entire script is read and
saved before beginning execution. Script lines beginning with
'@' will not be echoed when being executed. Script execution will
normally terminate at the first error, however if the script line
begins with '-' this behaviour is overriden for that command.
diff 39894 Fri Oct 02 16:22:26 MDT 1998 msmith boot.c
Increase the robustness of the "is it time to boot yet" test;
if the time skipped the "when" time, we would miss it.
Don't spin in an endless loop if we don't find the first possible
kernel suggested. When we run out, don't try to load an empty
kernel name.

load_aout.c
printf format warnings
diff 39732 Mon Sep 28 22:03:01 MDT 1998 peter Use the variable with the path in it for the error message.
diff 38712 Mon Aug 31 21:10:43 MDT 1998 msmith Bootloader update.

- Implement a new copyin/readin interface for loading modules.
This allows the module loaders to become MI, reducing code duplication.
- Simplify the search for an image activator for the loaded kernel.
- Use the common module management code for all module metadata.
- Add an 'unload' command that throws everything away.
- Move the a.out module loader to MI code, add support for a.out
kld modules.

Submitted by: Alpha changes fixed by Doug Rabson <dfr@freebsd.org>
diff 38466 Fri Aug 21 03:17:42 MDT 1998 msmith This commit was generated by cvs2svn to compensate for changes in r38465,
which included commits to RCS files with non-trunk default branches.
/freebsd-11-stable/sbin/nos-tun/
H A Dnos-tun.8diff 35734 Tue May 05 04:24:15 MDT 1998 charnier Add usage() and rcsid. Getopt() returns -1 not EOF. Remove unused #includes.
Use .An/.Aq in man page.
35137 Sat Apr 11 17:33:06 MDT 1998 phk Program which implements "nos" alias "ka9q" alias "IP-IP" tunnels.

PR: 1154
Reviewed by: phk
Manpage by: phk
Submitted by: Nickolay N. Dudorov nnd@itfs.nsk.su
/freebsd-11-stable/stand/ficl/
H A Dtestmain.cdiff 40883 Wed Nov 04 03:42:16 MST 1998 msmith Fix includes; we were still pulling in <stdlib.h> in some places.
Support building a standalone interpreter with 'make testmain', remove
win32 and egregious gets() in testmain.c
40843 Tue Nov 03 06:11:35 MST 1998 msmith Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well,
this will allow us to manage bloat in the loader by using a bytecoded HLL
rather than lots of C code. It also offers an opportunity for vendors
or others with special applications to significantly customise the boot
process without having to commit to a divergent code branch.

This early commit is to allow others to experiment with the most effective
mechanisms for integrating FICL with the loader as it currently stands.

Ficl is distributed with the following license conditions:

"Ficl is freeware. Use it in any way that you like, with the understanding
that the code is not supported."

All source files contain authorship attributions.

Obtained from: John Sadler (john_sadler@alum.mit.edu)
H A Dstack.cdiff 40883 Wed Nov 04 03:42:16 MST 1998 msmith Fix includes; we were still pulling in <stdlib.h> in some places.
Support building a standalone interpreter with 'make testmain', remove
win32 and egregious gets() in testmain.c
40843 Tue Nov 03 06:11:35 MST 1998 msmith Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well,
this will allow us to manage bloat in the loader by using a bytecoded HLL
rather than lots of C code. It also offers an opportunity for vendors
or others with special applications to significantly customise the boot
process without having to commit to a divergent code branch.

This early commit is to allow others to experiment with the most effective
mechanisms for integrating FICL with the loader as it currently stands.

Ficl is distributed with the following license conditions:

"Ficl is freeware. Use it in any way that you like, with the understanding
that the code is not supported."

All source files contain authorship attributions.

Obtained from: John Sadler (john_sadler@alum.mit.edu)
/freebsd-11-stable/stand/libsa/
H A Dfstat.cdiff 38452 Thu Aug 20 08:19:55 MDT 1998 msmith This commit was generated by cvs2svn to compensate for changes in r38451,
which included commits to RCS files with non-trunk default branches.
38451 Thu Aug 20 08:19:55 MDT 1998 msmith This is libstand; a support library for standalone executables (eg. bootstrap
modules).
Obtained from: NetBSD, with some architectural changes and many additions.
H A Dlseek.cdiff 38452 Thu Aug 20 08:19:55 MDT 1998 msmith This commit was generated by cvs2svn to compensate for changes in r38451,
which included commits to RCS files with non-trunk default branches.
38451 Thu Aug 20 08:19:55 MDT 1998 msmith This is libstand; a support library for standalone executables (eg. bootstrap
modules).
Obtained from: NetBSD, with some architectural changes and many additions.
H A Dtwiddle.cdiff 38452 Thu Aug 20 08:19:55 MDT 1998 msmith This commit was generated by cvs2svn to compensate for changes in r38451,
which included commits to RCS files with non-trunk default branches.
38451 Thu Aug 20 08:19:55 MDT 1998 msmith This is libstand; a support library for standalone executables (eg. bootstrap
modules).
Obtained from: NetBSD, with some architectural changes and many additions.
H A Dzalloc_protos.hdiff 39863 Thu Oct 01 17:35:08 MDT 1998 msmith Prune unused zalloc components as recommended by Matt Dillon. Extra debugging
code is still enabled (it's not very expensive).
39665 Sat Sep 26 01:42:40 MDT 1998 msmith Replace the old and extremely icky Mach/NetBSD allocator with a similarly
compact and much better one donated by Matt Dillon. Implement a simple
sbrk() which uses the existing setheap() api.

Remove the custom allocator from the UFS code. It wasn't working quite
right, and it shouldn't be needed with the new allocator.

Fix a serious problem with changing the value of already-existent
environment variables. Don't attempt to modify the supposedly-const
argument to putenv()

Fix an off-by-one sizing error in the zipfs code detected by the new
allocator.

Submitted by: zmalloc from Matt Dillon <dillon@backplane.com>
H A Dclose.cdiff 38452 Thu Aug 20 08:19:55 MDT 1998 msmith This commit was generated by cvs2svn to compensate for changes in r38451,
which included commits to RCS files with non-trunk default branches.
38451 Thu Aug 20 08:19:55 MDT 1998 msmith This is libstand; a support library for standalone executables (eg. bootstrap
modules).
Obtained from: NetBSD, with some architectural changes and many additions.
/freebsd-11-stable/usr.bin/mktemp/
H A Dmktemp.cdiff 35733 Tue May 05 04:13:47 MDT 1998 charnier Add usage() and rcsid. Remove unused #include. -Wall.
35193 Tue Apr 14 05:39:57 MDT 1998 peter Bring in an old faithful tool I've been using for just over 4 years now
(originally on a different OS without mkstemp()), albeit somewhat
bashed and hacked into something that doesn't look too much like
the original any more. It should be upwardly compatable with
OpenBSD's mktemp(1) but does a couple of extra things.

I've taken OpenBSD's mktemp.1 man page and adapted it to suit.
/freebsd-11-stable/usr.sbin/ppp/
H A Dvjcomp.hdiff 36285 Thu May 21 19:49:08 MDT 1998 brian MFMP: Make ppp multilink capable.
See the file README.changes, and re-read the man page.
diff 32439 Sun Jan 11 15:50:49 MST 1998 brian Make things work when sizeof(long) != 32 (hopefully)
H A Darp.cdiff 40665 Mon Oct 26 17:07:39 MST 1998 brian Add ``enable proxyall'' support. This adds proxy ARP entries
for every machine on every class C or smaller subnet that we
route to.
Add ``set {send,recv}pipe'' for controlling our socket buffer
sizes.
Mention the IP number with the problem in a few error messages.
All submitted by: Craig Leres <leres@ee.lbl.gov>
Modified slightly by: me
diff 38557 Wed Aug 26 15:39:37 MDT 1998 brian Put the IP buffer queues into struct ipcp.
Forgotten by: me
diff 37019 Tue Jun 16 17:40:42 MDT 1998 brian Change some log levels. ALERTs are only logged when
something that can't happen happens or when everyone
needs to know. ERRORs are only logged when something
unexpected happens.
diff 36285 Thu May 21 19:49:08 MDT 1998 brian MFMP: Make ppp multilink capable.
See the file README.changes, and re-read the man page.
diff 32723 Fri Jan 23 22:03:14 MST 1998 brian Fix error message.
Don't complicate the test compilation mentioned at the start of
the file.
diff 32722 Fri Jan 23 20:29:16 MST 1998 brian Stop bogus warnings.
diff 32721 Fri Jan 23 19:37:27 MST 1998 brian Re-implement the proxy arp sockaddr_dl search routine (again).
It now works :-) and searches all interface aliases.
diff 32671 Wed Jan 21 10:52:14 MST 1998 brian Use the sockaddr_dl with the link#, not the ethernet address
when creating proxy arp entries.
diff 32627 Mon Jan 19 20:34:20 MST 1998 brian sys/types.h -> sys/param.h
Pointed out by: Niklas Hallqvist <niklas@petra.appli.se>
diff 32616 Mon Jan 19 00:59:34 MST 1998 brian Reimplement proxy-arp address stuff using sysctl().
H A Ddatalink.cdiff 41830 Tue Dec 15 17:12:24 MST 1998 brian Fix a rather bad latency problem (uncovered by the recent timer commit).
Problem reported by: Christopher Hall <hsw@acm.org>
diff 41655 Thu Dec 10 16:36:53 MST 1998 brian Boy, this was tricky to find:
Remove any dial timer that might be hanging around at
datalink_Destroy() time. This timer may be left running
after the link is closed (making sure it's not automatically
opened again too soon).
diff 40483 Sat Oct 17 10:28:06 MDT 1998 brian Explain what the ``*'' means for a CBCP phone number
in ``show link''.
diff 38414 Mon Aug 17 22:53:48 MDT 1998 brian Destroy any existing chat timeouts in datalink_ComeDown()
If we're told to close/down while in DIAL or LOGIN state,
we don't want to keep our timeout running :-/
diff 38200 Sun Aug 09 13:34:11 MDT 1998 brian When entering ``term'' mode, don't output any messages until
the device is successfully opened. If we fail to open it,
mention the fact.
Also go back into command mode as soon as the device is closed
rather than waiting for the user to type something before noticing.
diff 38174 Fri Aug 07 16:42:51 MDT 1998 brian o Support callback types NONE, E.164, AUTH and CBCP.
(see the new ``set callback'' and ``set cbcp'' commands)
o Add a ``cbcp'' log level and mbuf type.
o Don't dump core when \T is given in ``set login'' or
``set hangup''.
o Allow ``*'' and blanks as placeholders in ppp.secret and
allow a fifth field for specifying auth/cbcp dialback
parameters.
o Remove a few extraneous #includes
o Define the default number of REQs (restart counter) in defs.h
rather than hardcoding ``5'' all over the place.
o Fix a few man page inconsistencies.
diff 37360 Fri Jul 03 15:24:38 MDT 1998 brian Only start checking carrier when the datalink state machine
exceeds DATALINK_READY. When we go back to READY or less
(eg. ``close lcp''), switch the carrier-checking-timer off again.

This fixes the callback example in ppp.conf.sample.
Noted as broken by: Damian Kuczynski <damian@best.pw.edu.pl>
diff 37320 Tue Jun 30 21:04:17 MDT 1998 brian The CCP layer now behaves as follows:
o If we've denied and disabled all compression protocols, stay
in ST_INITIAL and do an LCP protocol reject if we receive any
CCP packets.
o If we've disabled all compression protocols, go to ST_STOPPED
and wait for the other side to ask for something.
o If we've got anything enabled, start REQing as soon as the auth
layer is up.
o If we're in multilink mode, than the link level CCP goes
straight to ST_STOPPED irrespective of what's configured so that
we never try to compress compressed stuff by default.
diff 37192 Sat Jun 27 12:18:15 MDT 1998 brian Remove redundant includes
diff 37160 Thu Jun 25 20:33:31 MDT 1998 brian Add ``ipcp'' as an optional argument to ``open'', and make
open capable of re-negotiatiating the various layers.

It is now possible to change various link options and then
re-open the relevant layer, making the changes effective -
for example, switching off VJ compression or starting ECHO
LQRs on-the-fly.
/freebsd-11-stable/libexec/rtld-elf/
H A Ddebug.hdiff 34193 Sat Mar 07 17:24:35 MST 1998 jdp This commit was generated by cvs2svn to compensate for changes in r34192,
which included commits to RCS files with non-trunk default branches.
34192 Sat Mar 07 17:24:35 MST 1998 jdp Import the ELF dynamic linker. This is the ElfKit version with
quite a few enhancements and bug fixes. There are still some known
deficiencies, but it should be adequate to get us started with ELF.

Submitted by: John Polstra <jdp@polstra.com>
/freebsd-11-stable/usr.bin/newkey/
H A Dupdate.cdiff 40301 Tue Oct 13 12:52:33 MDT 1998 des Calls one or more of malloc(), warn(), err(), syslog(), execlp() or
execvp() in the child branch of a vfork(). Changed to use fork()
instead.

Some of these (mv, find, apply, xargs) might benefit greatly from
being rewritten to use vfork() properly.

PR: Loosely related to bin/8252
Approved by: jkh and bde
diff 33647 Fri Feb 20 02:38:20 MST 1998 jb Replace incomplete malloc prototype with #include <stdlib.h>
to get the proper one.
/freebsd-11-stable/contrib/binutils/binutils/
H A Dstabs.cdiff 38889 Sun Sep 06 20:57:45 MDT 1998 jdp Import GNU binutils-2.9.1. This will break things for a few minutes
until I've made the commits to resolve the conflicts.

Submitted by: Doug Rabson <dfr>
33965 Sun Mar 01 20:58:51 MST 1998 jdp Initial import of GNU binutils version 2.8.1. Believe it or not,
this is heavily stripped down.
/freebsd-11-stable/contrib/amd/include/
H A Dam_compat.h38494 Sun Aug 23 20:07:21 MDT 1998 obrien Virgin import of AMD (am-utils) v6.0a16
/freebsd-11-stable/contrib/libpcap/
H A Dppp.h39291 Tue Sep 15 17:28:10 MDT 1998 fenner Virgin import of LBL libpcap v0.4
/freebsd-11-stable/contrib/amd/amd/
H A Dops_tmpfs.c38494 Sun Aug 23 20:07:21 MDT 1998 obrien Virgin import of AMD (am-utils) v6.0a16
H A Dops_ufs.c38494 Sun Aug 23 20:07:21 MDT 1998 obrien Virgin import of AMD (am-utils) v6.0a16
H A Dops_xfs.c38494 Sun Aug 23 20:07:21 MDT 1998 obrien Virgin import of AMD (am-utils) v6.0a16
H A Dops_unionfs.c38494 Sun Aug 23 20:07:21 MDT 1998 obrien Virgin import of AMD (am-utils) v6.0a16
H A Dops_umapfs.c38494 Sun Aug 23 20:07:21 MDT 1998 obrien Virgin import of AMD (am-utils) v6.0a16
H A Dops_tfs.c38494 Sun Aug 23 20:07:21 MDT 1998 obrien Virgin import of AMD (am-utils) v6.0a16

Completed in 766 milliseconds

1234567891011>>