Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | 2004-02-27 | 23 | -858/+0 | ||
| | | | | | | reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now. | |||||
* | tag... | 2004-02-01 | 9 | -0/+9 | ||
| | ||||||
* | Kernel library bits for arm, from NetBSD. | 2004-02-01 | 9 | -0/+1266 | ||
| | ||||||
* | an amd64 arch support. | 2004-01-28 | 46 | -0/+1716 | ||
| | | | | | | | hacked by art@ from netbsd sources and then later debugged by me into the shape where it can host itself. no bootloader yet as needs redoing from the recent advanced i386 sources (anyone? ;) | |||||
* | use C comments, works better | 2004-01-22 | 1 | -3/+3 | ||
| | ||||||
* | A faster ffs() routine based upon the ff1 assembly instruction. | 2004-01-21 | 2 | -3/+18 | ||
| | ||||||
* | another 3/4 | 2003-06-04 | 1 | -6/+1 | ||
| | ||||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 53 | -347/+135 | ||
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | |||||
* | strcpy/strcat/sprintf removal in all bootblocks. various testing by | 2003-06-01 | 10 | -21/+21 | ||
| | | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind | |||||
* | Get rid of more unwanted pieces of code. | 2003-04-29 | 11 | -760/+0 | ||
| | ||||||
* | add a rule to built bzero.po as well | 2003-01-28 | 1 | -2/+8 | ||
| | ||||||
* | powerpc uses memset for bzero, do this for profiled version also. | 2002-11-11 | 1 | -1/+7 | ||
| | ||||||
* | use mi strlcpy here as well | 2002-09-15 | 2 | -71/+3 | ||
| | ||||||
* | Remove 64-bit gcc emulation stuff. We're not using it. | 2002-09-06 | 5 | -754/+1 | ||
| | ||||||
* | do not just bail out of the copy loop, but go to the | 2002-08-27 | 1 | -18/+22 | ||
| | | | | | | 'done' label for the job finish. major register missallocation for copyonfault, fix it. clean the space regs after use. | |||||
* | sync | 2002-08-13 | 1 | -4/+4 | ||
| | ||||||
* | Use _C_LABEL for c symbols. | 2002-08-11 | 2 | -7/+8 | ||
| | ||||||
* | sync | 2002-05-20 | 1 | -2/+3 | ||
| | ||||||
* | IEEE 754 floating point completion code, and implementation of the | 2002-04-28 | 1 | -3/+3 | ||
| | | | | | | | | | | | FP_C (Floating Point Control Quadword). From ross@NetBSD. Added a way to disable it with option NO_IEEE, which appears on the ramdisks to save space. This affects only programs compiled with -mieee, and what it essentially does is enabling infinities and NaNs, instead of generating SIGFPE on division by zero, overflow, etc. ok art, deraadt | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -2/+2 | ||
| | ||||||
* | sync | 2002-03-08 | 1 | -2/+2 | ||
| | ||||||
* | sync | 2002-03-08 | 1 | -5/+3 | ||
| | ||||||
* | sync | 2002-02-07 | 1 | -1/+2 | ||
| | ||||||
* | sync | 2001-09-20 | 1 | -4/+4 | ||
| | ||||||
* | $OpenBSD$ | 2001-08-20 | 17 | -1/+18 | ||
| | ||||||
* | strlcpy and strlcat | 2001-08-19 | 1 | -1/+1 | ||
| | ||||||
* | libkern sparc64 stuff (mostly from NetBSD... lightly modified... with a side of bacon) | 2001-08-19 | 17 | -0/+1797 | ||
| | ||||||
* | #(endif|else) foo is incorrect, make it #endif /* foo */ | 2001-08-12 | 1 | -2/+2 | ||
| | | | | deraadt@ ok | |||||
* | remove unused files, build bzero off of memset | 2001-07-09 | 1 | -3/+13 | ||
| | ||||||
* | have to have a proto here | 2001-07-09 | 1 | -1/+5 | ||
| | ||||||
* | sync | 2001-06-04 | 1 | -3/+3 | ||
| | ||||||
* | export these from libc | 2001-06-04 | 2 | -7/+7 | ||
| | ||||||
* | get rid of somming we will | 2001-03-29 | 2 | -18/+3 | ||
| | ||||||
* | sync w/ libc | 2001-03-28 | 1 | -5/+7 | ||
| | ||||||
* | rely on predefined space attributes | 2001-03-28 | 1 | -3/+3 | ||
| | ||||||
* | ??? Bogons! How did this get broken? | 2001-02-01 | 1 | -2/+2 | ||
| | ||||||
* | import strlcpy from libc | 2000-12-29 | 2 | -3/+69 | ||
| | ||||||
* | strlcat and strlcpy into libkern. | 2000-12-18 | 11 | -22/+31 | ||
| | ||||||
* | +memset for ext2fs, should fix both pmax (untested) and arc | 2000-08-15 | 1 | -2/+2 | ||
| | ||||||
* | use ffs.c | 2000-07-02 | 2 | -57/+3 | ||
| | ||||||
* | sync w/ libc | 2000-07-02 | 1 | -1/+2 | ||
| | ||||||
* | bcmp.S bye-bye; use generic bcmp.c version which is as good as this one | 2000-06-29 | 2 | -88/+3 | ||
| | ||||||
* | fix building bzero out of memset.c; from miod@ | 2000-06-29 | 1 | -4/+4 | ||
| | | | | (that makefile:kerndir fix was needed to build the kernel ;) | |||||
* | alpha was missing memset | 2000-06-26 | 1 | -2/+2 | ||
| | ||||||
* | Pull memcmp() into libkern. Also, use asm version of memset() on m68k. | 2000-06-16 | 14 | -22/+280 | ||
| | ||||||
* | screw .S version memset does same job... | 2000-04-25 | 2 | -123/+10 | ||
| | ||||||
* | 5k of source saved in spaces and empty lines; also rcsid | 2000-04-24 | 1 | -828/+673 | ||
| | ||||||
* | fix a comment | 2000-03-03 | 1 | -3/+3 | ||
| | ||||||
* | put C accessable labels on {,u}{rem,div} | 2000-02-22 | 2 | -7/+10 | ||
| | ||||||
* | but... these are needed by the bootblocks | 1999-12-10 | 2 | -0/+353 | ||
| |