]> git.ipfire.org Git - thirdparty/libbsd.git/log
thirdparty/libbsd.git
17 years agoAdd license header
Guillem Jover [Wed, 18 Jun 2008 04:49:44 +0000 (07:49 +0300)] 
Add license header

17 years agoRemove ChangeLog file
Guillem Jover [Fri, 13 Jun 2008 03:49:03 +0000 (06:49 +0300)] 
Remove ChangeLog file

17 years agoSync humanize_number from NetBSD
Guillem Jover [Fri, 13 Jun 2008 02:25:57 +0000 (05:25 +0300)] 
Sync humanize_number from NetBSD

Add the missing man page.

17 years agoConvert TNF licenses to new 2 clause variant
Guillem Jover [Fri, 13 Jun 2008 02:23:39 +0000 (05:23 +0300)] 
Convert TNF licenses to new 2 clause variant

This follows NetBSD upstream:
<http://mail-index.netbsd.org/source-changes/2008/04/30/msg005553.html>

17 years agoAdd license header
Robert Millan [Sun, 16 Mar 2008 17:20:48 +0000 (17:20 +0000)] 
Add license header

17 years agoRelicense err.c and progname.c to avoid trouble with 4-clause BSD code
Robert Millan [Sun, 16 Mar 2008 16:49:41 +0000 (16:49 +0000)] 
Relicense err.c and progname.c to avoid trouble with 4-clause BSD code

17 years agoRemove UC Berkeley advertising clause
Guillem Jover [Sun, 16 Mar 2008 16:46:29 +0000 (16:46 +0000)] 
Remove UC Berkeley advertising clause

As per <ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change>.

17 years agoRemove UC Berkeley advertising clause
Guillem Jover [Sun, 16 Mar 2008 14:30:51 +0000 (14:30 +0000)] 
Remove UC Berkeley advertising clause

As per <ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change>.

17 years agobsd/queue.h: Sync with current glibc variant from GNU/kFreeBSD
Petr Salinger [Tue, 18 Dec 2007 14:20:20 +0000 (14:20 +0000)] 
bsd/queue.h: Sync with current glibc variant from GNU/kFreeBSD

17 years agobsd/bsd.h: Cleanup
Petr Salinger [Tue, 9 Jan 2007 13:26:33 +0000 (13:26 +0000)] 
bsd/bsd.h: Cleanup

17 years agolink_addr: New function
Aurelien Jarno [Tue, 7 Nov 2006 23:41:16 +0000 (23:41 +0000)] 
link_addr: New function

17 years agohumanize_number: New function
Petr Salinger [Fri, 25 Aug 2006 13:39:32 +0000 (13:39 +0000)] 
humanize_number: New function

17 years agoRevert 1d87476250217a87319df48a8f473415c0515106
Robert Millan [Thu, 30 Mar 2006 13:53:34 +0000 (13:53 +0000)] 
Revert 1d87476250217a87319df48a8f473415c0515106

17 years agoDuplicate setprogname argument
Robert Millan [Thu, 30 Mar 2006 11:14:56 +0000 (11:14 +0000)] 
Duplicate setprogname argument

For some reason, accessing the argv vector directly may cause SIGSEV.

17 years agoAdd heapsort
Robert Millan [Wed, 29 Mar 2006 13:55:22 +0000 (13:55 +0000)] 
Add heapsort

17 years agoFix some c++isms
Aurelien Jarno [Sun, 26 Mar 2006 17:10:13 +0000 (17:10 +0000)] 
Fix some c++isms

17 years agoDirectly call the function fmtcheck instead of using __weak_reference
Aurelien Jarno [Sun, 26 Mar 2006 17:09:24 +0000 (17:09 +0000)] 
Directly call the function fmtcheck instead of using __weak_reference

17 years agoMove shared library to /lib
Robert Millan [Sat, 25 Mar 2006 20:03:00 +0000 (20:03 +0000)] 
Move shared library to /lib

Needed by binaries in /bin and /sbin.

17 years agoFix install paths so that /usr/include also works
Robert Millan [Sun, 19 Mar 2006 11:12:07 +0000 (11:12 +0000)] 
Fix install paths so that /usr/include also works

17 years agoAdd vis and unvis
Robert Millan [Sun, 19 Mar 2006 10:25:49 +0000 (10:25 +0000)] 
Add vis and unvis

17 years agoFix syntax error
Robert Millan [Sat, 18 Mar 2006 12:53:39 +0000 (12:53 +0000)] 
Fix syntax error

17 years agoInitialize __progname as NULL
Robert Millan [Sat, 18 Mar 2006 09:19:50 +0000 (09:19 +0000)] 
Initialize __progname as NULL

17 years agoAdd getprogname and setprogname
Robert Millan [Fri, 17 Mar 2006 19:55:21 +0000 (19:55 +0000)] 
Add getprogname and setprogname

17 years agoDisable __unused
Guillem Jover [Wed, 15 Feb 2006 20:41:06 +0000 (20:41 +0000)] 
Disable __unused

It conflicts with a struct member in a Linux header.

17 years agoRemove unused includes and protect header
Guillem Jover [Tue, 14 Feb 2006 07:01:21 +0000 (07:01 +0000)] 
Remove unused includes and protect header

17 years agoRevert 39db45e45a8d49a92d1d897a532e48480e561f75
Guillem Jover [Tue, 14 Feb 2006 06:55:53 +0000 (06:55 +0000)] 
Revert 39db45e45a8d49a92d1d897a532e48480e561f75

17 years agoRemove commented out macros
Guillem Jover [Tue, 14 Feb 2006 06:45:41 +0000 (06:45 +0000)] 
Remove commented out macros

17 years agoMove some macros to cdefs.h
Guillem Jover [Tue, 14 Feb 2006 06:43:04 +0000 (06:43 +0000)] 
Move some macros to cdefs.h

17 years agoMove sources to src/
Guillem Jover [Tue, 14 Feb 2006 05:39:29 +0000 (05:39 +0000)] 
Move sources to src/

17 years agoAdd missing %
Guillem Jover [Tue, 14 Feb 2006 05:33:38 +0000 (05:33 +0000)] 
Add missing %

17 years agoMakefile: Cleanup
Guillem Jover [Tue, 14 Feb 2006 05:26:48 +0000 (05:26 +0000)] 
Makefile: Cleanup

(LIB_SRCS): Line wrap.
(LIB_INCLUDES): List only the files, automatically prefix the dir.
(LIB_MANS): Likewise.

17 years agoRemove optreset
Guillem Jover [Tue, 14 Feb 2006 05:22:15 +0000 (05:22 +0000)] 
Remove optreset

17 years agoFix ChangeLog format
Guillem Jover [Tue, 14 Feb 2006 05:17:19 +0000 (05:17 +0000)] 
Fix ChangeLog format

17 years agoAdd bsd_getopt
Robert Millan [Mon, 13 Feb 2006 20:56:47 +0000 (20:56 +0000)] 
Add bsd_getopt

17 years agoUse the same macro (_SYS_QUEUE_H) as <sys/queue.h> for header protection
Robert Millan [Mon, 13 Feb 2006 20:45:13 +0000 (20:45 +0000)] 
Use the same macro (_SYS_QUEUE_H) as <sys/queue.h> for header protection

This prevents collisions.

17 years agoRevert c849ba32af231fba36f4500d0d3290821f4dd7b7
Robert Millan [Mon, 13 Feb 2006 20:25:22 +0000 (20:25 +0000)] 
Revert c849ba32af231fba36f4500d0d3290821f4dd7b7

Will use bsd_getopt() wrapper instead.

17 years agoFix that FIXME
Robert Millan [Mon, 13 Feb 2006 13:02:11 +0000 (13:02 +0000)] 
Fix that FIXME

17 years agoreset_getopt: New function (borrowed from e2fsprogs)
Robert Millan [Mon, 13 Feb 2006 09:02:17 +0000 (09:02 +0000)] 
reset_getopt: New function (borrowed from e2fsprogs)

17 years agobsd/queue.h: Replace with patched copy of glibc's <sys/queue.h>
Robert Millan [Sat, 11 Feb 2006 07:06:17 +0000 (07:06 +0000)] 
bsd/queue.h: Replace with patched copy of glibc's <sys/queue.h>

This doesn't affect freebsd6-buildutils.

17 years agoAdd __unused
Robert Millan [Fri, 10 Feb 2006 15:22:58 +0000 (15:22 +0000)] 
Add __unused

17 years agoAdd errc, warnc, verrc and vwarnc
Robert Millan [Fri, 10 Feb 2006 14:59:03 +0000 (14:59 +0000)] 
Add errc, warnc, verrc and vwarnc

17 years agoMakefile: Fix typo
Aurelien Jarno [Tue, 20 Dec 2005 21:05:34 +0000 (21:05 +0000)] 
Makefile: Fix typo

17 years agoAdded manpages and fixed fmtcheck
Aurelien Jarno [Tue, 20 Dec 2005 20:29:47 +0000 (20:29 +0000)] 
Added manpages and fixed fmtcheck

17 years agofmtcheck: New function
Aurelien Jarno [Sun, 18 Dec 2005 04:02:56 +0000 (04:02 +0000)] 
fmtcheck: New function

17 years agoReorganize header files
Guillem Jover [Mon, 31 Oct 2005 22:57:10 +0000 (22:57 +0000)] 
Reorganize header files

17 years agoFix ChangeLog
Guillem Jover [Fri, 28 Oct 2005 19:18:39 +0000 (19:18 +0000)] 
Fix ChangeLog

17 years agoAdded long description
Hector Garcia [Fri, 5 Aug 2005 19:52:06 +0000 (19:52 +0000)] 
Added long description

17 years agoGeneral cleanup
Hector Garcia [Wed, 3 Aug 2005 16:12:59 +0000 (16:12 +0000)] 
General cleanup

Changes on Makefile to fix lack of soft links on shared lib.
Changes on md5.h to reflect md5c.c.
Fixed few packaging problems.

17 years agoMakefile: Add "md5.h" to LIB_INCLUDES
Guillem Jover [Mon, 25 Jul 2005 23:38:43 +0000 (23:38 +0000)] 
Makefile: Add "md5.h" to LIB_INCLUDES

17 years agoVersions: Add MD5Init, MD5Update, MD5Pad and MD5Final to LIBBSD_0.0
Guillem Jover [Mon, 25 Jul 2005 23:37:06 +0000 (23:37 +0000)] 
Versions: Add MD5Init, MD5Update, MD5Pad and MD5Final to LIBBSD_0.0

17 years agoFix ChangeLog format
Guillem Jover [Mon, 25 Jul 2005 23:32:52 +0000 (23:32 +0000)] 
Fix ChangeLog format

17 years agoChanged files to compile md5c.c
Hector Garcia [Mon, 25 Jul 2005 23:02:40 +0000 (23:02 +0000)] 
Changed files to compile md5c.c

17 years agofgetln: Cleanup function
Guillem Jover [Mon, 25 Jul 2005 00:07:29 +0000 (00:07 +0000)] 
fgetln: Cleanup function

Reindent, remove commented code and translate variable names to english

17 years agoAdd versioned symbols support
Guillem Jover [Sun, 24 Jul 2005 23:55:15 +0000 (23:55 +0000)] 
Add versioned symbols support

17 years agoGeneral cleanup
Guillem Jover [Sun, 24 Jul 2005 23:35:23 +0000 (23:35 +0000)] 
General cleanup

17 years agoRemove autogenerated cruft
Guillem Jover [Sun, 24 Jul 2005 22:55:16 +0000 (22:55 +0000)] 
Remove autogenerated cruft

20 years agoImporting libbsd
Hector Garcia [Sun, 24 Jul 2005 22:51:34 +0000 (22:51 +0000)] 
Importing libbsd