The NetBSD Project

CVS log for src/lib/libutil/shlib_version

[BACK] Up to [cvs.NetBSD.org] / src / lib / libutil

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.51 / (download) - annotate - [select for diffs], Sat Apr 7 16:44:39 2012 UTC (13 months, 1 week ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, tls-maxphys-nbase, tls-maxphys-base, tls-maxphys, agc-symver-base, agc-symver, HEAD
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

- add getdiskrawname.
- exit on error for lint.

Revision 1.50 / (download) - annotate - [select for diffs], Sat Apr 7 04:04:45 2012 UTC (13 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

add getfsspecname

Revision 1.49 / (download) - annotate - [select for diffs], Tue Aug 30 12:39:52 2011 UTC (20 months, 3 weeks ago) by bouyer
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Branch point for: yamt-pagecache
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored)

Add getlabelusesmbr(), as proposed in
http://mail-index.netbsd.org/tech-userlevel/2011/08/25/msg005404.html
This is used by disk tools such as disklabel(8) to dynamically decide is
the undelyling platform uses a disklabel-in-mbr-partition or not
(instead of using a compile-time list of ports).
getlabelusesmbr() reads the sysctl kern.labelusesmbr, takes its value from the
machdep #define LABELUSESMBR.
For evbmips, make LABELUSESMBR 1 if the platform uses pmon
as bootloader, and 0 (the previous value) otherwise.

Revision 1.48 / (download) - annotate - [select for diffs], Sun Aug 28 07:45:14 2011 UTC (20 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

add strpct, requested by joerg

Revision 1.47 / (download) - annotate - [select for diffs], Wed May 13 02:50:32 2009 UTC (4 years ago) by pgoyette
Branch: MAIN
CVS Tags: matt-premerge-20091211, matt-mips64-premerge-20101231, jym-xensuspend-nbase, jym-xensuspend-base, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

Implement snprintb_m(3) to provide multi-line bit/bit-field decode.
Discussed on tech-kern.

Revision 1.46 / (download) - annotate - [select for diffs], Sun Jan 11 02:57:18 2009 UTC (4 years, 4 months ago) by christos
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

merge christos-time_t

Revision 1.45 / (download) - annotate - [select for diffs], Tue Sep 25 01:13:56 2007 UTC (5 years, 7 months ago) by lukem
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, mjf-devfs2, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf, christos-time_t-base, christos-time_t
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

Add raise_default_signal(3) -- raise the default signal handler.
Can be used by applications that have their own SIGINT (et al)
handlers and want to exit in a manner that correctly
signals to the parent that the process was terminated by a signal.
See http://www.cons.org/cracauer/sigint.html for more info.
Discussed on tech-userlevel@.

Revision 1.44 / (download) - annotate - [select for diffs], Sun Jul 1 21:41:16 2007 UTC (5 years, 10 months ago) by pooka
Branch: MAIN
CVS Tags: matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: matt-armv6
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

add estrndup()

Revision 1.43 / (download) - annotate - [select for diffs], Sun Feb 4 08:19:26 2007 UTC (6 years, 3 months ago) by elad
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

Add support for per-user /tmp.

Enabled via per_user_tmp in /etc/rc.conf (default off).

See security(8) and rc.conf(5) for more details.

Lots of input from thorpej@ & christos@, thanks!

Revision 1.42 / (download) - annotate - [select for diffs], Thu Dec 14 20:09:36 2006 UTC (6 years, 5 months ago) by he
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

Complete the move of string_to_flags() and flags_to_string() from the
bin/ls sources to libutil:
 o Bump libutil minor version number
 o Fix uses to include <util.h> to pick up the function definitions
 o Fix most uses of flags_to_string() to release the now-malloc()ed result

Revision 1.41 / (download) - annotate - [select for diffs], Fri Nov 17 22:10:23 2006 UTC (6 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

add getdate.

Revision 1.40 / (download) - annotate - [select for diffs], Sat Aug 26 18:11:12 2006 UTC (6 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

Add efun(3)

Revision 1.39 / (download) - annotate - [select for diffs], Sat Feb 18 10:52:48 2006 UTC (7 years, 3 months ago) by elad
Branch: MAIN
CVS Tags: abandoned-netbsd-4-base, abandoned-netbsd-4
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

Some stuff that's been sitting in my tree for too long...

Improve the pw_policy(3) API by splitting it to two functions, one to load
the policy from /etc/passwd.conf and another to test passwords against the
policy.

Some bug fixes, more consistent code, and man-page updates.

Minor for libutil bumped.

Revision 1.38 / (download) - annotate - [select for diffs], Tue Dec 20 21:32:20 2005 UTC (7 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

make setuserenv and setuserpath take an environment setting function and
an environment pointer and expose them.
bump version.

Revision 1.37 / (download) - annotate - [select for diffs], Wed Sep 14 11:36:53 2005 UTC (7 years, 8 months ago) by elad
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Introduce pw_policy(3), an easily extendable way of defining password
policies and enforcing them in programs.

Man-page written with much help and tips from David Maxwell, Hubert
Feyrer, and Thomas Klausner.

This bumps libutil minor to 7.

XXX: Need default policy to go in /etc/passwd.conf, and integration
     into local/yp/PAM password changing code.

PR/10206.

Revision 1.36 / (download) - annotate - [select for diffs], Wed Jan 12 03:34:33 2005 UTC (8 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

add pw_getpwconf(), bump.

Revision 1.35 / (download) - annotate - [select for diffs], Fri Nov 19 21:37:19 2004 UTC (8 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

Add sockaddr_snprintf; XXX: Needs a man page.

Revision 1.34 / (download) - annotate - [select for diffs], Tue Aug 3 23:29:05 2004 UTC (8 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

- Rename pw_copy() to pw_copyx(), make it return a success/failure code,
  and add "errbuf" and "errbufsz" parameters so that errors can be handled
  gracefully, rather than simply exiting the process.
- Add a pw_copy() wrapper around pw_copyx() to preserve old behavior for
  apps that use it.
- Bump shlib version to 7.4.

Revision 1.33 / (download) - annotate - [select for diffs], Fri Apr 11 17:37:28 2003 UTC (10 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

add functions to retrieve option values.

Revision 1.32 / (download) - annotate - [select for diffs], Sat Mar 22 12:44:04 2003 UTC (10 years, 2 months ago) by jdolecek
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

move getmntopts(3) to libutil, build and install also it's manpage
bump libutil minor
adjust individual mount_*/Makefile to use libutil getmntopts(3)

Revision 1.31 / (download) - annotate - [select for diffs], Thu Dec 12 09:46:49 2002 UTC (10 years, 5 months ago) by scw
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Bump minor number for getlabel{sector,offset}() addition.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Nov 30 03:04:46 2002 UTC (10 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored)

- Migrate fparseln(3) from libutil to libc, where it should have been in
  the first place...
- Bump libutil major (to 7.0) and libc minor (to 12.91).

Revision 1.29 / (download) - annotate - [select for diffs], Fri Sep 20 21:10:10 2002 UTC (10 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Add snprintb(3) inspired from bitmask_snprintf(9), but made to look like
more like snprintf(3). Discussed with thorpej.

Revision 1.28 / (download) - annotate - [select for diffs], Fri Aug 23 10:34:02 2002 UTC (10 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.27: +2 -3 lines
Diff to previous 1.27 (colored)

Bump minor number to 3 because there are already systems with
"libutil.so.6.2" to avoid further problems.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Aug 22 17:24:11 2002 UTC (10 years, 9 months ago) by abs
Branch: MAIN
Changes since 1.26: +3 -2 lines
Diff to previous 1.26 (colored)

Move humanize_number(3) from libutil to libc as per discussion on tech-misc
Revert minor number bump on libutil (with note to skip it next update), and
bump libc.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Aug 10 01:51:43 2002 UTC (10 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Actually bump the shlib version to 6.2 as abs intended to.

Revision 1.25 / (download) - annotate - [select for diffs], Sat Jul 27 23:49:24 2002 UTC (10 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

add utmpx/wtmpx processing routines.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Aug 18 19:33:17 2001 UTC (11 years, 9 months ago) by ad
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001
Branch point for: netbsd-1-6
Changes since 1.23: +3 -4 lines
Diff to previous 1.23 (colored)

Bump libutil major for pw_mkdb() change.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Apr 6 14:31:14 2001 UTC (12 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Add getbootfile(3) to libutil, and a man page.
Bump libutil version to 5.5.

Revision 1.22 / (download) - annotate - [select for diffs], Wed Dec 6 13:37:53 2000 UTC (12 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Add two new passwd file update functions:
- The pw_setprefix() function defines the root directory used for passwd
  file updates. If the prefix is set to /newroot pw_lock() will operate on
  /newroot/etc/ptmp afterwards. The default prefix is an empty string.
- The pw_getprefix() function returns the root directory which is currently
  used for passwd file updates.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Jul 6 11:26:24 2000 UTC (12 years, 10 months ago) by ad
Branch: MAIN
Changes since 1.20: +3 -2 lines
Diff to previous 1.20 (colored)

Bump libutil minor (pw_getconf()).

Revision 1.20 / (download) - annotate - [select for diffs], Wed Jan 12 05:02:10 2000 UTC (13 years, 4 months ago) by mjl
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, minoura-xpg4dl-base, minoura-xpg4dl
Branch point for: netbsd-1-5
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Add necessary support routines for login.conf.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jun 6 01:50:01 1999 UTC (13 years, 11 months ago) by thorpej
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, comdex-fall-1999-base, comdex-fall-1999
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Add pidfile(3), which write a pid file in /var/run, and arranges for it
to be removed on normal exit.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Feb 25 08:02:20 1999 UTC (14 years, 2 months ago) by abs
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4
Changes since 1.17: +3 -0 lines
Diff to previous 1.17 (colored)

Add a note to update src/distrib/sets/lists/base/shl.*, and add a missing
RCS Id.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jan 15 13:31:22 1999 UTC (14 years, 4 months ago) by bouyer
Branch: MAIN
Changes since 1.16: +2 -4 lines
Diff to previous 1.16 (colored)

Move the bswap functions from libutil to libc (this bups the
minor of libc and the major of libutil). For little-endian architectures
merge the bnswap() assembly versions with nto* and hton* using symbols
aliasing. Use symbol renaming for the bswap function in this case to avoid
namespace pollution.
Declare bswap* in machine/bswap.h, not machine/endian.h. For little-endian
machines, common code for inline macros go in machine/byte_swap.h
Sync libkern with libc.
Adjust #include in kernel sources for machine/bswap.h.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Jun 27 05:08:57 1998 UTC (14 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

Put pw_scan() back into libutil and pretent that libutil.so.5.0 never
existed.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jun 9 06:42:50 1998 UTC (14 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

actually, bump major for pw_scan() removal, even when it was moved to -lc

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jun 8 14:33:05 1998 UTC (14 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

bump minor (because pw_scan() moved to libc, and old binaries that use libutil.so.4.4 and libc.so.12.26 won't work otherwise)

Revision 1.13 / (download) - annotate - [select for diffs], Wed Mar 18 16:40:45 1998 UTC (15 years, 2 months ago) by bouyer
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Add bswap{16,32,64} functions to libutil. Because of this, bump minor.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jan 5 07:41:20 1998 UTC (15 years, 4 months ago) by perry
Branch: MAIN
Changes since 1.11: +2 -0 lines
Diff to previous 1.11 (colored)

RCSID Police.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Nov 16 22:20:14 1997 UTC (15 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 (colored)

Increase minor number for fparseln

Revision 1.10 / (download) - annotate - [select for diffs], Sat Oct 11 02:56:23 1997 UTC (15 years, 7 months ago) by cjs
Branch: MAIN
CVS Tags: netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3
Changes since 1.9: +1 -1 lines
Diff to previous 1.9 (colored)

Add pidlock, ttylock, ttyunlock functions.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Sep 25 04:53:34 1997 UTC (15 years, 7 months ago) by lukem
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 (colored)

implement opendisk(3), as discussed with Jason Thorpe

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 24 08:50:32 1997 UTC (15 years, 10 months ago) by phil
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Change pw_copy to take an optional 4th parameter (old_pw), a pointer
to a passwd structure.  If a good pointer, make sure old entry in file
is identical to passed passwd (old_pw).  If not, abort.

Update documentation, bump major version due to change to pw_copy.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Nov 14 17:52:02 1996 UTC (16 years, 6 months ago) by gwr
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored)

Increment minor version for new function ttyaction().

Revision 1.6 / (download) - annotate - [select for diffs], Wed May 15 21:42:37 1996 UTC (17 years ago) by jtc
Branch: MAIN
CVS Tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored)

Minor reorganization of libutil, including the addition of passward
locking and editing functions.
From Greg Hudson <ghudson@MIT.EDU>

Revision 1.5 / (download) - annotate - [select for diffs], Wed May 4 10:56:05 1994 UTC (19 years ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1, netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0, netbsd-1-0
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

minor cleanup; kill unnecessary casts

Revision 1.4 / (download) - annotate - [select for diffs], Sun Mar 27 09:19:22 1994 UTC (19 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

_double_ major number bump!  joy!

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jan 27 23:31:22 1994 UTC (19 years, 3 months ago) by cgd
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

get rid of stuff that doesn't belong here

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jan 25 20:06:09 1994 UTC (19 years, 3 months ago) by cgd
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

kill the 'prog' arg to getbsize(); it's unneeded.  minor rev bump.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Nov 8 03:52:49 1993 UTC (19 years, 6 months ago) by cgd
Branch: MAIN

add shlib_version file, with version 0.0

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>