summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386
Commit message (Expand)AuthorAgeFilesLines
* Fixed troff(1) and mdoc(7) warnings.ru2003-05-181-1/+1
* Add a comment describing why it's important for the values in thisdas2003-05-081-0/+7
* Properly cleanup the stack before jumping to cerror() if rfork(2) fails.jhb2003-05-071-0/+4
* Document VM86_INTCALL.mdodd2003-04-291-4/+35
* Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().das2003-04-051-0/+5
* MFp4: Pentium/Athlon-optimised implementation of wcschr().tjr2003-04-052-1/+78
* Align signal frame placed on stack to 16 bytes so that SSE FPU registerdeischen2003-03-291-1/+2
* MFp4: Pentium/Athlon-optimised implementation of wcslen().tjr2003-03-142-1/+69
* Replace our ancient dtoa/strtod implementation with the gdtoadas2003-03-122-0/+13
* MFp4: Reduce code size by 26 bytes by only aligning the jump targets thattjr2003-03-121-10/+1
* MFp4: Pentium/Athlon-optimised implementation of wmemchr().tjr2003-03-122-1/+115
* MFp4: Pentium-optimised implementation of wcscmp(). Performs significantlytjr2003-03-102-1/+80
* Remove these from libc; they are now system calls.deischen2003-02-181-158/+0
* Call the weak symbol for sigprocmask, so that it can be overridden.mini2003-02-171-1/+1
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-166-0/+11
* o Implement C99 classification macros isfinite(), isinf(), isnan(),mike2003-02-121-0/+2
* Implement fpclassify():mike2003-02-082-0/+43
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* english(4) police.schweikh2002-12-271-1/+1
* Back out the -fpcc-struct-return fixes.kan2002-12-222-24/+68
* Import newer versions of div() and ldiv() from NetBSD which handletjr2002-12-212-68/+24
* mdoc(7) police: "The .Fa argument.".ru2002-12-193-3/+15
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.ru2002-12-181-1/+1
* mdoc(7) police: "The .Fn function".ru2002-12-181-0/+8
* mdoc(7) police: "The .Fn system call".ru2002-12-183-0/+18
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-2/+0
* Disconnect the userland get/set/swapcontext() functions fromdeischen2002-11-161-2/+2
* Re-apply the previously backed-out commit that fixes the problem wherearchie2002-10-311-1/+1
* track gratuitous change to sys/i386/include/reg.hsam2002-10-212-4/+4
* Eliminate superfluous memory access in memcpy(3)/memmove(3).sobomax2002-10-151-13/+8
* Style cleanup:mini2002-09-211-14/+11
* Revert previous commit to unbreak world until we figure out thearchie2002-09-201-1/+1
* Fix a problem with the definition of HUGE_VAL causing the gcc warningarchie2002-09-191-1/+1
* Fixed editing error in previous commit (*blush*).bde2002-09-171-1/+1
* Fixed unsorting of SRCS.bde2002-09-171-2/+2
* Use a weak symbol for signalcontext().mini2002-09-171-1/+3
* Add signalcontext(), which adds a signal frame to a ucontext_t.mini2002-09-171-0/+80
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-5/+1
* Save and restore FPU state properly in ucontext_t's.mini2002-09-163-35/+28
* Include <stdlib.h> to have abort() and exit() declared.robert2002-08-151-0/+1
* Use '_end' symbol instead of 'end' to initialize minbrk and curbrkkan2002-08-081-3/+3
* Fix style bugs I added in last commit.silby2002-06-271-4/+4
* Modify bcopy (and memcpy/memmove) so that the length value is notsilby2002-06-271-2/+4
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-0213-13/+13
* Generate the normal asm stubs for all sysv system calls. Use these insteadjake2002-05-231-5/+3
* Standardize on our SCM ID style.obrien2002-03-2326-121/+36
* Restore CSRG ID's lost in January 1995.obrien2002-03-2326-100/+139
* Fix the style of the SCM ID's.obrien2002-03-221-2/+1
* Fix the style of the SCM ID's.obrien2002-03-2211-45/+23
* Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwisepeter2002-03-211-1/+1
OpenPOWER on IntegriCloud