|
cb1346e5
|
2009-05-25T09:25:13
|
|
Export public functions as extern C
|
|
61fa98ea
|
2009-05-25T09:12:45
|
|
Add missing <stdarg.h> include in <bsd/err.h>
|
|
931e0434
|
2009-05-25T08:56:34
|
|
Add new __RCSID macro
Define it to nothing, so that source imported from BSDs can be easily
compiled w/o needing to modify them.
|
|
80c3954e
|
2009-05-25T06:23:01
|
|
Use the correct path when including a.out.h
Reported-by: Aurélien Jarno <aurelien@aurel32.net>
|
|
1f0b016e
|
2009-05-20T04:20:21
|
|
Use UTF-8 copyright symbols for non-imported files
|
|
dcaec44a
|
2009-05-20T04:11:57
|
|
Add nlist function
|
|
8dbfb352
|
2009-05-15T21:40:45
|
|
Add strmode function
|
|
4c9c8ed7
|
2008-07-26T22:35:31
|
|
Add a new header file to expose inet_net_pton prototype
|
|
38829bdc
|
2008-07-09T09:07:03
|
|
Add new setmode and getmode functions from FreeBSD
|
|
a5f7d1a8
|
2008-07-09T09:04:51
|
|
Include the rest of the header files
|
|
8b95dc58
|
2008-07-09T09:04:27
|
|
Disable __bounded__ __attribute__
|
|
1512d0d4
|
2008-07-09T07:22:30
|
|
Renumber 4th clause from BSD license to 3rd
Those files have only three clauses.
|
|
b0f64624
|
2008-07-09T07:16:20
|
|
Add missing license headers
With permission from Robert Millan and Aurelien Jarno.
|
|
a5709cbc
|
2008-06-18T08:47:58
|
|
Add license header
|
|
bf4eeb29
|
2008-06-18T08:44:18
|
|
Add arc4random_stir and arc4random_addrandom functions
|
|
b37f1039
|
2008-06-18T08:19:41
|
|
Replace current md5 code with one from MirBSD and OpenBSD
This adds the following public functions:
MD5Transform, MD5End, MD5File, MD5FileChunk, MD5Data
|
|
20bf55ff
|
2008-06-18T08:09:51
|
|
Include missing stddef.h
|
|
d033e580
|
2008-06-18T07:59:43
|
|
Remove cruft macros and includes
|
|
c14d23b5
|
2008-06-18T07:49:44
|
|
Add license header
|
|
f5b83170
|
2008-03-16T14:30:51
|
|
Remove UC Berkeley advertising clause
As per <ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change>.
|
|
c5793d47
|
2007-12-18T14:20:20
|
|
bsd/queue.h: Sync with current glibc variant from GNU/kFreeBSD
|
|
ac32eefe
|
2007-01-09T13:26:33
|
|
bsd/bsd.h: Cleanup
|
|
30176335
|
2006-08-25T13:39:32
|
|
humanize_number: New function
|
|
3462d126
|
2006-03-29T13:55:22
|
|
Add heapsort
|
|
40bb012f
|
2006-03-19T10:25:49
|
|
Add vis and unvis
|
|
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
|
|
c9e733b2
|
2006-02-14T06:45:41
|
|
Remove commented out macros
|
|
81504734
|
2006-02-14T06:43:04
|
|
Move some macros to cdefs.h
|
|
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.
|
|
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
|
|
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
|