| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
* | Back out the -fpcc-struct-return fixes. | kan | 2002-12-22 | 2 | -24/+68 |
* | Import newer versions of div() and ldiv() from NetBSD which handle | tjr | 2002-12-21 | 2 | -68/+24 |
* | mdoc(7) police: "The .Fa argument.". | ru | 2002-12-19 | 3 | -3/+15 |
* | mdoc(7) police: Fixed abuses of the .Ar and .Em macros. | ru | 2002-12-18 | 1 | -1/+1 |
* | mdoc(7) police: "The .Fn function". | ru | 2002-12-18 | 1 | -0/+8 |
* | mdoc(7) police: "The .Fn system call". | ru | 2002-12-18 | 3 | -0/+18 |
* | libc_r wasn't so tied to libc for 22 months. | ru | 2002-11-18 | 1 | -2/+0 |
* | Disconnect the userland get/set/swapcontext() functions from | deischen | 2002-11-16 | 1 | -2/+2 |
* | Re-apply the previously backed-out commit that fixes the problem where | archie | 2002-10-31 | 1 | -1/+1 |
* | track gratuitous change to sys/i386/include/reg.h | sam | 2002-10-21 | 2 | -4/+4 |
* | Eliminate superfluous memory access in memcpy(3)/memmove(3). | sobomax | 2002-10-15 | 1 | -13/+8 |
* | Style cleanup: | mini | 2002-09-21 | 1 | -14/+11 |
* | Revert previous commit to unbreak world until we figure out the | archie | 2002-09-20 | 1 | -1/+1 |
* | Fix a problem with the definition of HUGE_VAL causing the gcc warning | archie | 2002-09-19 | 1 | -1/+1 |
* | Fixed editing error in previous commit (*blush*). | bde | 2002-09-17 | 1 | -1/+1 |
* | Fixed unsorting of SRCS. | bde | 2002-09-17 | 1 | -2/+2 |
* | Use a weak symbol for signalcontext(). | mini | 2002-09-17 | 1 | -1/+3 |
* | Add signalcontext(), which adds a signal frame to a ucontext_t. | mini | 2002-09-17 | 1 | -0/+80 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 1 | -5/+1 |
* | Save and restore FPU state properly in ucontext_t's. | mini | 2002-09-16 | 3 | -35/+28 |
* | Include <stdlib.h> to have abort() and exit() declared. | robert | 2002-08-15 | 1 | -0/+1 |
* | Use '_end' symbol instead of 'end' to initialize minbrk and curbrk | kan | 2002-08-08 | 1 | -3/+3 |
* | Fix style bugs I added in last commit. | silby | 2002-06-27 | 1 | -4/+4 |
* | Modify bcopy (and memcpy/memmove) so that the length value is not | silby | 2002-06-27 | 1 | -2/+4 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 13 | -13/+13 |
* | Generate the normal asm stubs for all sysv system calls. Use these instead | jake | 2002-05-23 | 1 | -5/+3 |
* | Standardize on our SCM ID style. | obrien | 2002-03-23 | 26 | -121/+36 |
* | Restore CSRG ID's lost in January 1995. | obrien | 2002-03-23 | 26 | -100/+139 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -2/+1 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 11 | -45/+23 |
* | Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwise | peter | 2002-03-21 | 1 | -1/+1 |
* | cosmetic: spell 'cashe' as 'cache' | billf | 2002-03-10 | 3 | -3/+3 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 4 | -4/+12 |
* | Fixed unsorting and splitting of SRCS in previous commit. | bde | 2002-01-11 | 1 | -2/+2 |
* | Add getcontext, setcontext, makecontext, and swapcontext. These | deischen | 2002-01-10 | 4 | -0/+381 |
* | Use 'mov' instead of 'lea' for setting the syscall number in %eax as that | jhb | 2001-11-27 | 7 | -12/+12 |
* | Cleanups after previous change: | jhb | 2001-11-13 | 1 | -9/+2 |
* | The kernel already fixes up %eax for parents that return from fork, so | jhb | 2001-11-13 | 4 | -104/+2 |
* | De-orbit DEFS.h - the other arches do not use it, and it got replaced | peter | 2001-10-24 | 33 | -73/+29 |
* | Just use RSYSCALL. | ru | 2001-10-19 | 1 | -2/+1 |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 4 | -9/+9 |
* | Use ``.Rv -std'' wherever possible. | ru | 2001-08-31 | 1 | -9/+1 |
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 51 | -110/+16 |
* | Cross-reference io(4). | iedowse | 2001-08-12 | 1 | -0/+2 |
* | mdoc(7) police: join split punctuation to macro calls. | ru | 2001-08-10 | 1 | -4/+4 |
* | Use the ``.Rv -std'' mdoc(7) macro in appropriate cases. | yar | 2001-08-09 | 1 | -7/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 4 | -7/+7 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |