dsl
5e26f5482a
Copy correct size of 1 line when doing insert/delete line on a subwin.
2003-07-29 16:42:55 +00:00
mrg
caa408bca7
(void_cast_for_gcc_3_3_msg_goes_here *)
2003-07-29 16:18:54 +00:00
kleink
7d3a44f705
Remove PT_SLEEPUC, which somehow wasn't.
2003-07-29 15:18:49 +00:00
markd
0179239c99
xlatecookie option wasn't working as MNTTAB_OPT_XLATECOOKIE wasn't defined.
...
patch will be in am-utils 6.1
OK'd by christos
2003-07-29 12:11:29 +00:00
markd
57da74fd34
Its not possible to have a key such as ".access" in a hesiod map as that would
...
imply a null node in the DNS tree so a lookup for such a key must clearly fail
and with the current info_hesiod.c it does (after calling hes{,iod}_resolve)
but returns an error that confuses some programs - eg. apache - so shortcut
the process and just return ENOENT for any key starting with "."
Patch will be in am-utils 6.1.
OK'd by christos
2003-07-29 12:08:59 +00:00
dsl
11d928c5ee
Fix display of localtime on timezone update screen.
...
(missing "." in "%.*s")
Reduce memory leak in setenv() by only calling it for changes.
2003-07-29 12:08:32 +00:00
lukem
13b0ffec63
Add build.sh -Z var, to unset a variable and ensure it's unset in makewrapper.
...
For -M MAKEOBJDIRPREFIX, unset MAKEOBJDIR.
For -O MAKEOBJDIR, unset MAKEOBJDIRPREFIX.
2003-07-29 10:07:15 +00:00
sjg
82cba16bce
A couple of other places where delim should be set
2003-07-29 09:06:29 +00:00
sjg
b806b12f2d
First bug picked up by the unit tests - delim wasn't always initialized.
...
Avoid putting '\' in test case script lines since shell's like that on
SunOS insist on interpreting them.
2003-07-29 08:44:41 +00:00
scw
387af101cb
Fix an off-by-one error in pci_iot.
2003-07-29 08:18:03 +00:00
sjg
e3cd1dc68c
Use single quotes to protect everything from shell's that might
...
alter the results.
2003-07-29 08:16:01 +00:00
lukem
86173c79de
Set .NOPATH for all ${DEPENDSRCS} and not just .depend.
...
Should fix build problem noted by Geoff Wing on current-users@
2003-07-29 07:56:23 +00:00
martin
270669fdd8
Regen.
2003-07-29 07:43:48 +00:00
martin
d42f85d5f0
Add Ricoh 5C551 CardBus + FireWire product ID.
...
From FUKAUMI Naoki in PR 22292.
2003-07-29 07:42:51 +00:00
martin
eec6b03547
Intel 8255GM is GM, not PM (obviously a copy&pasto).
...
From FUKAUMI Naoki in PR 22293.
2003-07-29 07:41:43 +00:00
mrg
4c2873d8a0
define DEFAULT_TARGET_VERSION and DEFAULT_TARGET_MACHINE again.
2003-07-29 07:26:23 +00:00
mrg
952f507549
pull across a patch from .../toolchain/gcc/gcc.c that removes a whole
...
bunch of unrequired (and problem-causing) paths from various lists.
set (new) TOOLDIR_BASE_PREFIX and STANDARD_BINDIR_PREFIX defines in the
#ifdef NETBSD_NATIVE case as well as several other *_PREFIX defines.
2003-07-29 07:20:21 +00:00
mrg
9f1ca98b0a
regenerate with --enable-threads
2003-07-29 06:49:53 +00:00
mrg
78ef677a68
pass --enable-threads to ./configure
2003-07-29 06:48:14 +00:00
sjg
6b9a4c9477
Regardless of the name of TEST_MAKE, force it to make in test.exp
...
to avoid needless failures.
2003-07-29 06:35:09 +00:00
itojun
308bb7eb39
remove unused macro. PR 21150
2003-07-29 04:45:39 +00:00
itojun
4c43ef4ce1
xx_keylen has to return bits, not bytes. KAME-PR-488
2003-07-29 04:30:54 +00:00
lukem
87b1d00a0c
remove unnecessary dependency now that bsd.rpc.mk adds to DPSRCS
2003-07-29 02:48:47 +00:00
lukem
46a6f14708
style nit; list bsd.rpc.mk before bsd.prog.mk
2003-07-29 02:45:23 +00:00
lukem
c6fbe6d8e0
just add various files to ${DPSRCS} instead of trying to get
...
a ${DEPENDSRCS} target to DTRT
2003-07-29 02:42:49 +00:00
lukem
ebf8a4f11a
move ${DEPENDSRCS} target to after .include <bsd.*.mk>
2003-07-29 01:45:33 +00:00
lukem
d2fa162324
move ${DEPENDSRCS} target to after .include <bsd.*.mk>
2003-07-29 01:34:16 +00:00
lukem
a0df1980db
add bsd.dep.mk
2003-07-29 01:26:15 +00:00
lukem
bd166fb2bd
* move .includes added in rev 1.5 to outside of .if defined(RPC_SVCFILES (oops)
...
* move ${DEPENDSRCS}: ... to the end of the file
2003-07-29 01:12:46 +00:00
uwe
7c38c5c675
Adapt to bsd.dep.mk changes.
2003-07-29 00:13:21 +00:00
lukem
b082f4d46d
Use the more "standard" `foo.d' instead of `foo.SUFFIX.dep'; the rules
...
are simpler and would have helped prevent the previous fubar.
Don't bother using -a with ${MKDEP} to build the individual .d files.
2003-07-28 23:57:24 +00:00
lukem
5aab21f43a
be consistent when adding *.y and *.l to DPSRCS
2003-07-28 23:54:24 +00:00
matt
79fccc7527
Improve _lwp_wakeup so when it wakes a thread, the target thread thinks
...
ltsleep has been interrupted and thus the target will not think it was
a spurious wakeup. (this makes syscalls cancellable for libpthread).
2003-07-28 23:35:20 +00:00
itojun
de3e7a8bf6
debian bug id "sup 1.8-8, bug #175327" - temporary file symlink race
2003-07-28 23:13:17 +00:00
sjg
db7ca3c993
Fix parsing bug for :ts - patch from Alan Barrett <apb@cequrux.com>
...
Also add simple unit-test jig (regress/usr.bin/make will use it too)
but having it local here makes inclusion in bmake simpler.
2003-07-28 22:52:10 +00:00
scw
ef9f9d240b
Implement mvme160x platform-specific reset using a semi-documented
...
register of the IBC.
2003-07-28 21:45:13 +00:00
matt
ebfb9912e2
Make all the suffix rules with .c .c.dep (e.g not .cc .cc.cc.dep)
2003-07-28 21:33:57 +00:00
jonathan
33aa54035d
Clean up dependencies between opencrypto framework and sys/crypto,
...
by making the sys/crypto transforms depend on
(per-transform-config-keyword|opencrypto)
Thanks to Martin Husemann for double-checking the changes.
2003-07-28 21:28:23 +00:00
jonathan
a2f8a77f02
Remove vestiges of OpenBSD <sys/md5k.h> header.
2003-07-28 19:37:03 +00:00
dsl
42a7c729c9
Add six month old entry for sh(1) changes.
...
Add entries for i386 bootstrap and sysinst changes.
2003-07-28 18:14:15 +00:00
thorpej
d55cef76bf
Add an opaque cookie field to the bus dma tag.
2003-07-28 17:35:54 +00:00
thorpej
adef1b7dab
Add PBIU register bits.
2003-07-28 16:53:31 +00:00
jwise
3514116803
Apply patch from lha@, via OpenBSD portable SSH's revision 1.11 of this file:
...
mcc -> fcc; from Love Hörnquist Åstrand <lha@it.su.se>
otherwise the kerberos credentinal is stored in a memory cache
in the privileged sshd.
Presumably, this will also come in as part of a later OpenSSH release via
`cvs import', but this is worth having now.
2003-07-28 15:50:17 +00:00
lukem
eb51573bd7
Use ${DEPENDSRCS} as a target instead of .depend, now that
...
<bsd.dep.mk> builds .depend from .dep files.
2003-07-28 15:25:02 +00:00
lukem
8f4575345b
Simplify .*.dep generation by using suffix transforms.
...
This also fixes a problem in the previous where the .ALLSRC would contain
any other dependencies that .depend had, thus breaking the mkdep invocation.
Provide DEPENDSRCS which effectively contains ".depend *.dep", to be
used in other Makefiles that want to add dependencies for .depend.
2003-07-28 15:07:16 +00:00
chs
77e57ee965
correct values in p160x_dram_size[] for second bank being populated.
2003-07-28 14:55:46 +00:00
nathanw
c021860e53
Correct comment in FORCE_FUNCTION_KEYS code; the 0x0b (eject) button is
...
on the f12 key, not f7 (the keycode value was correct for f12 already).
2003-07-28 13:21:29 +00:00
lukem
1b9a8aed24
Add missing "cd ${TOP}" to buildtools(). Problem identified by John Nemeth
...
in private mail.
Remove some debugging messages that crept in a little while ago.
2003-07-28 12:33:42 +00:00
dsl
02dbd70852
Remove extra process and pipe that relayed data from the master pty
...
to sysinst's main process when a command is run (eg the file list from pax).
Since the pty is in 'packet' mode, the boundaries of the pty reads would
need to be preserved in order to detect control records.
If the pipe became full the main process could treat part of a filename
as a control byte and then save the rest of the name as tty settings.
The effect of 'random' tty settings is unknown, but could be responsible
for core dumps while displaying the full file list from pax.
I suspect that the extra pipe was originally used because select wasn't
supported on the master side of a pty (not checked).
Also cd out of /targetroot if set installation is killed with ^C ^C.
2003-07-28 11:32:21 +00:00
mrg
5d4f9678cd
give >32 bit constants an "LL" prefix to appease gcc3.3
2003-07-28 10:29:00 +00:00