summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sort cross references.wosch1997-01-1529-56/+56
|
* Remove mmalloc since we're now using phkmalloc. This is made possiblegj1997-01-1519-3044/+0
| | | | | | | | | 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 ?
* Changes required in directory libiberty to make gdb from the sources ingj1997-01-1520-7316/+20
| | | | | | | | /usr/src/contrib/gdb. This is based on /usr/ports/devel/gdb. 2.2 candidate ?
* The files in gdb/elf are now grabbed from /usr/src/contrib/gdb/include/elf.gj1997-01-154-905/+0
| | | | | | | | This also applies to the last 2 commits for aout and coff. Oops ! This is based on /usr/ports/devel/gdb. 2.2 candidate ?
* The files in gdb/coff are now grabbed from /usr/src/contrib/gdb/coff.gj1997-01-155-1785/+0
| | | | | | This is based on /usr/ports/devel/gdb. 2.2 candidate ?
* The files in gdb/aout are now grabbed from /usr/src/contrib/gdb/aout.gj1997-01-158-1094/+0
| | | | | | This is based on /usr/ports/devel/gdb. 2.2 candidate ?
* changes required in the gdb directory for making gdbgj1997-01-15152-96851/+3320
| | | | | | | | using the sources in /usr/src/contrib/gdb. This is based on /usr/ports/devel/gdb. 2.2 candidate ?
* changes required in the doc directory for making the gdb infogj1997-01-1511-18078/+9
| | | | | | | | | | | | 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 ?
* changes required in the bfd directory for making gdbgj1997-01-1550-43235/+705
| | | | | | | | using the sources in /usr/src/contrib/gdb. This is based on /usr/ports/devel/gdb. 2.2 candidate ?
* changes required in the top-level directory for making gdbgj1997-01-156-843/+12
| | | | | | | | using the sources in /usr/src/contrib/gdb. This is based on /usr/ports/devel/gdb. 2.2 candidate ?
* FreeBSD specific modifications.gj1997-01-155-14/+260
| | | | | | | | Obtained from /usr/ports/devel/gdb. 2.2. candidate ? Should I put $FreeBSD$ into these files ?
* Fix bug related to map entry allocations where a sleep might be attempteddg1997-01-157-37/+25
| | | | | | | | 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
* add more arguments to these things.phk1997-01-151-4/+4
| | | | 2.2 candidate.
* Document Monday's changes in the interface structure.wollman1997-01-151-11/+169
|
* Fixed longstanding annoying warning about a type mismatch. pmap doesn'tbde1997-01-152-14/+16
| | | | | | | 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.
* Removed redundant spl0()'s from kernel processes. They were work-aroundsbde1997-01-153-6/+0
| | | | for a bug in fork().
* Fixed interrupt unmasking for child processes which I broke inbde1997-01-151-0/+1
| | | | | | | | | | | | 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.
* Upgrade the kbdio rutines to provide queued kbd & mouse events.sos1997-01-1520-985/+2336
| | | | | | Minor other updates to syscons by me. Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Keep our serial ports distinct so that first device is not found forjkh1997-01-1513-18/+86
| | | | | | all (closes PR#2296). Print better FTP failure diagnostics Do better media failure checking in install.
* Put upgraded files in their own directory - using the suffix was a bad idea.jkh1997-01-152-16/+20
|
* Register SLIP/PPP devices properly again.jkh1997-01-155-211/+69
| | | | | Make the /etc resurrection more sensible for upgrade. No longer quite so annoying.
* Merge 1.57 -> 1.59 changes. (No actual change in the contents.)max1997-01-151-1/+1
|
* Bump the revision number in the Original revision: line by one iaftermax1997-01-1559-69/+68
| | | | all $Id$ changed to $FreeBSD$.
* $Id$ was missing in this file. So added $FreeBSD$ (whatever that couldmax1997-01-151-1/+2
| | | | give you.)
* Latest fixes for the psm mouse device, also updates the docssos1997-01-153-437/+575
| | | | | | to reflect the new options etc.. Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Add some missing parameters to msgConfirm() which produced the effectsjkh1997-01-152-4/+4
| | | | noted in PR#2454
* workaround: add alias to dtterm entrytorstenb1997-01-151-1/+1
| | | | Pointed-out by: bde
* Don't call systemShutdown() from signal handler so that the media devicejkh1997-01-153-6/+6
| | | | | is closed. The FTP library doesn't expect to be called recursively from an interrupt. :)
* Put this branch of docs back on the 3.0 SNAP track.jkh1997-01-155-85/+29
|
* Make upgrade allow reselection of failed media.jkh1997-01-152-24/+28
|
* I recently tried to install over passive FTP, and found it difficult tojkh1997-01-151-5/+17
| | | | | | | 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>
* Make the bindist-only checks actually work.jkh1997-01-156-66/+66
| | | | | | Add code which theoretically should let you get a disk up from start to finish while running multiuser, using your existing /dev entries.
* Make the FTP installation codepath a lot more defensive. Trapjkh1997-01-159-62/+154
| | | | | | 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.
* Fix a few typos.mpp1997-01-152-5/+6
| | | | Obtained from: OpenBSD
* Add a missing quote.mpp1997-01-151-1/+1
| | | | Obtained from: OpenBSD
* Some fixes to make some of the examples inmpp1997-01-151-4/+4
| | | | | | | the mail section come out right, along with some typo corrections. Submitted by: Phillippe Charnier <charnier@xp11.frmug.org>
* Document the "more" command.mpp1997-01-151-0/+3
| | | | | Submitted by: Julian Coleman <j.d.coleman@ncl.ac.uk> Obtained from: NetBSD-bugs PR# 3104
* Fix several problems:jkh1997-01-1514-13/+91
| | | | | | | 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.
* Make the sound drivers work with DEVFS.jfieber1997-01-151-40/+71
| | | | | If you have something other than a Soundblaster 16, please try this out!
* Set defaults more rationally through the item selection loop.jkh1997-01-152-38/+26
|
* Accept emacs-style editing keys for traversal and ESC as an abort character.jkh1997-01-158-0/+24
|
* Allow emacs-style next/prev characters as well as arrow keys so thatjkh1997-01-155-9/+13
| | | | I can offer this as a consistent feature.
* Rearrange the documentation project roster a little more.jkh1997-01-151-8/+8
|
* Back out rev. 1.58.asami1997-01-141-4/+4
|
* Update from driver author. Closes PR#2421.wollman1997-01-144-116/+280
| | | | Submitted by: seki@sysrap.cs.fujitsu.co.jp
* If a library is found in the hints file, but the library doesn't exist,jdp1997-01-142-0/+8
| | | | | | | | | ignore the hint. This is a straightforward fix, and it should go into 2.2 after a burn-in period of a few days. Noticed by: bde
* One other minor include file change.nate1997-01-141-2/+3
| | | | Submitted by: bde
* Copy ABOUT.TXT properly to the CD also.jkh1997-01-141-0/+1
|
* Sigh, OK, now the release map looks right.jkh1997-01-141-2/+2
|
* Unsmash my $Id$.jkh1997-01-141-2/+2
|
OpenPOWER on IntegriCloud