summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* KNF, ok deraadt/henningmarkus2003-12-021-257/+241
|
* make it use system bcopy/bzero (speeds up the vax about twice); from pr3549mickey2003-11-241-1/+2
|
* Remove strcat() and strcpy() prototypes since we no longer have thosemillert2003-06-231-3/+1
| | | | functions in kernel-land. Noticed by Jim Rees; OK deraadt@
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-172-18/+18
| | | | where applicable.
* another 3/4deraadt2003-06-041-6/+1
|
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-032-46/+24
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0299-652/+256
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* licence cleanupderaadt2003-06-021-6/+1
|
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-0111-21/+23
| | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
* warn on right symbols, oopsderaadt2003-05-122-6/+6
|
* warn for strcpy|strcat|sprintf|vsprintf; ok art dhartmei pval, and either henning or pb, i cannot tell which it wasderaadt2003-05-102-4/+8
|
* Get rid of more unwanted pieces of code.miod2003-04-2911-760/+0
|
* sync with libc versionmillert2003-03-141-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.millert2003-03-141-6/+4
|
* add a rule to built bzero.po as wellmickey2003-01-281-2/+8
|
* powerpc uses memset for bzero, do this for profiled version also.drahn2002-11-111-1/+7
|
* use mi strlcpy here as wellmickey2002-09-152-71/+3
|
* Remove 64-bit gcc emulation stuff. We're not using it.art2002-09-066-756/+4
|
* do not just bail out of the copy loop, but go to themickey2002-08-271-18/+22
| | | | | | 'done' label for the job finish. major register missallocation for copyonfault, fix it. clean the space regs after use.
* syncmickey2002-08-131-4/+4
|
* Use _C_LABEL for c symbols.art2002-08-112-7/+8
|
* spelling; from Brian Poole <raj@cerias.purdue.edu>todd2002-06-141-2/+2
|
* syncmickey2002-05-201-2/+3
|
* IEEE 754 floating point completion code, and implementation of thepvalchev2002-04-286-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 archespie2002-04-242-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.
* First round of __P removal in sysmillert2002-03-147-66/+66
|
* syncmickey2002-03-081-2/+2
|
* syncmickey2002-03-081-5/+3
|
* syncmickey2002-02-071-1/+2
|
* syncmickey2001-09-201-4/+4
|
* $OpenBSD$jason2001-08-2017-1/+18
|
* strlcpy and strlcatart2001-08-191-1/+1
|
* libkern sparc64 stuff (mostly from NetBSD... lightly modified... with a side of bacon)jason2001-08-1917-0/+1797
|
* #(endif|else) foo is incorrect, make it #endif /* foo */heko2001-08-121-2/+2
| | | | deraadt@ ok
* Minor style pedentry from ben@arbor.net plus some of my own and syncmillert2001-07-291-8/+8
| | | | libkern and libc versions.
* remove unused files, build bzero off of memsetmickey2001-07-091-3/+13
|
* did ever compile?mickey2001-07-091-4/+5
|
* have to have a proto heremickey2001-07-091-1/+5
|
* syncmickey2001-06-041-3/+3
|
* export these from libcmickey2001-06-042-7/+7
|
* get rid of somming we willmickey2001-03-292-18/+3
|
* sync w/ libcmickey2001-03-281-5/+7
|
* rely on predefined space attributesmickey2001-03-281-3/+3
|
* ??? Bogons! How did this get broken?smurph2001-02-011-2/+2
|
* import strlcpy from libcmickey2000-12-292-3/+69
|
* strlcat and strlcpy into libkern.provos2000-12-1814-23/+182
|
* Don't include sys/systm.h if we include stand.h.art2000-11-081-3/+3
|
* +memset for ext2fs, should fix both pmax (untested) and arcimp2000-08-151-2/+2
|
* knf; ouch, that hurtsmickey2000-07-021-6/+7
|
* use ffs.cmickey2000-07-022-57/+3
|