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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
_
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
___
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
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
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
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, ...);
+>
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
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
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
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/
25 matches
Mail list logo