Searched hist:1996 (Results 476 - 500 of 3325) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/libexec/makewhatis.local/
H A Dmakewhatis.local.8diff 20241 Mon Dec 09 07:26:04 MST 1996 mpp Minor formatting fixes.

Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR # 2134.
diff 17849 Tue Aug 27 20:04:45 MDT 1996 wosch sync copyright with /usr/share/examples/etc/bsd-style-copyright
15857 Wed May 22 00:57:42 MDT 1996 wosch New option -append: teach makewhatis to only add records, instead
of clobbering the entire database.

sort options in alphabetic order.

install manpage makewhatis.local.8
/freebsd-11.0-release/libexec/revnetgroup/
H A Drevnetgroup.cdiff 20387 Fri Dec 13 02:40:39 MST 1996 wpaul Close PR #2193: support backslash line continuations.
(Also did some minor cleanups.)
diff 17424 Sun Aug 04 19:17:15 MDT 1996 wpaul Use err() instead of perror()/exit() and remember to #include <errno.h>
and <err.h>.
diff 15754 Sun May 12 17:17:45 MDT 1996 wpaul Small touchups:

- Fix typos in comments in hash.c.
- Remove unneeded and unused member from grouplist struct in hash.h.
(Curiously, the compiler never complained about this even though the
member was of type 'struct grps' which is not defined anywhere in
this program.)
- char ch -> int ch in revnetgroup.c.
- char *argv[0]; -> char *argv[]; also in revnetgroup.c.
- Force the user to specify at least one of the -u or -h flags
and complain if they specify both.
/freebsd-11.0-release/libexec/ypxfr/
H A DMakefilediff 18050 Thu Sep 05 17:16:10 MDT 1996 bde Fixed DPADD.
diff 16154 Thu Jun 06 03:58:06 MDT 1996 wpaul Take ypxfrd_xdr.c out of SRCS line. It should be included in librpcsvc,
which ypxfr links with. (Sorry: left over development bogon.)

Just a reminder: you must rebuild librpcsvc before you build
this program.

Pointed out by: Stephen Hocking
diff 16132 Wed Jun 05 05:42:52 MDT 1996 wpaul Add support for rpc.ypxfrd and document it in the man page.

Also generallize the yp_dbwrite functions a little: allow the caller
to specify certain flags. I need this mostly for some changes to
rpc.yppasswdd to allow in-place updates.

Also change Makefile a little to use the same format as ypserv.
H A Dypxfr_extern.hdiff 20862 Mon Dec 23 18:15:41 MST 1996 wpaul Change declaration of yp_errno from int to enum ypstat so that it
matches what's in ypserv/yp_extern.h (which I changed when I added the
async DNS stuff). The conflict broke the build of rpc.yppasswdd.

Pointed out by: bde
diff 19181 Fri Oct 25 16:13:09 MDT 1996 wpaul Give ypxfr the ability to detect the presence of the YP_INTERDOMAIN
and YP_SECURE flags so that it can properly add them to newly created
maps when needed. This applies only when using the 'standard' method
for map transfers. When using rpc.ypxfrd, the whole map is copied
verbatim, along with any special entries that may be encoded in it.

Also made -Wall a little quieter for ypxfrd_getmap.c.
diff 16132 Wed Jun 05 05:42:52 MDT 1996 wpaul Add support for rpc.ypxfrd and document it in the man page.

Also generallize the yp_dbwrite functions a little: allow the caller
to specify certain flags. I need this mostly for some changes to
rpc.yppasswdd to allow in-place updates.

Also change Makefile a little to use the same format as ypserv.
H A Dypxfrd_getmap.cdiff 19181 Fri Oct 25 16:13:09 MDT 1996 wpaul Give ypxfr the ability to detect the presence of the YP_INTERDOMAIN
and YP_SECURE flags so that it can properly add them to newly created
maps when needed. This applies only when using the 'standard' method
for map transfers. When using rpc.ypxfrd, the whole map is copied
verbatim, along with any special entries that may be encoded in it.

Also made -Wall a little quieter for ypxfrd_getmap.c.
diff 16958 Thu Jul 04 02:13:11 MDT 1996 wpaul Fill in new arguments in the ypxfr_getmap structure (byte order,
db type, filename) and check for new failure codes (db mismatch,
endian mismatch).
16132 Wed Jun 05 05:42:52 MDT 1996 wpaul Add support for rpc.ypxfrd and document it in the man page.

Also generallize the yp_dbwrite functions a little: allow the caller
to specify certain flags. I need this mostly for some changes to
rpc.yppasswdd to allow in-place updates.

Also change Makefile a little to use the same format as ypserv.
/freebsd-11.0-release/sbin/routed/rtquery/
H A Drtquery.8diff 19881 Tue Nov 19 20:23:47 MST 1996 wollman This commit was generated by cvs2svn to compensate for changes in r19880,
which included commits to RCS files with non-trunk default branches.
diff 19880 Tue Nov 19 20:23:47 MST 1996 wollman Latest version of SGI routed courtesy of Vern Schryver. This version
adds the capability to use MD5 authentication as defined in the latest
documents.

Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com>
18316 Mon Sep 16 16:51:32 MDT 1996 wollman Virgin import of new BSD/SGI routed. This update contains a number
of important bug fixes.

Obtained from: Vernon J. Schryver <vjs@mica.denver.sgi.com>
/freebsd-11.0-release/share/man/man4/man4.i386/
H A Dperfmon.4diff 14987 Mon Apr 01 19:29:56 MST 1996 wollman Add /usr/share/examples/perfmon and /usr/include/machine/perfmon.h to
the FILES section.
diff 14891 Thu Mar 28 20:57:11 MST 1996 wollman Document the change in how the START and STOP ioctls operate
(counters can be started and stopped in numerical order brather
than all at once).
14826 Tue Mar 26 20:57:26 MST 1996 wollman Add a man page for the perfmon driver.
/freebsd-11.0-release/share/man/man4/
H A Dpt.4diff 19026 Fri Oct 18 20:22:31 MDT 1996 julian After prodding, add a BSD style copyright to those man pages I think
I probably originally wrote. Also take my name OUT of the ddb
man page.. I did NOT port it from mach.
diff 17784 Thu Aug 22 23:51:58 MDT 1996 mpp Use the .Fx macro to specify FreeBSD version where appropriate.
diff 13479 Wed Jan 17 21:57:57 MST 1996 wollman Use -mdoc macros correctly. st(4) still needs work.
/freebsd-11.0-release/share/syscons/keymaps/
H A Dbr275.cp850.kbddiff 18739 Sun Oct 06 07:58:02 MDT 1996 sos Apparently the last few lines has been eaten somehow.
Submitted by: Daniel C. Sobral
diff 18194 Mon Sep 09 20:54:02 MDT 1996 sos Fix the bug that caused switch to ttyv02 when pressing the numpad enter.
17359 Tue Jul 30 22:30:11 MDT 1996 wosch add br275.iso.kbd - Brazilian 275 keyboard ISO-8859-1
add br275.cp850.kbd - Brazilian 275 keyboard Codepage 850

Makefile: sort keymaps entries

submitted by: Daniel C. Sobral <dcs@gns.com.br>
/freebsd-11.0-release/usr.bin/calendar/calendars/
H A Dcalendar.christiandiff 15066 Sat Apr 06 01:15:21 MST 1996 mpp Change calendar to report the actual date for variable day events.
E.g. for Easter, and entries like "04/SunFirst" calendar will
now report:

04/05* Good Friday (2 days before easter)
04/07* First Sunday...

instead of:

Easter-2 Good Friday...
04/SunFirst First Sunday...

I also modified the calendar files to use the variable day format
for a lot of events so that they will be reported correctly.
E.g. U.S. daylight savings time is now listed as:

04/SunFirst Daylight savings time...

There are still a lot of wrong dates in there for some events
that move from year to year, but I don't have a good calendar handy
right now that I can use for reference.
diff 13841 Fri Feb 02 06:04:06 MST 1996 wosch easter and easter depending day
diff 13685 Mon Jan 29 00:33:02 MST 1996 wosch include preprocessor commands like
#ifndef _calendar_christian_
#define _calendar_christian_
[...]
#endif
/freebsd-11.0-release/usr.bin/chat/
H A Dchat.8diff 20510 Sun Dec 15 15:14:26 MST 1996 alex Typo fix.

Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
diff 20493 Sun Dec 15 07:34:07 MST 1996 mpp Correct a typo.

Closes PR# 2217.
diff 16935 Wed Jul 03 02:27:30 MDT 1996 mpp Document how chat logis it information via syslog.

Submitted by: Partially based on a patch by Mark Diekhans
/freebsd-11.0-release/usr.bin/hexdump/
H A Dhexsyntax.cdiff 18693 Fri Oct 04 23:29:38 MDT 1996 peter Fix the previous commit. The second of the 8-character columns was
a duplicate of the first column of 8...
diff 18550 Sun Sep 29 04:17:24 MDT 1996 joerg Now that we've already got "hexdump -C", make calling the command "hd"
having the same effect, and install a link for this. There is
historic precedence for the command hd(1) (with roughly that output
format) in Xenix, SCO, and a few SysV's that tooks the idea.

Also, added a couple of spaces to the -C format to make the output
better readable.

Ok'ed by: phk
diff 18325 Mon Sep 16 21:18:48 MDT 1996 phk Add '-C' "Canonical" format to hexdump:

$ hexdump -C /etc/resolv.conf
00000000 64 6f 6d 61 69 6e 20 64 6b 2e 74 66 73 2e 63 6f |domain dk.tfs.co|
00000010 6d 0a 6e 61 6d 65 73 65 72 76 65 72 20 31 34 30 |m.nameserver 140|
00000020 2e 31 34 35 2e 32 33 30 2e 31 30 0a |.145.230.10.|
/freebsd-11.0-release/share/man/man3/
H A Dpthread_getspecific.3diff 38028 Mon Aug 03 00: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
diff 18480 Mon Sep 23 22:24:39 MDT 1996 wosch add missing comma(s) in .Xr macros
17706 Tue Aug 20 08:22:01 MDT 1996 julian Submitted by: John Birrell <cimaxp1!jb@werple.net.au>

Here are the diffs for libc_r to get it one step closer to P1003.1c
These make most of the thread/mutex/condvar structures opaque to the
user. There are three functions which have been renamed with _np
suffixes because they are extensions to P1003.1c (I did them for JAVA,
which needs to suspend/resume threads and also start threads suspended).

I've created a new header (pthread_np.h) for the non-POSIX stuff.

The egrep tags stuff in /usr/src/lib/libc_r/Makefile that I uncommented
doesn't work. I think its best to delete it. I don't think libc_r needs
tags anyway, 'cause most of the source is in libc which does have tags.

also:

Here's the first batch of man pages for the thread functions.
The diff to /usr/src/lib/libc_r/Makefile removes some stuff that was
inherited from /usr/src/lib/libc/Makefile that should only be done with
libc.

also:

I should have sent this diff with the pthread(3) man page.
It allows people to type

make -DWANT_LIBC_R world

to get libc_r built with the rest of the world. I put this in the
pthread(3) man page. The default is still not to build libc_r.


also:
The diff attached adds a pthread(3) man page to /usr/src/share/man/man3.
The idea is that without libc_r installed, this man page will give people
enough info to know that they have to build libc_r.
/freebsd-11.0-release/share/dict/
H A Dweb2diff 17600 Wed Aug 14 21:48:19 MDT 1996 wosch add Australia, Kafka, Kafkaesque, kalashnikov, karaoke, karate, kebab
diff 17423 Sun Aug 04 18:29:39 MDT 1996 wosch Add "Denmark". Most dictionaries (e.g. Langenscheidt, Oxford)
did not know this country. Shame!
diff 15917 Mon May 27 01:07:57 MDT 1996 wosch remove unknown word ``unknowen''. Close PR docs/1239

Submitted by: Cove Schneider <cove@brazil.nbn.com>
/freebsd-11.0-release/contrib/nvi/common/
H A Doptions.cdiff 21100 Mon Dec 30 15:51:51 MST 1996 peter Bump default escapetime from 1 (ie: 100ms) to 3 (ie: 300ms). Hopefully
this will make it less likely to misinterpret arrow keys as seperate
keys when running over anything slower than a console.

This has been talked about for a while, I hope it's long enough but not
too long to be annoying.
diff 19305 Fri Nov 01 06:45:43 MST 1996 peter This commit was generated by cvs2svn to compensate for changes in r19304,
which included commits to RCS files with non-trunk default branches.
19304 Fri Nov 01 06:45:43 MST 1996 peter Import of nvi-1.79, minus a few bits that we dont need (eg: postscript
files, curses, db, regex etc that we already have). The other glue will
follow shortly.

Obtained from: Keith Bostic <bostic@bostic.com>
/freebsd-11.0-release/usr.bin/locate/locate/
H A Dlocate.hdiff 18905 Sun Oct 13 01:44:43 MDT 1996 wosch 8-Bit character support.

Old locate(1) programs still works with the new database format, print
some garbage for 8 bit characters, but don't core (maybe except char 30).

7-Bit Puritan should not notice any difference. Same speed,
Same database size if the database contain only ASCII characters.

Reviewed by: ache
diff 18829 Wed Oct 09 00:33:34 MDT 1996 wosch Fix searching for shell quoting characters. I guess it was
broken since locate exists.

This works now

$ locate '*\['
$ locate '*i386-\**'
$ locate '*[C\[]'
diff 17592 Wed Aug 14 00:22:31 MDT 1996 wosch bigram
Bigram does not remove newline at end of filename. This
break particulary the bigram algorithm and /var/db/locate.database
grow up 15 %.

Bigram does not check for characters outside 32-127.

The bigram output is silly and need ~1/2 CPU time of
database rebuilding.

old:
locate.bigram < $filelist | sort | uniq -c | sort -nr
^^^^^^^^^^^^^^
this can easy made bigram

new:
bigram < $filelist | sort -nr

code
Code does not check for char 31.
Use a lookup array instead a function. 3 x faster.

updatedb
rewritten
sync with bigram changes

read config file /etc/locate.rc if exists
submitted by: guido@gvr.win.tue.nl (Guido van Rooij)

concatdb - concatenate locate databases
mklocatedb - build locate database
/freebsd-11.0-release/usr.bin/tail/
H A Dmisc.cdiff 17833 Mon Aug 26 20:37:48 MDT 1996 adam complete err() changes, actually use warn() in most instances
diff 17826 Sun Aug 25 21:14:19 MDT 1996 peter Dont forget to #include <err.h>
diff 17825 Sun Aug 25 21:12:01 MDT 1996 peter Argh! caught! *blush*.. This program was supplying it's own 'err' routine
which was slightly different to the libc one. To save any more cunfusion,
use the libc one.
/freebsd-11.0-release/usr.bin/talk/
H A Ddisplay.cdiff 17676 Mon Aug 19 19:42:00 MDT 1996 peter Update some ancient warts in talk:
- use termios, not sgtty
- dont use _putchar(), that was a BSD-curses specific feature not in
other curses packages (such as ncurses)
- use sigaction, not sigvec while I'm there
- box() does different things under sysv/ncurses on 1-line high windows,
and BSD-curses doesn't have hline(), so do it by adding characters
instead. That works on both styles of curses.
diff 15022 Wed Apr 03 07:47:35 MST 1996 ache Cast to unsigned char instead of unsigned
Cast ctype argument to unsigned char
diff 14443 Sat Mar 09 19:23:01 MST 1996 joerg Make talk automagically find out the interface IP address where the
remote peer will be connected through. This avoids the ``Checking for
invitation on caller's machine'' problem for multi-homed hosts.

Thanks to: Garrett, for his `find_interface' example
/freebsd-11.0-release/usr.bin/tip/tip/
H A DMakefilediff 18050 Thu Sep 05 17:16:10 MDT 1996 bde Fixed DPADD.
diff 16663 Mon Jun 24 04:26:21 MDT 1996 jkh Bring in my changes for removing the pestilent obj links (unless you
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.
diff 14370 Mon Mar 04 10:46:29 MST 1996 ache Eliminate multiply uucplock.c copies
/freebsd-11.0-release/usr.bin/vgrind/
H A Dvgrind.1diff 19072 Mon Oct 21 18:04:42 MDT 1996 joerg Correct the SYNOPSIS section of the man page to add the -p option.
diff 18944 Tue Oct 15 18:58:45 MDT 1996 joerg Wow!, i finally found a usable vgrind definition for Perl.
diff 18164 Sun Sep 08 18:23:53 MDT 1996 joerg . make vgrind 8-bit clean; note that it still implicitly assumes
ISO-8859-1, since the characters are simply being passed on to
groff
. introduce an option to override the silly default to `psroff' as
the post-processor
. document the new option
/freebsd-11.0-release/usr.bin/xlint/
H A DMakefilediff 14963 Sun Mar 31 22:18:46 MST 1996 paul Don't build the special case lint libraries.
diff 14798 Sun Mar 24 19:47:12 MST 1996 paul Re-enable building of lint libraries.
diff 14788 Sun Mar 24 13:58:27 MST 1996 paul Don't build lint libraries for the moment.
/freebsd-11.0-release/sys/pc98/pc98/
H A Dpc98_machdep.hdiff 18846 Wed Oct 09 21:47:16 MDT 1996 asami Another round of updates. Highlights:

(1) Merged i386/i386/sb.h, deleted pc98/pc98/sb.h.

(2) pc98/conf/GENERIC8 looks more like i386/conf/GENERIC now.

(3) Fixed display bug in pc98/boot/biosboot/io.c.

(4) Prepare to merge memory allocation routines:

pc98/i386/locore.s
pc98/i386/machdep.c
pc98/pc98/pc98_machdep.c
pc98/pc98/pc98_machdep.h

(5) Support new board "C-NET(98)":

pc98/pc98/if_ed98.h
pc98/pc98/if_ed.c

(6) Make sure FPU is recognized for non-Intel CPUs:

pc98/pc98/npx.c

(7) Do not expect bss to be zero-allocated:

pc98/pc98/pc98.c

Submitted by: The FreeBSD(98) Development Team
diff 17947 Fri Aug 30 10:43:14 MDT 1996 asami Re-sync with the state of PC98 world. This will be the last commit before
we start merging things in earnest...

Submitted by: The FreeBSD(98) Development Team
17350 Tue Jul 30 18:56:16 MDT 1996 asami Another round of merge.

Submitted by: The FreeBSD(98) Development Team
/freebsd-11.0-release/usr.sbin/cron/cron/
H A Ddatabase.cdiff 20573 Tue Dec 17 00:55:20 MST 1996 pst Replace my "inane" usage of snprintf to copy strings with strncpy as
used by OpenBSD. (Quite frankly, I think it's perfectly reasonable to
use snprintf to copy strings, given that the semantics for strncpy()
are utterly idiotic and there is no POSIX sstrncpy().)

While I'm at it, incorporate some of OpenBSD's bugfixes to cron.

NOT for 2.2
diff 18203 Tue Sep 10 03:38:20 MDT 1996 peter personal (ie: with the crontab command) cron tabs were broken by the
last change. :-(
ie: /var/cron/log would report: .. cron[206]: (usage) CAN'T OPEN (%s/%s)
diff 18179 Sun Sep 08 23:50:23 MDT 1996 pst Fix some buffer overflow problems...
/freebsd-11.0-release/usr.sbin/ctm/mkCTM/
H A Dctm_conf.cvs-curdiff 19892 Wed Nov 20 08:21:27 MST 1996 phk Latest reality.
diff 18383 Thu Sep 19 08:41:49 MDT 1996 peter aarghh! what is it with this CVSROOT/val-tags regexp anyway? how
many times do I have to do this to get it right? :-]
diff 18110 Sat Sep 07 18:48:52 MDT 1996 peter - resync with configs running on freefall
- add ctm_conf.gnats from freefall
- add support for doing both the immediate mailout and the queued mailout.
- use "sendmail -odq -t" rather than "sendamil -t" to make it queue to
the mailqueue rather than immediately begin transmission. This allows
us to take advantage of our ordered dequeueing system without blowing
WC's T1 to hell with a 50 part mailout in parallel.
- bump the max ctm size from 3MB to 10MB.... This is mainly for the fast
list.
H A Dctm_conf.src-curdiff 19892 Wed Nov 20 08:21:27 MST 1996 phk Latest reality.
diff 18110 Sat Sep 07 18:48:52 MDT 1996 peter - resync with configs running on freefall
- add ctm_conf.gnats from freefall
- add support for doing both the immediate mailout and the queued mailout.
- use "sendmail -odq -t" rather than "sendamil -t" to make it queue to
the mailqueue rather than immediately begin transmission. This allows
us to take advantage of our ordered dequeueing system without blowing
WC's T1 to hell with a 50 part mailout in parallel.
- bump the max ctm size from 3MB to 10MB.... This is mainly for the fast
list.
diff 15702 Thu May 09 20:54:06 MDT 1996 phk Update to current reality.
mkctm.c can replace the guts of mkCTM if anybody feels like it...

Completed in 312 milliseconds

<<11121314151617181920>>