Searched hist:1996 (Results 451 - 475 of 3325) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-sl.cdiff 17681 Mon Aug 19 20:34:12 MDT 1996 pst This commit was generated by cvs2svn to compensate for changes in r17680,
which included commits to RCS files with non-trunk default branches.
17680 Mon Aug 19 20:34:12 MDT 1996 pst Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
17680 Mon Aug 19 20:34:12 MDT 1996 pst Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
H A Dprint-sunrpc.cdiff 17681 Mon Aug 19 20:34:12 MDT 1996 pst This commit was generated by cvs2svn to compensate for changes in r17680,
which included commits to RCS files with non-trunk default branches.
17680 Mon Aug 19 20:34:12 MDT 1996 pst Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
17680 Mon Aug 19 20:34:12 MDT 1996 pst Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
/freebsd-11.0-release/contrib/tzcode/stdtime/
H A Dprivate.hdiff 17209 Thu Jul 18 18:53:15 MDT 1996 wollman Merge the recently-imported tzcode96h distribution (libc portion). The
part that does zic(8)/zdump(8) is still yet to be imported (but the old
zic and zdump will work just fine with these header files and the
data format has not changed).
diff 15927 Mon May 27 06:54:03 MDT 1996 scrappy Removed false copyrights...
diff 15923 Mon May 27 04:10:28 MDT 1996 scrappy Added in appropriate Berkeley copyright and RCS Id: string

Closes PR#doc/536
H A Dtime2posix.3diff 15522 Wed May 01 23:17:27 MDT 1996 mpp Convert the time2posix man page to mdoc format. This still
needs some other cleanup, but it is good enough for now.
diff 15313 Fri Apr 19 19:00:26 MDT 1996 bde Removed bogus includes of <sys/types.h> from synopses.

This commit covers the man pages for most of the ANSI library functions.
A few others such as strtol.3 have to mention <sys/types.h> because they
mix ANSI interfaces with less well designed extensions.
diff 14038 Sun Feb 11 22:38:05 MST 1996 mpp Correct a bunch of man page cross references and generally
try and silence "manck".

ncurses, rpc, and some of the gnu stuff are still a big mess, however.
H A Dtzfile.hdiff 17209 Thu Jul 18 18:53:15 MDT 1996 wollman Merge the recently-imported tzcode96h distribution (libc portion). The
part that does zic(8)/zdump(8) is still yet to be imported (but the old
zic and zdump will work just fine with these header files and the
data format has not changed).
diff 15927 Mon May 27 06:54:03 MDT 1996 scrappy Removed false copyrights...
diff 15923 Mon May 27 04:10:28 MDT 1996 scrappy Added in appropriate Berkeley copyright and RCS Id: string

Closes PR#doc/536
/freebsd-11.0-release/contrib/tzcode/zic/
H A Dzdump.8diff 17214 Thu Jul 18 19:59:09 MDT 1996 wollman Merge from vendor branch. We are now completely up-to-date with
respect to the ADO timezone code.
diff 14270 Tue Feb 27 00:27:21 MST 1996 wosch Convert "time zone" to "timezone" in NAME section

Submitted by: obrien@cs.ucdavis.edu (David E. O'Brien)
diff 14004 Fri Feb 09 17:25:57 MST 1996 mpp Another round of various man page cleanups.
/freebsd-11.0-release/etc/
H A Dcsh.logindiff 19911 Thu Nov 21 10:17:45 MST 1996 ache ru_SU -> ru_RU
diff 19033 Sat Oct 19 20:02:40 MDT 1996 ache Add MM_CHARSET setting (MIME charset), it is good for tin, metamail, etc.
Add mesg y
All things commented out
diff 13798 Wed Jan 31 15:03:18 MST 1996 mpp Another round of spelling fixes.
/freebsd-11.0-release/include/rpcsvc/
H A Dypxfrd.xdiff 16957 Thu Jul 04 02:08:17 MDT 1996 wpaul There are a few small additions to the protocol to make it
easier to use in mixed environments:

- Add three new members to the request structure:

- a filename specification
- a database type specification
- a system byte prder specification

These allow the client to ask the server for a particular type of
database (Berkeley DB hash/btree/recno, GNU GDBM, dbm, ndbm, etc...)
and get back a meaningful error if the server doesn't support it.
The byte order spec is needed if the database type is byte order
sensntive. You don't, for example, want to read an ndbm database
from a big endian machine on a little endian machine (the ndbm code
will explode). The filename spec lets the client handle things like
ndbm which uses two seperate files per database (foo.dir and foo.pag).
The client can ask for each half, one at a time.

- Add a list of database types and byte order values. Each list has
a wildcard 'ANY' entry which lets the client ask for whatever the
server supports. (XFR_ENDIAN_ANY is useful with the Berkeley DB hash
method for instance, since it isn't byte order sensitive.)

- Add two newserver failure codes: XFR_DB_TYPE_MISMATCH and
XFR_DB_ENDIAN_MISMATCH. The server uses these to tell the client
that it doesn't support the requested type/byte order.

These changes were made at the suggestion of Thorsten Kukuk, the
current maintainer of the Linux ypserv distribution. This allows
Linux and FreeBSD NIS servers to use the same ypxfrd protocol and
avoid accidentally exchanging incompatible map files.
diff 16120 Wed Jun 05 02:42:33 MDT 1996 wpaul This commit was generated by cvs2svn to compensate for changes in r16119,
which included commits to RCS files with non-trunk default branches.
16119 Wed Jun 05 02:42:33 MDT 1996 wpaul (I hope I'm doing this correctly.)

Import a my own little ypxfrd protocol. Note that this protocol is
_NOT_ the same as Sun's, which is proprietary.

This basically impliments an RPC-based file transfer protocol which
lets a slave server suck over a raw map database file from the master.
This is many times faster than the normal method, which requires reading
the records from ypserv via yp_all() and then creating a new database
on the fly, particularly when you have many tens of thousands of
records in a map (e.g. a huge passwd database).

The protocol number I chose falls within the 'user-specified' range.
Maybe we should register it with Sun so we can get an official vendor
number for it. :)
/freebsd-11.0-release/lib/libc/db/recno/
H A Drec_close.cdiff 20159 Thu Dec 05 18:05:11 MST 1996 jkh make u_char * -> char * conversion explicit.
Found-By: insight's "insure++" tool.
diff 14273 Tue Feb 27 01:59:15 MST 1996 pst This commit was generated by cvs2svn to compensate for changes in r14272,
which included commits to RCS files with non-trunk default branches.
diff 14272 Tue Feb 27 01:59:15 MST 1996 pst Import updated Berkeley DB into CSRG branch
/freebsd-11.0-release/lib/libc/gen/
H A Ddaemon.3diff 17782 Thu Aug 22 23:31:07 MDT 1996 mpp Correctly use .Fn instead of .Nm to reference function names
in a bunch of man pages.

Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros
instead of explicitly specifying the version in the text
in a bunch of man pages.
diff 16601 Sat Jun 22 23:46:00 MDT 1996 gpalmer Specify that daemon(3) returns int, and standardise the
phrasing in the ERRORS section a bit, as well as now specifying
the return status.
diff 15874 Thu May 23 01:05:25 MDT 1996 mpp Fixed various problems: typos, grammer, missing include files
wrong function type declarations, and wrong argument type
declarations.
H A Dgetmntinfo.3diff 17782 Thu Aug 22 23:31:07 MDT 1996 mpp Correctly use .Fn instead of .Nm to reference function names
in a bunch of man pages.

Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros
instead of explicitly specifying the version in the text
in a bunch of man pages.
diff 14855 Wed Mar 27 20:49:07 MST 1996 mpp Added missing section numbers to a bunch of .Xr macros, or
converted them into .Fn macros where appropriate. Also fixed
up some minor formatting problems.
diff 14101 Thu Feb 15 20:07:05 MST 1996 mpp Fixed a bunch of man page cross references that were
in the main text of various man pages.

Thanks to Warner Losh for adding an option to manck to allow
it to scan the entire man page looking for bogus xrefs, instead
of just checking the SEE ALSO section.
H A Dgetpass.3diff 17780 Thu Aug 22 22:05:59 MDT 1996 mpp Update a bunch of man pages to use .Fn instead
of .Nm when referencing funciton names.
diff 15874 Thu May 23 01:05:25 MDT 1996 mpp Fixed various problems: typos, grammer, missing include files
wrong function type declarations, and wrong argument type
declarations.
diff 13131 Sun Dec 31 14:00:25 MST 1995 joerg Finally complete my fix for the behaviour of getpass(3) upon receipt
of signals. Signals are now properly caught, tty state is being
restored, and the previous sigaction triggered. Upon receipt of a
sigcont, echo is turned off again.

SIGTSTP causes a buffer flush, the man page mentions this. (Although
i rather think of it as a feature than a bug.)

This is likely to be my last FreeBSD action for 1995, xearth shows
me that our .au guys must already write 1996. :-)
/freebsd-11.0-release/contrib/libpcap/
H A Dpcap.hdiff 17684 Mon Aug 19 20:36:34 MDT 1996 pst This commit was generated by cvs2svn to compensate for changes in r17683,
which included commits to RCS files with non-trunk default branches.
17683 Mon Aug 19 20:36:34 MDT 1996 pst Virgin import of LBL libpcap version 0.2.1.
Obtained from: ftp://ftp.ee.lbl.gov/libpcap.tar.Z on 19-Aug-1996.
17683 Mon Aug 19 20:36:34 MDT 1996 pst Virgin import of LBL libpcap version 0.2.1.
Obtained from: ftp://ftp.ee.lbl.gov/libpcap.tar.Z on 19-Aug-1996.
/freebsd-11.0-release/contrib/groff/tmac/
H A Dtroffrcdiff 18128 Sun Sep 08 00:28:32 MDT 1996 pst Add Russian language / koi8-r font support.

Original author: ache
diff 18100 Sat Sep 07 16:18:32 MDT 1996 pst This commit was generated by cvs2svn to compensate for changes in r18099,
which included commits to RCS files with non-trunk default branches.
18099 Sat Sep 07 16:18:32 MDT 1996 pst Virgin import of FSF groff v1.10
/freebsd-11.0-release/share/doc/psd/12.make/
H A Dtutorial.msdiff 18865 Fri Oct 11 04:15:57 MDT 1996 steve Removed extra $Id$ string.
diff 18804 Tue Oct 08 04:07:59 MDT 1996 steve O' to be bitten by CVS. Cleanup after import
of Christos' version of make(1) and add Id's.

Set straight by: Bruce Evans and Peter Wemm :)
diff 18730 Sun Oct 06 02:35:38 MDT 1996 steve Merge in NetBSD's changes to make(1). Changes include:

- Add the .PHONY, .PARALLEL, and .WAIT directives
- Added the -B and -m commandline flags
- misc. man page cleanups
- numerous job-related enhancements
- removed unused header file (bit.h)
- add util.c for functions not found in other envs.
- and a few coordinated whitespace changes

Special thanks to Christos Zoulas <christos@netbsd.org>
for help in the merge. A 'diff -ur' between Net and
FreeBSD now only contains sccsid-related diffs. :)

Obtained from: NetBSD, christos@netbsd.org, and me
/freebsd-11.0-release/lib/libc/stdio/
H A Dfunopen.3diff 18279 Fri Sep 13 19:14:12 MDT 1996 pst fwopen() argument type mis-described

Obtained from: NetBSD lib/2751 (der Mouse)
diff 17782 Thu Aug 22 23:31:07 MDT 1996 mpp Correctly use .Fn instead of .Nm to reference function names
in a bunch of man pages.

Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros
instead of explicitly specifying the version in the text
in a bunch of man pages.
diff 13511 Sat Jan 20 07:29:11 MST 1996 mpp Fix a variety of minor typos and cross references in a bunch of
man pages.

Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp>
Giles Lean <giles@nemeton.com.au>
<soda@sra.co.jp>
/freebsd-11.0-release/lib/libc/string/
H A Dstrcoll.3diff 17583 Tue Aug 13 17:03:18 MDT 1996 ache Back out fallback approximation changes, they are not so right to live
diff 16255 Sun Jun 09 14:56:08 MDT 1996 ache Use better approximation if collate info not available.
Fix bug: strxfrm+strcmp != strcoll, if collate info not available
diff 13750 Tue Jan 30 16:34:52 MST 1996 mpp Fix even more spelling errors in some more man pages.
/freebsd-11.0-release/lib/libc/sys/
H A Dfsync.2diff 17782 Thu Aug 22 23:31:07 MDT 1996 mpp Correctly use .Fn instead of .Nm to reference function names
in a bunch of man pages.

Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros
instead of explicitly specifying the version in the text
in a bunch of man pages.
diff 14041 Mon Feb 12 00:45:47 MST 1996 mpp Added a update(4) man page to describe the kernel initiated update
process and changed all of the old references to update(8) to update(4).
diff 13545 Mon Jan 22 00:02:33 MST 1996 julian Reviewed by: julian and (hsu?)
Submitted by: John Birrel(L?)

changes for threadsafe operations
H A Dgetpgrp.2diff 20097 Mon Dec 02 20:03:58 MST 1996 wosch upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macro
use ``is expected to conform to'' phrase, not ``conforms to''

Pointed out by: Bruce->NIST-PCTS
diff 17782 Thu Aug 22 23:31:07 MDT 1996 mpp Correctly use .Fn instead of .Nm to reference function names
in a bunch of man pages.

Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros
instead of explicitly specifying the version in the text
in a bunch of man pages.
diff 13750 Tue Jan 30 16:34:52 MST 1996 mpp Fix even more spelling errors in some more man pages.
H A Dgetpid.2diff 20097 Mon Dec 02 20:03:58 MST 1996 wosch upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macro
use ``is expected to conform to'' phrase, not ``conforms to''

Pointed out by: Bruce->NIST-PCTS
diff 17906 Thu Aug 29 21:24:19 MDT 1996 wosch function appeared in Version 7 AT&T UNIX
Obtained from: ftp://netlib.att.com/netlib/att/cs/v7man/man2
diff 14038 Sun Feb 11 22:38:05 MST 1996 mpp Correct a bunch of man page cross references and generally
try and silence "manck".

ncurses, rpc, and some of the gnu stuff are still a big mess, however.
H A Dmprotect.2diff 17782 Thu Aug 22 23:31:07 MDT 1996 mpp Correctly use .Fn instead of .Nm to reference function names
in a bunch of man pages.

Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros
instead of explicitly specifying the version in the text
in a bunch of man pages.
diff 14326 Sat Mar 02 17:34:28 MST 1996 peter Document the int -> size_t change to the m* syscalls
diff 13836 Fri Feb 02 05:06:29 MST 1996 wosch Submitted by: bruce, davidg, dyson
add a BUG section for mmap with current limitation
section SYNOPSIS completed
H A Dsemctl.2diff 20626 Wed Dec 18 08:03:31 MST 1996 swallace Back out change. The last argument to semctl() IS union semun
for the C library call, which is a wrapper that passes it by reference
to the kernel.
diff 20611 Tue Dec 17 21:58:00 MST 1996 jkh Last argument to semctl() is union semun *, not union semun.

Pointed-Out-By: swallace
Person-With-Commit-Privs-By-Whom-It-Should-Have-Been-Committed: swallace
diff 13750 Tue Jan 30 16:34:52 MST 1996 mpp Fix even more spelling errors in some more man pages.
H A Dsetsid.2diff 20097 Mon Dec 02 20:03:58 MST 1996 wosch upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macro
use ``is expected to conform to'' phrase, not ``conforms to''

Pointed out by: Bruce->NIST-PCTS
diff 17782 Thu Aug 22 23:31:07 MDT 1996 mpp Correctly use .Fn instead of .Nm to reference function names
in a bunch of man pages.

Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros
instead of explicitly specifying the version in the text
in a bunch of man pages.
diff 14038 Sun Feb 11 22:38:05 MST 1996 mpp Correct a bunch of man page cross references and generally
try and silence "manck".

ncurses, rpc, and some of the gnu stuff are still a big mess, however.
/freebsd-11.0-release/libexec/bootpd/
H A Dbootpd.8diff 19673 Tue Nov 12 13:32:49 MST 1996 phk doc/1994: spelling error.

Submitted by: David Leonard David Leonard <d@scry.dstc.edu.au>
diff 18379 Thu Sep 19 08:21:18 MDT 1996 phk Make the inetd suggestion slightly less confusing.
diff 18237 Wed Sep 11 01:37:24 MDT 1996 pst bootpd.dump is in /tmp
H A Dgetether.cdiff 20287 Tue Dec 10 17:11:53 MST 1996 wollman Fix up programs which expect <net/if.h> to include <sys/time.h> to instead
do it themselves. (Some of these programs actually depended on this
beyond compiling the definition of struct ifinfo!) Also fix up some
other #include messes while we're at it.
diff 18471 Sun Sep 22 21:56:57 MDT 1996 wosch add forgotten $Id$
diff 13575 Tue Jan 23 01:58:00 MST 1996 pst Fix conflicts from 2.4.3 merge

Completed in 346 milliseconds

<<11121314151617181920>>