christos
3d5da4cf52
don't limit username printing to UT_NAMESIZE
2002-08-20 14:02:45 +00:00
christos
7c266e1884
support utmpx
2002-08-20 14:01:49 +00:00
christos
9d7f515ba2
add some more ifdefs, so that we don't define variables we don't use.
2002-08-20 13:58:22 +00:00
christos
7d62d2a173
utmpx support
2002-08-20 13:56:50 +00:00
christos
c0b21fbbf7
Disable UTMPX support for now, because ftpd might chroot and we need
...
to keep files open.
2002-08-20 13:55:58 +00:00
christos
4b476b1883
utmpx support
2002-08-20 13:51:09 +00:00
jdarrow
48ee0561fe
Belatedly bump libdes shared library major number, due to bump of
...
libcrypto shared major when we moved from OpenSSL 0.9.5 to 0.9.6.
Add note to libcrypto shlib_version file to remind people to also
update libdes shlib_version.
2002-08-20 13:49:55 +00:00
christos
d9308b55e8
remove spurious ^A's and ||
2002-08-20 13:49:11 +00:00
christos
6c99012e39
PR/17999: FUKAUMI Naoki: Support wtmpx entries.
2002-08-20 13:12:00 +00:00
itojun
88122ef746
should return error code from key_senderror(). sync w/kame
2002-08-20 08:17:02 +00:00
elric
8efcaddaf6
Added .k5login to the list of files that are checked in each user's
...
home directory.
Addresses PR: security/18000
2002-08-20 07:53:51 +00:00
itojun
a6315c15ad
utmpx.ut_id is required.
...
PR 17998 with slight modification (deal with ttyname shorter than 4)
2002-08-20 07:42:53 +00:00
itojun
ccc183b4d1
fixed that the incorrect time was set to sadb_comb_{hard|soft}_usetime.
...
sync w/kame
2002-08-20 06:20:26 +00:00
matt
c7a899fa13
Use "b" constraint for base registers (indexed addressing mode).
2002-08-20 06:04:38 +00:00
shin
b46ba8b021
don't include same file twice.
2002-08-20 04:22:03 +00:00
kristerw
6cf8d48ed9
#if 0 a couple of unused functions.
2002-08-20 03:52:26 +00:00
kristerw
81244d0b17
Make it compile for the __NO_STRICT_ALIGNMENT case.
2002-08-20 03:32:08 +00:00
briggs
d2c9e5deb4
Disable coalesced writes on IOP310-based systems.
2002-08-20 02:34:04 +00:00
briggs
88452ee2b5
Coalesced writes on xscale systems do not always work. If
...
XSCALE_NO_COALESCE_WRITES is set, disable. Otherwise, enable.
2002-08-20 02:30:51 +00:00
briggs
50e0ea7aa2
Enable branch prediction and write coalescing on XScale.
2002-08-20 02:00:46 +00:00
lukem
951972b555
- move LDSTATIC=-static to the bottom, so that "LDSTATIC=" in /etc/mk.conf
...
doesn't cause lossage
- set NOMAN= at the top (rather than MKMAN=no)
2002-08-20 01:52:58 +00:00
enami
7be7957c9b
Mention RND_TYPE_RNG.
2002-08-20 00:48:31 +00:00
enami
68c5f07e0f
Add and xref wm(4).
2002-08-20 00:46:23 +00:00
itojun
76f65d83e3
attach random number source.
2002-08-20 00:35:46 +00:00
itojun
f695b9ecd3
revert attempt to make finger locale-dependent. (1) locale dependent
...
daemon is a bad idea, (2) there's no standard in 8bit finger, (3) there's no
guarantee that finger/fingerd uses the same locale, (4) existing finger client
could scream. see tech-userlevel.
2002-08-20 00:27:59 +00:00
itojun
ddbeae9874
check error from copyout
2002-08-19 23:23:22 +00:00
itojun
bec19ac64c
typo in comment
2002-08-19 23:21:11 +00:00
itojun
041c651838
fix copyout() logic. more proper fix to be done on kame tree.
2002-08-19 23:14:39 +00:00
thorpej
c59bd1a572
In ether_output(), don't bother calling memcpy() to plop the ethertype
...
into the packet: On system with no strict alignment constraints, just
assign the value, and on others, do an inline 2 byte copy.
2002-08-19 18:58:50 +00:00
fredette
fa8a85a54d
Cleaned up BTLB support. There are no longer BTLB function pointers
...
in struct hppa_cpu_info or anywhere else, now there are just hppa_btlb_*
functions. Added support for machines with split I/D and variable-range
BTLBs. Added support for purging BTLB entries.
2002-08-19 18:58:26 +00:00
wiz
803f71d406
Sort supported languages, and sync them with reality, as suggested by
...
Julio Merino in bin/17993, with a minor correction.
2002-08-19 18:27:31 +00:00
wiz
75839d2a59
It's RND_FLAG_*, not RND_FLAGS*. Noted by Christian Biere in kern/17992.
...
Also fix an unrelated mdoc error.
2002-08-19 17:41:46 +00:00
fredette
0ebb2cb8a8
Since trap_kdebug() may be a macro, be sure to cast to void when not
...
using its result.
2002-08-19 15:07:33 +00:00
lukem
16683a00df
Explicitly move setting of NOxxx (et al) to the top of the Makefile
...
(before including <bsd.own.mk>)
2002-08-19 15:01:34 +00:00
lukem
ec5dbc56b8
Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the
...
Makefile (before including <bsd.own.mk>)
2002-08-19 14:55:14 +00:00
lukem
811a3185a3
Explicitly note that if NOxxx and USE_SHLIBDIR are set by a Makefile,
...
it must be before <bsd.own.mk> is included.
2002-08-19 14:51:58 +00:00
lukem
f794aa60bb
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 13:54:34 +00:00
lukem
91d06a031b
More use of ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 13:35:05 +00:00
itohy
125a1bc0a9
Leaving overflow-sensitive code, very similar to what was fixed
...
in the previous changes to cfb.c / sfb.c / xcfb.c, would not be clever.
Just modify in the similar way.
2002-08-19 13:05:42 +00:00
simonb
0702d44ac5
Fix printf format string for the EXTENT_DEBUG case.
2002-08-19 12:03:48 +00:00
simonb
771cbe3e84
Remove CPU_MIPS_DOUBLE_COUNT for the MIPS 20Kc - it's cycle counter runs
...
at the normel CPU frequency.
2002-08-19 12:03:04 +00:00
wiz
3c7935455d
End some sentences with a dot. bin/17987 by Julio Merino.
2002-08-19 11:14:23 +00:00
blymn
f645d021ce
Allocate private string buffers for the menu mark and unmark to prevent
...
a double free of the string memory. This fixes PR 17937.
2002-08-19 11:01:11 +00:00
lukem
7360d7b6ae
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 10:16:51 +00:00
pooka
337a91ae52
fix prototype for t_freent, and sprinkle const where necessary
2002-08-19 10:11:42 +00:00
lukem
146a774973
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).
2002-08-19 09:56:00 +00:00
lukem
8f96758140
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../../some/path (etc).
...
(Reduces make output by ~ 20%)
2002-08-19 09:46:39 +00:00
lukem
ebb6fc9eb8
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).
...
(Reduces make output by ~ 20%)
2002-08-19 09:41:27 +00:00
itojun
8b2ed6900d
copyout only if oldp is non-null
2002-08-19 07:23:22 +00:00
itojun
cc0fa7bc37
need explicit copyout(), apparently
2002-08-19 06:50:22 +00:00