sjg
59b1f67a11
Fix merge problem with ts modifier and const correctness.
...
Need to pass nstr to VarModify.
2003-07-23 18:06:46 +00:00
kleink
117c044a56
Oops, bump the date for previous.
2003-07-23 17:06:12 +00:00
kleink
0a74da9bdb
Incorporate ISO 3166/MA Newsletter V-8 (Serbia and Montenegro).
2003-07-23 17:04:51 +00:00
lukem
2c36cee56b
update MKCRYPTO comment
2003-07-23 14:53:57 +00:00
yamt
4573bf3772
yield cpu in directory entry search loop in ufs_lookup().
...
this loop can take a bit long time with large buffer cache.
2003-07-23 13:56:53 +00:00
yamt
bddddad951
KNF.
2003-07-23 13:53:51 +00:00
yamt
7bb74d0662
when rexmitting a request due to NFSERR_JUKEBOX,
...
use a new xid as RFC1813 says.
2003-07-23 13:52:23 +00:00
yamt
6b565018de
fix parenthesis mismatch in rev.1.93.
2003-07-23 13:50:46 +00:00
yamt
d7aa0312b2
add parenthesis missed in rev.1.127.
2003-07-23 13:46:57 +00:00
yamt
9d61ee54c4
whitespace
2003-07-23 13:44:55 +00:00
yamt
9985a5ca73
use sizeof() instead of hardcoding the size of the array.
2003-07-23 13:41:00 +00:00
yamt
f4fc192872
add KASSERTs in lfs_issequential_hole.
2003-07-23 13:38:18 +00:00
yamt
3433c3992e
cast UFS1 on-disk block pointers to int32_t before assign it to daddr_t.
...
it's needed for LFS because UNWRITTEN is a negative number.
2003-07-23 13:36:17 +00:00
itojun
bf8555f163
no longer need to -I/usr/include first (yes, it's still confusing, i admit)
2003-07-23 13:35:13 +00:00
itojun
332aac83ab
make /usr/include/kerberosIV/des.h a symlink to /usr/include/des.h,
...
it will avoid file inclusion loop
2003-07-23 13:33:15 +00:00
tron
c04353144d
Fix build problem caused by recent "Makefile" changes.
2003-07-23 13:19:43 +00:00
wiz
7d42d8e76f
Be more verbose in error message if iconv_open fails.
2003-07-23 13:18:59 +00:00
dsl
cfb2dd92f0
Fix (and simplify) interaction between check_pty() and pty_maxptys().
...
Lock setting/clearing of tp->t_oproc to guarantee concurrent opens can't
both suceed and that code in tty.c can't get a NULL t_oproc if the value
is re-read after being checked.
There are still MP issues with pt_flags, pt_send and pt_unctl.
Maybe problems that require TTY_LOCK() to be taken before calling std tty
functions.
2003-07-23 13:10:28 +00:00
kleink
e5ed3710bb
Regen from 1.554.
2003-07-23 10:18:06 +00:00
kleink
ff5115db16
Add a couple of Philips A/V broadcast decoder device IDs.
2003-07-23 10:16:16 +00:00
bsh
5d7bb2a528
$Id$ -> $NetBSD$
2003-07-23 09:26:15 +00:00
itojun
6f4e912af4
call malloc_init() on first call to free/realloc, to make malloc.conf to
...
take effect. in response to PR 22223
2003-07-23 08:15:02 +00:00
itojun
e63468d8cc
split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.se
...
(build confirmed with both MKKERBEROS4=yes and MKKERBEROS4=no)
2003-07-23 08:01:24 +00:00
itojun
0abe0bddb0
forgot to remove -lkafs. from rafal
2003-07-23 08:00:52 +00:00
lukem
49671e2e2b
* don't compile in support for st_birth #ifdef HOSTPROG
...
* remove %B (birth) from default format strings, since %B isn't available
#ifdef HOSTPROG, and it's not standard enough to be fussed about anyway
2003-07-23 07:23:23 +00:00
tshiozak
1c3ee5c3d3
change comment style: # -> //
2003-07-23 06:52:31 +00:00
itojun
44ca808ae1
include /usr/include/des.h, not openssl/des.h (as openssl will change API soon)
2003-07-23 06:49:14 +00:00
itojun
476d185fa0
avoid recursion on des.h inclusion
2003-07-23 06:10:26 +00:00
itojun
e9ce38e623
des_random_key() returns 1 on success
2003-07-23 05:57:01 +00:00
itojun
df738798b1
install des_modes(7) from libdes, not from libcrypto
2003-07-23 05:46:00 +00:00
itojun
80af8890f3
install des.3 from libdes, not from libcrypto.
...
(eventually libcrypto will switch to DES_xx)
2003-07-23 05:43:44 +00:00
itojun
b372c5a1f3
avoid arg name in prototype
2003-07-23 05:43:43 +00:00
itojun
98cf94c860
install des.3 from libdes, not from libcrypto.
...
(eventually libcrypto will switch to DES_xx)
2003-07-23 05:43:43 +00:00
itojun
75905560e6
go down to libdes
2003-07-23 05:27:38 +00:00
itojun
9f89c3577c
split libdes from libcrypto. libdes bumps shlib major.
...
(no dependency in libraries)
libdes provides des_xx functions based on openssl 0.9.6j.
2003-07-23 05:20:17 +00:00
itojun
8cf58d7c5b
DES code from openssl 0.9.6j
2003-07-23 04:57:33 +00:00
itojun
425dfd313c
style
2003-07-23 04:12:33 +00:00
itojun
e97c220e91
use bounded string op
2003-07-23 04:11:12 +00:00
itojun
8556dff80c
remove KRB4 and AFS support. sync w/ openssh main tree
2003-07-23 03:52:16 +00:00
itojun
a9503412ba
license clarification (UCB 3-clause, and progressmeter)
2003-07-23 03:51:27 +00:00
mrg
1da79fd671
initial import of GCC 3.3 sources. (this is the latest GCC 3.3.1
...
prerelease snapshot, 3.3.1-20030720, we will update to 3.3.1 when
it becomes available.)
2003-07-23 02:40:42 +00:00
itojun
ee7d78825a
comment typo, from markus@openbsd
2003-07-23 00:27:25 +00:00
nathanw
372bed6a1d
Add exit1 and cancel2.
2003-07-22 21:28:23 +00:00
nathanw
be42851d66
Test for pthread_exit() in the main thread with no other threads.
2003-07-22 21:27:58 +00:00
nathanw
dfd29b093b
Add a test that a cancellation registered while cancellation is enabled
...
is not honored while cancellation is disabled.
2003-07-22 21:26:13 +00:00
yamt
808b43aeb1
fix garbages printed with -h option.
...
- always clear linebuffer.
- don't use an uninitialized variable.
2003-07-22 14:22:09 +00:00
lukem
4b391b57bf
pass in -DHOSTPROG if a HOSTPROG
2003-07-22 13:58:49 +00:00
yamt
f5721758ca
move pv_head and page attributes into md part of vm_page structure
...
instead of having separate arrays for them.
(i.e. use __HAVE_VM_PAGE_MD instead of __HAVE_PMAP_PHYSSEG.)
2003-07-22 13:55:31 +00:00
lukem
c0a8541252
oops, typo in previous. should have been COPTS.sha.c. (this was not being compiled anyway, but...)
2003-07-22 12:50:46 +00:00
lukem
77c4c3827a
use COPTS.sha1.c=-O0 to turn off optimization for sha1.c
2003-07-22 12:39:24 +00:00