ian
3b9490ce8c
New: fmt_scaled() and scan_scaled() convert to and from "human readable"
or scaled numbers. fmt_scaled, and the format, based on Ken Stailey's
code for "df -h"; scan_scaled is new. Significantly commented on
and reworked by pjanzen@; other comments from millert@. OK pjanzen@.
21 years ago
jakob
b02d4f668c
add _isakmpd user/group for privsep. ok millert@
21 years ago
hin
3a61525ff3
_kdc and _kadmin users and groups added. Will be used by the kerberos kdc
and admin servers
ok deraadt@
21 years ago
ian
eeaf337659
No more gated. ok krw@, deraadt@, commments from David Krause, jakob@.
21 years ago
tdeval
2fc00a431b
Unbreak 64-bit archs...
21 years ago
tdeval
0106adef12
Pointer cleaning. ok ian@, tedu@, krw@
21 years ago
mho
d946d76de6
Remove krb4 support.
21 years ago
krw
31a3573e90
Delete reference to /usr/share/doc/papers/malloc.ascii.gz as we do not
have it. We don't even have the directory /usr/share/doc/papers.
ok millert@.
21 years ago
mho
3d0f6a5f72
Don't mention krb4.
21 years ago
pjanzen
16c2e5fccb
Ideas from NetBSD: document nmemb and include sradixsort in the NAME section.
Also, stomp a comma splice.
21 years ago
miod
0235ddf796
Do not let userland access the swapon system call anymore (nothing uses it
anyway).
ok deraadt@ weingart@
21 years ago
jmc
a7d1a88bc4
typos;
21 years ago
jmc
959aa9b10a
typos;
21 years ago
millert
96691bd73a
Pass ndigit+1 as size arg to strlcpy() since ndigit doesn't include the NUL
21 years ago
millert
697db374e9
assembler versions of insque and remque for m68k, also from 4.4BSD
21 years ago
millert
4448841b95
insque and remque are VAX instructions, no need for C functions; From 4.4BSD
21 years ago
millert
f4d64656f8
Include string.h for memset() proto; noticed by lebel@
21 years ago
millert
0c18cf7d6b
Install sha2.h
21 years ago
millert
7466664b6f
Oops, forgot to add remque.c here
21 years ago
millert
7d1570f34c
Add sha2 routines based on code by Aaron D. Gifford with minor
massaging and a man page by me. I used the phk-derived stuff for
sha2hl.c instead of Aaron's for consistency with our other hash
routines.
21 years ago
millert
4f2de66d7b
Clear the digest local var w/ memset() in the End function.
21 years ago
millert
d1a476799c
move insque(3) and remque(3) from libcompat -> libc; they are now POSIX
21 years ago
millert
b4da3af000
move lsearch(3) and insque(3) from libcompat -> libc; they are now POSIX
21 years ago
pvalchev
29fb6dacab
mention shlib_dirs entries are separated by space; ok many people
21 years ago
jmc
980cdd8e8c
updated URL from Leandro Costa;
ok millert@
21 years ago
mickey
664d5b4fde
fake cdrom label for building bootable cds
21 years ago
marc
2fd3e15de8
Add DL_SETTHREADLCK. "pretty obviously safe i think" teddu@
21 years ago
millert
6bb800e788
Mention that stroul() et al *do* accept negative numbers, they
just (effectively) cast to unsigned. ho@ OK
21 years ago
jmc
929911e7b5
some spelling corrections from NetBSD (Igor Sobrado);
ok hugh@
21 years ago
jakob
0b10b96a33
add rtsp. ok deraadt@
21 years ago
miod
89ba81a0d7
Regen
21 years ago
miod
5cb6047d95
Add a simple driver for the SBus ``Prestoserve'' NVRAM cards.
The Legato Prestoserve NFS accelerator used to be very popular, back when
NFSv3 did not exist, and disks and network speeds were not as good as they
are now...
This driver does not attempt to play any game with filesystems, but will only
provide access to the cards NVRAM, as a block device.
If you have bright ideas on ``what to do with a few MB of battery-backed
memory'', I am interested in realistic suggestions!
21 years ago
millert
dc2a63b6dd
Change copyright to a less restrictive ISC-style license to encourage
people to bundle this code.
21 years ago
millert
5e67d80a22
more POSIX chown
21 years ago
jsyn
e0dd35b3b8
make the second example valid; ok millert@
21 years ago
millert
bda0df4eb0
POSIX chown
21 years ago
millert
59b2494ff8
POSIX chown; Leandro Costa
todd@ OK
21 years ago
markus
167556df86
makeing local table static saves some bytes; idea from mickey@
21 years ago
todd
2169873f20
create /etc/isakmpd/crls to fix a warning when starting isakmpd
from Mathieu Sauve-Frankel m dot sauve at secureops dot com
ok brad@
21 years ago
millert
642ff1ce89
Use POSIX chown semantics (user:group); noted by Leandro Costa
21 years ago
millert
005425a6f5
fix another non-POSIX chown; Chuck Yerkes
21 years ago
deraadt
e1a82d043a
Xr to strlcpy and strlcat more; ok millert
21 years ago
hin
e8060b1c19
strcat -> strlcat
ok deraadt@ tedu@ tdeval@
21 years ago
millert
c60d05f512
Use snprintf instead of a strcpy(), strncat() and strcat() sequence
deraadt@ OK
21 years ago
jmc
225b6ba206
fifo -> FIFO
ok millert@
21 years ago
millert
54bd43263c
use strlcpy(); assumes buf is at least ndigit bytes long which is as
safe as we can get. deraadt@ OK
21 years ago
deraadt
876bf51192
knf
21 years ago
millert
f3a8ddc140
Throw an error if the username field is empty; noticed by mpech@
21 years ago
deraadt
d3c9af5aa3
more asprintf; millert ok
21 years ago
deraadt
8ccc7922d7
asprintf; millert ok
21 years ago