CVS log for src/lib/libc/gen/getcap.c
Up to [FreeBSD] / src / lib / libc / gen
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.23.2.1.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 11 04:20:22 2011 UTC (3 months ago) by kensmith
Branches: RELENG_9_0
CVS tags: RELENG_9_0_0_RELEASE
Diff to: previous 1.23.2.1: preferred, colored
Changes since revision 1.23.2.1: +0 -0 lines
SVN rev 227445 on 2011-11-11 04:20:22Z by kensmith Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release cycle. Approved by: re (implicit)
Revision 1.23.2.1: download - view: text, markup, annotated - select for diffs
Fri Sep 23 00:51:37 2011 UTC (4 months, 2 weeks ago) by kensmith
Branches: RELENG_9
CVS tags: RELENG_9_0_BP
Branch point for: RELENG_9_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +0 -0 lines
SVN rev 225736 on 2011-09-23 00:51:37Z by kensmith Copy head to stable/9 as part of 9.0-RELEASE release cycle. Approved by: re (implicit)
Revision 1.20.2.2.4.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:10:29 2010 UTC (13 months, 2 weeks ago) by kensmith
Branches: RELENG_7_4
CVS tags: RELENG_7_4_0_RELEASE
Diff to: previous 1.20.2.2: preferred, colored; next MAIN 1.20.6.1: preferred, colored
Changes since revision 1.20.2.2: +0 -0 lines
SVN rev 216618 on 2010-12-21 17:10:29Z by kensmith Copy stable/7 to releng/7.4 in preparation for FreeBSD-7.4 release. Approved by: re (implicit)
Revision 1.22.2.2.4.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:09:25 2010 UTC (13 months, 2 weeks ago) by kensmith
Branches: RELENG_8_2
CVS tags: RELENG_8_2_0_RELEASE
Diff to: previous 1.22.2.2: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22.2.2: +0 -0 lines
SVN rev 216617 on 2010-12-21 17:09:25Z by kensmith Copy stable/8 to releng/8.2 in preparation for FreeBSD-8.2 release. Approved by: re (implicit)
Revision 1.22.2.2.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 14 02:09:06 2010 UTC (19 months, 4 weeks ago) by kensmith
Branches: RELENG_8_1
CVS tags: RELENG_8_1_0_RELEASE
Diff to: previous 1.22.2.2: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22.2.2: +0 -0 lines
SVN rev 209145 on 2010-06-14 02:09:06Z by kensmith Copy stable/8 to releng/8.1 in preparation for 8.1-RC1. Approved by: re (implicit)
Revision 1.20.2.2.2.1: download - view: text, markup, annotated - select for diffs
Wed Feb 10 00:26:20 2010 UTC (2 years ago) by kensmith
Branches: RELENG_7_3
CVS tags: RELENG_7_3_0_RELEASE
Diff to: previous 1.20.2.2: preferred, colored; next MAIN 1.20.6.1: preferred, colored
Changes since revision 1.20.2.2: +0 -0 lines
SVN rev 203736 on 2010-02-10 00:26:20Z by kensmith Copy stable/7 to releng/7.3 as part of the 7.3-RELEASE process. Approved by: re (implicit)
Revision 1.20.2.2: download - view: text, markup, annotated - select for diffs
Wed Dec 2 03:08:29 2009 UTC (2 years, 2 months ago) by wollman
Branches: RELENG_7
CVS tags: RELENG_7_4_BP, RELENG_7_3_BP
Branch point for: RELENG_7_4, RELENG_7_3
Diff to: previous 1.20.2.1: preferred, colored; branchpoint 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20.2.1: +2 -3 lines
SVN rev 200017 on 2009-12-02 03:08:29Z by wollman MFC revs 199781,199782,199784,199786: Eliminate dead stores. In __mbsconv(), if prec was zero, nconv could have been used uninitialized. Initialize it to a safe value so that there's no chance of returning an error if stack garbage happens to be equal to (size_t)-1 or (size_t)-2. In clnt_raw_create(), avoid minor race condition initializing the file-scope variable clntraw_private. Mark head rev 199785 as merged; 7-STABLE's version of svc_raw_reply() doesn't have the same bug (or even look all that similar). Found by: Clang static analyzer
Revision 1.22.2.2: download - view: text, markup, annotated - select for diffs
Wed Dec 2 02:47:29 2009 UTC (2 years, 2 months ago) by wollman
Branches: RELENG_8
CVS tags: RELENG_8_2_BP, RELENG_8_1_BP
Branch point for: RELENG_8_2, RELENG_8_1
Diff to: previous 1.22.2.1: preferred, colored; branchpoint 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22.2.1: +2 -3 lines
SVN rev 200016 on 2009-12-02 02:47:29Z by wollman MFC revs 199781,199782,199784,199785,199786: Eliminate dead stores. In __mbsconv(), if prec was zero, nconv could have been used uninitialized. Initialize it to a safe value so that there's no chance of returning an error if stack garbage happens to be equal to (size_t)-1 or (size_t)-2. In svc_raw_reply(), don't leave stat uninitialized if the MSG_ACCEPTED && SUCCESS case succeeds. The stack garbage might be zero. In clnt_raw_create(), avoid minor race condition initializing the file-scope variable clntraw_private. Found by: Clang static analyzer
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Nov 25 04:45:45 2009 UTC (2 years, 2 months ago) by wollman
Branches: MAIN
CVS tags: RELENG_9_BP, HEAD
Branch point for: RELENG_9
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -3 lines
SVN rev 199784 on 2009-11-25 04:45:45Z by wollman Eliminate more dead stores. Found by: Clang static analyzer MFC after: 7 days
Revision 1.22.2.1.2.1: download - view: text, markup, annotated - select for diffs
Sun Oct 25 01:10:29 2009 UTC (2 years, 3 months ago) by kensmith
Branches: RELENG_8_0
CVS tags: RELENG_8_0_0_RELEASE
Diff to: previous 1.22.2.1: preferred, colored; next MAIN 1.22.2.2: preferred, colored
Changes since revision 1.22.2.1: +0 -0 lines
SVN rev 198460 on 2009-10-25 01:10:29Z by kensmith Copy stable/8 to releng/8.0 as part of 8.0-RELEASE release procedure. Approved by: re (implicit)
Revision 1.22.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 3 08:13:06 2009 UTC (2 years, 6 months ago) by kensmith
Branches: RELENG_8
CVS tags: RELENG_8_0_BP
Branch point for: RELENG_8_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +0 -0 lines
SVN rev 196045 on 2009-08-03 08:13:06Z by kensmith Copy head to stable/8 as part of 8.0 Release cycle. Approved by: re (Implicit)
Revision 1.19.12.1: download - view: text, markup, annotated - select for diffs
Thu May 28 21:52:36 2009 UTC (2 years, 8 months ago) by delphij
Branches: RELENG_6
Diff to: previous 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19: +7 -5 lines
SVN rev 193000 on 2009-05-28 21:52:36Z by delphij Merge r192129+r190661: Properly handle malloc() failures. PR: bin/83338
Revision 1.20.2.1: download - view: text, markup, annotated - select for diffs
Thu May 28 21:52:00 2009 UTC (2 years, 8 months ago) by delphij
Branches: RELENG_7
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +7 -5 lines
SVN rev 192999 on 2009-05-28 21:52:00Z by delphij Merge r192129+r190661: Properly handle malloc() failures. PR: bin/83338
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu May 14 23:09:33 2009 UTC (2 years, 8 months ago) by delphij
Branches: MAIN
CVS tags: RELENG_8_BP
Branch point for: RELENG_8
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
SVN rev 192129 on 2009-05-14 23:09:33Z by delphij As the comment says, close() frees the variable, record. So we obtain the length by evaluating the value from the copy, cbuf instead. This fixes a crash caused by previous commit (use-after-free) Submitted by: Dimitry Andric <dimitry andric com> Pointy hat to: delphij
Revision 1.20.8.1: download - view: text, markup, annotated - select for diffs
Wed Apr 15 03:14:26 2009 UTC (2 years, 9 months ago) by kensmith
Branches: RELENG_7_2
CVS tags: RELENG_7_2_0_RELEASE
Diff to: previous 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20: +0 -0 lines
SVN rev 191087 on 2009-04-15 03:14:26Z by kensmith Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE. Approved by: re (implicit)
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Apr 2 22:17:02 2009 UTC (2 years, 10 months ago) by delphij
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +7 -5 lines
SVN rev 190661 on 2009-04-02 22:17:02Z by delphij Properly handle malloc() failures. PR: bin/83338
Revision 1.20.6.1: download - view: text, markup, annotated - select for diffs
Tue Nov 25 02:59:29 2008 UTC (3 years, 2 months ago) by kensmith
Branches: RELENG_7_1
CVS tags: RELENG_7_1_0_RELEASE
Diff to: previous 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20: +0 -0 lines
SVN rev 185281 on 2008-11-25 02:59:29Z by kensmith Create releng/7.1 in preparation for moving into RC phase of 7.1 release cycle. Approved by: re (implicit)
Revision 1.19.24.1: download - view: text, markup, annotated - select for diffs
Thu Oct 2 02:57:24 2008 UTC (3 years, 4 months ago) by kensmith
Branches: RELENG_6_4
CVS tags: RELENG_6_4_0_RELEASE
Diff to: previous 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19: +0 -0 lines
SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith Create releng/6.4 from stable/6 in preparation for 6.4-RC1. Approved by: re (implicit)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Jan 9 00:27:53 2007 UTC (5 years, 1 month ago) by imp
Branches: MAIN
CVS tags: RELENG_7_BP, RELENG_7_2_BP, RELENG_7_1_BP, RELENG_7_0_BP, RELENG_7_0_0_RELEASE, RELENG_7_0
Branch point for: RELENG_7_2, RELENG_7_1, RELENG_7
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +0 -4 lines
Per Regents of the University of Calfornia letter, remove advertising clause. # If I've done so improperly on a file, please let me know.
Revision 1.17.2.1: download - view: text, markup, annotated - select for diffs
Tue Jan 7 21:49:20 2003 UTC (9 years, 1 month ago) by thomas
Branches: RELENG_5_0
CVS tags: RELENG_5_0_0_RELEASE
Diff to: previous 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17: +3 -0 lines
MFC rev 1.19: In cgetmatch(3), return -1 if a NULL or 0-length name parameter is used. This prevents lpd from hanging at boot with certain (legal) printcap entries. Approved by: re (jhb)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Jan 2 10:19:43 2003 UTC (9 years, 1 month ago) by thomas
Branches: MAIN
CVS tags: RELENG_6_BP, RELENG_6_4_BP, RELENG_6_3_BP, RELENG_6_3_0_RELEASE, RELENG_6_3, RELENG_6_2_BP, RELENG_6_2_0_RELEASE, RELENG_6_2, RELENG_6_1_BP, RELENG_6_1_0_RELEASE, RELENG_6_1, RELENG_6_0_BP, RELENG_6_0_0_RELEASE, RELENG_6_0, RELENG_5_BP, RELENG_5_5_BP, RELENG_5_5_0_RELEASE, RELENG_5_5, RELENG_5_4_BP, RELENG_5_4_0_RELEASE, RELENG_5_4, RELENG_5_3_BP, RELENG_5_3_0_RELEASE, RELENG_5_3, RELENG_5_2_BP, RELENG_5_2_1_RELEASE, RELENG_5_2_0_RELEASE, RELENG_5_2, RELENG_5_1_BP, RELENG_5_1_0_RELEASE, RELENG_5_1, RELENG_5
Branch point for: RELENG_6_4, RELENG_6
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -0 lines
In cgetmatch(3), return -1 if a NULL or 0-length name parameter is used. This situation most notably arises in chkprintcap, when a /etc/printcap entry has an empty rp= attribute. In that case, cgetmatch would enter an infinite loop if any entry in the file has multiple names. This causes lpd to hang at boot time on 5.0-DP2 when both conditions are met (:rp=: and multiple names -- not necessarily on the same entry). Reviewed by: roberto
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Dec 27 08:43:40 2002 UTC (9 years, 1 month ago) by alfred
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +12 -5 lines
Silence casting away constness warnings. Make cgetmatch's locals const. Make cdbget take a const string and copy it into a buffer.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Mar 22 09:18:24 2002 UTC (9 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELENG_5_0_BP
Branch point for: RELENG_5_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -4 lines
Remove multi-line __P() usage.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Mar 22 02:43:01 2002 UTC (9 years, 10 months ago) by imp
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +14 -32 lines
const poison just like NetBSD.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Feb 1 00:57:29 2002 UTC (10 years ago) by obrien
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +21 -21 lines
Fix SCM ID's.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jan 24 12:59:22 2001 UTC (11 years ago) by deischen
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -2 lines
Remove _THREAD_SAFE and make libc thread-safe by default by adding (weak definitions to) stubs for some of the pthread functions. If the threads library is linked in, the real pthread functions will pulled in. Use the following convention for system calls wrapped by the threads library: __sys_foo - actual system call _foo - weak definition to __sys_foo foo - weak definition to __sys_foo Change all libc uses of system calls wrapped by the threads library from foo to _foo. In order to define the prototypes for _foo(), we introduce namespace.h and un-namespace.h (suggested by bde). All files that need to reference these system calls, should include namespace.h before any standard includes, then include un-namespace.h after the standard includes and before any local includes. <db.h> is an exception and shouldn't be included in between namespace.h and un-namespace.h namespace.h will define foo to _foo, and un-namespace.h will undefine foo. Try to eliminate some of the recursive calls to MT-safe functions in libc/stdio in preparation for adding a mutex to FILE. We have recursive mutexes, but would like to avoid using them if possible. Remove uneeded includes of <errno.h> from a few files. Add $FreeBSD$ to a few files in order to pass commitprep. Approved by: -arch
Revision 1.11.2.2: download - view: text, markup, annotated - select for diffs
Mon Jan 15 06:48:09 2001 UTC (11 years ago) by gad
Branches: RELENG_4
CVS tags: RELENG_4_9_BP, RELENG_4_9_0_RELEASE, RELENG_4_9, RELENG_4_8_BP, RELENG_4_8_0_RELEASE, RELENG_4_8, RELENG_4_7_BP, RELENG_4_7_0_RELEASE, RELENG_4_7, RELENG_4_6_BP, RELENG_4_6_2_RELEASE, RELENG_4_6_1_RELEASE, RELENG_4_6_0_RELEASE, RELENG_4_6, RELENG_4_5_BP, RELENG_4_5_0_RELEASE, RELENG_4_5, RELENG_4_4_BP, RELENG_4_4_0_RELEASE, RELENG_4_4, RELENG_4_3_BP, RELENG_4_3_0_RELEASE, RELENG_4_3, RELENG_4_11_BP, RELENG_4_11_0_RELEASE, RELENG_4_11, RELENG_4_10_BP, RELENG_4_10_0_RELEASE, RELENG_4_10
Diff to: previous 1.11.2.1: preferred, colored; branchpoint 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11.2.1: +22 -8 lines
(MFC from 2000/12/01) - Fix error-handling logic so ferror is called before fclose, instead of immediately after it. (1.13) PR: bin/22965
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Dec 2 00:07:56 2000 UTC (11 years, 2 months ago) by gad
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +22 -8 lines
Fix some error-handling logic so that ferror is called before fclose, instead of immediately after the fclose. The previous logic did work on freebsd, but is somewhat risky practice (and causes trouble when porting to other OS's). PR: bin/22965 Reviewed by: Garrett Wollman
Revision 1.11.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 4 01:31:56 2000 UTC (11 years, 8 months ago) by hoek
Branches: RELENG_4
CVS tags: RELENG_4_2_0_RELEASE, RELENG_4_1_1_RELEASE, RELENG_4_1_0_RELEASE
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -2 lines
MFC: fix memory leak that sometimes occured if getent() failed
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun May 21 02:55:09 2000 UTC (11 years, 8 months ago) by hoek
Branches: MAIN
CVS tags: PRE_SMPNG
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -2 lines
Fix a memory leak in getent() that occurred when the requested entry could not be found. PR: bin/17084
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jan 27 23:06:16 2000 UTC (12 years ago) by jasone
Branches: MAIN
CVS tags: RELENG_4_BP, RELENG_4_0_0_RELEASE
Branch point for: RELENG_4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -8 lines
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), just use _foo() <-- foo(). In the case of a libpthread that doesn't do call conversion (such as linuxthreads and our upcoming libpthread), this is adequate. In the case of libc_r, we still need three names, which are now _thread_sys_foo() <-- _foo() <-- foo(). Convert all internal libc usage of: aio_suspend(), close(), fsync(), msync(), nanosleep(), open(), fcntl(), read(), and write() to _foo() instead of foo(). Remove all internal libc usage of: creat(), pause(), sleep(), system(), tcdrain(), wait(), and waitpid(). Make thread cancellation fully POSIX-compliant. Suggested by: deischen
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jan 12 09:23:12 2000 UTC (12 years, 1 month ago) by jasone
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +8 -8 lines
Add three-tier symbol naming in support of POSIX thread cancellation points. For library functions, the pattern is __sleep() <-- _libc_sleep() <-- sleep(). The arrows represent weak aliases. For system calls, the pattern is _read() <-- _libc_read() <-- read().
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Nov 4 04:16:26 1999 UTC (12 years, 3 months ago) by ache
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -1 lines
Add unsigned char cast to isspace arg
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Mar 21 03:45:58 1999 UTC (12 years, 10 months ago) by imp
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -7 lines
Don't be so selective about which errors cause us to continue and which ones cause us to fail. Now all open errors on the databse file will cause the next file in the list to be tried. Submitted by: Arne Henrik Juul <arnej@math.ntnu.no> PR: 4585
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Sep 16 04:17:42 1998 UTC (13 years, 4 months ago) by imp
Branches: MAIN
CVS tags: RELENG_3_BP, RELENG_3_5_0_RELEASE, RELENG_3_4_0_RELEASE, RELENG_3_3_0_RELEASE, RELENG_3_2_PAO_BP, RELENG_3_2_PAO, RELENG_3_2_0_RELEASE, RELENG_3_1_0_RELEASE, RELENG_3_0_0_RELEASE, RELENG_3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +7 -7 lines
Replace memory leaking instances of realloc with non-leaking reallocf. In some cases replace if (a == null) a = malloc(x); else a = realloc(a, x); with simple reallocf(a, x). Per ANSI-C, this is guaranteed to be the same thing. I've been running these on my system here w/o ill effects for some time. However, the CTM-express is at part 6 of 34 for the CAM changes, so I've not been able to do a build world with the CAM in the tree with these changes. Shouldn't impact anything, but...
Revision 1.4.2.1: download - view: text, markup, annotated - select for diffs
Sun Oct 26 00:46:42 1997 UTC (14 years, 3 months ago) by jdp
Branches: RELENG_2_2
CVS tags: RELENG_2_2_8_RELEASE, RELENG_2_2_7_RELEASE, RELENG_2_2_6_RELEASE
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +2 -2 lines
Merge from main branch 1.4 -> 1.6: Fix misuse of NULL, and use SEEK_SET instead of L_SET.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Oct 26 00:41:51 1997 UTC (14 years, 3 months ago) by jdp
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Change L_SET to SEEK_SET for POSIX compliance. Submitted by: Dean Gaudet <dgaudet@arctic.org>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Sep 18 14:00:59 1997 UTC (14 years, 4 months ago) by phk
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Many places in the code NULL is used in integer context, where plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
Revision 1.3.4.2: download - view: text, markup, annotated - select for diffs
Wed Jun 5 02:46:50 1996 UTC (15 years, 8 months ago) by jkh
Branches: RELENG_2_1_0
CVS tags: RELENG_2_1_7_RELEASE, RELENG_2_1_6_RELEASE, RELENG_2_1_6_1_RELEASE, RELENG_2_1_5_RELEASE
Diff to: previous 1.3.4.1: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.4.1: +3 -0 lines
This 3rd mega-commit should hopefully bring us back to where we were. I can get it to `make world' succesfully, anyway!
Revision 1.3.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 3 05:06:37 1996 UTC (15 years, 8 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +0 -3 lines
Phase 2 of merge - also fix things broken in phase 1. Watch out for falling rock until phase 3 is over! libc completely merged except for phkmalloc & rfork (don't know if David wants that). Some include files in sys/ had to be updated in order to bring in libc.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Oct 22 14:36:15 1995 UTC (16 years, 3 months ago) by phk
Branches: MAIN
CVS tags: RELENG_2_2_BP, RELENG_2_2_5_RELEASE, RELENG_2_2_2_RELEASE, RELENG_2_2_1_RELEASE, RELENG_2_2_0_RELEASE
Branch point for: RELENG_2_2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +0 -3 lines
Minor cleanup, mostly unused vars and missing #includes.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue May 30 05:40:13 1995 UTC (16 years, 8 months ago) by rgrimes
Branches: MAIN
CVS tags: RELENG_2_1_0_RELEASE, RELENG_2_1_0_BP, RELENG_2_0_5_RELEASE, RELENG_2_0_5_BP, RELENG_2_0_5
Branch point for: RELENG_2_1_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +27 -27 lines
Remove trailing whitespace.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun May 14 22:29:13 1995 UTC (16 years, 9 months ago) by ache
Branches: MAIN
CVS tags: RELENG_2_0_5_ALPHA
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -1 lines
Parse ^? now, our termcap use it and some termcaps from other systems use it too
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri May 27 04:56:41 1994 UTC (17 years, 8 months ago) by rgrimes
Branches: CSRG
CVS tags: bsd_44_lite_2, bsd_44_lite, RELEASE_2_0, BETA_2_0, ALPHA_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
BSD 4.4 Lite Lib Sources
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri May 27 04:56:40 1994 UTC (17 years, 8 months ago) by rgrimes
Branches: MAIN
Initial revision
