aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/compat-43
Commit message (Expand)AuthorAgeFilesLines
* Remove non-existing error condition.Ed Schouten2012-03-151-4/+1
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soWarner Losh2010-08-241-1/+1
* MFtbemd:Warner Losh2010-08-231-1/+1
* Verify return value of the sigset manipulation functionsKonstantin Belousov2010-07-221-22/+14
* For xsi_sigpause(3), remove the supplied signal from the process maskKonstantin Belousov2010-07-121-2/+10
* These features will first appear in 8.1, soon to be releasedUlrich Spörlein2010-05-241-1/+1
* Fix several typos in macros or macro misusage.Ulrich Spörlein2010-03-121-0/+1
* Implement sighold, sigignore, sigpause, sigrelse, sigset functionsKonstantin Belousov2009-11-264-8/+250
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-2/+4
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-0916-64/+0
* o From kern_prot.c::p_cansignal():Maxim Konovalov2006-10-101-2/+2
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+21
* Include a couple of headers to ensure consistency between the prototype andStefan Farfeleder2005-09-121-0/+2
* The header and the man page say that sethostid() returns void, so make theStefan Farfeleder2005-09-101-4/+4
* Revert accidiental removal of string.h inclusion.Alexey Zelkin2005-02-271-0/+1
* Replace usage of strerror()/strcpy() with strerror_r() here, reducingAlexey Zelkin2005-02-271-4/+2
* Sort sections.Ruslan Ermilov2005-01-203-38/+38
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-022-10/+20
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-2/+2
* Explain the relationship to POSIX.Garrett Wollman2003-06-201-0/+14
* The .Fn functionPhilippe Charnier2003-02-061-2/+3
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-193-6/+16
* mdoc(7) police: "The .Fn function".Ruslan Ermilov2002-12-186-16/+40
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-3/+1
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-286-32/+0
* Fix the style of the SCM ID's.David E. O'Brien2002-03-229-6/+18
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-017-8/+8
* Use ``.Rv -std'' wherever possible.Ruslan Ermilov2001-08-311-7/+9
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-2/+0
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.Yaroslav Tykhiy2001-08-092-8/+2
* mdoc(7) police: expand plain text xrefs.Ruslan Ermilov2001-08-081-1/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-155-13/+13
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-107-7/+7
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-242-12/+9
* Merge the documentation for sigsetmask() and sigblock() into aBen Smithurst2001-01-173-99/+31
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-2/+2
* mdoc(7) police: Er macro usage cleanup.Ruslan Ermilov2000-11-222-2/+2
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-171-1/+1
* Remove fullstops from the end of .Xr lines in SEE ALSO section.Ben Smithurst2000-11-151-1/+1
* Use `Er' variable to define first column width in ERRORS section.Alexey Zelkin2000-05-061-1/+1
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-218-0/+16
* Take care to avoid having "strong" and "weak" symbols of the same name inJason Evans2000-03-161-0/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-272-4/+3
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-122-4/+11
* Typo cops.Tim Vanderhoek1999-12-281-1/+1
* Fix sigvec(). When the sigset_t changes came in, it was alteredJohn Polstra1999-10-091-6/+17
* o Add $FreeBSD$ as a rcsid instead of in a comment.Marcel Moolenaar1999-10-021-5/+12
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-09-291-12/+20