itojun
dd5efd6d45
enable lib/libintl.
2000-10-31 10:46:34 +00:00
itojun
bb42e65bfe
BSD-licensed libintl, fully compatible with GNU libintl (in GNU gettext).
...
from Citrus project xpg4dl repository.
2000-10-31 10:45:04 +00:00
matt
6ea9494104
be consistent in the use of u_long. eventually they should be uintptr_t.
2000-10-27 21:38:10 +00:00
itojun
bcab9b6601
define HAVE_IFM_ADDRS for non-bsdi. sync with kame
2000-10-27 15:48:49 +00:00
jdolecek
1c7d8af31d
rewrite KERN_MAXPTYS description to match reality
2000-10-26 07:24:00 +00:00
erh
a5c46ce842
Document the PROFDIR environment variable.
2000-10-24 19:31:59 +00:00
briggs
d00ebb12e9
Add {__,}fmtcheck(), a function specified by Bill Sommerfeld to check
...
a user-supplied format string against a fallback format string to ensure
that they will consume arguments of the same type.
libc minor bump for new API entry point.
2000-10-20 18:46:05 +00:00
kleink
78eeef4b49
Actually EINVAL fits the circumstances better.
2000-10-19 09:47:43 +00:00
kleink
20b0e10891
C99: Passing a null pointer as the buffer argument to snprintf() and
...
vsnprintf() is permitted when the size argument is zero as well; mostly
from Peter Seebach in PR standards/9603.
2000-10-19 09:45:31 +00:00
kim
6ec737498a
Make "f" standout better.
2000-10-18 15:40:52 +00:00
erh
2686020623
Squash lint errors by using size_t instead of u_int to avoid differing sizes of data.
2000-10-16 04:12:55 +00:00
itojun
4c0a48380a
/etc/login.conf is optional, so don't return NULL even if
...
there's none found. addresses part of PR 11150. sync with openbsd.
2000-10-12 00:28:33 +00:00
itojun
11ede04dd7
cosmetic; indentation
2000-10-12 00:19:57 +00:00
phil
cc543121c5
Document the behaviour with consecutive separator characters.
2000-10-11 18:26:04 +00:00
jeffs
4912e50a59
Make memcpy and memmove use bcopy assembly for mips. Tweak forward copy
...
code for backward copy to make overlap copy faster. This happens in
some SW like sleepycat db. Use temp labels in order to not confused
the profiling tools.
2000-10-10 21:51:54 +00:00
he
dd0d61e300
Use %lx instead of %x with _kvm_err when arg is u_long.
2000-10-10 20:44:16 +00:00
is
a9006f3ed5
Format string cleanup by sommerfeld.
2000-10-10 19:23:58 +00:00
is
e999d8013c
Format string cleanups by sommerfeld.
2000-10-10 19:12:48 +00:00
is
8d4a392e3d
Format string cleanup by sommerfeld.
2000-10-10 19:09:38 +00:00
is
f518246fc1
Format string cleanup, by Bill Sommerfeld.
2000-10-10 18:09:25 +00:00
itojun
5e09a97a4e
login_cap.h requires sys/types.h (or should it pull sys/types.h in?)
2000-10-10 13:17:28 +00:00
toshii
4acc4fc7fe
lfs_bmapv -> lfs_markv
2000-10-09 09:34:00 +00:00
itojun
ffc3a749e5
we already have all fixes toward 0.4 (v0.4 Sat Jul 25 12:40:09 PDT 1998 -
...
note that there are MULTIPLE 0.4), so update version identification.
2000-10-08 14:28:05 +00:00
nathanw
76bc7abc93
Use ".Fa stat" instead of ".Fn stat" when referring to the structure
...
rather than the function.
2000-10-07 16:48:24 +00:00
itojun
c68d2a0c47
s/MAN1/MAN/
2000-10-07 04:23:32 +00:00
jdolecek
f5cb6bbd84
update(8) is gone, put in some info about ioflush
...
this addresses bin/11141 by Nick Hudson
2000-10-06 19:54:26 +00:00
jdolecek
a69cc94b83
kill references to update(8), it doesn't exist any more
...
this addresses bin/11141 by Nick Hudson
2000-10-06 18:53:28 +00:00
thorpej
761a000d3c
Add pcap_compile_nopcap() from the most recent libpcap release
...
from tcpdump.org, although with a slightly different signature.
The tcpdump.org version has no way to report an error string back
to the caller. This version takes an additional "errbuf" argument
(similar to pcap_open_*()).
2000-10-06 16:39:24 +00:00
ad
5b09090e8e
insure -> ensure
2000-10-05 12:35:33 +00:00
itojun
8f6dee4c39
make random(3) manpage meet with actual implementation.
...
argument to srandom() and initstate() were changed in
lib/libc/stdlib/random.c 1.28 -> 1.29, and manpage was left behind.
2000-10-05 06:21:53 +00:00
enami
3cc984aab8
Make this file compiles on alpha.
2000-10-05 03:21:01 +00:00
itojun
05a03575d1
avoid conflicting manpage filenames (like err.3)
2000-10-05 01:55:49 +00:00
sommerfeld
934ef16427
Format size mismatch
2000-10-04 18:12:01 +00:00
sommerfeld
12c2f5bd9a
Add format checking
2000-10-04 17:12:01 +00:00
sommerfeld
8aefd97377
Format string audit cleanup (increase format checking)
2000-10-04 16:24:49 +00:00
sommerfeld
acf589519a
format string audit (silence warnings, save space)
2000-10-04 16:21:39 +00:00
sommerfeld
f9d3ae0fbb
format-string audit cleanups
2000-10-04 16:11:27 +00:00
sommerfeld
4c38fc5aac
Varargsify dprintf to allow for format string checking
2000-10-04 14:56:24 +00:00
sommerfeld
76a009b2be
Avoid compile-time variable format string (format audit)
2000-10-04 14:52:27 +00:00
sommerfeld
ae42ec1652
Avoid run-time construction of format string we can build at compile time
2000-10-04 14:46:23 +00:00
itojun
5774bbe1fb
describe crypto_{idea,rc5}
2000-10-04 09:10:34 +00:00
itojun
982906430e
honor behavior of warn(NULL).
2000-10-04 08:40:49 +00:00
itojun
4b7b1d8d36
more change name to meet the filename
2000-10-04 07:22:56 +00:00
itojun
f434bd4ff6
change name to meet the filename
2000-10-04 07:21:22 +00:00
itojun
d3e00e4496
move ssl(4) to ssl(3). sorry for the mess.
2000-10-04 07:15:06 +00:00
itojun
23a6673513
modify some chapters
2000-10-04 06:52:11 +00:00
itojun
818f52495c
avoid RCS tags
2000-10-04 06:46:13 +00:00
itojun
5ca577ee77
add manpages for libcrypto. still need to review contents.
2000-10-04 05:58:15 +00:00
itojun
a20f489194
add manpages generated by pod2man. need fixes here and there.
2000-10-04 05:41:25 +00:00
itojun
57e22c0d8a
a clean target.
...
move config.5 to openssl.cnf.5.
2000-10-04 05:39:08 +00:00