bmercer
f7a0671ef5
Document the cpsw driver. Feedback from many.
OK jsg@
11 years ago
guenther
c2e0eb431a
Move _Exit() from the exit() manpage to the _exit() manpage, as it's
just an alias of the latter.
ok matthew@ tedu@
11 years ago
tedu
730e7b8c19
i copied .Fd just like everybody else. use .In
11 years ago
tedu
4ec5da8bd2
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
11 years ago
tedu
3d36d226ed
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
11 years ago
brad
caa894ec52
Enable the _POSIX_SHARED_MEMORY_OBJECTS option group now that we have shm_open / shm_unlink.
ok guenther@
11 years ago
tedu
c2b93759b2
revert. check is < 1, not < 0.
11 years ago
tedu
277ec73d81
oops, rounds is unsigned now
11 years ago
sthen
48f3be7070
fix pexp
11 years ago
jmc
15dc842a8d
\-1;
11 years ago
deraadt
8d8738cfc7
remove some incredible lies about overlapping buffers
ok guenther
11 years ago
mpi
e9ce92d3c3
Add more ttys needed for virtual consoles.
ok deraadt@, miod@
11 years ago
tedu
4a5f9f3525
regen
11 years ago
tedu
476a7e68d4
not much use for sha1 .Xr
11 years ago
tedu
64a805d564
Add bcrypt_pbkdf, a password based key derivation function using bcrypt.
Technically, it's a slight variant of bcrypt better suited for use as a
pluggable hash with PKCS #5 PBKDF2.
ok djm
(also tweak pkcs5_pbkdf2() prototype to have consistent types.)
11 years ago
tedu
f5cb082028
fuse on more archs
11 years ago
tedu
a716d77d56
regen. reminded by miod
11 years ago
tedu
6c41a94354
userland fuse support, but not attaching libfuse yet. ok beck deraadt
from Sylvestre Gallon ccna.syl gmail.com
11 years ago
matthew
541be88fbc
Two small cleanups to atexit: remove unneeded __atexit_invalid, and
move the call_depth decrement so it happens unconditionally and can
still return to 0 when called with dso!=NULL.
ok millert
11 years ago
guenther
2e8e558d31
XPG 4 apparently exposed d_ino and ino_t. Also, always pull in
<sys/_types.h> for the internal types
ok matthew@
11 years ago
florian
c65c6496e7
move bgplg and slowcgi sockets to /var/www/run
input reyk@, guenther@
"move fast" deraadt@
OK naddy@
11 years ago
stsp
09f858d25d
Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008.
Catalogs had an arbitrary character set which was used regardless of locale.
Add UTF-8-encoded catalogs for libc error messages, and rename existing ones
to indicate their character sets. catopen(3) now chooses a catalog which
matches the locale's encoding, if available.
help & ok matthew, man page bits ok jmc, input from naddy and bluhm
11 years ago
stsp
6e2af72b20
Stop generating arbitrary directories in /usr/share/locale.
The proper directories are created by /usr/src/share/locale/ctype/Makefile.
11 years ago
jasper
7c4daa328f
+bsd.mp
ok pirofti@
11 years ago
naddy
6ee85026c2
hook up slowcgi to the tree, including /etc glue and a sample configuration
snippet; ok florian@
11 years ago
ajacoutot
5939c60102
Add getprogname() and setprogname() to ease slackers^porters' work.
Man page adapted from FreeBSD and NetBSD.
Bump libc minor now (there will be more upcoming changes).
input from tedu@
get it in deraadt@
11 years ago
florian
f8f4e11d63
There is no boot on beagle.
OK patrick@, jasper@, bmercer@
11 years ago
ajacoutot
007d5eb116
Remove useless include.
ok millert@
11 years ago
bcallah
d00e40945b
Change console speed to 115200.
ok jasper@
11 years ago
matthew
c01980f9dc
Fix pty descriptor leak if fork() fails.
ok millert
11 years ago
miod
4a98f9548d
/dev/ttyc is no longer special, now that sun serial mice are handled by
wsmouse; update ttys and fbtab accordingly.
11 years ago
ajacoutot
29e7601c1a
typo: compare len against null needle, not haystack
from Alf Schlichting
ok millert@
11 years ago
ajacoutot
479d5fd1ec
Add an implementation of memmem() -- from FreeBSD with some tweaks.
Requires a libc minor bump, committing now so that we have up-to-date
snapshots for the upcoming hackathon.
joint work with millert@
man page bits ok jmc@
input and ok millert@, guenther@, deraadt@
11 years ago
ajacoutot
966d9d4e41
Sort the npppd entries.
ok schwarze@ giovanni@ sthen@
11 years ago
miod
1885eacf96
Install and document the S-Records boot loader.
11 years ago
mglocker
27f85bb7b7
Remove unused function argument variables 'len' and 'auth' from
ntp_sendmsg(). They have been removed from the function body in the past
but not from the argument list.
From Maxime Villard
11 years ago
ajacoutot
2b23b63b2a
Remove most of pre-rc.d(8) backward compatibility.
ok krw@ sthen@ rpe@ halex@ dcoppa@
11 years ago
okan
179b4ca76f
use FD_CLOEXEC instead of 1; from David Hill
ok otto
11 years ago
okan
0b316e60e4
use O_CLOEXEC with open() instead of open/fcntl; from David Hill
ok otto
11 years ago
tedu
0973ffaaef
tweak a few comments
11 years ago
tedu
8004c4ec56
this man page is mostly about password hashing now (you really don't
want to be using DES) and some of the notes about the export controls
are no longer so relevant. ok deraadt jmc
11 years ago
deraadt
8546b9afd6
disable inetd by default; ok aja millert
11 years ago
tedu
c356b39b66
Xr encrypt(1) to give people a hint if they just want a password string
11 years ago
deraadt
735f14d41b
disable time (rfc868) service by default
ok millert
11 years ago
tedu
b359b9cba3
surround the error strings with quotes to clarify exactly which strings
the function is going to return.
11 years ago
tedu
a7f87548b0
the tiniest of style tweaks
11 years ago
tedu
b30c509647
add some prototypes, casts, includes, parenthesis, and whatnot to
silence some warnings.
11 years ago
matthew
95264d79f4
Implement fdatasync() as a wrapper around fsync()
ok guenther, deraadt, jmc
11 years ago
millert
e648dc1623
SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in a
later revision of FIPS-180. OK miod@ jmc@ guenther@ djm@
11 years ago
guenther
46ca494325
getpgid() and getsid() were rolled into POSIX in 2008
ok millert@
11 years ago