summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Reduce the sleep(1) inbetween each diff, as suggested by bde some timepeter1998-02-081-2/+4
| | | | ago. The real fix is rather large.
* Painless merge...cwt1998-02-023-4/+9
|
* This commit was generated by cvs2svn to compensate for changes in r33011,cwt1998-02-0211-46/+201
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Global v2.24cwt1998-02-0234-107/+320
| |
* | Cosmetic cleanups for the local tag support. Since rcs isn't calledpeter1998-01-312-17/+7
| | | | | | | | anymore, don't do all the putenv's for it's benefit.
* | Merge vendor changes to files that we've touched onto mainline.peter1998-01-303-8/+47
| | | | | | | | (If only all import/merges were this trivial :-)
* | This commit was generated by cvs2svn to compensate for changes in r32896,peter1998-01-3011-11/+391
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import cvs-1.9.24 since it came quite soon after the snapshot that waspeter1998-01-3014-19/+438
| | | | | | | | | | | | | | | imported a few days ago. There is very little difference, except that the remote protocol apparently supports wrappers and -k options better.
* | | Update import instructions from last time.peter1998-01-301-1/+2
| | |
* | | Merge CYCLIC branch changespeter1998-01-261-11/+18
| | |
* | | Restore file that was inadvertently deleted last timepeter1998-01-261-0/+97
| | |
* | | Remove stray filespeter1998-01-265-475/+0
| | |
* | | missing bracketpeter1998-01-261-0/+1
| | |
* | | Merge changes from CYCLIC onto main branchpeter1998-01-262-476/+2981
| | |
* | | Merge changes from CYCLIC branch onto mainline. rcs.[ch] still to come.peter1998-01-2611-882/+1904
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r32785,peter1998-01-26108-6758/+39791
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import cvs-1.9.23 as at 19980123. There are a number of really nicepeter1998-01-26122-8121/+44690
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | MFC: sprintf paranoiaimp1998-01-221-7/+8
| | |
* | | Back out my -L change, now "patch -I" usage supposed to get Index:ache1998-01-211-13/+7
| | | | | | | | | | | | precedence
* | | Removed redundant declarations. Keymap functions are declared inbde1998-01-161-6/+0
| | | | | | | | | | | | <readline/keymaps.h> which is included here.
* | | Use the system __CONCAT() instead of /**/ for concatenation in thebde1998-01-161-1/+2
| | | | | | | | | | | | | | | non-ANSI case. The system version is normally also /**/, but may be different to support K&R compilers other than gcc -traditional.
* | | Fixed copying of N_TXTADDR() from the system version in the previousbde1998-01-161-1/+1
| | | | | | | | | | | | | | | | | | revision. N_TXTADDR() was 0x20 too high in the usual case. Reported by: luoqi@watermarkgroup.com (Luoqi Chen)
* | | Fix wrong ---/*** names produced using -L diff optionache1998-01-161-7/+13
| | | | | | | | | | | | CVS gurus from info-cvs agrees that previous Index: usage is bogus
* | | vmunix -> kernelsteve1998-01-131-1/+1
| | | | | | | | | | | | | | | PR: 5484 Submitted by: Vasily V. Grechishnikov <bazilio@ns1.ied-vorstu.ac.ru>
* | | Allow a -D'date' option to be included with a -r'branch'julian1998-01-122-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | Upgrade the cpp pre-defines to include -Dunix. Turns out we need thatjb1998-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | to compile m4. And don't just define __FreeBSD__, but define it as -D__FreeBSD__=3 like on i386.
* | | Add the alpha MD files for gcc to product ELF for FreeBSD/Alpha.jb1998-01-1114-0/+8479
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | NetBSD has sys_errlist in errno.h, not stdio.h like FreeBSD.jb1998-01-091-0/+1
| | |
* | | Fix an anomaly in the option descriptions.steve1998-01-091-1/+2
| | | | | | | | | | | | | | | PR: 5469 Submitted by: NOKUBI Hirotaka <h-nokubi@yyy.or.jp>
* | | Remove library funcs we already haveache1998-01-043-311/+2
| | |
* | | Reflect new importache1998-01-041-5/+0
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r32243,ache1998-01-0415-121/+3508
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Raw import of patch 2.5ache1998-01-0415-121/+3508
| | | |
* | | | Handle frame relay, decode ATM VP/VC info, and handle ISO over FR.pst1998-01-014-57/+218
| | | |
* | | | Add frame-relay decode support.pst1997-12-311-0/+423
| | | |
* | | | Add OS macros for FreeBSD 2.2.6, OpenBSD 2.2, OpenBSD 2.3.wosch1997-12-281-0/+6
| | | |
* | | | Remove one last /etc/sysconfig reference.steve1997-12-271-1/+1
| | | | | | | | | | | | | | | | | | | | PR: 3460 Pointed out by: hoek@FreeBSD.org
* | | | diff to /usr/share/tmac/mdoc/mdoc-syms to acceptjkh1997-12-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | .Fx 2.2.1 .Fx 2.2.2 Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* | | | YTK fix.alex1997-12-221-2/+2
| | | |
* | | | Reviewed by: William LeFebvre <wnl@groupsys.com>jb1997-12-221-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-)
* | | | Year 2000 fixes for groffjraynard1997-12-202-2/+2
| | | | | | | | | | | | | | | | | | | | PR: 4930 Submitted by: Stephen J. Roznowski
* | | | Don't print "Making info file ...' except in verbose mode.bde1997-12-191-1/+1
| | | |
* | | | Backed out all FreeBSD changes. They are unnecessary now that bfdbde1997-12-191-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | understands kernels. Reviewed by: jdp
* | | | Override gdb's version of N_TXTADDR() with the (new) system versionbde1997-12-191-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | so that gdb gets the text address right for kernels. Override some other macros to get a consistent set. Reviewed by: jdp
* | | | Close some file descriptors on exec so that the inferior process getsbde1997-12-172-0/+2
| | | | | | | | | | | | | | | | a normal environment. Fd's 3 and 4 were usually left open.
* | | | Remove extra cruft. The previouos commit silently removed source ifles no ↵cwt1997-12-158-146/+0
| | | | | | | | | | | | | | | | longer required as of v2.2.1 as well.
* | | | Resolve -Wall issues and be stylistic about #include directives.cwt1997-12-1528-1187/+108
| | | |
* | | | Merge and resolve conflicts...cwt1997-12-153-266/+250
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r31750,cwt1997-12-1571-427/+5322
|\ \ \ \ | | |_|/ | |/| | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import of virgin Global v2_2_1 sourcescwt1997-12-1574-693/+5572
| | | |
OpenPOWER on IntegriCloud