millert
f48f8998b2
Make function decl match prototype in stdlib.h
28 years ago
rahnds
910888e232
port is powerpc not, ppc.
Make the defines so.
28 years ago
tholo
73305d3116
Integrate latest malloc(3) from FreeBSD
28 years ago
dm
21435a50a6
arc4random() number generator, for use with things like RPC xid's.
28 years ago
downsj
c9f3722b2a
add readlabelfs.3
28 years ago
downsj
0722d7a48e
readlabelfs() takes two arguments now, update prototype, inc major number.
28 years ago
rahnds
5d68d07847
Add powerpc support. To bad this needs to be modified for every
new architecture.
28 years ago
tholo
a5ea260ae0
Clean up lint and compile warnings
28 years ago
tholo
c5dce863f4
Fix typo
28 years ago
deraadt
038a8d1853
"the the" purge
28 years ago
downsj
c6b631d109
install -> ${INSTALL}, -c -> ${COPY}
28 years ago
deraadt
89ddbb9597
vfork w/ exit botch
28 years ago
downsj
57597c7d5e
sanitize return value. NULL on failure, always.
28 years ago
downsj
fcd90b784b
inc
28 years ago
downsj
30a5f11ec5
Add readlabelfs().
28 years ago
millert
793be43ede
Update from NetBSD.
- correct two .Fn references to forkpty()
- describe retval of forkpty(); it can return PID as well
- add xref to fork(2)
28 years ago
niklas
4dbdb68e0e
more 64bit fixes
28 years ago
niklas
fae65a16e0
64 bit clean
28 years ago
kstailey
fbda0fcd0b
removed plus sign from start of line
28 years ago
etheisen
27a85430e6
sys/types.h will serve us better than machine/endian.h.
28 years ago
etheisen
71c3f93b1f
memcpy needs proto from string.h.
28 years ago
etheisen
79c43308cc
Include <machine/types.h> for now.
28 years ago
deraadt
fea7421820
explain better how to make exportable bins
28 years ago
michaels
9199afb22b
typo.
28 years ago
tholo
32165733ef
Deal correctly with time zones
28 years ago
tholo
9bd79ef654
Manpage update to match changed functionality; by alex@FreeBSD.org
28 years ago
downsj
c929e54643
add decl
28 years ago
tholo
7128f5a83e
POSIX requires stdio buffers be flushed on abort
28 years ago
deraadt
4dc865ca36
unused variable noticed by asriel(right?), proto from mccanne; fed to freebsd
28 years ago
michaels
85428f3761
Attempt at cleanup.
28 years ago
millert
3d97fdc36a
export byte swapping routine.
28 years ago
millert
3077b69dbf
Moved definitions of BYTE and LONG in from header file.
28 years ago
millert
5f353ad96b
Fixed standalone test mode for NEW_SHA1.
28 years ago
millert
b7afb98f44
added sha1 (secure hash function).
28 years ago
tholo
6d13fb6c1b
Make sure we don't dereference stray pointer when running suid or sgid
28 years ago
tholo
1ad7d4eda3
Restore check for suid / sgid
28 years ago
tholo
61617e17d2
Latest changes from FreeBSD
28 years ago
deraadt
021cff4831
need limits.h
28 years ago
deraadt
8d517d45dd
nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, mike.long@analog.com
28 years ago
tholo
459cd0201d
From FreeBSD:
> Fix a very rare error condition: The code to free VM back to the kernel
> as done after a quasi-recursive call to free() had modified what we
> thought we knew about the last chunk of pages.
> This bug manifested itself when I did a "make obj" from src/usr.sbin/lpr,
> then make would coredump in the lpd directory.
28 years ago
tholo
ebd8ebf62e
Avoid pulling in stdio
28 years ago
tholo
89660a21d8
Bring prototypes into scope
28 years ago
tholo
c3e8d031d3
Remove dead code
Remove unused variables
Silence some warnings
lint(1) is your friend
28 years ago
deraadt
bb444debc1
only support MALLOC_OPTIONS for non-setuid
28 years ago
downsj
aefaf0e378
openpty() returns int.
28 years ago
tholo
5eeac5bb1d
asm -> __asm, clean lint(1) warnings
28 years ago
tholo
7930b7d1e8
Move cfree(3) weak symbol into a seperate file
28 years ago
downsj
f7cc12cd49
Make it even out.
28 years ago
downsj
496f69a002
Document it.
28 years ago
tholo
a15c5044f5
Make the binding cfree() -> free() weak if possible
28 years ago