Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 134 | -863/+327 | ||
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | |||||
* | three four kill ... | 2003-06-02 | 7 | -42/+7 | ||
| | ||||||
* | kill exec.new bit i had forgotten | 2003-06-02 | 1 | -99/+0 | ||
| | ||||||
* | licence cleanup | 2003-06-02 | 1 | -6/+1 | ||
| | ||||||
* | strcpy/strcat/sprintf removal in all bootblocks. various testing by | 2003-06-01 | 49 | -283/+345 | ||
| | | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind | |||||
* | de-register; ok millert | 2003-05-20 | 1 | -5/+4 | ||
| | ||||||
* | warn on right symbols, oops | 2003-05-12 | 2 | -6/+6 | ||
| | ||||||
* | warn for strcpy|strcat|sprintf|vsprintf; ok art dhartmei pval, and either henning or pb, i cannot tell which it was | 2003-05-10 | 2 | -4/+8 | ||
| | ||||||
* | plug a memory leak | 2003-05-07 | 1 | -3/+2 | ||
| | ||||||
* | Get rid of more unwanted pieces of code. | 2003-04-29 | 11 | -760/+0 | ||
| | ||||||
* | replaced by loadfile now | 2003-04-17 | 4 | -621/+0 | ||
| | ||||||
* | missing indent | 2003-04-17 | 1 | -2/+2 | ||
| | ||||||
* | do the same ufs does: collapse extra slashes. this allows loading files from the root of cd9660 in particular; millert@ ok | 2003-04-15 | 1 | -1/+7 | ||
| | ||||||
* | sync with libc version | 2003-03-14 | 1 | -10/+8 | ||
| | | | | | | | o ANSI function header o correct function comment o put type on its own line o swap the order of loop invariant when searching for end of dst | |||||
* | Put return type on its own line like it belong and use ANSI function header. | 2003-03-14 | 1 | -6/+4 | ||
| | ||||||
* | 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 | ||
| | ||||||
* | avoid uninitialized warnings from gcc; art@ ok | 2002-11-11 | 1 | -6/+4 | ||
| | ||||||
* | 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 | 6 | -756/+4 | ||
| | ||||||
* | 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 | ||
| | ||||||
* | changing kernel load address does not work that well w/ elf, load it where it was linked | 2002-07-09 | 1 | -5/+5 | ||
| | ||||||
* | spelling; from Brian Poole <raj@cerias.purdue.edu> | 2002-06-14 | 1 | -2/+2 | ||
| | ||||||
* | sync | 2002-05-20 | 1 | -2/+3 | ||
| | ||||||
* | Delete directories created by cleandir to prevent permission problems | 2002-04-29 | 2 | -2/+5 | ||
| | | | | during sudo builds. Verified by Valchev and sanctioned by Shalayeff. | |||||
* | IEEE 754 floating point completion code, and implementation of the | 2002-04-28 | 6 | -3/+7296 | ||
| | | | | | | | | | | | 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 | |||||
* | Introduce a new file, machine/internal_types.h, to hold that specific arch | 2002-04-24 | 2 | -4/+4 | ||
| | | | | | | | | | | | | | type characteristics. internal_types.h will contain only settings invisible from standard C, e.g., in the __* or _[A-Z]* namespace, and be reused by files like limits.h. This allows us to shorten machine/limits.h greatly, as all the common defines are now in sys/limits.h, plus a small stub in internal_types.h. Tested on all arches as far as I know. Approved after discussion with art, millert, deraadt, and others. | |||||
* | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | 2002-03-15 | 3 | -42/+4 | ||
| | | | | the ANSI way. | |||||
* | Final __P removal plus some cosmetic fixups | 2002-03-14 | 8 | -32/+31 | ||
| | ||||||
* | First round of __P removal in sys | 2002-03-14 | 29 | -298/+298 | ||
| | ||||||
* | Update to zlib-1.1.4 | 2002-03-12 | 17 | -50/+69 | ||
| | ||||||
* | sync | 2002-03-08 | 1 | -2/+2 | ||
| | ||||||
* | sync | 2002-03-08 | 1 | -5/+3 | ||
| | ||||||
* | Add a strcmp() prototype, which will be needed shortly. | 2002-03-02 | 1 | -1/+2 | ||
| | ||||||
* | sync | 2002-02-07 | 1 | -1/+2 | ||
| | ||||||
* | Fix some zlib memory leaks, originally from Mark Adler | 2002-01-18 | 1 | -2/+7 | ||
| | ||||||
* | 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 | |||||
* | Minor style pedentry from ben@arbor.net plus some of my own and sync | 2001-07-29 | 1 | -8/+8 | ||
| | | | | libkern and libc versions. | |||||
* | remove unused files, build bzero off of memset | 2001-07-09 | 1 | -3/+13 | ||
| | ||||||
* | did ever compile? | 2001-07-09 | 1 | -4/+5 | ||
| | ||||||
* | have to have a proto here | 2001-07-09 | 1 | -1/+5 | ||
| | ||||||
* | Add MI loadfile support, from NetBSD | 2001-06-23 | 4 | -2/+708 | ||
| | | | | | | This is currently only used on powerpc, but may be looked at for other architectures. Piece of the support to have kernel symbols on powerpc. | |||||
* | sync | 2001-06-04 | 1 | -3/+3 | ||
| | ||||||
* | export these from libc | 2001-06-04 | 2 | -7/+7 | ||
| |