aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - Introduce the 'restrict' qualifier to function prototypes andRobert Drehmel2002-08-155-8/+8
* - Add the 'restrict' qualifier to the function prototypes andRobert Drehmel2002-08-1512-41/+17
* - Add the 'restrict' qualifier to the function definitions andRobert Drehmel2002-08-143-10/+4
* - Add the 'restrict' qualifier to the function definition ofRobert Drehmel2002-08-142-7/+5
* - Add the 'restrict' qualifier to the definitions of the stringRobert Drehmel2002-08-146-18/+8
* - Add the C99 'restrict' qualifier using the '__restrict' macro toRobert Drehmel2002-08-142-2/+3
* Use "ugidfw.h" rather than <ugidfw.h> so that mkdep can find it.Robert Watson2002-08-141-1/+1
* - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001Robert Drehmel2002-08-142-7/+11
* - Add the 'restrict' qualifier required by IEEE Std 1003.1-2001Robert Drehmel2002-08-142-5/+2
* -Add the restrict required by IEEE Std 1003.1-2001 in formRobert Drehmel2002-08-143-25/+9
* Unbreak one of the most confusing breaks of the tree I've seen.Poul-Henning Kamp2002-08-131-1/+2
* Reduce BSS size for programs which not load collate by eliminatingAndrey A. Chernov2002-08-132-10/+13
* Use a union to access the words of a double as this is less likelyDavid Malone2002-08-131-4/+8
* can not -> cannot.Ruslan Ermilov2002-08-132-2/+2
* Tidy up SRCS and MAN assignments.Tim J. Robbins2002-08-131-20/+13
* Remove the Bugs section, which is not relevant to FreeBSD: there is noTim J. Robbins2002-08-131-2/+0
* FreeBSD-ify: use In macro for header files in Synopsis, St C-99 instead ofTim J. Robbins2002-08-134-12/+12
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins2002-08-1339-12/+846
* Handle the escaped colon \: in a capability.Ruslan Ermilov2002-08-122-0/+2
* Now malloc() is fixed, remove errno hardcoding to ENOMEMAndrey A. Chernov2002-08-121-3/+6
* Manual pages for fwide(), getwc(), fgetwc(), getwchar(), putwc(), fputwc(),Tim J. Robbins2002-08-124-0/+417
* Now, malloc is fixed, remove ENOMEM hardcodeAndrey A. Chernov2002-08-121-12/+11
* Add a missing copyright for Doug. There are other files missing thisDavid Malone2002-08-111-0/+28
* Initialise disk->d_ufs so that in sblock.c it's always initialisedJuli Mallett2002-08-111-0/+1
* Fix typos; each file has at least one s/seperat/separat/Jens Schweikhardt2002-08-112-7/+7
* Whitespace cleanup--it's not style(9), but it is consistent. PrepRobert Watson2002-08-111-3/+3
* Auto size available kernel virtual address space based on phsyical memoryJake Burkholder2002-08-101-4/+11
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.Maxime Henrion2002-08-103-55/+43
* Update with new error return code.Poul-Henning Kamp2002-08-091-0/+4
* mdoc(7) police: spelling.Ruslan Ermilov2002-08-091-1/+1
* mdoc(7) police: tidy up the formatting.Ruslan Ermilov2002-08-091-81/+115
* mdoc(7) police: punctuation.Ruslan Ermilov2002-08-091-1/+1
* mdoc(7) police: sort xrefs.Ruslan Ermilov2002-08-091-2/+2
* mdoc(7) police: punctuation.Ruslan Ermilov2002-08-091-1/+1
* mdoc(7) police: whitespace nits.Ruslan Ermilov2002-08-091-2/+4
* mdoc(7) police: laundry.Ruslan Ermilov2002-08-091-22/+37
* mdoc(7) police: laundry.Ruslan Ermilov2002-08-091-9/+14
* Make sure we set errno sensibly in case of failure.Poul-Henning Kamp2002-08-091-0/+7
* Introduce a new error return code:Poul-Henning Kamp2002-08-091-0/+3
* Add safeguards to never use errno == 0 as setrunelocale() error return codeAndrey A. Chernov2002-08-093-7/+5
* Update TE policy and MAC text conversion routines to support partialRobert Watson2002-08-092-10/+71
* X-ref mac.3.Robert Watson2002-08-091-0/+1
* Use '_end' symbol instead of 'end' to initialize minbrk and curbrkAlexander Kabaev2002-08-082-6/+6
* Rewrite locale loading procedures, so any load failure will not affectAndrey A. Chernov2002-08-0811-192/+259
* Implement POSIX.1-2001 (XSI)'s ulimit(3).Mike Barcroft2002-08-084-3/+172
* Set errno to ENOMEM for strdup too (due to malloc errno bug)Andrey A. Chernov2002-08-071-3/+4
* Always set errno to ENOMEM after malloc failed (as workaround).Andrey A. Chernov2002-08-071-8/+8
* Reset __mb_cur_max to 1 when "C" or "POSIX" locales loaded after multibyte oneAndrey A. Chernov2002-08-071-0/+1
* Fix wrong address when EucInfo > "variable" sizeAndrey A. Chernov2002-08-071-1/+1
* Correct an inaccuracy in this man page regarding detecting empty fields.Archie Cobbs2002-08-071-4/+5