summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* When poll(2)'ing for readability or writability of a file descriptorarchie2002-08-293-6/+18
* Allow one to grab the definition of struct ucred by defining _WANT_UCREDalfred2002-08-281-2/+1
* Print a '-' sign for negative zero. Tested withschweikh2002-08-271-7/+2
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-259-9/+9
* Fix a bug in __ivaliduser_sa() which caused some rsh/rlogin attemptsjdp2002-08-241-5/+5
* &x is not a format stringkris2002-08-241-1/+1
* Note that <sys/types.h> in no longer a prerequisite for <utime.h> andmike2002-08-248-8/+0
* We cannot use an alloc with only inputs and/or locals. The kernelmarcel2002-08-231-11/+16
* Wrap the header to prevent multiple inclusion, and mark the DECLS section.jmallett2002-08-221-0/+9
* Fixed getaddrinfo to honor sortlist in /etc/resolv.confpirzyk2002-08-211-0/+82
* s/EDOFUS/EDOOFUS/phk2002-08-213-5/+5
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-2115-26/+26
* Fix a typo in #if 0 codescottl2002-08-211-1/+1
* Add a manual page for wcwidth().tjr2002-08-202-1/+63
* Add a manual page for wcswidth().tjr2002-08-202-1/+62
* Move just committed version of wcswidth.c here (from "locale"),ache2002-08-202-25/+31
* Remove wcswidth.c from here (and move it to "string")ache2002-08-202-65/+1
* Remove space at the end of continuation line in prev. commitache2002-08-201-1/+1
* xdr.3 is added to MAN in ../xdr/Makefile.inc where it belongs, so don'tbde2002-08-191-1/+1
* Implement wcswidth()ache2002-08-192-2/+66
* Use modern-style arguments declarationache2002-08-191-2/+1
* Write null wide-character as L'\0' like in other placesache2002-08-191-1/+1
* According to SUSv2, always return 0 for null wide-character codeache2002-08-191-1/+6
* s/trailing NULL/trailing NUL/jmallett2002-08-192-2/+2
* Move internal defines from ctype.h hereache2002-08-191-0/+4
* Leave room for a trailing NUL not a NULL, that's not an ASCII character.jmallett2002-08-192-2/+2
* Implement the ISO C90 Amd.1 restartable wide and multibyte charactertjr2002-08-1813-4/+1020
* Move wcwidth() to separate file, it doesn't belong to iswctype.c at allache2002-08-173-11/+58
* According to SUSv2, wcwidth() should return -1 for non-printing charactersache2002-08-171-1/+1
* Cosmetic - remove unneded brackets and #undefache2002-08-172-41/+40
* wcwidth: fix espression to work correctly with SWIDTH0ache2002-08-171-2/+4
* Fix libc build breakage by defining FSTYPENAMES before includingbmilekic2002-08-161-0/+1
* Add iswctype wcwidth function codekeichii2002-08-161-0/+10
* Hide 'struct ucred' behind '#ifdef _KERNEL', this should stop userlandalfred2002-08-161-0/+3
* Add LOGIN_SETMAC, which will indicate to the user context management coderwatson2002-08-161-1/+2
* - Fix a bug that wrote one char behind the end of therobert2002-08-151-6/+3
* Put each function argument on its own line to keep lines shorterrobert2002-08-151-1/+6
* Use one line for each function argument to keep the linerobert2002-08-152-2/+11
* Removed duplicated MLINKS which make(1) recently started warning about.bde2002-08-151-2/+0
* Include <stdlib.h> to have abort() and exit() declared.robert2002-08-151-0/+1
* - For compliance with IEEE Std 1003.1-2001, add the 'restrict'robert2002-08-155-17/+11
* - Introduce the 'restrict' qualifier to function prototypes androbert2002-08-155-8/+8
* - Add the 'restrict' qualifier to the function prototypes androbert2002-08-1512-41/+17
* - Add the 'restrict' qualifier to the function definitions androbert2002-08-143-10/+4
* - Add the 'restrict' qualifier to the function definition ofrobert2002-08-142-7/+5
* - Add the 'restrict' qualifier to the definitions of the stringrobert2002-08-146-18/+8
* - Add the C99 'restrict' qualifier using the '__restrict' macro torobert2002-08-142-2/+3
* Use "ugidfw.h" rather than <ugidfw.h> so that mkdep can find it.rwatson2002-08-141-1/+1
* - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001robert2002-08-142-7/+11
* - Add the 'restrict' qualifier required by IEEE Std 1003.1-2001robert2002-08-142-5/+2
OpenPOWER on IntegriCloud