cvs commit: src/lib/libutil Makefile hexdump.3 hexdump.c libutil.h

2008-07-01 Thread John Baldwin
jhb 2008-07-01 22:30:57 UTC FreeBSD src repository Modified files: lib/libutil Makefile libutil.h Added files: lib/libutil hexdump.3 hexdump.c Log: SVN rev 180161 on 2008-07-01 22:30:57Z by jhb Merge hexdump(9) to userland as hexdump(3) in libuti

cvs commit: src/lib/libutil Makefile gr_util.c libutil.h

2008-05-15 Thread Sean Farley
scf 2008-05-16 02:07:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libutil Makefile libutil.h Added files: (Branch: RELENG_7) lib/libutil gr_util.c Log: MFC: Add four utility functions related to struct grp pr

cvs commit: src/lib/libutil Makefile gr_util.c libutil.h src/tools/regression/lib/libutil Makefile test-grp.c test-grp.t

2008-04-22 Thread Sean Farley
scf 2008-04-23 00:49:13 UTC FreeBSD src repository Modified files: lib/libutil Makefile libutil.h tools/regression/lib/libutil Makefile Added files: lib/libutil gr_util.c tools/regression/lib/libutil test-grp.c test-grp.t Log: Add four utili

cvs commit: src/lib/libutil Makefile kld.3 kld.c

2007-09-21 Thread David E. O'Brien
obrien 2007-09-21 14:52:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libutil Makefile Added files: (Branch: RELENG_6) lib/libutil kld.3 kld.c Log: MFC: kld(3) Revision ChangesPath 1.56.8.7 +3 -2

cvs commit: src/lib/libutil Makefile

2007-09-21 Thread David E. O'Brien
obrien 2007-09-21 14:49:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libutil Makefile Log: style.Makefile(9) Revision ChangesPath 1.56.8.6 +7 -4 src/lib/libutil/Makefile ___ cvs

cvs commit: src/lib/libutil Makefile flopen.3 flopen.c

2007-09-21 Thread David E. O'Brien
obrien 2007-09-21 14:41:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libutil Makefile Added files: (Branch: RELENG_6) lib/libutil flopen.3 flopen.c Log: MFC: flopen(3) Revision ChangesPath 1.56.8.5 +2

cvs commit: src/lib/libutil Makefile expand_number.3 expand_number.c

2007-09-21 Thread David E. O'Brien
obrien 2007-09-21 14:35:02 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libutil Makefile Added files: (Branch: RELENG_6) lib/libutil expand_number.3 expand_number.c Log: MFC: expand_number(3) Revision Changes

cvs commit: src/lib/libutil Makefile expand_number.3 expand_number.c libutil.h

2007-08-31 Thread Pawel Jakub Dawidek
pjd 2007-09-01 06:19:11 UTC FreeBSD src repository Modified files: lib/libutil Makefile libutil.h Added files: lib/libutil expand_number.3 expand_number.c Log: Implement expand_number(3), which is the opposite of humanize_number(3), ie. a number in

cvs commit: src/lib/libutil Makefile

2007-05-27 Thread Xin LI
delphij 2007-05-28 06:16:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libutil Makefile Log: Respect NO_INET6 knob (MFC in spirit of rev. 1.61). Submitted by: Alex Kozlov PR: bin/96335 Revision ChangesPath 1

cvs commit: src/lib/libutil Makefile flopen.3 libutil.h

2007-05-10 Thread Dag-Erling Smorgrav
des 2007-05-10 14:43:10 UTC FreeBSD src repository Modified files: lib/libutil Makefile libutil.h Added files: lib/libutil flopen.3 Log: I'm tired of seeing this done incorrectly and non-portably, so add a flopen(3) function which reliably opens and

cvs commit: src/lib/libutil Makefile

2006-07-27 Thread Yar Tikhiy
yar 2006-07-27 12:36:46 UTC FreeBSD src repository Modified files: lib/libutil Makefile Log: style.Makefile(5) is good for our eyes. Revision ChangesPath 1.63 +8 -4 src/lib/libutil/Makefile ___ cvs-all

Re: cvs commit: src/lib/libutil Makefile

2006-06-11 Thread Dario Freni
Dario Freni ([EMAIL PROTECTED]) wrote: > Shunsuke Akiyama ([EMAIL PROTECTED]) wrote: > > akiyama 2006-06-11 09:14:07 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/libutil Makefile > > Log: > > Specify default path for SHLIBDIR before bsd.own.mk does.

Re: cvs commit: src/lib/libutil Makefile

2006-06-11 Thread Dario Freni
Shunsuke Akiyama ([EMAIL PROTECTED]) wrote: > akiyama 2006-06-11 09:14:07 UTC > > FreeBSD src repository > > Modified files: > lib/libutil Makefile > Log: > Specify default path for SHLIBDIR before bsd.own.mk does. > This fix shared library installed correct place. On

cvs commit: src/lib/libutil Makefile

2006-06-11 Thread Shunsuke Akiyama
akiyama 2006-06-11 09:14:07 UTC FreeBSD src repository Modified files: lib/libutil Makefile Log: Specify default path for SHLIBDIR before bsd.own.mk does. This fix shared library installed correct place. Revision ChangesPath 1.62 +3 -1 src/lib/lib

Re: cvs commit: src/lib/libutil Makefile

2006-06-09 Thread Xin LI
On Fri, Jun 09, 2006 at 10:18:43PM +0400, Maxim Konovalov wrote: > On Fri, 9 Jun 2006, 18:11-, Xin LI wrote: > > > delphij 2006-06-09 18:11:29 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/libutil Makefile > > Log: > > Don't build IPv6 support if w

Re: cvs commit: src/lib/libutil Makefile

2006-06-09 Thread Maxim Konovalov
On Fri, 9 Jun 2006, 18:11-, Xin LI wrote: > delphij 2006-06-09 18:11:29 UTC > > FreeBSD src repository > > Modified files: > lib/libutil Makefile > Log: > Don't build IPv6 support if we have choosen not to have it. bin/96335 -- Maxim Konovalov _

cvs commit: src/lib/libutil Makefile

2006-06-09 Thread Xin LI
delphij 2006-06-09 18:11:29 UTC FreeBSD src repository Modified files: lib/libutil Makefile Log: Don't build IPv6 support if we have choosen not to have it. Revision ChangesPath 1.61 +4 -0 src/lib/libutil/Makefile ___

Re: cvs commit: src/lib/libutil Makefile kld.3 kld.c libutil.h

2006-02-18 Thread Dag-Erling Smørgrav
Pawel Jakub Dawidek <[EMAIL PROTECTED]> writes: > static void > load_module(void) > { > > if (!kld_isloaded("g_%s", class_name) && > kld_load("geom_%s", class_name) == -1) { > err(1, "failed to load geom_%s module", class_name); > } > } you have to admit this is

Re: cvs commit: src/lib/libutil Makefile kld.3 kld.c libutil.h

2006-02-18 Thread Pawel Jakub Dawidek
On Sat, Feb 18, 2006 at 06:27:44PM +0100, Dag-Erling Sm?rgrav wrote: +> Pawel Jakub Dawidek <[EMAIL PROTECTED]> writes: +> > It doesn't change your API, just extends it. With this change I'll be +> > able to use this functions in geom(8) without wrappers around them. +> > And this is the whole poin

Re: cvs commit: src/lib/libutil Makefile kld.3 kld.c libutil.h

2006-02-18 Thread Dag-Erling Smørgrav
Pawel Jakub Dawidek <[EMAIL PROTECTED]> writes: > It doesn't change your API, just extends it. With this change I'll be > able to use this functions in geom(8) without wrappers around them. > And this is the whole point of having them, right? Please tell me what semantics you want instead of expec

Re: cvs commit: src/lib/libutil Makefile kld.3 kld.c libutil.h

2006-02-18 Thread Pawel Jakub Dawidek
On Sat, Feb 18, 2006 at 05:03:26PM +0100, Dag-Erling Sm?rgrav wrote: +> Pawel Jakub Dawidek <[EMAIL PROTECTED]> writes: +> > Sounds useful, thanks. It'll be even more useful if we can change it to: +> > +> >int kld_isloaded(const char *name, ...); +> >int kld_load(const char *name, ...); +>

Re: cvs commit: src/lib/libutil Makefile kld.3 kld.c libutil.h

2006-02-18 Thread Dag-Erling Smørgrav
Pawel Jakub Dawidek <[EMAIL PROTECTED]> writes: > Sounds useful, thanks. It'll be even more useful if we can change it to: > > int kld_isloaded(const char *name, ...); > int kld_load(const char *name, ...); > > What do you think? Not really. It just complicates the logic without addin

Re: cvs commit: src/lib/libutil Makefile kld.3 kld.c libutil.h

2006-02-18 Thread Pawel Jakub Dawidek
On Sat, Feb 18, 2006 at 11:25:28AM +, Dag-Erling Smorgrav wrote: +> des 2006-02-18 11:25:28 UTC +> +> FreeBSD src repository +> +> Modified files: +> lib/libutil Makefile libutil.h +> Added files: +> lib/libutil kld.3 kld.c +> Log: +> Add utility

cvs commit: src/lib/libutil Makefile kld.3 kld.c libutil.h

2006-02-18 Thread Dag-Erling Smorgrav
des 2006-02-18 11:25:28 UTC FreeBSD src repository Modified files: lib/libutil Makefile libutil.h Added files: lib/libutil kld.3 kld.c Log: Add utility functions for checking if a given kernel module is loaded, and loading it. Revision Changes

cvs commit: src/lib/libutil Makefile libutil.h pidfile.3 pidfile.c src/sys/sys param.h src/usr.bin/pkill pkill.1 pkill.c src/usr.sbin/cron/cron cron.c cron.h do_command.c src/usr.sbin/cron/lib misc.c

2006-01-15 Thread Xin LI
delphij 2006-01-15 17:50:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libutil Makefile libutil.h sys/sys param.h usr.bin/pkillpkill.1 pkill.c usr.sbin/cron/cron cron.c cron.h do_command.c usr.sbin/cron/