summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* -Add the restrict required by IEEE Std 1003.1-2001 in formrobert2002-08-143-25/+9
* Unbreak one of the most confusing breaks of the tree I've seen.phk2002-08-131-1/+2
* Reduce BSS size for programs which not load collate by eliminatingache2002-08-132-10/+13
* Use a union to access the words of a double as this is less likelydwmalone2002-08-131-4/+8
* can not -> cannot.ru2002-08-132-2/+2
* Tidy up SRCS and MAN assignments.tjr2002-08-131-20/+13
* Remove the Bugs section, which is not relevant to FreeBSD: there is notjr2002-08-131-2/+0
* FreeBSD-ify: use In macro for header files in Synopsis, St C-99 instead oftjr2002-08-134-12/+12
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),tjr2002-08-1339-12/+846
* Handle the escaped colon \: in a capability.ru2002-08-122-0/+2
* Now malloc() is fixed, remove errno hardcoding to ENOMEMache2002-08-121-3/+6
* Manual pages for fwide(), getwc(), fgetwc(), getwchar(), putwc(), fputwc(),tjr2002-08-124-0/+417
* Now, malloc is fixed, remove ENOMEM hardcodeache2002-08-121-12/+11
* Add a missing copyright for Doug. There are other files missing thisdwmalone2002-08-111-0/+28
* Initialise disk->d_ufs so that in sblock.c it's always initialisedjmallett2002-08-111-0/+1
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-112-7/+7
* Whitespace cleanup--it's not style(9), but it is consistent. Preprwatson2002-08-111-3/+3
* Auto size available kernel virtual address space based on phsyical memoryjake2002-08-101-4/+11
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.mux2002-08-103-55/+43
* Update with new error return code.phk2002-08-091-0/+4
* mdoc(7) police: spelling.ru2002-08-091-1/+1
* mdoc(7) police: tidy up the formatting.ru2002-08-091-81/+115
* mdoc(7) police: punctuation.ru2002-08-091-1/+1
* mdoc(7) police: sort xrefs.ru2002-08-091-2/+2
* mdoc(7) police: punctuation.ru2002-08-091-1/+1
* mdoc(7) police: whitespace nits.ru2002-08-091-2/+4
OpenPOWER on IntegriCloud