uwe
ed89efb8bf
Define indp_t as signed int32_t, like ffsv1.c does.
2006-01-18 02:52:22 +00:00
christos
ddce00bf3c
Don't include zlib.h directly; redirect through libz.h; this mirrors how
...
libkern is done and let's us abstract where the real zlib.h is kept.
2006-01-14 20:16:44 +00:00
christos
b7c7f77db6
use zlib-1.2.3
2006-01-14 20:15:38 +00:00
christos
a6d61f6709
constify write prototype.
2006-01-13 22:32:10 +00:00
yamt
43308ea339
fix build of bzero.
...
XXX is it better to remove it as i386?
2005-12-27 08:49:35 +00:00
perry
4a2c58419f
__asm__ -> __asm
2005-12-24 23:29:06 +00:00
perry
0f0296d88a
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
2005-12-24 20:45:08 +00:00
christos
f852d21f71
Add the state setting functions for the new random function, but use the
...
small one by default, so that we can switch in the future if we want to.
2005-12-21 14:24:44 +00:00
christos
153f1146ed
Use common sources with userland.
2005-12-20 19:35:26 +00:00
christos
6fcf9fd532
Provide _DIAGASSERT and NULL, so that we don't have to do it in *all* the
...
libkern files.
Also the new inet_addr, provides inet_aton; advertise it.
2005-12-20 19:35:12 +00:00
christos
95e1ffb156
merge ktrace-lwp.
2005-12-11 12:16:03 +00:00
chs
8b17730eac
put mcount.c in the normal object list, so that "make depend" works.
...
use a gcc attribute to prevent it from being instrumented.
2005-10-02 15:34:17 +00:00
uebayasi
e6760038b8
Redo previous; don't add mcount.po to POBJS when MKPROFILE=no.
2005-08-25 08:55:42 +00:00
uebayasi
bab482f18d
Create mcount.po only when MKPROFILE != no.
2005-08-25 08:34:50 +00:00
christos
50f8955b6e
64 bit inode changes.
2005-08-19 02:04:03 +00:00
tron
72f9a2a842
Return correct error on all zero length codes. Fix from Gentoo bug 94584.
2005-08-04 14:36:42 +00:00
simonb
bdc552eaee
KNF nit.
2005-07-27 12:41:09 +00:00
christos
773f5f5489
rearrange free's and add a missing one.
2005-07-14 02:36:49 +00:00
tron
b1be36cfb8
Don't use a static buffer in SHA1Transform() because it might cause
...
various problems including sporadic IPSec authentification failures
if this code is used by multiple instances in parallel.
2005-06-30 13:08:46 +00:00
junyoung
f465530831
Remove bcmp(). Use memcmp() instead.
2005-06-13 12:11:07 +00:00
junyoung
0ddaa77ca6
Oops, missed a semicolon.
2005-06-13 12:06:36 +00:00
junyoung
9bf0710d63
ANSI, De-__P(), and some cosmetic changes including
...
bcmp -> memcmp, bzero -> memset, bcopy -> memcpy.
2005-06-13 12:03:01 +00:00
scw
9931d6382c
Re-sync with libc version of memcpy_arm.S, which has deals correctly
...
with big-endian ARM (non-XScale) systems.
2005-06-02 08:20:53 +00:00
christos
f69f7eea28
add missing const
2005-05-31 00:57:07 +00:00
jmc
6f594a3510
Provide HEXDIGITS as well (needed on mvme68k/stand)
2005-05-23 19:05:00 +00:00
christos
362a4a0bd5
Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to
...
implement, xtoa(), but I think defining the samestring 50 times is a bit
too much. Defined HEXDIGITS and hexdigits in subr_prf.c and use it...
2005-05-17 04:14:57 +00:00
reed
b8643619e6
Use ${TOOL_M4} instead of "m4". (I only tested this fix
...
for sparc but not sparc64 or alpha yet.)
Noticed problem when building NetBSD/sparc from a Linux/i386 host
that didn't have "m4".
2005-04-22 00:22:55 +00:00
dsl
0f5f503c2e
Use std form for a multi-line comment
2005-04-09 13:04:35 +00:00
dsl
4f6d146592
KNF
2005-03-12 16:39:41 +00:00
perry
477853c351
nuke trailing whitespace
2005-02-26 22:58:54 +00:00
uwe
36ae53aba9
MBR_PTYPE_APPLE_UFS is now spelled with an underscore.
2004-11-12 19:34:43 +00:00
sekiya
77aa58c5b4
Use 64-bit-clean addition/subtraction opcodes for pointer arithmetic iff
...
_LP64 is defined.
2004-09-29 04:45:26 +00:00
enami
41122731c8
Redo part of rev. 1.10.
2004-09-17 21:54:28 +00:00
yamt
64308e90f3
arc4random: fix a bug introduced by rev.1.7.
...
actually generate four bytes random value, rather than
leaving a byte always zero.
2004-09-08 04:06:15 +00:00
christos
95bd3d33bf
DECONST->UNCONST
2004-07-01 19:04:58 +00:00
christos
af06392139
DECONST -> UNCONST
2004-07-01 19:04:43 +00:00
christos
5d1f319c56
add __UNCONST
2004-07-01 19:04:14 +00:00
christos
75c2e1e75a
Introduce a zerror() function that can be conditionally compiled out to
...
save space. share all error strings in a single array.
2004-06-30 15:44:55 +00:00
christos
9c5b11e7e9
cast help.
2004-06-30 14:00:02 +00:00
christos
b508e54615
constification fixes.
2004-06-30 13:59:22 +00:00
christos
84a3bc854d
- multiple inclusion protection.
...
- constify some prototypes.
2004-06-30 13:59:05 +00:00
christos
049fd5eb10
help with casts, and lint hints.
2004-06-30 13:58:16 +00:00
christos
3e36df0496
avoid string const cast-aways.
2004-06-30 13:45:54 +00:00
christos
db25564166
remove useless typedef and casts
2004-06-30 13:45:21 +00:00
abs
3c2fbd8521
Add qsort to libsa (taken from sys/dev/vinum/vinumqsort.c) and use instead of
...
bubblesort in acorn32 bootloader. Reduces time to sort memory on A710 equipped
RiscPC from over twenty seconds to effectively instantaneous.
Update boot version to 3.30
2004-05-19 23:37:41 +00:00
yamt
f502110937
add '.L' prefixes to local labels.
2004-04-15 09:20:29 +00:00
drochner
ef369e0ed6
remove license clauses 3 and 4 from my cpoyright notices
2004-03-24 17:26:53 +00:00
drochner
ba017f8305
I was told I'm just an "author", not a "regent"
2004-03-24 16:21:06 +00:00
drochner
4281485619
remove license clauses 3 and 4 from my copyright notice
2004-03-24 16:03:06 +00:00
dsl
5101188f02
When searching for the superblock, check that the fs_sblockloc field
...
matches the location we read it from to ensure we don't have one of the
alternate superblocks.
Fixes part of PR kern/24809
2004-03-20 14:24:59 +00:00