itojun
db69080b84
improve SECURITY section. (sync with kame)
2000-03-12 16:47:24 +00:00
uch
a57fa19957
change debug message.
2000-03-12 15:42:43 +00:00
uch
44b86d33d6
recognize UCB1100 id.
2000-03-12 15:36:11 +00:00
uch
ba8565be98
add WINCE_DEFAULT_SETTING and IT8368E_DESTRUCTIVE_CHECK for debug.
2000-03-12 15:35:29 +00:00
uch
6c57f806b1
sync with btnmgr change.
2000-03-12 15:28:12 +00:00
takemura
028706d573
Add wsmux0 and wsmux1.
2000-03-12 13:58:14 +00:00
takemura
dc7c050b3b
Add wsmux device which is real device in /dev.
2000-03-12 13:46:27 +00:00
abs
fd407a99b7
If we fail due to not being able to lookup our own hostname, display the
...
name in question in an attempt to reduce the number of people who have to ask
how to get sup working...
2000-03-12 12:16:49 +00:00
takemura
b0650cbf17
Change btnmgr to wskbd device from pseudo device.
2000-03-12 12:08:16 +00:00
itojun
dcec402dc9
initialize rn with 0, just to be sure
2000-03-12 11:58:15 +00:00
takemura
2996ac1c02
Bivideo utilize platid mechanisum for probing.
2000-03-12 11:46:44 +00:00
mycroft
e750135b5e
A few things:
...
* Initialize PCIC_INTR and PCIC_CSC_INTR on all chips, not just TI.
* Leave card detect interrupts enabled in PCIC_CSC_INTR. (This requires
reading PCIC_CSC in the interrupt handler on some chips, so do that too.)
* Leave PCIC_INTR_ENABLE set, as some chips require this to post card detect
interrupts while in PCMCIA mode.
* Leave PCIC_INTR_RESET (which is inverted) set at all times *except* when
powering up a socket, as some chips will use it to drive RESET# low even
while a CardBus card is in the slot.
This makes PCMCIA and CardBus cards works with some TI chips. Cross-checked
with a Toshiba ToPIC 95B.
2000-03-12 11:31:53 +00:00
drochner
30f73f1831
support bus probes a la "badaddr" and VME interrupts, fix error handling
...
after mapping problems
2000-03-12 11:23:06 +00:00
drochner
e135f943fa
add support for DMA mapping, bus probes ala "badaddr" and VME interrupts,
...
improve diagnostic output
2000-03-12 11:21:02 +00:00
takemura
c12028016f
Add makefile to install hpcfb.h.
2000-03-12 06:40:16 +00:00
sommerfeld
f6ec059d2e
add newline at end of last line.
2000-03-12 05:35:37 +00:00
nathanw
1203bdcbb3
Bus_space-ify TGA register accesses.
...
(raster operations are still using pointer-based access)
2000-03-12 05:32:29 +00:00
itojun
7560717e93
undo interface addition attempt if in6_ifinit() fails.
...
without it, :: will be kept if in6_ifinit() fails.
2000-03-12 05:23:07 +00:00
takemura
e9619d5d21
New frame buffer driver 'hpcfb' and built in video controller 'bivideo'
2000-03-12 05:04:44 +00:00
itojun
9f8cac1f16
undo interface address addition attempt, when in_ifinit fails.
...
(this basically avoids memory leakage)
2000-03-12 05:01:16 +00:00
takemura
058d87a788
Add a new frame buffer identifier for the hpcmips.
2000-03-12 04:59:24 +00:00
mycroft
602faa83a8
Do *not* fiddle with the serial/parallel IRQ mode selection on TI chips.
...
Without extensive probing, we cannot possibly know that we're doing the right
thing.
Also some stylistic changes.
2000-03-12 04:34:29 +00:00
mycroft
781b535703
Revert the previous change.
2000-03-12 04:27:12 +00:00
mycroft
c7a13f6116
Revert the previous change. It does not match the commit message *and* was
...
incomplete (and probably quite broken).
2000-03-12 04:25:57 +00:00
itojun
deaf45edc1
disallow packets to malicious 6to4 prefix, based on
...
http://playground.iijlab.net/i-d/draft-itojun-ipv6-transition-abuse-00.txt
2000-03-12 04:21:26 +00:00
thorpej
5d18d90843
Rearrange so the ouput of this is a bit more cosmetic.
2000-03-12 03:49:36 +00:00
thorpej
292a9f03be
Since we have an "sshd" script in rc.d, we should have an "sshd" knob
...
in rc.conf.
2000-03-12 03:49:11 +00:00
itojun
1e22bb586e
correct use of perror().
2000-03-12 02:42:43 +00:00
bouyer
31a775880b
lfs_truncate: handle synlinks with length > maxsymlink_len as regular files.
...
For symlinks > 60 chars we were bzero'ing part of (struct inode) past the
actual inode struct, corrupting memory following the current (struct inode)
resuling in a 'panic: pool_get(lfsinopl): free list modified' later.
This could also be the cause of random panics. With this fix LFS seems to be
useable for me now.
2000-03-12 01:45:01 +00:00
thorpej
5c64f2064d
Add missing sc_pil_intr_enable member to pccbb_softc.
...
XXX Double check this, please. The code appears to only use it as a
boolean, but...
2000-03-12 01:15:04 +00:00
veego
bfa0f14ea6
Fix the network_stop function so it doesn't fails due to missing ]['s.
2000-03-11 20:13:42 +00:00
veego
0cc5873563
Add raidframe to the REQUIRE list. rcorder seems to get it right, but it
...
is better to add it.
2000-03-11 20:12:22 +00:00
veego
b869270297
Don't start rc.wscons with an start/stop argument. Disable stop and add an
...
checkyesno check.
2000-03-11 20:11:16 +00:00
veego
84807b9933
Add missing checkyesno's.
2000-03-11 20:10:21 +00:00
veego
aacfec2af3
mountd requires mountall.
2000-03-11 17:29:50 +00:00
jdolecek
27fe6c0aee
regen
2000-03-11 16:13:39 +00:00
jdolecek
d01b78affd
Add id for Alliance AT25, as sent by Dave Sainty in kern/9596.
2000-03-11 16:13:14 +00:00
aidan
64f6f24aa6
Allow absolute directories in SUBDIR. There's probably a better fix that
...
can go in 'make'.
2000-03-11 14:51:40 +00:00
shin
745a0cd2a9
enlarge ramdisk size.
2000-03-11 09:12:34 +00:00
shin
53cff1c1e5
fix typo.
2000-03-11 09:11:33 +00:00
shin
531586bc96
fix frame buffer type (normalized to 'black on white').
2000-03-11 09:05:17 +00:00
shin
a56d95d08b
fix PV-6000/C-1000 keycode mapping.
2000-03-11 08:53:33 +00:00
shin
b7a1ee6c84
configure controller 0 only (workaround for phantom PCIC).
2000-03-11 08:51:55 +00:00
shin
5fa9d50bcd
add missing callunit.
...
fix ucbsnd.
2000-03-11 07:45:31 +00:00
soren
2d525b16dd
The shortened 1371 reset delay in revision 1.32 doesn't seem to be
...
quite enough for my 1373, so increase it some.
2000-03-11 06:42:37 +00:00
perseant
61fa9e1409
Move vinvalbuf's check for dirty blocks into ffs_fsync, to ensure that
...
mode and ownership bits are flushed to disk before the vnode is
reclaimed.
The check, introduced in the softdep merge, assumes that if no blocks
are dirty, no file data *or metadata* needs to be flushed to disk. This
is true of ffs, but is not true of lfs, and may not be true of other
filesystems.
Tested by myself and Bill Squier <groo@cs.stevens-tech.edu>.
2000-03-11 05:00:18 +00:00
jlam
01d48867ea
Handle new make variable BUILD_DONE which creates an empty build target if
...
it is set.
2000-03-11 00:10:20 +00:00
thorpej
0fcf68825f
Back out previous, and adjust a comment.
2000-03-10 22:39:03 +00:00
bouyer
b58bf3c7bb
Don't reset cp->hw_ok ro 0 when cp isn't initialised in cy693_chip_map()
...
(used only in failure case). Pointed out by Wolfgang Solfrank.
While I'm here correct indentation.
2000-03-10 21:21:48 +00:00
windsor
738b8e9986
oops, pppd doesn't require /etc/ppp/options now.
2000-03-10 20:21:57 +00:00