obrien
1e5c0aa62c
Add history.
1998-09-29 17:34:25 +00:00
abial
f820899c77
Make #define NO_SWAPPING a normal kernel config option.
...
Reviewed by: jkh
1998-09-29 17:33:59 +00:00
abial
faacae68fc
Make #define NO_SWAPPING a normal kernel config option.
...
Warn unsuspecting users against current DEVFS pitfalls.
Reviewed by: jkh
1998-09-29 17:33:45 +00:00
obrien
dd97f006dc
mkdosfs(1) is dead, refere to newfs_msdos(8)
1998-09-29 17:31:28 +00:00
jkh
3bac1a9583
Add in a kludge for registering the "package" version of XFree86 so
...
various ports don't complain about it. It also requires that the pkg
registration bits be stick into the Xbin tarball so that they'll be
present in /usr/X11R6/lib/X11/pkgreg.tar.gz. The registration tarball
is removed upon first use to prevent it later spamming a genuine build
from ports if inadvertently extracted again.
1998-09-29 14:23:13 +00:00
abial
7d55cd9902
Small update: you need to unpack the stand-alone picobsd tarball into
...
src/release/picobsd, otherwise it won't work.
Pointed out by: Randal Masutani <randal@comtest.com>
1998-09-29 12:23:58 +00:00
jkh
17bef22a9b
Add examples for tree functions.
...
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
1998-09-29 12:22:46 +00:00
jkh
81bba8eebb
Add support for saved trees.
...
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
1998-09-29 12:22:36 +00:00
abial
d0e92ecb14
Make proper use of ${suffix} instead of hardwired suffixes.
...
Pointed out by: Randal Masutani <randal@comtest.com>
1998-09-29 12:12:47 +00:00
abial
1fdadcd62f
Better handling of "custom" setup.
...
Submitted by: Randal Masutani <randal@comtest.com>
1998-09-29 11:58:54 +00:00
abial
4f359e1bef
Once again turn off the BRIDGING - it's not yet ready to be the default...
...
Submitted by: Randal S. Masutani <randal@comtest.com>
1998-09-29 11:27:34 +00:00
abial
b8a7fa163e
Add sysctl 'machdep.msgbuf_clear'. Setting it to anything causes the
...
kernel message buffer to be cleared. It comes handy in situations when
the only logging facility you have is the msgbuf.
Reviewed by: jkh
1998-09-29 11:20:16 +00:00
grog
b28a6176ff
Bring man page up to date
1998-09-29 10:26:02 +00:00
bde
738bf8fae6
Fixed printf format errors. u_long is not necessarily suitable for casting
...
pointers to, and %d is not suitable for printing uint32_t's.
1998-09-29 09:18:08 +00:00
bde
81e74a20de
FIxed printf format errors (an new one that is only detected on systems
...
with pointers smaller than u_longs, and 2 possibly-truncating casts in
the same printf).
1998-09-29 09:14:52 +00:00
peter
1cfb4f7c94
The bootinfo struct was getting clobbered or not passed through correctly.
...
Presumably VTOP doesn't work for static objects.
The easiest way to get it working was to reserve some space after the
environment strings and copy the bootinfo struct there.
Also, set RB_BOOTINFO, it's needed.
I got the code to load and run an unmolested kernel OK for the first time
with this system a few minutes ago - at last!. I did have to stop it
looking at the floppy though as BTX was trapping a mode 14 fault when
it look for /boot/boot.conf when no disk was in the drive. (I'm booting
from a scsi disk (bios disk 0x80)).
Now to teach it about ELF and modules :-)
1998-09-29 09:11:49 +00:00
bde
45c0254d7b
Don't pretend to support ix86's with 16-bit ints by using longs just
...
to ensure 32-bit variables. Doing so broke ix86's with 64-bit longs.
1998-09-29 09:06:00 +00:00
bde
eab407713e
Fixed initialization of new inodes. ext2fs doesn't clear inodes when
...
they are deleted, so inodes must be cleared when they are reused, but
we didn't clear the indirect blocks. This caused serious filesystem
corruption.
1998-09-29 08:07:32 +00:00
jkh
0060d05eef
Update to match newest XFree86 naming conventions.
1998-09-29 07:27:33 +00:00
imp
bb9799eb68
Several minor cleanups, inspired by bug reports and the old driver:
...
o Unlock mailbox interface if we have a new card. Before only newer cards
(B or newer) that had the BIOS disabled would probe. Cards with the
BIOS enabled would fail to probe in the mailbox initialization code.
o Increase the number of ccbs and sg to 17 from 16 to support 64k I/O
on a non page aligned boundary. Ideas for dynamic determination of this
value welcomed, as more of these are better.
o Took credit for this driver, even though I derived it from Justin's code.
Made sure that Justin's copyright from bt.c was preserved, along with
his name, since the error handling code is nearly identical. Add my
own, identical copyright. Point people to aha_isa.c.
Cards tested: 1542C and 1542CF. The B and CP might work now as well,
but logistical problems precluded me from testing them this evening
(if you have jumper settings for the B card, please send me private
mail).
1998-09-29 06:50:21 +00:00
jkoshy
7091025f49
`kern.maxproc' is not changeable from sysctl(8).
...
Reminded by: Bruce Evans <bde@zeta.org.au>
1998-09-29 05:16:45 +00:00
jkh
39f10e9784
Always do fixups, even if some minor dist failed to install.
...
Noticed by: luigi
1998-09-29 05:12:39 +00:00
jkh
10d65b2ba1
Try #2 with minigzip. Now that John Hay has made it behave more properly
...
like gzip, we should be able to use it here.
1998-09-29 04:58:17 +00:00
jkh
980a28fb84
Allow minigzip to be invoked more like gzip, checking to see
...
if we're being called as gunzip as well as dealing with the -c
flag.
Submitted by: jhay
1998-09-29 04:56:30 +00:00
ache
b17de93a37
cosmetique - remove unneded static in previous commit
1998-09-29 04:11:35 +00:00
ache
fcaf53dd9c
workaround painful vm86_datacall requirement that segment+offset
...
must be withing the same PAGE frame
1998-09-29 04:09:39 +00:00
jkoshy
c3c4bbb532
`kern.maxproc' is not changeable using sysctl(1). Change examples
...
that show `kern.maxproc' being written.
PR: docs/7978
Submitted by: jlemon@americantv.com
1998-09-29 02:01:06 +00:00
ache
f1f3f6cd04
Fix destructive cursor shape after text mode switch.
...
This is only for standard modes, I don't check vesa modes yet.
1998-09-29 02:00:57 +00:00
jkoshy
9db74d3695
Mention default time between output flushes in manual page.
...
PR: docs/8009
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1998-09-29 01:49:49 +00:00
jkoshy
5b082f6c31
Correct use of nonexistent `.SS' macro.
...
PR: docs/8039
Submitted by: Issei Hirayama <iss@mail.wbs.ne.jp>
1998-09-29 01:42:07 +00:00
rvb
5f20f85546
John Dyson approved of this solution; make vnode_pager_input_old set m->valid
1998-09-28 23:58:10 +00:00
eivind
98742ca5a2
Add a section on vnode types. Mostly based on information supplied by
...
Terry Lambert <terry@lambert.org>
1998-09-28 23:36:35 +00:00
ache
52b3c4022e
fix handling more than one cards
...
Submitted by: "Sergey V.Dorokhov" <svd@kbtelecom.nalnet.ru>
1998-09-28 23:27:57 +00:00
alex
66f3af29c0
The flags type was recently changed from u_short to u_int, breaking
...
icmptypes.
PR: 8067
Submitted by: Jonathan Hanna <jh@cr1003333-a.crdva1.bc.wave.home.com>
While I'm here, staticize functions.
1998-09-28 22:56:37 +00:00
peter
1f3805f72b
Only bcopy the correct amount of data from the buffer in case it is ever
...
in an overrun situation.
1998-09-28 22:04:54 +00:00
peter
73d2bea17d
Use the variable with the path in it for the error message.
1998-09-28 22:03:01 +00:00
peter
fef9ce4fef
Reactivate the a.out kernel loader code.
1998-09-28 22:01:20 +00:00
peter
b3f8c09d47
Missing return value that was kinda important.
1998-09-28 21:59:21 +00:00
peter
812a2c9435
Argh, I don't believe how much time I wasted looking for this...
...
Bytes of extended memory = (extkb * 1024), not (extkb + 1024)
1998-09-28 21:39:11 +00:00
rvb
1cff7b4af7
Cleanup and fix THE bug
1998-09-28 20:52:58 +00:00
jb
e5477791d3
Changes to support -jXX.
...
Submitted by: Luoqi Chen <luoqi@watermarkgroup.com>
via: Chuck Robey <chuckr@mat.net>
1998-09-28 20:41:31 +00:00
jb
3d9c8e4bb2
The legacy stuff needs gobs more space in the obj tree. 165->260 Mb.
1998-09-28 20:39:23 +00:00
peter
a5c5a4e19f
The comconsole mode is accessed as 'comconsole' not 'com'.
1998-09-28 20:17:05 +00:00
peter
d71c7ab688
MBR magic is 0x55aa not 0xffaa.
1998-09-28 20:08:34 +00:00
peter
112256b80e
Precedence bug (?) causing probe problems.
1998-09-28 20:07:39 +00:00
jkh
065cf965ce
Quick update for AdvanSys cards. I *know* this file is going to need
...
more work.
1998-09-28 18:42:55 +00:00
jkh
2612970c1e
Nuke ft0 device on boot floppy also since we don't need it now.
1998-09-28 17:17:49 +00:00
jkh
64d785a8b4
Update tree function and remove gratuitous .h file.
...
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
1998-09-28 16:12:49 +00:00
jkh
3a0ff5c174
Teach this code about the new tree functionality of libdialog.
...
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
1998-09-28 16:11:22 +00:00
eivind
b2b9eb9194
Document that we will core-dump on getting a NULL pointer.
1998-09-28 15:34:24 +00:00