aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix ether_ntoa() to generate the %02x format people expect, instead of %x,Matthew Dillon2002-04-061-2/+3
* htonl() and ntohl() operate on unsinged types, so they must zero-extend,Thomas Moestl2002-04-062-2/+2
* Remove some duplicate free()s and add some that were missing.Dag-Erling Smørgrav2002-04-051-21/+9
* pam_get_pass() -> pam_get_authtok()Dag-Erling Smørgrav2002-04-051-1/+1
* Upgrade to something quite close, but not identical, to version 1.6 ofDag-Erling Smørgrav2002-04-042-395/+437
* Add pam_passwdqc to the build.Dag-Erling Smørgrav2002-04-042-0/+14
* Initial deorbit burn for the undocumented and unused d_boot[01]Poul-Henning Kamp2002-04-031-5/+0
* When _kevent() returns with errno = EINTR and timeout is notHajimu UMEMOTO2002-04-011-4/+3
* Work around a gcc bug which causes zlib to dump core in certainKris Kennaway2002-03-311-2/+7
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-2932-79/+113
* Install libusbhid, and use it instead of libusb.Josef Karthauser2002-03-282-2/+2
* Update the documentation to reflect the change from libusb to libusbhid.Josef Karthauser2002-03-283-221/+11
* Finish the libusb.h -> libusbhid.h migration.Josef Karthauser2002-03-286-8/+8
* Rename libusb.h to libusbhid.h, via a repocopy.Josef Karthauser2002-03-282-102/+1
* Follow NetBSD and rename libusb to libusbhid.Josef Karthauser2002-03-279-1176/+1
* Embellish more.David E. O'Brien2002-03-261-1/+1
* Embellish the comment.David E. O'Brien2002-03-261-2/+4
* Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes.Bruce Evans2002-03-266-24/+42
* Fixed some bugs in the description of plain gamma() (and gammaf()).Bruce Evans2002-03-261-19/+19
* Fixed some minor style bugs.Bruce Evans2002-03-261-2/+2
* Fixed some style bugs in the removal of __P(()). Some function parameterBruce Evans2002-03-261-1/+1
* Fix grammer in comment.Poul-Henning Kamp2002-03-251-1/+1
* Modernize my email address.Poul-Henning Kamp2002-03-253-4/+4
* Modernize my email addressPoul-Henning Kamp2002-03-251-1/+1
* Modernize my email address.Poul-Henning Kamp2002-03-2513-13/+13
* Modernize my email-address.Poul-Henning Kamp2002-03-251-1/+1
* A break after a return is useless.Dima Dorfman2002-03-241-1/+0
* Fix braino.Dima Dorfman2002-03-241-1/+1
* Update comments. We uniformly use __FBSDID in libc now.David E. O'Brien2002-03-231-5/+5
* W/o __P, the internal declarations will all fit on one line.David E. O'Brien2002-03-231-6/+3
* Style nit.David E. O'Brien2002-03-231-3/+3
* Remove prototype, no other crt1.c has or needs it.David E. O'Brien2002-03-231-9/+6
* Remove these abortive MIPS bits.David E. O'Brien2002-03-2362-2856/+0
* Breath deep and take __P out of the system include files.Warner Losh2002-03-231-7/+7
* Standardize on our SCM ID style.David E. O'Brien2002-03-2326-121/+36
* Restore CSRG ID's lost in January 1995.David E. O'Brien2002-03-2346-175/+235
* Fix the style of the SCM ID's.David E. O'Brien2002-03-2229-25/+35
* Fix the style of the SCM ID's.David E. O'Brien2002-03-2254-117/+138
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-1/+2
* Fix the style of the SCM ID's.David E. O'Brien2002-03-22408-795/+970
* Back out last commit (rev 1.2). I thought I caught this file in timeDavid E. O'Brien2002-03-221-1/+1
* Constify the first arg to callrpc(3).Alfred Perlstein2002-03-221-1/+1
* This library uses its own versions of some of the system headers.Ruslan Ermilov2002-03-221-3/+3
* SCM ID tweak.David E. O'Brien2002-03-222-2/+0
* Remove multi-line __P() usage.David E. O'Brien2002-03-2230-143/+129
* Fix for OPIE 2.4.Mark Murray2002-03-221-0/+1
* Remove __P() usage.David E. O'Brien2002-03-221-2/+2
* const poison just like NetBSD.Warner Losh2002-03-221-32/+14
* Make user_from_uid and group_from_gid return const char *, just likeWarner Losh2002-03-222-4/+4
* Updates for OPIE 2.4.Mark Murray2002-03-221-0/+1