scw
5d91e08442
In lookup(), don't free "dir" on exit if we found a matching entry.
...
Otherwise the caller ends up with a pointer to free'd memory...
2003-07-15 13:27:07 +00:00
itojun
bd719499fb
use bounded string op
2003-07-15 12:33:17 +00:00
itojun
af8ebb34e7
use snprintf
2003-07-15 12:32:07 +00:00
itojun
281d9d13a5
simplify and update rijndael code. markus@openbsd
2003-07-15 11:00:36 +00:00
itojun
427af575fe
use bounded string op. bump shlib major for libtelnet due to API change.
2003-07-15 10:14:54 +00:00
itojun
1b6fd89dfb
use bounded string ops as much as possible.
2003-07-15 09:01:15 +00:00
skrll
d4cfd1c666
s/_rltd_obj_rtld/_rtld_objself/ in #ifdef notyet code.
2003-07-15 07:39:55 +00:00
skrll
9192c2eed4
Whitespace
2003-07-15 07:38:29 +00:00
itojun
7e053b8b90
decnetintrq is still in fddi/tokenring (is it needed?).
2003-07-15 06:24:38 +00:00
itojun
8ac99d48f2
strlcat
2003-07-15 05:59:58 +00:00
itojun
3c95d355e5
use bounded string op
2003-07-15 05:56:55 +00:00
itojun
0cd65be2b9
snprintf
2003-07-15 05:52:48 +00:00
itojun
bd8e1178ee
strlcpy (fixed)
2003-07-15 05:39:28 +00:00
itojun
885eddc2ed
strlcpy
2003-07-15 05:38:24 +00:00
itojun
fabed9f775
use bounded string op
2003-07-15 05:09:34 +00:00
itojun
3d8f7dcfb1
use snprintf
2003-07-15 05:03:49 +00:00
lukem
ed51729135
__KERNEL_RCSID()
2003-07-15 02:54:31 +00:00
lukem
4b2744bf35
__KERNEL_RCSID()
2003-07-15 02:43:09 +00:00
lukem
0c82163c78
__KERNEL_RCSID()
2003-07-15 02:29:24 +00:00
lukem
3b4fb6d0ef
__KERNEL_RCSID()
2003-07-15 02:15:00 +00:00
lukem
9d93561319
a .#included .c file needs __KERNEL_RCSID(1, ...
2003-07-15 02:13:13 +00:00
lukem
ab48a212f9
rcsid
2003-07-15 01:44:50 +00:00
lukem
141727280b
__KERNEL_RCSID()
2003-07-15 01:31:38 +00:00
lukem
e803bea7e7
__KERNEL_RCSID()
2003-07-15 01:19:42 +00:00
lukem
08716eae82
__KERNEL_RCSID()
2003-07-15 00:24:37 +00:00
lukem
a418360342
__KERNEL_RCSID()
2003-07-15 00:04:39 +00:00
lukem
e551149641
rcsid
2003-07-14 23:40:33 +00:00
lukem
37dbc5a71b
__KERNEL_RCSID()
2003-07-14 23:32:28 +00:00
lukem
10926a715a
add __KERNEL_RCSID() (using 1, for #included .c files)
2003-07-14 23:25:35 +00:00
lukem
a329d6f3f8
add MTREE=mtree back, for systems with some .mk version skew...
2003-07-14 23:16:19 +00:00
lukem
6fdfc66c57
add __KERNEL_RCSID()
2003-07-14 22:57:46 +00:00
lukem
1b7326b581
use __KERNEL_RCSID() in a consistent manner
2003-07-14 22:48:19 +00:00
jeremy
be8ce1d30b
Documented the return values from el_get().
2003-07-14 22:36:22 +00:00
lukem
52c38f7f74
add __KERNEL_RCSID()
2003-07-14 22:32:39 +00:00
lukem
ace607b862
add __KERNEL_RCSID()
2003-07-14 22:13:09 +00:00
sjg
8186ad8ad9
Fix a couple of missing UNCONST's that hit bmake.
2003-07-14 21:13:48 +00:00
christos
ed5bfb0707
PR/21896: Jun-ichiro itojun Hagino: Fix botch with passing -1 as the stdin
...
for the editor instead of 0.
2003-07-14 20:49:14 +00:00
lha
0836c6453a
remove SYSTR_CLONE, its no longer used, approved by provos
2003-07-14 20:39:52 +00:00
sjg
f1cf540a8d
Add a :ts[c] modifier to allow controlling the separator used between
...
words in a variable expansion. If 'c' is omitted no separator is used.
2003-07-14 20:39:20 +00:00
uwe
fadd31bf33
Add vt220 8x10 koi8-r/koi8-u fonts so that I can read mail using
...
Jornada 680 console.
XXX: The fonts are marked WSDISPLAY_FONTENC_ISO, which is wrong, but
at least makes the alphabet available. Line-drawing is all broken.
2003-07-14 18:30:40 +00:00
itojun
46471dc1e9
cast for signed/unsigned mixup
2003-07-14 18:27:48 +00:00
itojun
1bffbcd4a1
correct ^@ incorrectly committed
2003-07-14 18:26:05 +00:00
christos
6a7d20bb25
Pass WARNS=3
2003-07-14 18:19:11 +00:00
itojun
c9df1b829c
the line is needed (to remove closing doublequote)
2003-07-14 18:11:06 +00:00
itojun
232b5bf80e
use bounded string op as much as possible
2003-07-14 17:25:41 +00:00
itojun
8747acfc51
strlcpy
2003-07-14 17:22:10 +00:00
itojun
b40f711799
use strlcpy
2003-07-14 17:20:13 +00:00
itojun
4c19286f97
correct igmp. from love
2003-07-14 16:39:43 +00:00
itojun
47d8f56c50
more cleanups
2003-07-14 16:23:40 +00:00
itojun
261e336de5
SIGINFO is defined
2003-07-14 16:17:37 +00:00