tedu
c86cc50f44
fix a colossal cockup due to pointer/array confusion.
code isn't used yet, thankfully.
first observed by djm running regress. ok deraadt djm
11 years ago
schwarze
951df98fb8
HISTORY; tweaks and ok sobrado@ jmc@
11 years ago
schwarze
dd7aa95190
more library history
facts checked by sobrado@
style tweaks and ok jmc@
11 years ago
deraadt
82d16970c7
make more room because ELF is bigger
11 years ago
schwarze
c5c3b8f6ac
use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
11 years ago
schwarze
2fec5bf42e
When using the _default search path with _subdir,
first sort by manual section (1, 8, 6, 2, 3, ...),
then by manual tree (share, X11R6, local)
and only for ties prefer cat over man.
For example, this avoids that /usr/local/man/cat7/roff.0
overrides /usr/share/man/man7/roff.7.
Triggered by a question from Jan Stary <hans at stare dot cz>,
ok dcoppa@ bentley@ jca@ pascal@.
11 years ago
otto
0128b80ac5
no double negatives in error message; ok aja@
11 years ago
deraadt
8ba48c7b5c
add a missing ..
11 years ago
ajacoutot
452bbd8432
Add /etc/kerberosV/krb5.conf and /var/kerberosV/m-key to changelist(5).
no objection from deraadt@
11 years ago
ajacoutot
65f2789cd0
Proper indent.
11 years ago
ajacoutot
40ea57dfe9
Ship a simpler krb5.conf which logs to syslog(3) by default.
Remove useless README -- the info(1) and man(1) pages contains all the
required information.
ok dcoppa@ robert@ beck@
11 years ago
ajacoutot
04cad6151e
Add /var/kerberosV to hier(7)+mtree.
Make sure the directory, DB and master keys have secure permissions.
ok dcoppa@ robert@ beck@
11 years ago
deraadt
1113dada30
move to 5.4-beta
11 years ago
naddy
70b515527d
regen
11 years ago
naddy
bed4fb9de3
create 12 com(4) device nodes by default; requested by deraadt@
11 years ago
naddy
cf0944b281
regen
11 years ago
naddy
ba57046338
create more com(4) entries by default since puc(4)s are now guaranteed
to show up at com4 or higher on x86; ok kettenis@ krw@
11 years ago
florian
1c5ef74e29
Calculate sha256 sums for miniroots.
OK patrick@, bmercer@
11 years ago
syl
f0e7b4dfdc
regen
11 years ago
syl
8a2c61cb84
Make fuse device clonable.
ok tedu@
11 years ago
robert
d791f18c23
unlink libheimntlm and libhx509
11 years ago
robert
32d064c860
add missing include dirs for kerberosV
11 years ago
ajacoutot
41abbce86e
Use "--detach" instead of putting into the backgroun with rc_bg.
ok robert@
11 years ago
robert
676468c9e4
switch to new kerberosV directory layout
11 years ago
guenther
7f8533a86d
Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,
including CLOCK_{PROCESS,THREAD}_CPUTIME_ID constants and
{clock,pthread}_getcpuclockid() functions.
Worked out at t2k13 with help from tedu@ and matthew@ and testing by aja@
ok matthew@
11 years ago
halex
ad8bae6422
regen
11 years ago
halex
387446f2fc
allow creation of more fuse devices, and create 4 of them by default
ok syl@ todd@
11 years ago
deraadt
e50c9fd9da
spacing
11 years ago
matthew
bffb735356
Contrary to C99's advice, C++ TR1 and C++ 11 require that <inttypes.h>
and <stdint.h> should unconditionally define all of their macros
regardless of whether the __STDC_*_MACROS macros are defined.
ok guenther, espie
bulk build tested by landry
11 years ago
millert
e8e815fedd
Fix parsing of ambiguous options, the whole loop must be processed.
From FreeBSD. OK miod@
11 years ago
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