|
d83f5791
|
2008-06-13T06:49:03
|
|
Remove ChangeLog file
|
|
acb577d6
|
2008-06-13T05:25:57
|
|
Sync humanize_number from NetBSD
Add the missing man page.
|
|
0be77c90
|
2008-06-13T05:23:39
|
|
Convert TNF licenses to new 2 clause variant
This follows NetBSD upstream:
<http://mail-index.netbsd.org/source-changes/2008/04/30/msg005553.html>
|
|
8ca3d66d
|
2008-03-16T17:20:48
|
|
Add license header
|
|
532aec99
|
2008-03-16T16:49:41
|
|
Relicense err.c and progname.c to avoid trouble with 4-clause BSD code
|
|
c5793d47
|
2007-12-18T14:20:20
|
|
bsd/queue.h: Sync with current glibc variant from GNU/kFreeBSD
|
|
44706ade
|
2008-03-16T16:46:29
|
|
Remove UC Berkeley advertising clause
As per <ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change>.
|
|
f5b83170
|
2008-03-16T14:30:51
|
|
Remove UC Berkeley advertising clause
As per <ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change>.
|
|
ac32eefe
|
2007-01-09T13:26:33
|
|
bsd/bsd.h: Cleanup
|
|
2ef27385
|
2006-11-07T23:41:16
|
|
link_addr: New function
|
|
30176335
|
2006-08-25T13:39:32
|
|
humanize_number: New function
|
|
326d210f
|
2006-03-30T13:53:34
|
|
Revert 1d87476250217a87319df48a8f473415c0515106
|
|
1d874762
|
2006-03-30T11:14:56
|
|
Duplicate setprogname argument
For some reason, accessing the argv vector directly may cause SIGSEV.
|
|
3462d126
|
2006-03-29T13:55:22
|
|
Add heapsort
|
|
1e28f348
|
2006-03-26T17:09:24
|
|
Directly call the function fmtcheck instead of using __weak_reference
|
|
daccb6a8
|
2006-03-26T17:10:13
|
|
Fix some c++isms
|
|
d493e6cd
|
2006-03-25T20:03:00
|
|
Move shared library to /lib
Needed by binaries in /bin and /sbin.
|
|
37c5b9a2
|
2006-03-19T11:12:07
|
|
Fix install paths so that /usr/include also works
|
|
40bb012f
|
2006-03-19T10:25:49
|
|
Add vis and unvis
|
|
a84fcb45
|
2006-03-18T12:53:39
|
|
Fix syntax error
|
|
31461c56
|
2006-03-18T09:19:50
|
|
Initialize __progname as NULL
|
|
5bd83402
|
2006-03-17T19:55:21
|
|
Add getprogname and setprogname
|
|
1e8b819b
|
2006-02-15T20:41:06
|
|
Disable __unused
It conflicts with a struct member in a Linux header.
|
|
67e48af0
|
2006-02-14T07:01:21
|
|
Remove unused includes and protect header
|
|
8a2e8584
|
2006-02-14T06:55:53
|
|
Revert 39db45e45a8d49a92d1d897a532e48480e561f75
|
|
c9e733b2
|
2006-02-14T06:45:41
|
|
Remove commented out macros
|
|
81504734
|
2006-02-14T06:43:04
|
|
Move some macros to cdefs.h
|
|
5372b736
|
2006-02-14T05:39:29
|
|
Move sources to src/
|
|
6be6380e
|
2006-02-14T05:33:38
|
|
Add missing %
|
|
7bd6e03a
|
2006-02-14T05:26:48
|
|
Makefile: Cleanup
(LIB_SRCS): Line wrap.
(LIB_INCLUDES): List only the files, automatically prefix the dir.
(LIB_MANS): Likewise.
|
|
39db45e4
|
2006-02-14T05:22:15
|
|
Remove optreset
|
|
bddcccbc
|
2006-02-14T05:17:19
|
|
Fix ChangeLog format
|
|
7aed0593
|
2006-02-13T20:56:47
|
|
Add bsd_getopt
|
|
7a8c1c86
|
2006-02-13T20:45:13
|
|
Use the same macro (_SYS_QUEUE_H) as <sys/queue.h> for header protection
This prevents collisions.
|
|
019b5818
|
2006-02-13T20:25:22
|
|
Revert c849ba32af231fba36f4500d0d3290821f4dd7b7
Will use bsd_getopt() wrapper instead.
|
|
34b269a1
|
2006-02-13T13:02:11
|
|
Fix that FIXME
|
|
c849ba32
|
2006-02-13T09:02:17
|
|
reset_getopt: New function (borrowed from e2fsprogs)
|
|
19cc9540
|
2006-02-11T07:06:17
|
|
bsd/queue.h: Replace with patched copy of glibc's <sys/queue.h>
This doesn't affect freebsd6-buildutils.
|
|
e8d3b08c
|
2006-02-10T15:22:58
|
|
Add __unused
|
|
33eb3ecc
|
2006-02-10T14:59:03
|
|
Add errc, warnc, verrc and vwarnc
|
|
bc2b90c0
|
2005-12-20T21:05:34
|
|
Makefile: Fix typo
|
|
dedb8169
|
2005-12-20T20:29:47
|
|
Added manpages and fixed fmtcheck
|
|
91473e27
|
2005-12-18T04:02:56
|
|
fmtcheck: New function
|
|
657f1b59
|
2005-10-31T22:57:10
|
|
Reorganize header files
|
|
5c2938f5
|
2005-10-28T19:18:39
|
|
Fix ChangeLog
|
|
14b06b31
|
2005-08-05T19:52:06
|
|
Added long description
|
|
a6361122
|
2005-08-03T16:12:59
|
|
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.
|
|
8928a721
|
2005-07-25T23:38:43
|
|
Makefile: Add "md5.h" to LIB_INCLUDES
|
|
3bd2ba1a
|
2005-07-25T23:37:06
|
|
Versions: Add MD5Init, MD5Update, MD5Pad and MD5Final to LIBBSD_0.0
|
|
88129874
|
2005-07-25T23:32:52
|
|
Fix ChangeLog format
|
|
b478b9dd
|
2005-07-25T00:07:29
|
|
fgetln: Cleanup function
Reindent, remove commented code and translate variable names to english
|
|
2154e961
|
2005-07-25T23:02:40
|
|
Changed files to compile md5c.c
|
|
aa605d5f
|
2005-07-24T23:55:15
|
|
Add versioned symbols support
|
|
07a58e79
|
2005-07-24T23:35:23
|
|
General cleanup
|
|
400f4cd5
|
2005-07-24T22:55:16
|
|
Remove autogenerated cruft
|
|
8654206a
|
2005-07-24T22:51:34
|
|
Importing libbsd
|