summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Work around a gcc bug which causes zlib to dump core in certainkris2002-03-311-2/+7
| | | | | | situations. This can be removed once gcc is fixed. Submitted by: bde
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-2932-79/+113
| | | | | | Also, make an internal _getprogname() that is used only inside libc. For libc, getprogname(3) is a weak symbol in case a function of the same name is defined in userland.
* Install libusbhid, and use it instead of libusb.joe2002-03-282-2/+2
| | | | MFC after: 6 days
* Update the documentation to reflect the change from libusb to libusbhid.joe2002-03-283-221/+11
| | | | MFC after: 6 days
* Finish the libusb.h -> libusbhid.h migration.joe2002-03-286-8/+8
| | | | MFC after: 7 days
* Rename libusb.h to libusbhid.h, via a repocopy.joe2002-03-282-102/+1
| | | | MFC after: 7 days
* Follow NetBSD and rename libusb to libusbhid.joe2002-03-279-1176/+1
| | | | MFC after: 7 days
* Embellish more.obrien2002-03-261-1/+1
|
* Embellish the comment.obrien2002-03-261-2/+4
|
* Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes.bde2002-03-266-24/+42
|
* Fixed some bugs in the description of plain gamma() (and gammaf()).bde2002-03-261-19/+19
| | | | | Give a more detailed and correct history of when gamma() was actually the gamma function.
* Fixed some minor style bugs.bde2002-03-261-2/+2
|
* Fixed some style bugs in the removal of __P(()). Some function parameterbde2002-03-261-1/+1
| | | | lists were outdented to column 0.
* Fix grammer in comment.phk2002-03-251-1/+1
| | | | Submitted by: Engin Gunduz <engin@ripe.net>
* Modernize my email address.phk2002-03-253-4/+4
|
* Modernize my email addressphk2002-03-251-1/+1
|
* Modernize my email address.phk2002-03-2513-13/+13
|
* Modernize my email-address.phk2002-03-251-1/+1
|
* A break after a return is useless.dd2002-03-241-1/+0
|
* Fix braino.dd2002-03-241-1/+1
|
* Update comments. We uniformly use __FBSDID in libc now.obrien2002-03-231-5/+5
|
* W/o __P, the internal declarations will all fit on one line.obrien2002-03-231-6/+3
|
* Style nit.obrien2002-03-231-3/+3
|
* Remove prototype, no other crt1.c has or needs it.obrien2002-03-231-9/+6
|
* Remove these abortive MIPS bits.obrien2002-03-2362-2856/+0
|
* Breath deep and take __P out of the system include files.imp2002-03-231-7/+7
| | | | | | # This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure.
* Standardize on our SCM ID style.obrien2002-03-2326-121/+36
|
* Restore CSRG ID's lost in January 1995.obrien2002-03-2346-175/+235
|
* Fix the style of the SCM ID's.obrien2002-03-2229-25/+35
| | | | I believe have made all of libc .h's as consistent as possible.
* Fix the style of the SCM ID's.obrien2002-03-2254-117/+138
| | | | I believe have made all of libc .c's as consistent as possible.
* Fix the style of the SCM ID's.obrien2002-03-221-1/+2
| | | | I believe have made all of libc .h's as consistent as possible.
* Fix the style of the SCM ID's.obrien2002-03-22408-795/+970
| | | | I believe have made all of libc .c's as consistent as possible.
* Back out last commit (rev 1.2). I thought I caught this file in timeobrien2002-03-221-1/+1
| | | | when deP'ing. But I guess not.
* Constify the first arg to callrpc(3).alfred2002-03-221-1/+1
|
* This library uses its own versions of some of the system headers.ru2002-03-221-3/+3
| | | | | Protect against CFLAGS having -I/usr/include listed explicitly. The real solution would be to fix the library. XXX
* SCM ID tweak.obrien2002-03-222-2/+0
|
* Remove multi-line __P() usage.obrien2002-03-2230-143/+129
|
* Fix for OPIE 2.4.markm2002-03-221-0/+1
|
* Remove __P() usage.obrien2002-03-221-2/+2
|
* const poison just like NetBSD.imp2002-03-221-32/+14
|
* Make user_from_uid and group_from_gid return const char *, just likeimp2002-03-222-4/+4
| | | | NetBSD. Update man page to reflect this.
* Updates for OPIE 2.4.markm2002-03-221-0/+1
|
* Remove __P() usage.obrien2002-03-2130-420/+421
|
* Remove __P() usage.obrien2002-03-211-2/+2
|
* Remove 'register' keyword.obrien2002-03-2142-307/+323
|
* Remove __P() usage.obrien2002-03-21106-532/+552
|
* Remove 'register' keyword.obrien2002-03-21137-879/+927
|
* Fix SCM ID's.obrien2002-03-213-9/+7
|
* Removed the last vestiges of libm. These have been repo-copied tobde2002-03-215-1139/+0
| | | | | msun/bsdsrc. Everything except true gamma() and its support functions was superseded by msun long ago, at least on IEEE machines.
* Kill debugging printf() slipped into my last commit.sobomax2002-03-211-1/+0
| | | | | Noticed by: jhb Hall of shame entry: sobomax
OpenPOWER on IntegriCloud