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 |
downsj
|
7a13773364
|
Cleaner.
|
28 years ago |
downsj
|
6fa9942433
|
Remove ANSI function delcarations and add a cfree() stub function.
|
28 years ago |
tholo
|
fcedf08ffa
|
Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly
|
28 years ago |
tholo
|
9cc7ffcbd2
|
Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly
|
28 years ago |
tholo
|
8ee696da40
|
Minor formatting fixes from Lite2
Correct return value of putenv(3), also from Lite2
|
28 years ago |
tholo
|
c1faa6782f
|
Fix typo; from Lite2
|
28 years ago |
tholo
|
7d47b038f8
|
Formatting fix; from Lite2
|
28 years ago |
tholo
|
25f5863bbe
|
Import malloc(3) manual page from FreeBSD
|
28 years ago |
deraadt
|
2240f00ab9
|
pty from p to z, P to T. includes v
|
28 years ago |
downsj
|
e2b88b4e8d
|
Document where the prototypes are.
|
28 years ago |
tholo
|
63aa099bc1
|
malloc(3) implementation from FreeBSD; uses mmap(2) to get memory
|
28 years ago |
deraadt
|
1be84dab0b
|
duh, theo
|
28 years ago |
deraadt
|
6426383b23
|
someone want to write login_fbtab.3?
|
28 years ago |
deraadt
|
aca561bb49
|
login_fbtab() in libutil
|
28 years ago |
niklas
|
1ecc000066
|
Make typesafe and remove non-portable va_list tricks.
This is to get it to compile on OpenBSD/alpha.
|
28 years ago |
deraadt
|
2b50cf23b0
|
be very careful in case of signed chars
|
28 years ago |
deraadt
|
f8876ea645
|
cannot check for stack underflow
|
28 years ago |
deraadt
|
151d8112cc
|
for magic MD5 salt, call md5crypt()
|
28 years ago |
deraadt
|
0fd8b9613b
|
pretty the comment
|
28 years ago |
downsj
|
a71e9c181d
|
Use getrawpartition().
|
28 years ago |
deraadt
|
17fdcd3488
|
fix multiple invocations; from tlb@viaweb.com
|
28 years ago |
deraadt
|
343aaa30a5
|
only write to realpath if non-NULL
|
28 years ago |
deraadt
|
a34e8e5c6d
|
do not unexpectedly unlink the ptmp file; also support SIG*STOP cleanly
with our changes which permit "EDITOR=emacs -nw" to work.
|
28 years ago |
downsj
|
375b735121
|
oops, still missed a typo
|
28 years ago |
downsj
|
3673fbd261
|
slight cleaning
|
28 years ago |
downsj
|
1f11082c42
|
opendev.3: opendev(3) man page
|
28 years ago |
downsj
|
b2f1975b66
|
util.h: new resting place
opendev.h: ok, so I merged it with util.h
opendev.h: use util.h
everything else: use "util.h"
|
28 years ago |
downsj
|
f8971d632f
|
Add opendev(3) to libutil. Used by mt(1), soon by disklabel(8), maybe
others. This is a generic version of the code used by mt(1).
|
28 years ago |
deraadt
|
ce569fce0f
|
add /sbin/scsi from FreeBSD -- a good start!
|
28 years ago |
deraadt
|
06e5be1fde
|
fix %V
|
28 years ago |
deraadt
|
c153de987d
|
system() $EDITOR safely
|
28 years ago |
niklas
|
9d9f1bb154
|
Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$
|
28 years ago |
deraadt
|
2b40270ee5
|
add md5crypt()
|
28 years ago |
deraadt
|
a5010d31aa
|
libutil
|
29 years ago |
deraadt
|
3cd33e2f7e
|
document largest possible value; netbsd pr#2338; from banshee@gabriella.resort.com
|
29 years ago |
deraadt
|
6393fb019e
|
switch on _KERNEL to load proper include file
|
29 years ago |
tholo
|
e1dcf2c932
|
Substantially improve random number generation by using the largest prime
that fits inside 32 bits as the denominator; take care not to overflow.
Regenerate initial seed after replacing the generator
|
29 years ago |
tholo
|
ac83ba9bc9
|
Add support for building lint(1) library
|
29 years ago |
tholo
|
352b163d5e
|
Cannot do operations on a void pointer
|
29 years ago |
tholo
|
077935535d
|
Update prototypes to match declarations
Remove unused variables
Install all man-page links
|
29 years ago |
tholo
|
6ea1ec00cf
|
Add prototypes for internal functions
Change inline to __inline
|
29 years ago |
tholo
|
b1e58002e4
|
Add prototypes for local functions, add const qualifiers where needed
|
29 years ago |