ache
f8e72105a5
Use collate for national [a-z]-like ranges
...
Should go in 2.2
1997-01-16 07:36:14 +00:00
jkh
b29acb422e
Fix assorted references, update text.
1997-01-16 06:27:18 +00:00
kato
d563ee4300
Re-enable ds_subtype, and ds_name (included in #ifdef PC98).
...
Userland programs which access partition information require
ds_subtype and ds_name on PC98.
1997-01-16 05:27:10 +00:00
dyson
52f682b582
Change the map entry flags from bitfields to bitmasks. Allows
...
for some code simplification.
1997-01-16 04:16:22 +00:00
jkh
b3f48f1d0e
Adjust some broken links for news/mail information.
1997-01-16 03:51:28 +00:00
jkh
001351a39e
Add Jonathan Bresler to the core team - welcome, Jon!
1997-01-16 02:27:47 +00:00
jkh
45a95a8306
Make sure newly created /var/account/acct file is 0600 mode.
1997-01-16 02:18:37 +00:00
jkh
b6a1f1bf5b
Add John Polstra to the core team. Welcome to the core team, John!
...
In later news, Mr. Dyson and Mr. Polstra will be debating the use of
the given name "John" in our mailing lists. :-)
1997-01-16 01:08:10 +00:00
wosch
4bcfb053ec
Sort cross references.
1997-01-15 23:25:55 +00:00
gj
df43ee97ee
Remove mmalloc since we're now using phkmalloc. This is made possible
...
by the -DNO_MMALLOC flag in gdb/Makefile.
The one thing we lose by doing this, AFAIK, is the possibility of using
mmap. Does anyone use that feature at all ?
2.2 candidate ?
1997-01-15 22:47:36 +00:00
gj
91c9d08b20
Changes required in directory libiberty to make gdb from the sources in
...
/usr/src/contrib/gdb.
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
1997-01-15 22:43:15 +00:00
gj
26dd6730dc
The files in gdb/elf are now grabbed from /usr/src/contrib/gdb/include/elf.
...
This also applies to the last 2 commits for aout and coff. Oops !
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
1997-01-15 22:41:13 +00:00
gj
35a540ce1d
The files in gdb/coff are now grabbed from /usr/src/contrib/gdb/coff.
...
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
1997-01-15 22:39:08 +00:00
gj
18f7dd2b5c
The files in gdb/aout are now grabbed from /usr/src/contrib/gdb/aout.
...
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
1997-01-15 22:38:29 +00:00
gj
87b8aecea4
changes required in the gdb directory for making gdb
...
using the sources in /usr/src/contrib/gdb.
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
1997-01-15 22:37:09 +00:00
gj
b4283751de
changes required in the doc directory for making the gdb info
...
files using the texi sources in /usr/src/contrib/gdb/gdb/doc.
I put a pointer to /usr/src/contrib/libreadline/doc into
Makefile.inc in the hope that the appropriate files would be
picked up.
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
1997-01-15 22:33:16 +00:00
gj
5a3eeda46b
changes required in the bfd directory for making gdb
...
using the sources in /usr/src/contrib/gdb.
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
1997-01-15 22:28:25 +00:00
gj
d79ac17aa7
changes required in the top-level directory for making gdb
...
using the sources in /usr/src/contrib/gdb.
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
1997-01-15 22:26:11 +00:00
gj
b757e4715d
FreeBSD specific modifications.
...
Obtained from /usr/ports/devel/gdb.
2.2. candidate ?
Should I put $FreeBSD$ into these files ?
1997-01-15 21:49:58 +00:00
dg
78afd808d5
Fix bug related to map entry allocations where a sleep might be attempted
...
when allocating memory for network buffers at interrupt time. This is due
to inadequate checking for the new mcl_map. Fixed by merging mb_map and
mcl_map into a single mb_map.
Reviewed by: wollman
1997-01-15 20:46:02 +00:00
phk
3f900d53fc
add more arguments to these things.
...
2.2 candidate.
1997-01-15 19:39:45 +00:00
wollman
af06f5886c
Document Monday's changes in the interface structure.
1997-01-15 19:28:39 +00:00
bde
dc8e52ae76
Fixed longstanding annoying warning about a type mismatch. pmap doesn't
...
really uses pt_entry_t internally, so don't use it here.
Fixed range checking for writing. The partial page (if any) following
etext wasn't writable.
1997-01-15 19:24:12 +00:00
bde
dd18dffcc8
Removed redundant spl0()'s from kernel processes. They were work-arounds
...
for a bug in fork().
1997-01-15 19:05:08 +00:00
bde
cfb07f1e1b
Fixed interrupt unmasking for child processes which I broke in
...
rev.1.10 two years ago. Children continued to run at splhigh()
after returning from vm_fork(). This mainly affected kernel
processes and init. For ordinary processes, interrupts are normally
unmasked a few instructions later after fork() returns (it may be
important for syscall() not to reschedule the child processes).
Kernel processes had workarounds for the problem. Init manages to
start because some routines "know" that it is safe to go to sleep
despite their caller starting them at a high ipl. Then its ipl
gets fixed on its first normal return from a syscall.
1997-01-15 18:58:42 +00:00
sos
b1f2400fbc
Upgrade the kbdio rutines to provide queued kbd & mouse events.
...
Minor other updates to syscons by me.
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1997-01-15 18:16:32 +00:00
jkh
0a608020ca
Keep our serial ports distinct so that first device is not found for
...
all (closes PR#2296).
Print better FTP failure diagnostics
Do better media failure checking in install.
1997-01-15 16:21:10 +00:00
jkh
685ecfc427
Put upgraded files in their own directory - using the suffix was a bad idea.
1997-01-15 15:32:04 +00:00
jkh
0408df7ebc
Register SLIP/PPP devices properly again.
...
Make the /etc resurrection more sensible for upgrade. No longer
quite so annoying.
1997-01-15 13:39:50 +00:00
max
bc37605c46
Merge 1.57 -> 1.59 changes. (No actual change in the contents.)
1997-01-15 13:30:24 +00:00
max
cdcc77af60
Bump the revision number in the Original revision: line by one iafter
...
all $Id$ changed to $FreeBSD$.
1997-01-15 13:16:51 +00:00
max
7e0026e3f5
$Id$ was missing in this file. So added $FreeBSD$ (whatever that could
...
give you.)
1997-01-15 13:04:58 +00:00
sos
1125a9adab
Latest fixes for the psm mouse device, also updates the docs
...
to reflect the new options etc..
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1997-01-15 12:04:11 +00:00
jkh
83ba4d6e86
Add some missing parameters to msgConfirm() which produced the effects
...
noted in PR#2454
1997-01-15 11:48:37 +00:00
torstenb
a9d824caea
workaround: add alias to dtterm entry
...
Pointed-out by: bde
1997-01-15 09:43:01 +00:00
jkh
605c80f6c5
Don't call systemShutdown() from signal handler so that the media device
...
is closed. The FTP library doesn't expect to be called recursively from
an interrupt. :)
1997-01-15 08:01:10 +00:00
jkh
50acd3ec75
Put this branch of docs back on the 3.0 SNAP track.
1997-01-15 07:50:37 +00:00
jkh
733cd98f43
Make upgrade allow reselection of failed media.
1997-01-15 07:28:25 +00:00
jkh
ff123f1d69
I recently tried to install over passive FTP, and found it difficult to
...
understand how to do it from the handbook. I suggest the following
re-wording and extension to make it clearer.
Submitted-By: Eivind Eklund <eivind@dimaga.com>
1997-01-15 07:09:38 +00:00
jkh
870f49cf8f
Make the bindist-only checks actually work.
...
Add code which theoretically should let you get a disk up from
start to finish while running multiuser, using your existing /dev
entries.
1997-01-15 07:06:39 +00:00
jkh
0a45d47c6d
Make the FTP installation codepath a lot more defensive. Trap
...
bogus path and FTP I/O errors much earlier, offer retry possibilities
at steps along the way so you don't have to resume from the very beginning
again on a hard error.
1997-01-15 06:30:50 +00:00
mpp
754b382431
Fix a few typos.
...
Obtained from: OpenBSD
1997-01-15 05:33:11 +00:00
mpp
9f3968dbcb
Add a missing quote.
...
Obtained from: OpenBSD
1997-01-15 05:18:29 +00:00
mpp
46c533795f
Some fixes to make some of the examples in
...
the mail section come out right, along with some
typo corrections.
Submitted by: Phillippe Charnier <charnier@xp11.frmug.org>
1997-01-15 04:56:11 +00:00
mpp
731f1f957c
Document the "more" command.
...
Submitted by: Julian Coleman <j.d.coleman@ncl.ac.uk>
Obtained from: NetBSD-bugs PR# 3104
1997-01-15 04:44:08 +00:00
jkh
e2cfd8f2e1
Fix several problems:
...
1. Bus mouse selection didn't show up properly in mouse menu.
2. U&G management screen didn't respect cancel properly.
3. Novice not prompted to add users or set root password during installation.
4. Username length changes screw up user management form.
1997-01-15 03:57:50 +00:00
jfieber
bd31923ccf
Make the sound drivers work with DEVFS.
...
If you have something other than a Soundblaster 16, please try
this out!
1997-01-15 03:42:30 +00:00
jkh
abdf7664f7
Set defaults more rationally through the item selection loop.
1997-01-15 03:24:44 +00:00
jkh
b80b054378
Accept emacs-style editing keys for traversal and ESC as an abort character.
1997-01-15 02:52:00 +00:00
jkh
aaad85f64d
Allow emacs-style next/prev characters as well as arrow keys so that
...
I can offer this as a consistent feature.
1997-01-15 02:50:48 +00:00