peter
d7aa12e045
Reduce the sleep(1) inbetween each diff, as suggested by bde some time
...
ago. The real fix is rather large.
1998-02-08 06:48:37 +00:00
cwt
94da1d663c
Painless merge...
1998-02-02 05:42:16 +00:00
cwt
21500fe3a2
This commit was generated by cvs2svn to compensate for changes in r33011,
...
which included commits to RCS files with non-trunk default branches.
1998-02-02 05:38:11 +00:00
cwt
490818046d
Global v2.24
1998-02-02 05:38:11 +00:00
peter
1dfdccebc8
Cosmetic cleanups for the local tag support. Since rcs isn't called
...
anymore, don't do all the putenv's for it's benefit.
1998-01-31 01:39:40 +00:00
peter
8d90081216
Merge vendor changes to files that we've touched onto mainline.
...
(If only all import/merges were this trivial :-)
1998-01-30 15:35:26 +00:00
peter
2e8dbe568b
This commit was generated by cvs2svn to compensate for changes in r32896,
...
which included commits to RCS files with non-trunk default branches.
1998-01-30 15:31:47 +00:00
peter
c3a8ee0e80
Import cvs-1.9.24 since it came quite soon after the snapshot that was
...
imported a few days ago. There is very little difference, except that
the remote protocol apparently supports wrappers and -k options better.
1998-01-30 15:31:47 +00:00
peter
1d4373c3ec
Update import instructions from last time.
1998-01-30 15:09:55 +00:00
peter
6669d79e32
Merge CYCLIC branch changes
1998-01-26 04:50:17 +00:00
peter
ef35b33b9f
Restore file that was inadvertently deleted last time
1998-01-26 04:48:56 +00:00
peter
09c3704f4b
Remove stray files
1998-01-26 04:47:16 +00:00
peter
2c9ec089a9
missing bracket
1998-01-26 03:54:53 +00:00
peter
164a615da2
Merge changes from CYCLIC onto main branch
1998-01-26 03:29:29 +00:00
peter
7a4c09bb43
Merge changes from CYCLIC branch onto mainline. rcs.[ch] still to come.
1998-01-26 03:24:11 +00:00
peter
e6e45661e4
Import cvs-1.9.23 as at 19980123. There are a number of really nice
...
things fixed in here, including the '-ko' vs. -A problem with
remote cvs which caused all files with -ko to be resent each time
(which is damn painful over a modem, I can tell you). It also found a
heap of stray empty directories that should have been pruned with the -P
flag to cvs update but were not for some reason.
It also has the fully integrated rcs and diff, so no more fork/exec
overheads for rcs,ci,patch,diff,etc. This means that it parses the control
data in the rcs files only once rather than twice or more.
If the 'cvs diff' vs. Index thing is going to be fixed for future patch
compatability, this is the place to do it.
1998-01-26 03:09:57 +00:00
peter
6389db38d7
This commit was generated by cvs2svn to compensate for changes in r32785,
...
which included commits to RCS files with non-trunk default branches.
1998-01-26 03:09:57 +00:00
imp
7d01b0b30c
MFC: sprintf paranoia
1998-01-22 00:04:57 +00:00
ache
13e5834cba
Back out my -L change, now "patch -I" usage supposed to get Index:
...
precedence
1998-01-21 15:20:29 +00:00
bde
92f63c1a9a
Removed redundant declarations. Keymap functions are declared in
...
<readline/keymaps.h> which is included here.
1998-01-16 09:12:05 +00:00
bde
e6db38b6e8
Use the system __CONCAT() instead of /**/ for concatenation in the
...
non-ANSI case. The system version is normally also /**/, but may
be different to support K&R compilers other than gcc -traditional.
1998-01-16 08:59:21 +00:00
bde
4859a7febe
Fixed copying of N_TXTADDR() from the system version in the previous
...
revision. N_TXTADDR() was 0x20 too high in the usual case.
Reported by: luoqi@watermarkgroup.com (Luoqi Chen)
1998-01-16 08:46:50 +00:00
ache
6057fb933d
Fix wrong ---/*** names produced using -L diff option
...
CVS gurus from info-cvs agrees that previous Index: usage is bogus
1998-01-16 06:00:36 +00:00
steve
08b49644b3
vmunix -> kernel
...
PR: 5484
Submitted by: Vasily V. Grechishnikov <bazilio@ns1.ied-vorstu.ac.ru>
1998-01-13 14:17:10 +00:00
julian
993698cd4d
Allow a -D'date' option to be included with a -r'branch'
...
on a checkout.
this allows us to do:
cd /usr/src/sys
cvs update -rRELENGE_2_2 -D"Yesterday"
which has been a feature sorely needed for any project with active branches.
warning: this breaks on usr.sbin/pkg_install for some reason.
everything else works as advertised.
(other things allready break on pkg_install, so it's not the fault of
this patch, it just falls faul of another bug somewhere)
If I had more time I'd make -r always accept the same syntax as -j (tag:data)
1998-01-12 06:51:07 +00:00
jb
e430c03c79
Upgrade the cpp pre-defines to include -Dunix. Turns out we need that
...
to compile m4.
And don't just define __FreeBSD__, but define it as -D__FreeBSD__=3
like on i386.
1998-01-12 02:53:28 +00:00
jb
f0c9fe97ad
Add the alpha MD files for gcc to product ELF for FreeBSD/Alpha.
...
See freebsd.h and freebsd-elf.h for the silly comment that cgd@netbsd.org
wanted me to add about his claim that uncommented source files that
have been publicly available for ftp for nearly a year; that are
configuration patches to a GPL'ed program; are owned by his previous
employer who refuses to release them. Well... I did as he said. As if
that makes a difference!
At this point we've got cpp, gcc, g++ ported to FreeBSD/Alpha so all
the code that uses __FreeBSD__ is correctly pre-processed. Yay.
I'll commit the bootstrap makefile next to let others play, then on
to libc.
1998-01-11 04:39:46 +00:00
jb
97367c5e32
NetBSD has sys_errlist in errno.h, not stdio.h like FreeBSD.
1998-01-09 20:02:20 +00:00
steve
d25208f22b
Fix an anomaly in the option descriptions.
...
PR: 5469
Submitted by: NOKUBI Hirotaka <h-nokubi@yyy.or.jp>
1998-01-09 18:46:53 +00:00
ache
77a7340ab7
Remove library funcs we already have
1998-01-04 20:45:41 +00:00
ache
f2852b4193
Reflect new import
1998-01-04 20:28:01 +00:00
ache
656b2e5431
This commit was generated by cvs2svn to compensate for changes in r32243,
...
which included commits to RCS files with non-trunk default branches.
1998-01-04 20:25:29 +00:00
ache
438e7809d9
Raw import of patch 2.5
1998-01-04 20:25:29 +00:00
pst
a472b7fd71
Handle frame relay, decode ATM VP/VC info, and handle ISO over FR.
1998-01-01 04:13:54 +00:00
pst
a610ac10b8
Add frame-relay decode support.
1997-12-31 21:50:31 +00:00
wosch
9689b05da5
Add OS macros for FreeBSD 2.2.6, OpenBSD 2.2, OpenBSD 2.3.
1997-12-28 18:20:05 +00:00
steve
c1ac2cdd1c
Remove one last /etc/sysconfig reference.
...
PR: 3460
Pointed out by: hoek@FreeBSD.org
1997-12-27 20:00:13 +00:00
jkh
7c6fbc207a
diff to /usr/share/tmac/mdoc/mdoc-syms to accept
...
.Fx 2.2.1
.Fx 2.2.2
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1997-12-27 05:55:15 +00:00
alex
cbab4c9147
YTK fix.
1997-12-22 23:00:35 +00:00
jb
b93ad9c7b6
Reviewed by: William LeFebvre <wnl@groupsys.com>
...
Change errno -> error in local structure to avoid a clash with the
thread-aware version of errno which is required for a thread-safe libc.
Have discussed this with the author and he has agreed to this change. 8-)
1997-12-22 19:39:20 +00:00
jraynard
0c9ee5593c
Year 2000 fixes for groff
...
PR: 4930
Submitted by: Stephen J. Roznowski
1997-12-20 22:29:55 +00:00
bde
e3217cf458
Don't print "Making info file ...' except in verbose mode.
1997-12-19 21:20:07 +00:00
bde
93f1da9dce
Backed out all FreeBSD changes. They are unnecessary now that bfd
...
understands kernels.
Reviewed by: jdp
1997-12-19 21:09:20 +00:00
bde
98ed8d085c
Override gdb's version of N_TXTADDR() with the (new) system version
...
so that gdb gets the text address right for kernels. Override some
other macros to get a consistent set.
Reviewed by: jdp
1997-12-19 21:08:54 +00:00
bde
a3800989c1
Close some file descriptors on exec so that the inferior process gets
...
a normal environment. Fd's 3 and 4 were usually left open.
1997-12-17 13:23:51 +00:00
cwt
de0e4f242e
Remove extra cruft. The previouos commit silently removed source ifles no longer required as of v2.2.1 as well.
1997-12-15 23:27:04 +00:00
cwt
7cb55de6f5
Resolve -Wall issues and be stylistic about #include directives.
1997-12-15 23:23:35 +00:00
cwt
4fda3be450
Merge and resolve conflicts...
1997-12-15 23:13:53 +00:00
cwt
2d4696c8a0
Import of virgin Global v2_2_1 sources
1997-12-15 23:08:46 +00:00
cwt
b1200e5a86
This commit was generated by cvs2svn to compensate for changes in r31750,
...
which included commits to RCS files with non-trunk default branches.
1997-12-15 23:08:46 +00:00