Searched hist:1998 (Results 51 - 75 of 1720) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.cdiff 38089 Tue Aug 04 11:56:32 MDT 1998 peter I obviously cannot read. I misread the ifdef in the Makefile - DONT_FSYNC
was not on by default.. Back previous change out.
diff 38086 Tue Aug 04 11:46:46 MDT 1998 peter Invert the sense of the -s flag (local addition). Instead of compiling
in the behavior via the previously default #define DONT_FSYNC, use the
-s flag to turn the fsync() behavior on. This can be configured in
sendmail.cf without recompiling mail.local.
diff 38084 Tue Aug 04 11:14:21 MDT 1998 peter Copy original revs 1.2,1.3 - nofsync/nobiff support, usage update.
diff 38076 Tue Aug 04 10:53:30 MDT 1998 peter Copy respective revisions from usr.sbin/sendmail/*/* - use -1 with getopt.
diff 38033 Mon Aug 03 03:56:20 MDT 1998 peter This commit was generated by cvs2svn to compensate for changes in r38032,
which included commits to RCS files with non-trunk default branches.
diff 38032 Mon Aug 03 03:56:20 MDT 1998 peter Import sendmail-8.9.1 (slightly trimmed) onto a fresh branch under
src/contrib as per various discussions. I will copy across our changes
and then point the Makefiles across once the dust has settled..
diff 38089 Tue Aug 04 11:56:32 MDT 1998 peter I obviously cannot read. I misread the ifdef in the Makefile - DONT_FSYNC
was not on by default.. Back previous change out.
diff 38086 Tue Aug 04 11:46:46 MDT 1998 peter Invert the sense of the -s flag (local addition). Instead of compiling
in the behavior via the previously default #define DONT_FSYNC, use the
-s flag to turn the fsync() behavior on. This can be configured in
sendmail.cf without recompiling mail.local.
diff 38084 Tue Aug 04 11:14:21 MDT 1998 peter Copy original revs 1.2,1.3 - nofsync/nobiff support, usage update.
diff 38076 Tue Aug 04 10:53:30 MDT 1998 peter Copy respective revisions from usr.sbin/sendmail/*/* - use -1 with getopt.
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dhlfsd.8diff 39087 Sat Sep 12 02:04:59 MDT 1998 obrien Merge our older Amd manpages with the new am-utils manpages.
The am-utils manpages were un-mandocafied, un4.4BSD'ed with CSRG
copyrights regressed to 1989.

This work was done by Brian Handy who I am very greatful to.
(only a few minor tweaks by me)

Submitted by: Brian Handy <handy@lambic.physics.montana.edu>
diff 38842 Sat Sep 05 04:56:36 MDT 1998 obrien More sorting of references.
diff 38495 Sun Aug 23 20:07:21 MDT 1998 obrien This commit was generated by cvs2svn to compensate for changes in r38494,
which included commits to RCS files with non-trunk default branches.
38494 Sun Aug 23 20:07:21 MDT 1998 obrien Virgin import of AMD (am-utils) v6.0a16
H A Dstubs.cdiff 41142 Sat Nov 14 01:11:37 MST 1998 obrien Virgin import of AMD (am-utils) v6.0b1
38494 Sun Aug 23 20:07:21 MDT 1998 obrien Virgin import of AMD (am-utils) v6.0a16
/freebsd-11-stable/contrib/amd/scripts/
H A Dfixrmtab.in41142 Sat Nov 14 01:11:37 MST 1998 obrien Virgin import of AMD (am-utils) v6.0b1
/freebsd-11-stable/sys/kern/
H A Dsubr_module.cdiff 40336 Wed Oct 14 03:07:23 MDT 1998 peter Align to sizeof(long) rather than sizeof(int32_t). It needs to be
long because this code is shared with the alpha. I hope the alpha can
read 32 bit ints at 32 bit alignment (vs. 64 bit alignment).
diff 40252 Mon Oct 12 07:03:48 MDT 1998 peter Relocate a few extra addresses that are stored as physical addresses via
the boot loader.
diff 40157 Fri Oct 09 21:59:01 MDT 1998 peter Updates for alignment rounding. XXX this is highly machine dependent and
should probably be moved to i386/i386/link_machdep.c (and the same for the
alpha).
Implement "deleting" a preloaded module by destroying it's tags. This is a
hack. We cannot reuse the data, it's been destroyed by relocation,
statically initialized variables have been modified, etc. Note that to
reclaim the load space is going to be more machine-dependent work.
Implement a relocate hook for machdep.c to call so that the physical
addresses get converted to the equivalent KVM addresses.
40090 Thu Oct 08 22:31:29 MDT 1998 msmith Kernel environment access, preloaded module lookup.
/freebsd-11-stable/sys/modules/nullfs/
H A DMakefilediff 40440 Fri Oct 16 02:30:52 MDT 1998 peter Sample initial set of kld-ified modules. Not all have been completely
converted yet. These are more of a starting point. This is NOT connected
to the parent Makefile.

OK'ed by jkh (who is ever so patiently waiting)
diff 33143 Fri Feb 06 21:54:27 MST 1998 eivind Back out opt_diagnostic.h changes.
diff 33105 Wed Feb 04 19:56:39 MST 1998 eivind Make the LKMs handle DIAGNOSTIC as a new-style option.
diff 32986 Sun Feb 01 15:34:11 MST 1998 bde Fixed breakage from converting NULLFS_DEBUG to a new-style option.
/freebsd-11-stable/sys/modules/coff/
H A DMakefilediff 40965 Fri Nov 06 14:02:14 MST 1998 peter Make this work now; fixing the kstack overflow allows the dependency to
be added to the symbol search order safely.
diff 40440 Fri Oct 16 02:30:52 MDT 1998 peter Sample initial set of kld-ified modules. Not all have been completely
converted yet. These are more of a starting point. This is NOT connected
to the parent Makefile.

OK'ed by jkh (who is ever so patiently waiting)
diff 34529 Thu Mar 12 18:04:38 MST 1998 eivind The coff LKM needs IBCS2 to be able to link (for the 'make regress'
linktest) - add this as a dependency.
diff 32990 Sun Feb 01 16:12:15 MST 1998 bde Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolute
path to the obj directory in ${CFLAGS}. This is actually equivalent
to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}.
/freebsd-11-stable/share/man/man4/man4.i386/
H A Dwl.4diff 40578 Thu Oct 22 12:12:55 MDT 1998 bde Removed all `vector xxxintr' specifications. Interrupt handlers are now
configured in drivers.
diff 38702 Mon Aug 31 14:41:09 MDT 1998 wosch Sort cross references.
diff 36753 Mon Jun 08 04:12:02 MDT 1998 jkoshy Spelling fixes.

Submitted by: Josh Gilliam <josh@quick.net>
PR: 6880
diff 34504 Thu Mar 12 05:31:21 MST 1998 charnier .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.
Use .An/.Aq.
/freebsd-11-stable/share/man/man3/
H A Dpthread_mutex_init.3diff 38702 Mon Aug 31 14:41:09 MDT 1998 wosch Sort cross references.
diff 38056 Mon Aug 03 14:54:51 MDT 1998 bde Changed prototype in synopsis to match prototype in <pthread.h>.
diff 38028 Sun Aug 02 22:58:37 MDT 1998 alex The pthreads standard has been published. Change:
...is expected to conform to IEEE (``POSIX'') Std 1003.1c when it is
published.
to:
...conforms to ISO/IEC 9945-1 ANSI/IEEE (``POSIX'') Std 1003.1 Second
Edition 1996-07-12.

Discussed with: jb
37985 Fri Jul 31 07:09:19 MDT 1998 phk I've put together man pages for the pthread_cleanup, pthread_cond, and
pthread_mutex routines. I've also tweaked pthread_create.3 to point to
pthread_cleanup_push(3) and pthread_cleanup_pop(3).

PR: 7450
Submitted by: Brian Cully <shmit@kublai.com>
H A Dpthread_cond_init.3diff 38702 Mon Aug 31 14:41:09 MDT 1998 wosch Sort cross references.
diff 38056 Mon Aug 03 14:54:51 MDT 1998 bde Changed prototype in synopsis to match prototype in <pthread.h>.
diff 38028 Sun Aug 02 22:58:37 MDT 1998 alex The pthreads standard has been published. Change:
...is expected to conform to IEEE (``POSIX'') Std 1003.1c when it is
published.
to:
...conforms to ISO/IEC 9945-1 ANSI/IEEE (``POSIX'') Std 1003.1 Second
Edition 1996-07-12.

Discussed with: jb
37985 Fri Jul 31 07:09:19 MDT 1998 phk I've put together man pages for the pthread_cleanup, pthread_cond, and
pthread_mutex routines. I've also tweaked pthread_create.3 to point to
pthread_cleanup_push(3) and pthread_cleanup_pop(3).

PR: 7450
Submitted by: Brian Cully <shmit@kublai.com>
/freebsd-11-stable/sbin/nos-tun/
H A Dnos-tun.cdiff 38023 Sun Aug 02 14:06:35 MDT 1998 bde Fixed printf format errors.
diff 37669 Wed Jul 15 04:38:53 MDT 1998 charnier Do not uppercase first letter in syslog() string.
diff 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/usr.bin/fortune/
H A DMakefile.inc40506 Sun Oct 18 07:49:02 MDT 1998 obrien Allow ``make BINDIR=/foo/games'' to work.
/freebsd-11-stable/usr.sbin/ppp/
H A Did.hdiff 36467 Fri May 29 16:33:10 MDT 1998 brian o If there's a session leader left running for a descriptor
that we're now closing, manually HUP that session leader
so that the tty is fully released.
o Always restart our carrier detect timer in the receiving
process if it was running in the sending process (as we
now *always* pass the descriptor).
o Tweak argv when we go into pause() mode to keep our session
so that ps can see what's going on (without checking for a
`pause' state in `ps -l').
diff 36450 Thu May 28 21:15:40 MDT 1998 brian o Don't forget to close our transfer socket if we cannot
generate the data to transfer.
o Transfer uucp lock ownership for the transferred device.
o Don't assume we know the correct values of dev_is_modem and
mbits after the transfer.
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 33603 Thu Feb 19 00:10:13 MST 1998 brian MFMP: Allow 8 character login names.
Do the login()/logwtmp()/logout() as id 0.
H A Dtimer.hdiff 41799 Mon Dec 14 17:24:30 MST 1998 brian Rather than interrupting 10 times per second then checking
to see if there's anything to do, schedule the next alarm
based on the next required timeout.
This decreases the load when there are lots of relatively
idle ppp processes.

While I'm in there, handle the possibility that a timeout
makes the timer element go out of scope by grabbing the
enext pointer before executing the timer function.
diff 37061 Fri Jun 19 23:36:38 MDT 1998 brian Re-initialise our timer service after fork()ing
to lose our terminal session. Is this a bug in
setitimer() ? - it must be called again in the
child !
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 32663 Wed Jan 21 00:15:33 MST 1998 brian Remove unused #includes.
Make various bits static.
Remove unused variables.
Submitted by: eivind
H A Dprompt.cdiff 38557 Wed Aug 26 15:39:37 MDT 1998 brian Put the IP buffer queues into struct ipcp.
Forgotten by: me
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 37386 Sat Jul 04 20:04:12 MDT 1998 brian Don't disable ^D in interactive mode.
Wished for by: pkh
diff 37141 Wed Jun 24 17:33:36 MDT 1998 brian o If we come out of select() with only write descriptors that
end up writing zero bytes, sleep for 1/10 of a second so that
we don't end up using up too much cpu.
This should only ever happen on systems that wrongly report a
descriptor as writable despite the tty buffer being full.
Discussed with: Jeff Evarts

o Do an initial run-time check to see if select() alters the passed
timeval. This knowledge isn't yet used, but will be soon.
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 37011 Tue Jun 16 05:15:11 MDT 1998 brian o Don't dump core with ~m in term mode.
o Always put a '\r' before a '\n' at the end of a line
in prompt_vPrintf() in term mode, and make prompt_Printf()
use prompt_vPrintf().
o Fix ~? message.
diff 37010 Mon Jun 15 17:06:58 MDT 1998 brian o De-staticise things that don't need to be static.
o Bring the static ``ttystate'' into struct prompt so that
the tilde context is per prompt and not global.
o Comment the remaining static variables so that it's
clear why they're static.
o Add some XXX comments suggesting that our interface list
and our hostname should be re-generated after a signal
(say SIGUSR1) so that a machine with PCCARDs has a chance.
diff 36431 Wed May 27 20:43:37 MDT 1998 brian Don't assume stdout is a tty in interactive mode
Analyzed by: dmaddox@scsn.net (Donald J. Maddox)
diff 36314 Sat May 23 20:24:50 MDT 1998 brian o Move our prompt descriptor list outside of the bundle.
It's now dealt with by the `server' object. This simplifies
things as we only have one list of prompt descriptors and
the log_ routines check prompt::logactive to determine
whether it should be used for output.
o Include the MP socket UpdateSet() result in bundle::UpdateSet().
o Don't select on the tun device unless we're in NETWORK
phase or AUTO mode.
o Stop the idle timer when we go to DEAD phase. We may
have transferred a link and not had a chance to kill
it.
o Don't fail when trying to unlink our transferred datalink
from our descriptor lists just before the transfer.
o Add our link descriptor to the write set if we got a short
write the last time (physical::out is set).
o Log the connection source address when a connection is closed.
o Remove descriptor::next field. Descriptor lists are not required
any more.
/freebsd-11-stable/usr.sbin/crunch/crunchide/
H A Dexec_elf64.c39172 Mon Sep 14 09:35:32 MDT 1998 jkh Teach crunch about an elf/a.out world.
Submitted by: jhay
/freebsd-11-stable/stand/i386/libi386/
H A Dbootinfo.cdiff 41139 Fri Nov 13 23:40:02 MST 1998 msmith Add a new variable $num_ide_disks which is used to offset the unit number
for SCSI disks when converting from BIOS unit numbers to da unit numbers.

Prompted by Kevin Street <street@iname.com>
diff 40393 Thu Oct 15 17:06:36 MDT 1998 peter Get the last used address via a more conservative method, don't depend
on the module chain being in increasing address order.
diff 40336 Wed Oct 14 05:07:23 MDT 1998 peter Align to sizeof(long) rather than sizeof(int32_t). It needs to be
long because this code is shared with the alpha. I hope the alpha can
read 32 bit ints at 32 bit alignment (vs. 64 bit alignment).
diff 40146 Fri Oct 09 23:24:55 MDT 1998 peter Attempt to at least align MODINFO_* blocks. IMHO, decoding this stuff
should be MD code since one day we'll have to recover pages from deleted
preload data. MI code can't be expected to know how to deal with pmap
internals, assuming it gets done via pmap that is. :-)
diff 40107 Fri Oct 09 07:11:19 MDT 1998 msmith Remove some debugging code.
Do a much better job of DWIM with partial device specifications.
Fix the module metadata build process, which was completely broken.
Use a larger read buffer when copying large objects in; this
improves performance marginally and will avoid flushning any small caches
we might choose to implement.
diff 40034 Wed Oct 07 10:55:46 MDT 1998 peter Fix that pesky boot aguments parsing bug. (I think :-)
diff 40016 Wed Oct 07 02:39:06 MDT 1998 msmith - Drain the keyboard buffer when initialising.
- Be pedantic about the return from int 16 fn 01.
diff 39989 Tue Oct 06 07:27:05 MDT 1998 msmith bootinfo.c
Strip any device name information from the kernel name
before passing it in.

biosdisk.c
Be more strict about matching device names to slice entries.
Only allow unsliced syntax on unsliced disks.
diff 39919 Sat Oct 03 14:13:30 MDT 1998 rnordier bootinfo bi_vesa no longer exists.
diff 39902 Fri Oct 02 20:53:17 MDT 1998 msmith Consolidate the bootinfo-loading code, greatly simplifying the _exec
functions.
/freebsd-11-stable/stand/ficl/softwords/
H A Dsoftcore.frdiff 40987 Sat Nov 07 05:01:25 MST 1998 jkh Take init out of here - it's a layering violation.
diff 40976 Fri Nov 06 23:20:32 MST 1998 jkh Make fexists/fload work with existing string literals instead. Doing
my own string literal handling is just too wonky.
diff 40929 Thu Nov 05 08:39:43 MST 1998 jkh Remember a bit more of my forth and do:

o Add fexists word to check for the presence of a file
o make fexists and fload immediate words which DTRT both interpreted
and compiled (doh!)
o add an init word which gets run at bootstrapping time to do extra
post-coldload initialization (in the default implementation, we
look for /boot/boot.4th and load it if found).
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/contrib/sendmail/rmail/
H A Drmail.cdiff 38080 Tue Aug 04 11:07:03 MDT 1998 peter Copy original rev 1.2 - immediate delivery rather than queueing and -Wall.
diff 38076 Tue Aug 04 10:53:30 MDT 1998 peter Copy respective revisions from usr.sbin/sendmail/*/* - use -1 with getopt.
diff 38033 Mon Aug 03 03:56:20 MDT 1998 peter This commit was generated by cvs2svn to compensate for changes in r38032,
which included commits to RCS files with non-trunk default branches.
38032 Mon Aug 03 03:56:20 MDT 1998 peter Import sendmail-8.9.1 (slightly trimmed) onto a fresh branch under
src/contrib as per various discussions. I will copy across our changes
and then point the Makefiles across once the dust has settled..
/freebsd-11-stable/contrib/ipfilter/man/
H A Dipf.8diff 42156 Wed Dec 30 02:09:21 MST 1998 billf remove non-existant references, correct spelling errors.

PR: docs/7963, docs/7790
Submitted by: Stefan Eggers seggers@semyam.dinoco.de
Norihiro Kumagai kuma@jp.freebsd.org
diff 37075 Sat Jun 20 16:29:38 MDT 1998 peter This commit was generated by cvs2svn to compensate for changes in r37074,
which included commits to RCS files with non-trunk default branches.
diff 37074 Sat Jun 20 16:29:38 MDT 1998 peter Import trimmed version of ipfilter 3.2.7.

Obtained from: Darren Reed via http://cheops.anu.edu.au/~avalon/
diff 34739 Sat Mar 21 08:04:55 MST 1998 peter Import ipfilter 3.2.3
H A Dipf.4diff 37078 Sat Jun 20 16:43:25 MDT 1998 peter Merge 3.2.3 -> 3.2.7 changes into mainline.
diff 36753 Mon Jun 08 04:12:02 MDT 1998 jkoshy Spelling fixes.

Submitted by: Josh Gilliam <josh@quick.net>
PR: 6880
diff 34740 Sat Mar 21 08:04:55 MST 1998 peter This commit was generated by cvs2svn to compensate for changes in r34739,
which included commits to RCS files with non-trunk default branches.
diff 34739 Sat Mar 21 08:04:55 MST 1998 peter Import ipfilter 3.2.3
/freebsd-11-stable/contrib/amd/include/
H A Dam_utils.hdiff 41142 Sat Nov 14 01:11:37 MST 1998 obrien Virgin import of AMD (am-utils) v6.0b1
38494 Sun Aug 23 20:07:21 MDT 1998 obrien Virgin import of AMD (am-utils) v6.0a16
/freebsd-11-stable/contrib/amd/amd/
H A Damfs_auto.cdiff 41142 Sat Nov 14 01:11:37 MST 1998 obrien Virgin import of AMD (am-utils) v6.0b1
38494 Sun Aug 23 20:07:21 MDT 1998 obrien Virgin import of AMD (am-utils) v6.0a16
H A Dconf.cdiff 41142 Sat Nov 14 01:11:37 MST 1998 obrien Virgin import of AMD (am-utils) v6.0b1
38494 Sun Aug 23 20:07:21 MDT 1998 obrien Virgin import of AMD (am-utils) v6.0a16
/freebsd-11-stable/contrib/amd/doc/
H A Dversion.texidiff 41142 Sat Nov 14 01:11:37 MST 1998 obrien Virgin import of AMD (am-utils) v6.0b1
38494 Sun Aug 23 20:07:21 MDT 1998 obrien Virgin import of AMD (am-utils) v6.0a16

Completed in 313 milliseconds

1234567891011>>