| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | do not just bail out of the copy loop, but go to the |  mickey | 2002-08-27 | 1 | -18/+22 |
* | sync |  mickey | 2002-08-13 | 1 | -4/+4 |
* | Use _C_LABEL for c symbols. |  art | 2002-08-11 | 2 | -7/+8 |
* | spelling; from Brian Poole <raj@cerias.purdue.edu> |  todd | 2002-06-14 | 1 | -2/+2 |
* | sync |  mickey | 2002-05-20 | 1 | -2/+3 |
* | IEEE 754 floating point completion code, and implementation of the |  pvalchev | 2002-04-28 | 6 | -3/+7296 |
* | Introduce a new file, machine/internal_types.h, to hold that specific arch |  espie | 2002-04-24 | 2 | -4/+4 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 7 | -66/+66 |
* | sync |  mickey | 2002-03-08 | 1 | -2/+2 |
* | sync |  mickey | 2002-03-08 | 1 | -5/+3 |
* | sync |  mickey | 2002-02-07 | 1 | -1/+2 |
* | sync |  mickey | 2001-09-20 | 1 | -4/+4 |
* | $OpenBSD$ |  jason | 2001-08-20 | 17 | -1/+18 |
* | strlcpy and strlcat |  art | 2001-08-19 | 1 | -1/+1 |
* | libkern sparc64 stuff (mostly from NetBSD... lightly modified... with a side of bacon) |  jason | 2001-08-19 | 17 | -0/+1797 |
* | #(endif|else) foo is incorrect, make it #endif /* foo */ |  heko | 2001-08-12 | 1 | -2/+2 |
* | Minor style pedentry from ben@arbor.net plus some of my own and sync |  millert | 2001-07-29 | 1 | -8/+8 |
* | remove unused files, build bzero off of memset |  mickey | 2001-07-09 | 1 | -3/+13 |
* | did ever compile? |  mickey | 2001-07-09 | 1 | -4/+5 |
* | have to have a proto here |  mickey | 2001-07-09 | 1 | -1/+5 |
* | sync |  mickey | 2001-06-04 | 1 | -3/+3 |
* | export these from libc |  mickey | 2001-06-04 | 2 | -7/+7 |
* | get rid of somming we will |  mickey | 2001-03-29 | 2 | -18/+3 |
* | sync w/ libc |  mickey | 2001-03-28 | 1 | -5/+7 |
* | rely on predefined space attributes |  mickey | 2001-03-28 | 1 | -3/+3 |
* | ??? Bogons! How did this get broken? |  smurph | 2001-02-01 | 1 | -2/+2 |
* | import strlcpy from libc |  mickey | 2000-12-29 | 2 | -3/+69 |
* | strlcat and strlcpy into libkern. |  provos | 2000-12-18 | 14 | -23/+182 |
* | Don't include sys/systm.h if we include stand.h. |  art | 2000-11-08 | 1 | -3/+3 |
* | +memset for ext2fs, should fix both pmax (untested) and arc |  imp | 2000-08-15 | 1 | -2/+2 |
* | knf; ouch, that hurts |  mickey | 2000-07-02 | 1 | -6/+7 |
* | use ffs.c |  mickey | 2000-07-02 | 2 | -57/+3 |
* | sync w/ libc |  mickey | 2000-07-02 | 2 | -41/+29 |
* | bcmp.S bye-bye; use generic bcmp.c version which is as good as this one |  mickey | 2000-06-29 | 2 | -88/+3 |
* | do not use <string.h> for _STANDALONE |  mickey | 2000-06-29 | 1 | -3/+3 |
* | fix building bzero out of memset.c; from miod@ |  mickey | 2000-06-29 | 1 | -4/+4 |
* | in order to build bzero from memset KERNDIR has to be exported. |  mickey | 2000-06-29 | 1 | -7/+5 |
* | do not use <string.h> for _STANDALONE, like others |  mickey | 2000-06-29 | 1 | -3/+3 |
* | alpha was missing memset |  millert | 2000-06-26 | 1 | -2/+2 |
* | Pull memcmp() into libkern. |  millert | 2000-06-16 | 2 | -1/+68 |
* | Pull memcmp() into libkern. Also, use asm version of memset() on m68k. |  millert | 2000-06-16 | 14 | -22/+280 |
* | screw .S version memset does same job... |  mickey | 2000-04-25 | 2 | -123/+10 |
* | make bzero() compile again; millert@ ok |  mickey | 2000-04-25 | 1 | -0/+4 |
* | 5k of source saved in spaces and empty lines; also rcsid |  mickey | 2000-04-24 | 1 | -828/+673 |
* | fix a comment |  art | 2000-03-03 | 1 | -3/+3 |
* | put C accessable labels on {,u}{rem,div} |  deraadt | 2000-02-22 | 2 | -7/+10 |
* | Add an __attribute__((unused))__ to the function declared by _MCOUNT_DECL, |  art | 2000-02-22 | 1 | -3/+7 |
* | but... these are needed by the bootblocks |  deraadt | 1999-12-10 | 2 | -0/+353 |
* | move .mul and .umul into the kernel. if v8 sparc is detected, replace with |  deraadt | 1999-12-07 | 3 | -356/+3 |
* | fix space regs load insns, also some tabs vs spaces |  mickey | 1999-12-05 | 1 | -19/+19 |