The NetBSD Project

CVS log for src/lib/libutil/Makefile

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.87: download - view: text, markup, annotated - select for diffs
Sat Jun 3 09:09:11 2023 UTC (18 months, 1 week ago) by lukem
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +3 -3 lines
bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
	GCC_NO_warning
to
	CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Tue Mar 28 14:44:34 2023 UTC (20 months, 2 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -1 lines
lint: warn about extern declarations outside headers

https://mail-index.netbsd.org/tech-userlevel/2023/03/15/msg013727.html

Revision 1.82.2.1: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:16 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.82: preferred, colored; next MAIN 1.83: preferred, colored
Changes since revision 1.82: +4 -1 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.85: download - view: text, markup, annotated - select for diffs
Sun Oct 13 07:28:11 2019 UTC (5 years, 1 month ago) by mrg
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +3 -5 lines
introduce some common variables for use in GCC warning disables:

GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints.  many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."

Revision 1.84: download - view: text, markup, annotated - select for diffs
Tue Oct 8 18:50:34 2019 UTC (5 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +3 -3 lines
-Wstringop-truncation is only gcc.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Fri Oct 4 00:03:56 2019 UTC (5 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +6 -1 lines
Ignore strncpy(foo, bar, sizeof(foo)) for the wtmp fields where we don't
want NUL termination. We can't use pragma's because the old gcc complains
about the new warnings it does not understand.

Revision 1.81.10.1: download - view: text, markup, annotated - select for diffs
Sat Apr 7 04:12:09 2018 UTC (6 years, 8 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.81: preferred, colored; next MAIN 1.82: preferred, colored
Changes since revision 1.81: +2 -1 lines
Sync with HEAD.  77 conflicts resolved - all of them $NetBSD$

Revision 1.82: download - view: text, markup, annotated - select for diffs
Wed Apr 4 04:43:46 2018 UTC (6 years, 8 months ago) by kre
Branches: MAIN
CVS tags: phil-wifi-base, phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, netbsd-9-base, netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9
Branch point for: phil-wifi
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -1 lines

Document opendisk1() - it has been around long enough.
(pity about the name...)

XXX pullup-8

Revision 1.79.2.2: download - view: text, markup, annotated - select for diffs
Wed Apr 26 02:52:57 2017 UTC (7 years, 7 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.79.2.1: preferred, colored; branchpoint 1.79: preferred, colored; next MAIN 1.80: preferred, colored
Changes since revision 1.79.2.1: +4 -1 lines
Sync with HEAD

Revision 1.80.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:53:12 2017 UTC (7 years, 7 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.80: preferred, colored; next MAIN 1.81: preferred, colored
Changes since revision 1.80: +4 -1 lines
Sync with HEAD

Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat Apr 1 14:31:05 2017 UTC (7 years, 8 months ago) by abhinav
Branches: MAIN
CVS tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-compat-base, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, bouyer-socketcan-base1
Branch point for: pgoyette-compat
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +4 -1 lines
Add man page links for:
   EV_SET to kqueue(2)
   getmntoptstr, getmntoptnum, freemntopts to getmntopts(3)

Reviewed by wiz@

Revision 1.79.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 7 08:56:05 2017 UTC (7 years, 11 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +5 -1 lines
Sync with HEAD.  (Note that most of these changes are simply $NetBSD$
tag issues.)

Revision 1.80: download - view: text, markup, annotated - select for diffs
Thu Dec 29 18:30:55 2016 UTC (7 years, 11 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-20170320, pgoyette-localcount-20170107, bouyer-socketcan-base
Branch point for: bouyer-socketcan
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +5 -1 lines
Make this portable to other OSs

Revision 1.79: download - view: text, markup, annotated - select for diffs
Sun Apr 10 19:05:50 2016 UTC (8 years, 8 months ago) by roy
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, localcount-20160914
Branch point for: pgoyette-localcount
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +4 -1 lines
Implement pidfile_lock, pidfile_read and pidfile_clean.

Discussed on tech-net@, ok core@.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Thu Sep 24 14:39:20 2015 UTC (9 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +3 -3 lines
Add kinfo_getvmmap from FreeBSD

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sun Jul 26 02:20:30 2015 UTC (9 years, 4 months ago) by kamil
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -1 lines
Add ereallocarr(3) to libutil

ereallocarr(3) wraps reallocarr(3) and embeds return status validation.

Older version reviewed by <riastradh> and <christos>

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sun Jan 18 18:09:36 2015 UTC (9 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +3 -1 lines
add estro{i,u} (Kamil Rytarowski)

Revision 1.68.2.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:37:00 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.68.2.1: preferred, colored; branchpoint 1.68: preferred, colored; next MAIN 1.69: preferred, colored
Changes since revision 1.68.2.1: +6 -3 lines
sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.73.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:21:09 2013 UTC (11 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.73: preferred, colored; next MAIN 1.74: preferred, colored
Changes since revision 1.73: +6 -3 lines
resync from head

Revision 1.75: download - view: text, markup, annotated - select for diffs
Thu Jun 20 20:42:30 2013 UTC (11 years, 5 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -1 lines
document login_getpwclass(3)

Revision 1.74: download - view: text, markup, annotated - select for diffs
Thu May 2 07:17:09 2013 UTC (11 years, 7 months ago) by matt
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +5 -3 lines
Add getbyteorder() call.

Revision 1.68.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:05:34 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +9 -6 lines
sync with head

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sat Apr 7 16:44:39 2012 UTC (12 years, 8 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, agc-symver-base, agc-symver
Branch point for: tls-maxphys
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +5 -3 lines
- add getdiskrawname.
- exit on error for lint.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sat Apr 7 04:04:45 2012 UTC (12 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +3 -2 lines
add getfsspecname

Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Mar 21 05:37:44 2012 UTC (12 years, 8 months ago) by matt
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2 lines
These directories default to WARNS?=5

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sat Jan 7 18:40:55 2012 UTC (12 years, 11 months ago) by christos
Branches: MAIN
CVS tags: 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-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, 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
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -1 lines
- add strspct
- be explicit about string not being NUL terminated if bufsiz == 0

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sun Nov 13 22:03:34 2011 UTC (13 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +3 -4 lines
add manual page

Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Oct 21 02:05:36 2011 UTC (13 years, 1 month ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base
Branch point for: yamt-pagecache
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
Add proc_compare

Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Oct 21 01:37:59 2011 UTC (13 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +3 -3 lines
Don't use = to assing SRCS, but += so that we can remove snprintb.c,
which was added elsewhere.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Aug 30 12:39:52 2011 UTC (13 years, 3 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -1 lines
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.65: download - view: text, markup, annotated - select for diffs
Mon Aug 29 12:37:53 2011 UTC (13 years, 3 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -1 lines
Build libutil(3) as a link to util(3).

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun Aug 28 07:45:13 2011 UTC (13 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +3 -3 lines
add strpct, requested by joerg

Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Jan 27 19:10:31 2010 UTC (14 years, 10 months ago) by drochner
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +3 -3 lines
retire pw_policy(3) -- it is not found useful, there are other
(more common) ways to enforce a password strength policy
approved by elad

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sat Jun 20 14:28:29 2009 UTC (15 years, 5 months ago) by christos
Branches: MAIN
CVS tags: matt-premerge-20091211
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -1 lines
add a link to pw_copyx; from anon ymous

Revision 1.60.2.1: download - view: text, markup, annotated - select for diffs
Wed May 13 19:18:37 2009 UTC (15 years, 7 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.60: preferred, colored; next MAIN 1.61: preferred, colored
Changes since revision 1.60: +2 -1 lines
Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed May 13 02:50:32 2009 UTC (15 years, 7 months ago) by pgoyette
Branches: MAIN
CVS tags: jym-xensuspend-nbase, jym-xensuspend-base
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -1 lines
Implement snprintb_m(3) to provide multi-line bit/bit-field decode.
Discussed on tech-kern.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun Jan 18 12:13:32 2009 UTC (15 years, 10 months ago) by lukem
Branches: MAIN
Branch point for: jym-xensuspend
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2 lines
WARNS=4

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Jan 11 02:57:17 2009 UTC (15 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +5 -2 lines
merge christos-time_t

Revision 1.58.2.3: download - view: text, markup, annotated - select for diffs
Mon Dec 29 17:02:18 2008 UTC (15 years, 11 months ago) by christos
Branches: christos-time_t
Diff to: previous 1.58.2.2: preferred, colored; branchpoint 1.58: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58.2.2: +2 -1 lines
hide yacc symbols from parsedate. Broke other yacc applications.

Revision 1.58.2.2: download - view: text, markup, annotated - select for diffs
Sun Dec 28 01:14:32 2008 UTC (15 years, 11 months ago) by christos
Branches: christos-time_t
Diff to: previous 1.58.2.1: preferred, colored; branchpoint 1.58: preferred, colored
Changes since revision 1.58.2.1: +80 -0 lines
compat code for libutil.

Revision 1.58.2.1
Fri Dec 26 00:49:28 2008 UTC (15 years, 11 months ago) by christos
Branches: christos-time_t
FILE REMOVED
Changes since revision 1.58: +0 -78 lines
file Makefile was added on branch christos-time_t on 2008-12-28 01:14:32 +0000

Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Dec 26 00:49:28 2008 UTC (15 years, 11 months ago) by christos
Branches: MAIN
CVS tags: christos-time_t-base
Branch point for: christos-time_t
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -1 lines
document pw_getpwconf.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Dec 16 22:34:40 2008 UTC (15 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -1 lines
move snprintb to common

Revision 1.55.4.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:11:58 2007 UTC (17 years, 1 month ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.55: preferred, colored; next MAIN 1.56: preferred, colored
Changes since revision 1.55: +3 -1 lines
sync with HEAD

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Sep 25 01:13:56 2007 UTC (17 years, 2 months ago) by lukem
Branches: 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-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, 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-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, 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
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +3 -1 lines
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.55: download - view: text, markup, annotated - select for diffs
Sun Jul 1 21:41:16 2007 UTC (17 years, 5 months ago) by pooka
Branches: MAIN
CVS tags: matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: matt-armv6
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -1 lines
add estrndup()

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Dec 14 19:18:01 2006 UTC (18 years ago) by christos
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +6 -3 lines
moved string_to_flags and flags_to_string from ls to libutil.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Nov 20 20:33:02 2006 UTC (18 years ago) by christos
Branches: 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
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +5 -5 lines
rename getdate to parsedate to avoid conflict with posix function

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Nov 17 22:10:23 2006 UTC (18 years ago) by christos
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -3 lines
add getdate.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Oct 20 17:40:39 2006 UTC (18 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -1 lines
include ecalloc() from our anonymous user.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Aug 26 18:11:12 2006 UTC (18 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +12 -3 lines
Add efun(3)

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Sep 14 18:45:40 2005 UTC (19 years, 3 months ago) by elad
Branches: MAIN
CVS tags: abandoned-netbsd-4-base, abandoned-netbsd-4
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -3 lines
Add pw_policy.3.
From Hisashi T Fujinaka, thanks!

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Sep 14 11:36:52 2005 UTC (19 years, 3 months ago) by elad
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -3 lines
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.43.4.1: download - view: text, markup, annotated - select for diffs
Sun Jul 24 01:54:35 2005 UTC (19 years, 4 months ago) by snj
Branches: netbsd-2
CVS tags: 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
Diff to: previous 1.43: preferred, colored; next MAIN 1.44: preferred, colored
Changes since revision 1.43: +2 -1 lines
Pull up revision 1.44 (requested by riz in ticket #5518):
Add if_media.c, functions for converting media to/from strings.
(from ifconfig.c)

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat Dec 11 06:41:15 2004 UTC (20 years ago) by christos
Branches: 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
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -1 lines
WARNS=3; fix cast-qual issues.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Nov 20 03:06:09 2004 UTC (20 years ago) by christos
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -2 lines
Add a manual page.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Nov 19 21:37:19 2004 UTC (20 years ago) by christos
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
Add sockaddr_snprintf; XXX: Needs a man page.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Nov 11 20:36:28 2004 UTC (20 years, 1 month ago) by dsl
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -1 lines
Add if_media.c, functions for converting media to/from strings.
(from ifconfig.c)

Revision 1.32.2.1: download - view: text, markup, annotated - select for diffs
Sat Oct 25 03:32:37 2003 UTC (21 years, 1 month ago) by cyber
Branches: netbsd-1-6
CVS tags: netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +3 -1 lines
Pull up revision 1.40 (requested by jmc in ticket #1461):
Added two functions disklabel_dkcksum() and disklabel_scan() to libutil
so that they can be shared by disklabel(8) and cgdconfig(8).

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Mar 22 12:44:04 2003 UTC (21 years, 8 months ago) by jdolecek
Branches: MAIN
CVS tags: netbsd-2-base, 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
Branch point for: netbsd-2
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +6 -3 lines
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.42: download - view: text, markup, annotated - select for diffs
Thu Dec 12 09:45:33 2002 UTC (22 years ago) by scw
Branches: MAIN
CVS tags: fvdl_fs64_base
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -3 lines
Add getlabelsector() and getlabeloffset() as wrappers around the
KERN_LABELSECTOR and KERN_LABELOFFSET sysctls.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Nov 30 03:04:46 2002 UTC (22 years ago) by lukem
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3 lines
- 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.40: download - view: text, markup, annotated - select for diffs
Sat Oct 12 20:53:15 2002 UTC (22 years, 2 months ago) by elric
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -1 lines
Added two functions disklabel_dkcksum() and disklabel_scan() to libutil
so that they can be shared by disklabel(8) and cgdconfig(8).

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Sep 27 20:42:46 2002 UTC (22 years, 2 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -2 lines
put utmpx/wtmpx routines to separate files, so that programs overriding the
utmp/wtmp routines could still be linked static
fixes e.g. static build of ftpd

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Sep 27 15:02:26 2002 UTC (22 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -2 lines
Add documentation for utmpx and some related functions.
Thanks for some explanations to christos, and for some STANDARDS hints
to Klaus Klein.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Sep 20 21:10:10 2002 UTC (22 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -3 lines
Add snprintb(3) inspired from bitmask_snprintf(9), but made to look like
more like snprintf(3). Discussed with thorpej.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Aug 22 17:24:10 2002 UTC (22 years, 3 months ago) by abs
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +7 -7 lines
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.35: download - view: text, markup, annotated - select for diffs
Mon Aug 19 14:55:18 2002 UTC (22 years, 3 months ago) by lukem
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -2 lines
Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the
Makefile (before including <bsd.own.mk>)

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Aug 19 09:41:34 2002 UTC (22 years, 3 months ago) by lukem
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -2 lines
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).
(Reduces make output by ~ 20%)

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Aug 8 16:50:38 2002 UTC (22 years, 4 months ago) by abs
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines
Add humanize_number.3 from Tomas Svensson in PR lib/15508.
	Bump version of libutil

Revision 1.25.4.2: download - view: text, markup, annotated - select for diffs
Tue Feb 26 22:11:05 2002 UTC (22 years, 9 months ago) by he
Branches: netbsd-1-5
CVS tags: netbsd-1-5-PATCH003
Diff to: previous 1.25.4.1: preferred, colored; branchpoint 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25.4.1: +2 -2 lines
Pull up revision 1.26 (via patch, requested by jonathan):
  Add support for local MD5-encrypted passwords.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Dec 28 01:32:40 2001 UTC (22 years, 11 months ago) by lukem
Branches: 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
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
* Add user-controlled mk.conf variables
	- SHLIBDIR	Location to install shared libraries if ${USE_SHLIBDIR}
			is "yes".  Defaults to "/usr/lib".

	- USE_SHLIBDIR	If "yes", install shared libraries in ${SHLIBDIR}
			instead of ${LIBDIR}.  Defaults to "no".
			Sets ${_LIBSODIR} to the appropriate value.
			This may be set by individual Makefiles as well.

	- SHLINKDIR	Location of shared linker.  Defaults to "/usr/libexec".
			If != "/usr/libexec", change the dynamic-linker
			encoded in shared programs

* Set USE_SHLIBDIR for libraries used by /bin and /sbin:
	libc libcrypt libcrypto libedit libipsec libkvm libm libmi387
	libtermcap libutil libz

* If ${_LIBSODIR} != ${LIBDIR}, add symlinks from ${LIBDIR}/${LIB}.so*
  to ${_LIBSODIR}/${LIB}.so* for compatibility.

* Always install /sbin/init statically (for now)


The net effect of these changes depends on how the variables are set:

  1.)	If nothing is set or changed, there is no change from the
	current behaviour:
		- Static /bin, /sbin, and bits of /usr/*
		- Dynamic rest
		- Shared linker is /usr/libexec/ld*so

  2.)	If the following make variables are set:
		LDSTATIC=
		SHLINKDIR=/lib
		SHLIBDIR=/lib
	Then the behaviour becomes:
		- Dynamic tools
		- .so libraries used by /bin and /sbin are installed to /lib,
		  with symlinks from /usr/lib/lib*so to -> /lib/lib*so
		  where appropriate
		- Shared linker is /lib/ld*so

  3.)	As per 2.), but add the following variable:
		USE_SHLIBDIR=yes
	This forces all .so's to be instaleld in /lib (with compat
	symlinks), not just those tagged by their Makefiles to be.
	Again, compat symlinks are installed

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Nov 23 06:20:37 2001 UTC (23 years ago) by gmcgarry
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Add a catch-all man page for libutil.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Aug 20 14:47:49 2001 UTC (23 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Rename secure_path(3) source file from securepath.c to secure_path.c.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Apr 6 14:31:14 2001 UTC (23 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3 lines
Add getbootfile(3) to libutil, and a man page.
Bump libutil version to 5.5.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Dec 6 13:37:53 2000 UTC (24 years ago) by tron
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -1 lines
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.25.4.1: download - view: text, markup, annotated - select for diffs
Fri Jul 7 16:22:18 2000 UTC (24 years, 5 months ago) by itojun
Branches: netbsd-1-5
CVS tags: netbsd-1-5-RELEASE, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
pullup, approved by releng-1-5
rename securepath.3 into secure_path.3, as the function is named secure_path().
it is too hard to guess...

basesrc/distrib/sets/lists/comp/mi 1.243 -> 1.244
basesrc/distrib/sets/lists/comp/obsolete.mi 1.23 -> 1.24
basesrc/lib/libutil/Makefile 1.26 -> 1.27

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Jul 7 11:05:06 2000 UTC (24 years, 5 months ago) by itojun
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
rename securepath.3 into secure_path.3, as the function is named secure_path().
it is too hard to guess...

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Jul 6 11:08:19 2000 UTC (24 years, 5 months ago) by ad
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Documentation for pw_getconf(). From OpenBSD.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri May 12 18:31:55 2000 UTC (24 years, 7 months ago) by mjl
Branches: MAIN
CVS tags: netbsd-1-5-base, minoura-xpg4dl-base, minoura-xpg4dl
Branch point for: netbsd-1-5
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +10 -10 lines
Correct typos which prevent man pages from being installed.
Fixes PR/10104 by Greg Woods.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Jan 12 05:02:10 2000 UTC (24 years, 11 months ago) by mjl
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +17 -5 lines
Add necessary support routines for login.conf.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Jul 2 15:49:12 1999 UTC (25 years, 5 months ago) by simonb
Branches: MAIN
CVS tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, comdex-fall-1999-base, comdex-fall-1999
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
More trailing white space.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Jun 6 01:50:00 1999 UTC (25 years, 6 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -4 lines
Add pidfile(3), which write a pid file in /var/run, and arranges for it
to be removed on normal exit.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jan 15 13:31:22 1999 UTC (25 years, 11 months ago) by bouyer
Branches: 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
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -6 lines
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.20: download - view: text, markup, annotated - select for diffs
Wed Oct 14 21:13:05 1998 UTC (26 years, 2 months ago) by kleink
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Kill __LIBUTIL_BUILD in favor of the newly added _LIBC indicator completely;
suggested by Jason Thorpe.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Jun 27 05:08:56 1998 UTC (26 years, 5 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +6 -4 lines
Put pw_scan() back into libutil and pretent that libutil.so.5.0 never
existed.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Mar 18 16:40:45 1998 UTC (26 years, 9 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +6 -3 lines
Add bswap{16,32,64} functions to libutil. Because of this, bump minor.

Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Jan 22 07:47:42 1998 UTC (26 years, 10 months ago) by perry
Branches: WFJ-920714, CSRG
CVS tags: lite-2
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +2 -7 lines
import lite-2 onto vendor branch

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Nov 16 22:15:54 1997 UTC (27 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +6 -5 lines
PR/4475: Jason R. Thorpe: there is no common function to parse a continued
line.

Revision 1.15.2.1: download - view: text, markup, annotated - select for diffs
Sun Nov 9 01:01:02 1997 UTC (27 years, 1 month ago) by lukem
Branches: netbsd-1-3
CVS tags: 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
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +2 -2 lines
sync with trunk (approved by thorpej)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Oct 23 03:29:09 1997 UTC (27 years, 1 month ago) by lukem
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
use CPPFLAGS instead of CFLAGS, remove -Wall et al (WARNS=1 already does this)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Oct 11 02:56:22 1997 UTC (27 years, 2 months ago) by cjs
Branches: MAIN
CVS tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -3 lines
Add pidlock, ttylock, ttyunlock functions.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Oct 9 14:36:26 1997 UTC (27 years, 2 months ago) by lukem
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -2 lines
- define WARNS?=1 in the top-level Makefile.inc, and don't define
  anywhere else.
- for now, override WARNS=0 in librpcsvc and libwrap, until they're
  cleaned up
- rcsid police

lib is now clean (except for librpcsvc and libwrap) on the i386, and
this should motivate the other ports to fix any other minor problems
that their compilers pick up that the i386 version doesn't.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Oct 9 12:02:42 1997 UTC (27 years, 2 months ago) by lukem
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
WARNSify

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Sep 25 04:53:30 1997 UTC (27 years, 2 months ago) by lukem
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4 lines
implement opendisk(3), as discussed with Jason Thorpe

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Jun 29 18:45:24 1997 UTC (27 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Add ttymsg.3 to the man pages.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jun 29 18:44:03 1997 UTC (27 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
- RCSID police
- Add ttymsg.3

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Nov 14 17:53:07 1996 UTC (28 years, 1 month ago) by gwr
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Add ttyaction.3 and ttyaction.c

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu May 16 07:03:28 1996 UTC (28 years, 7 months ago) by thorpej
Branches: MAIN
CVS tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -3 lines
Add two functions to libutil:

	- getmaxpartitions: get the value of MAXPARTITIONS for the
	  currently running system

	- getrawpartition: get the value of RAW_PART for the
	  currently running system

These functions are necessary since the value of MAXPARTITIONS might
be different across platforms which are binary compatible (e.g. amiga
and sun3).

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed May 15 21:42:23 1996 UTC (28 years, 7 months ago) by jtc
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +17 -3 lines
Minor reorganization of libutil, including the addition of passward
locking and editing functions.
From Greg Hudson <ghudson@MIT.EDU>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed May 4 10:55:57 1994 UTC (30 years, 7 months ago) by cgd
Branches: 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
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
minor cleanup; kill unnecessary casts

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jan 27 23:31:19 1994 UTC (30 years, 10 months ago) by cgd
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -6 lines
get rid of stuff that doesn't belong here

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Aug 6 17:03:54 1993 UTC (31 years, 4 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Add getbsize() from Berkeley, somewhat modified.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Aug 1 05:39:50 1993 UTC (31 years, 4 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Add RCS identifiers.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jun 17 13:11:39 1993 UTC (31 years, 6 months ago) by mycroft
Branches: MAIN
CVS tags: netbsd-0-9-base, netbsd-0-9-RELEASE, netbsd-0-9-BETA, netbsd-0-9-ALPHA2, netbsd-0-9-ALPHA, netbsd-0-9
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -2 lines
Don't need -I/sys any more.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 8 months ago) by cgd
Branches: WFJ-920714, CSRG
CVS tags: patchkit-0-2-2, netbsd-alpha-1, netbsd-0-8, WFJ-386bsd-01
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
initial import of 386bsd-0.1 sources

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>