matt
7cca41f35a
Default MK{BINUTILS,CVS,GCCCMDS,POSTFIX,SENDMAIL,UUCP} to yes
2003-10-18 23:40:36 +00:00
christos
acc8915b44
make forward incremental search work better.
2003-10-18 23:27:36 +00:00
fvdl
82729ccc95
Really remove ed0 and ed1
2003-10-18 23:23:43 +00:00
uwe
a2a5c1629e
Make intc_intr_priority() return old level. While here, make the code
...
more compact by factoring out register update to happen in one place,
outside the switch statements.
Add intc_intr_disable() and intc_intr_enable().
2003-10-18 23:21:35 +00:00
fvdl
9f7abac970
Use the int 0x80 path for context system calls.
2003-10-18 22:47:37 +00:00
christos
e7c6d717ff
remove debugging printf.
2003-10-18 22:37:24 +00:00
christos
730f23e551
Allow setty to set chars using char=value
2003-10-18 22:24:34 +00:00
cdi
492c11116f
Revert previous change as it breaks the build on a number of ports.
2003-10-18 21:26:22 +00:00
briggs
7931285ae1
Need a couple more headers for the last change.
2003-10-18 20:11:04 +00:00
matt
3109d133ea
Regen.
2003-10-18 18:53:09 +00:00
matt
0d7c37b872
Add Philips SAA7146AH
2003-10-18 18:51:29 +00:00
briggs
6646629469
Sync with the i386 version.
2003-10-18 18:36:35 +00:00
christos
3825627f57
define SIGTRAMP_VALID()
2003-10-18 18:34:10 +00:00
briggs
1c36c6dcdb
Add SIGTRAMP_VALID().
2003-10-18 18:34:09 +00:00
christos
f57e3e8f0a
sync with the x86 one.
2003-10-18 18:33:51 +00:00
briggs
11088af0ac
Add SIGTRAMP_VALID().
2003-10-18 18:29:53 +00:00
dsl
51fe540362
Add an MC_ALWAYS_SCROLL to mean "always allow space for 'scrolltext'".
...
All scrolltext to be #defined so it can be translated.
2003-10-18 18:26:53 +00:00
christos
c4990e5532
Userland portion of SIGTRAMP_VALID() commit.
2003-10-18 18:16:23 +00:00
tron
c0a067dc82
Update XFree86 4.x sets for latest shared library changes.
2003-10-18 18:08:07 +00:00
briggs
093821886e
Define SIGTRAMP_VALID(v).
2003-10-18 17:57:06 +00:00
lukem
f1e290c260
implement MAKEVERBOSE for rules which are of the form:
...
@cmp -s ${.ALLSRC} ${.TARGET} || ( echo cmd && cmd )
2003-10-18 16:41:19 +00:00
lukem
52a5f69154
implement MAKEVERBOSE for filesinstall
2003-10-18 16:40:47 +00:00
lukem
2c30246862
MAKEVERBOSE support
2003-10-18 16:33:58 +00:00
yamt
4e9f921204
be more strict about sa->vp.
...
(make sure the last lfs_updatemata in lfs_putpages takes effect.)
2003-10-18 15:52:42 +00:00
lukem
d1ac0f085b
implement MAKEVERBOSE
2003-10-18 15:37:29 +00:00
lukem
03b6213598
Implement MAKEVERBOSE to control how "verbose" the standard make(1) rules are.
...
Supported values:
0 Minimal output ("quiet")
1 Describe what is occurring
2 Describe what is occurring and echo the actual command ("verbose")
This is the default, and is equivalent to the previous behaviour.
2003-10-18 15:33:59 +00:00
mrg
459d14eddf
change the version string to 3.3.2-nb1 so that gcc.c likes it.
2003-10-18 14:47:01 +00:00
fvdl
627c2abc03
Remove the 'toolchain' set, since everything is in-tree now.
2003-10-18 14:17:00 +00:00
manu
8c5377c3b8
Remove references to wsmux_cdevsw and wsdisplay_cdevsw (how to remove
...
them completely?)
Add SETCURSORPOSITION operation
2003-10-18 13:27:17 +00:00
manu
3b556e0bb2
Fix error in struct definition
2003-10-18 13:25:27 +00:00
mrg
8b9e2c6e0a
- call this version "3.3.2nb1" (while some of our changes to 3.3.1 were
...
in 3.3.2, many were not.)
- use our bug reporting address, not GCC's.
2003-10-18 13:15:05 +00:00
enami
e51f5c64e5
Fix indent.
2003-10-18 13:05:45 +00:00
enami
e7533e9811
Don't limit xfer size to SBP2_MAXPHYS. Its not transfer size limit
...
but just a threshold how to describe transfer.
2003-10-18 12:47:28 +00:00
enami
145fb5989c
Factor out common code.
2003-10-18 12:40:09 +00:00
enami
3072a86cf0
Whitespace nits.
2003-10-18 12:31:37 +00:00
enami
07bf4ffc50
mbstat.m_drain is still maintained. Don't skip it.
2003-10-18 12:26:26 +00:00
ragge
895d584f93
Add cnmagic support to the DZ driver. Pmax should also use cnmagic instead
...
of it's homwgrown tests.
2003-10-18 12:10:53 +00:00
ragge
c862115a9d
Use the vax confdata to determine whether to use serial console.
...
Do cn_set_magic() for the VAX DDB escape sequence (ESC-D).
2003-10-18 12:09:18 +00:00
ragge
7b77aca6ae
Do not try to fetch the current proc if curlwp == NULL. This caused
...
DDB to fail if no process were running.
2003-10-18 12:07:44 +00:00
ragge
f545d1a885
Read out confdata for the VS4000/90 also.
2003-10-18 12:06:11 +00:00
mrg
0ef2f1482f
note GCC 3.3.2 update
2003-10-18 12:04:44 +00:00
mrg
9376f2c5fa
merge gcc 3.3.2
2003-10-18 11:54:13 +00:00
he
d2ca050ea5
The Xauth.h and Xdmcp.h headers and libXau.a and libXdmcp.a are apparently
...
no longer installed, so move them from the install set to the obsolete list.
2003-10-18 11:46:49 +00:00
mrg
eaf2241a0a
initial import of GCC 3.3.2. this is a bug-fix release that fixes dozens
...
of bugs in both MI and many NetBSD MD parts.
visit http://gcc.gnu.org/gcc-3.3/changes.html#3.3.2 for more details.
2003-10-18 11:13:12 +00:00
mrg
cd84f3bd94
initial import of GCC 3.3.2. this is a bug-fix release that fixes dozens
...
of bugs in both MI and many NetBSD MD parts.
visit http://gcc.gnu.org/gcc-3.3/changes.html#3.3.2 for more details.
2003-10-18 11:03:09 +00:00
manu
15af059557
On some machines, the keyboard is not enabled after a reset, rendering the
...
console useless. Fix that by explicitely enabling the keyboard when it is
attached.
2003-10-18 09:19:04 +00:00
wiz
aca04ce996
+getmaxyx(3).
2003-10-18 09:10:16 +00:00
wiz
449cf546df
Link curses_cursor(3) to getmaxyx(3); from Steve Rumble in PR 23183.
2003-10-18 09:08:46 +00:00
wiz
6f0dbbbf08
mvgetstr and mvwgetstr do not have a limit argument; from Steve Rumble in PR 23183.
2003-10-18 09:06:49 +00:00
lukem
7d84b90c92
Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
...
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'
2003-10-18 08:30:12 +00:00