skrll
795970599f
Typo in comment.
2003-07-24 08:03:44 +00:00
wiz
75dfbc138b
Add pthread(3).
2003-07-24 07:51:01 +00:00
wiz
576530e520
Add pthread(3), based on one by Hubert Feyrer, improved by yours truly,
...
reviewed by Nathan J. Williams.
2003-07-24 07:50:24 +00:00
jdolecek
b178c0d519
back rev 1.63 (the linux hack) off - no compat specific code
...
in generic code, please
we need to massage the passed linux cmsg anyway, linux uses different
alignment for CMSG_DATA on at least some architectures
2003-07-24 07:30:48 +00:00
itojun
0f3017142e
use snprintf (actually, "addr" can be supplied from outside, and if "addr"
...
points to shorter-than-24 buffer we will overrun buffer. bad API)
2003-07-24 04:41:13 +00:00
simonb
f8d975a54e
Add rev 1.48 from binutils:
...
date: 2003/03/14 21:07:54; author: drow; state: Exp; lines: +1 -0
ppc-opc.c (powerpc_opcodes): Readd tlbre for PPC403.
2003-07-24 03:40:17 +00:00
itojun
5d70d89eb1
don't provide crypt() here. use libcrypt.
2003-07-24 02:23:51 +00:00
atatat
cfda71101a
Reform the Gregorian Reform. This means that the previously hard
...
coded meaning of 1752/09/03 is only a default, and that everything is
now calculated dynamically.
You can now use -R reform-spec to specify an alternate reform. Read
the fine (new) man page for details on this. There is also a new -r
option which will make cal print the month (or year, if -y is also
given) in which the Gregorian Reform started. I say started only
because if you apply the reform at 9999/1/22, a chunk of January is
knocked out, February and March are missing entirely, and April starts
on the 5th. The use of -r with -y does pretty much what you'd expect.
Also, implement -d day-of-week so that you can tell cal to start the
week on something other that a Sunday. This addresses PR bin/8539 at
long last.
2003-07-24 01:19:45 +00:00
atatat
c9c88988f6
Though I cannot reproduce the failure (which I suspect is rather
...
system dependent), the analysis provided in PR misc/22089 is correct.
Therefore, allocate one more slot and suck one more slot from the
kernel.
2003-07-24 00:43:50 +00:00
lha
2004b22e25
-DENCRYPTION is for both krb4 and gssapi support, so move it to shared section
2003-07-24 00:25:24 +00:00
itojun
1747522bb0
split MKKERBEROS4 and MKKERBEROS (forgot to commit)
2003-07-23 23:20:35 +00:00
itojun
6040fd8db9
no /lib/libdes any more. from Havard
2003-07-23 22:44:27 +00:00
itojun
f874ab05b3
backout previous, there was a comment on LINUX_SOL_SOCKET=1
2003-07-23 22:17:54 +00:00
itojun
d18a2f47e0
kafs.h moved from kerberosIV to krb5
2003-07-23 21:57:19 +00:00
itojun
cc129b0c9b
need lint entry for libdes
2003-07-23 21:56:35 +00:00
itojun
8e4006214d
#define LINUX_SOL_SOCKET 1, so that we can answer "what the hell is this 1?"
...
at ease.
2003-07-23 21:42:31 +00:00
itojun
7b7c18c4c5
the block is just for krb4 (not for krb5) so should be removed. lha
2003-07-23 21:25:08 +00:00
itojun
e45b6fad8e
include des.h, not kerberosIV/des.h
2003-07-23 21:10:36 +00:00
itojun
c55f89ad19
typo on #if condition converesion
2003-07-23 21:03:03 +00:00
itojun
62be3f2658
libkafs is needed for both krb4 and krb5. lha
2003-07-23 20:48:51 +00:00
itojun
0091553542
define symbols even when !KRB4, to simplify shlib management. lha
2003-07-23 20:48:34 +00:00
itojun
adeab29eca
include des.h, not kerberosIV/des.h
2003-07-23 20:31:18 +00:00
itojun
4e1706e9af
kerberosIV/des.h is not needed, Love says
2003-07-23 20:30:34 +00:00
christos
8c26e4c591
From Todd Vierling: Accept level == 1 for linux compat.
2003-07-23 19:24:48 +00:00
christos
91e13193ee
make credentials work on the i386 by passing the original msg structure.
...
(from Todd Vierling)
2003-07-23 19:10:29 +00:00
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