bjh21
83666f01fa
Shuffle printfs around so they look right when we've got a drive attached.
2000-10-14 23:45:57 +00:00
bjh21
a449e4af6d
Ensure that the IOC is attached before any other devices, mostly because
...
the UPC driver needs to know whether the system's got an IOEB in it.
The way this is implemented is a mess -- I need to get my mind round
autoconfiguration again.
2000-10-14 23:44:42 +00:00
bjh21
7270db5ec0
Change to semantics of irq_establish: IRQs are now enabled by default, which
...
I think is the same as all other ports.
2000-10-14 23:41:01 +00:00
perseant
7a4d35b365
In lfs_truncate, don't overcount the real blocks removed from the inode,
...
when deallocating a fragment that has not made it to disk yet.
Also, during dirops, give the directory vnode an extra reference in
SET_DIROP, to ensure its continued existence during SET_ENDOP, preventing
a possible NULL-dereference there.
These two changes should close PR #11064 .
2000-10-14 23:22:14 +00:00
lukem
54b38d4691
- update whatis files to contain (hopefully) up to date info on:
...
- "this is the xxx major release"
- features added and bugs fixed in 1.5
- use .Nx instead of NetBSD
- use .Sq instead of ' [...] ' or ` [ ... ] '
- use .Dq instead of " [...] "
2000-10-14 22:27:41 +00:00
bjh21
4e3f859aad
Render what text there is into something closer to English.
...
Credit the WIDE project, since the licence requests that.
2000-10-14 21:10:38 +00:00
matt
b885772956
The input packet has the FCS attached to set M_HASFCS before passing up.
...
Revove eh = ... since it's no longer used.
2000-10-14 20:06:02 +00:00
tsubai
5d6a22ffea
Use VNODE_OP_NOINLINE.
2000-10-14 19:14:06 +00:00
bjh21
2a7ec1905b
HEAVY formatting cleanup.
2000-10-14 18:48:49 +00:00
bjh21
80c66bd7d3
The "X" permission _is_ specified by POSIX.2.
2000-10-14 18:45:03 +00:00
bjh21
22fd223bad
Document POSIX.2 conformance.
...
In the second form, the destination directory isn't optional.
Formatting cleanups.
2000-10-14 18:31:57 +00:00
is
4bd5d81118
Due to infinite wisdom by the language designers, the difference of pointers
...
has a type of (int) on i386 and (long) on sparc, and I don't even want to
know what else on other cpu types.
2000-10-14 18:07:10 +00:00
bjh21
1897a4fb7f
Don't core dump with an empty format string. Fixes PR#11218.
...
Patch supplied by Launey Thomas.
2000-10-14 17:41:55 +00:00
wiz
e2d9ed5833
fix typo in comment
2000-10-14 17:01:29 +00:00
tsutsui
3d26e06673
- Initialize zs chip in zscninit() so that kernel can use
...
serial console even if the PROM uses bitmap console.
- Remove zs_hwflags since news68k does not have keyboard nor mouse at zs;
check zschan address set in zscninit() to detect console device.
- Use BPS_TO_TCONST() to set baudrate in zs_init_reg[].
- Remove zs_get_chan_addr(), which is not needed anymore.
2000-10-14 16:45:49 +00:00
hubertf
144164c6e4
Fix typo in iso-image target that led to the cdrom-directory not being
...
excluded in the iso image (nothing harmful).
2000-10-14 16:45:42 +00:00
tsutsui
230e4ff333
Clarify some intrnames.
2000-10-14 16:23:33 +00:00
augustss
517687da81
Get the major no right for uscanner.
2000-10-14 12:36:05 +00:00
nisimura
ca7bd5f302
Make sure wsmouseopen() returns ENXIO when no VSXXX mouse is attached.
2000-10-14 08:51:51 +00:00
nisimura
585c4dc3e6
Add missing -n option of sysctl(8) booted_kernel name retrival.
2000-10-14 07:33:39 +00:00
tsutsui
1b5ed35b7a
Re-enable tt0 register temporary to map I/O space.
...
(for framebuffer support)
2000-10-14 07:19:24 +00:00
simonb
c8d4a6140c
Regen
2000-10-14 06:23:21 +00:00
simonb
30dbba4dd1
Add ATI Mobility M3 (both PCI and AGP).
2000-10-14 06:12:46 +00:00
taca
5f70e573c1
- replace DBDIR, ETCDIR and RUNDIR with /var/db, /etc, /var/run.
...
Original dhcp package, those strings are replaced with real pathname
when creating catman files. Since we install man files, those strings
should be replaced with real pathname.
2000-10-14 05:14:01 +00:00
wiz
2ac48cb779
add /etc/defaults
2000-10-14 01:54:28 +00:00
wiz
ea328985c3
Add /usr/include/dev/sub/fbio.h (pk: should this be installed? what about
...
fbvar.h?)
Also add strsvis, strsvisx, svis cat/man pages (hi lex!) and cvs man pages.
2000-10-14 01:53:14 +00:00
wiz
838cffb487
add etc/rc.d/newsyslog
2000-10-14 01:33:04 +00:00
wiz
0220a9fdeb
add a case for menuc-updating
2000-10-14 01:06:55 +00:00
augustss
4281745db2
One more working scanner according to the USB scanner wen page.
2000-10-13 21:05:18 +00:00
jonathan
6e67f82712
Fix wi_intr() to avoid touching card registers during insert/remove events,
...
when sharing an interrupt with other devices:
check sc->sc_enabled, and drop the interrupt if its' off.
Also check for IFF_RUNNING, on advice of Enami Tsugotomo.
2000-10-13 19:15:08 +00:00
augustss
86974d7235
Regen.
2000-10-13 18:16:53 +00:00
augustss
67c8e3701d
A bunch of scanners.
2000-10-13 18:16:36 +00:00
simonb
ec25ea9f3b
Position comment correctly wrt last commit.
2000-10-13 17:59:11 +00:00
itojun
6e3a9bc311
validate mbuf chain length on *_ctlinput. remote node may be able to
...
transmit a truncated icmp6 packet and panic the system. sync with kame.
2000-10-13 17:53:44 +00:00
tsutsui
65d3436a47
Make this compile without "options news5000".
2000-10-13 17:22:52 +00:00
simonb
831fce13ac
In mfs_start(), move the handling of outstanding I/O requests to before
...
the check for unmounting the filesystem.
Appears to fix kern/10122 from Hitoshi Matsunawa.
2000-10-13 16:53:53 +00:00
simonb
7bf589b1ae
There is no need to explicitly include <uvm/uvm_extern.h> for
...
<sys/sysctl.h> anymore.
2000-10-13 16:40:26 +00:00
augustss
764c5e3eea
Recognize HP 5300C.
2000-10-13 16:18:48 +00:00
augustss
8abfde6138
Regen.
2000-10-13 16:18:22 +00:00
augustss
54480a36e4
Add HP 5300C.
2000-10-13 16:18:02 +00:00
mjl
2898929f94
Revert previous since the finnish keymap is already present under
...
the name "sv". Note to myself: Read PRs completely before acting.
Note to Santa Claus: I want a mailing list that carries all follow
ups to PRs!
2000-10-13 12:53:23 +00:00
augustss
b5b3e28ce7
Add uscanner.
2000-10-13 12:31:10 +00:00
itojun
c2bb9fa1d8
add m_dup(9)
2000-10-13 04:33:01 +00:00
itojun
ce80048889
document m_dup(9). talk a little bit about issues with shared
...
external storage (M_EXT).
2000-10-13 04:19:58 +00:00
christos
c49fc8469f
void cast for lint.
2000-10-13 03:53:26 +00:00
hubertf
76b233e574
Correct comment describing format of this file (missing "<TAB>").
...
Adresses PR 11209 by Masao Uebayashi <uebayasi@soum.co.jp>
2000-10-13 03:22:49 +00:00
itojun
6572421763
make sure we don't share external mbuf between m and mcopy, in ip_forward().
...
should solve PR 11201.
2000-10-13 01:50:04 +00:00
taca
c011ac8db6
- Correct missing closedir(3) in SSL_add_dir_cert_subjects_to_stack().
...
This should be fix the bug that apache enabled SSL may exhaust its
file descriptors. Noted by TAKANO Yuji <takachan@running-dog.net>
on apache@ecc.u-tokyo.ac.jp, apache mailing list in Japanese.
He had already sent a bug report to openssl-dev@openssl.org , but it
wasn't fixed in openssl-0.9.6. :-(
2000-10-13 01:47:27 +00:00
hubertf
4df0e3466b
* Add documentation on how to update the bootblocks on your internal
...
(wd0) disk
* Make clear that the floppy-example needs a filesystem on the floppy
* Add example for bootstrap-only floppy without any filesystem, by
Frederick Bruckman <fb@enteract.com>
Adresses PR 11207 by Wolfgang Rupprecht <wolfgang@wsrcc.com>
2000-10-13 01:20:58 +00:00
wrstuden
07a9408ae6
Move ofwboot to 600000 hex. Should make loading better (less likely to
...
run into OF internals).
2000-10-13 00:19:30 +00:00