aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: markup the previous delta.Ruslan Ermilov2001-12-041-1/+3
* Correct some egregious style bugs.Dag-Erling Smørgrav2001-12-041-13/+21
* Add a missing error check. This fixes a bug that would cause pwd_mkdb toDag-Erling Smørgrav2001-12-041-1/+2
* Properly handle being redirected to an FTP URL.Dag-Erling Smørgrav2001-12-041-1/+10
* Add prototype for _ftp_request().Dag-Erling Smørgrav2001-12-041-4/+8
* Reorganize to reduce code duplication.Dag-Erling Smørgrav2001-12-041-64/+32
* Fix typos getpeerid -> getpeereid.Anton Berezin2001-12-021-2/+2
* Use __FBSDID(). Also do a bit of cosmetic #if and header-orderMark Murray2001-12-021-1/+4
* Use the merged strtod.c everywhere. This has been tested on alpha andPeter Wemm2001-12-021-10/+1
* Remove specific reference to ASCII space (' '), it is true for localizedAndrey A. Chernov2001-12-021-1/+1
* Make it works for non ASCII compatible encodings too.Andrey A. Chernov2001-12-026-42/+42
* Style fixups.Mark Murray2001-12-011-10/+10
* WARNS=2 fixes.Mark Murray2001-12-011-16/+11
* Add support for sysconf(_SC_NPROCESSORS_CONF) and sysconf(_SC_NPROCESSORS_ONLN).Joseph Koshy2001-12-012-0/+12
* o Stop abusing MD headers with non-MD types.Mike Barcroft2001-12-012-9/+14
* Merge the (in)complete ANSIfication work from src/crypto/telnet.Mark Murray2001-11-301-8/+0
* Invoke the new 'unifdef:' target, and make this lib a complete subsetMark Murray2001-11-304-58/+51
* Diff-reduce WRT src/secure/*telnet*/Makefile.Mark Murray2001-11-301-5/+18
* Merge NetBSD's changes from netbsd_strtod.c in preparation ofAlexey Zelkin2001-11-301-47/+54
* Back out my 'fix', resid is different for strategy than for writeAlfred Perlstein2001-11-301-2/+2
* Implement several of the c99 updates to printf(3):Bill Fenner2001-11-302-211/+458
* Make the same fix for writes to RAW objects.Alfred Perlstein2001-11-301-2/+2
* write should return the number of bytes written, not 0 on success.Alfred Perlstein2001-11-301-1/+1
* Clarify isblank rangeAndrey A. Chernov2001-11-301-0/+14
* Clarify valid isspace() rangeAndrey A. Chernov2001-11-301-8/+10
* Fix pam_ssh by adding an IPv4or6 (evidently, this was broken by my lastBrian Feldman2001-11-291-0/+8
* Clarify that is[x]digit() class is the same in any localeAndrey A. Chernov2001-11-292-17/+18
* Duh. Back out most of my previous commit. It was mostly covered in theCrist J. Clark2001-11-291-9/+1
* Bump p1003.1-90 to p1003.1-96.Brian Feldman2001-11-291-1/+1
* rename() can't guarantee "to" always exists if it didn't exist in the firstGregory Neil Shapiro2001-11-291-1/+3
* Back out national digits support, POSIX explicetely disallows it:Andrey A. Chernov2001-11-298-83/+85
* After the long explanaition of how the inet_* functions interpretCrist J. Clark2001-11-291-0/+8
* Do not write warning messages on stderr - a caller is expected to checkAnton Berezin2001-11-282-10/+8
* Mdoc police.Dag-Erling Smørgrav2001-11-281-32/+37
* mdoc(7) police: fix one pam_unix(8) left-over, sort xrefs.Ruslan Ermilov2001-11-281-4/+4
* Don't ever assume that isdigit() is always subset of isxdigit()Andrey A. Chernov2001-11-287-7/+7
* Fix typoAndrey A. Chernov2001-11-281-1/+1
* Use stricter tests to disallow national digits > 9Andrey A. Chernov2001-11-281-14/+14
* Allow national (non-ASCII) digitsAndrey A. Chernov2001-11-281-55/+53
* Allow national (non-ASCII) digitsAndrey A. Chernov2001-11-281-23/+23
* Implement strtoimax() and strtoumax()Bill Fenner2001-11-285-42/+337
* Also mention "long long" in synopsis.Bill Fenner2001-11-281-1/+1
* Return a more meaningful errno when the length of the interpreterJohn W. De Boskey2001-11-281-0/+3
* Base 36 is allowed.Bill Fenner2001-11-284-4/+4
* Put back base > 35 check. If someone dislike it, plese discuss it withAndrey A. Chernov2001-11-284-4/+4
* Add atoll(3) to conform POSIX and C99Andrey A. Chernov2001-11-283-2/+69
* Understand national (non-ASCII) digits nowAndrey A. Chernov2001-11-286-56/+42
* Use 'mov' instead of 'lea' for setting the syscall number in %eax as thatJohn Baldwin2001-11-2713-21/+21
* Add a pam_set_item(3) man page with an MLINK to pam_get_item(3).Dag-Erling Smørgrav2001-11-272-0/+153
* When servicing an internal FTP server, punch ipfirewall(4) holesRuslan Ermilov2001-11-271-5/+2