summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Introduce 'exempt_if_empty' option to pam_wheel(8), which bypasses therwatson2002-10-182-2/+18
* not sure if this correct, but it compiles againsam2002-10-181-3/+3
* FD locking is not enabled anymore, so the table which contains the ownerjmallett2002-10-171-4/+0
* o ioctl DIOCGDINFO error wasn't checkedsam2002-10-171-7/+29
* correct arg order to strlcpy/strlcat under #ifdef alphasam2002-10-171-2/+2
* Fix off-by-one error when pushing back a multibyte sequence intjr2002-10-171-2/+6
* Make part of the previous change clearer; check flags for SUPPRESS directlytjr2002-10-171-7/+7
* The field width for single-byte string conversions (%c, %s, %[) is thetjr2002-10-171-33/+88
* de-__P()alfred2002-10-161-3/+3
* - Remove the lsearch() and lfind() functions and their manpage fromrobert2002-10-166-205/+167
* Count field width correctly for suppressed multibyte fields (%*lc,tjr2002-10-161-60/+84
* Remove unneeded $FreeBSD$ tags.robert2002-10-162-4/+0
* - Remove the old insque() and remque() functions and their manualrobert2002-10-168-213/+145
* Set the error bit on the stream if an encoding error occurs. Improvetjr2002-10-166-15/+52
* Avoid truncating invalid wide characters that are outside the range oftjr2002-10-161-1/+8
* Add a Bugs section and note that fmtcheck() is out of sync with printf();tjr2002-10-161-1/+7
* Add support for the XSI %C and %S formats, which are the same as %lctjr2002-10-162-0/+24
* Use kqueue(2) instead of poll(2) to wait for replies and timeoutsiedowse2002-10-151-158/+90
* fix typo in comments (in preparation for MFC)fjoe2002-10-151-1/+1
* Add cross-references to the wide character counterparts of these functions.tjr2002-10-154-4/+8
* Eliminate superfluous memory access in memcpy(3)/memmove(3).sobomax2002-10-151-13/+8
* Remove stray comma at the end of the See Also list.tjr2002-10-151-1/+1
* Fix to check disk geometry.nyan2002-10-141-1/+18
* Use a weak reference instead of a macro to make vfscanf an aliastjr2002-10-142-0/+4
* Write the strvis()'d string out to the history file in history_save(),tjr2002-10-141-1/+1
* FA, FB and FC are lead bytes according to recent Microsoft documentation.tjr2002-10-141-1/+1
* Style changes. Mainly removing excessive whitespace and parens.tjr2002-10-141-24/+29
* Dump in $TMPDIR if !setugid, and use mode 0644 instead of 0666.kris2002-10-131-7/+11
* Ignore TMPDIR if the application is setugid.kris2002-10-131-1/+2
* FreeBSD's libedit does not include NetBSD's readline emulation code.tjr2002-10-131-4/+3
* Use buffer-safe string functions for paranoia.kris2002-10-121-11/+12
* Zero memory after malloc. This stops sysinstall from dumping corekris2002-10-121-0/+1
* Add restrict type-qualifier.mike2002-10-1218-31/+33
* Cosmetic: use LCMONETARY_SIZE_{FULL,MIN} defines like in other placesache2002-10-121-4/+5
* Describe the restrictions on seeking on wide character streams, and alsotjr2002-10-121-3/+15
* Fix a typo causing incorrect formatting for negative values in some localestjr2002-10-121-3/+5
* Save errno around calls to free(); at least some code paths clobber ittjr2002-10-111-0/+3
* Document the kind of format string strfmon() expects. Sync the Errorstjr2002-10-111-5/+74
* Use the new struct lconv members to determine how to format internationaltjr2002-10-111-1/+12
* Non-negative amounts should not have an extra space in front of themtjr2002-10-111-6/+2
* "Left precision" and "right precision" are not flags, but separate partstjr2002-10-111-13/+15
* Zap the early-adopter transition aid before we get into seriouspeter2002-10-112-5/+1
* Build kerberized versions of the PAM library, and install themru2002-10-111-0/+8
* Do not allow empty GIDs for non-NIS entries.maxim2002-10-111-0/+7
* Add a UTF-8 encoding method, which will eventually replace the antiquetjr2002-10-1010-9/+349
* Document that write(2) et al can return EROFS for attempts to write theschweikh2002-10-101-0/+7
* Fix another spelling mistake.robert2002-10-101-1/+1
* Correct a spelling mistake.robert2002-10-101-1/+1
* Add cross-references to wide character versions of these functions.tjr2002-10-103-3/+6
* Cross-reference between byte and wide-character stdio functions. Removetjr2002-10-107-13/+13
OpenPOWER on IntegriCloud