summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix REFILL. It must throw RESTART instead of OUTOFTEXT so thatdcs2000-06-121-2/+27
| | | | | | | execution can take place at the point where it stopped after the input buffer has been refilled. Add ANS Forth CORE EXT and FILE word SOURCE-ID.
* The word environment? returns a flag indicating whether the variabledcs2000-06-121-7/+23
| | | | | | was found or not. Fix it's usage. Alas, it caused no problem before, besides leaving garbage in the stack, because refill, used by [if] [else] [then], was broken.
* Make abort" functional in interpret mode. This behavior is undefineddcs2000-06-121-11/+24
| | | | | | | by ANS Forth standard, but it's useful. Also, define the constant true in a more strict way. C might garantee 2-complement math, but Forth doesn't.
* Make comment reflect reality.dcs2000-06-121-1/+1
|
* Add MLINKS for queue(3) FOREACH_REVERSE and HEAD_INITIALIZER macros.jake2000-06-121-1/+8
| | | | Forgotten by: jake, archie
* - Eliminate rpread(). Call generic ttyread(). (cf rev 1.33)tanimura2000-06-122-26/+7
| | | | | | | - Comment out deftermios. Termioschars() will give the default value. Pointed out by: bde
* Document possible values for the waitfor arg.alex2000-06-122-1/+19
| | | | | PR: 18627, 18628 Reviewed by: asmodai
* This patch adds the -mindepth and -maxdepth options to find(1), whichroberto2000-06-1211-6/+115
| | | | | | | | | | | | behave as in GNU find (and of course as described in the manual page diff included). I think these options would be useful for some people. Some missing $FreeBSD$ tags are also added. The patch was slightly modified (send-pr mangling of TABS). PR: bin/18941 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* Document SVR4 branding is supported.asmodai2000-06-121-2/+3
| | | | | PR: 19131 Submitted by: Mike Barcroft <mike@q9media.com>
* The find -perm option currently supports an exact match,roberto2000-06-123-1/+9
| | | | | | | | | | or if the mode is preceded by a '-', it checks for a match in at least the bits specified on the command line. It is often desirable to find things with any execute or setuid or setgid bits set. PR: bin/10169 Submitted by: Monte Mitzelfelt <monte@gonefishing.org>
* before this commit, specfs reported disk partitionsjmb2000-06-122-2/+2
| | | | | | | | | using decimal major and minor numbers. "ls -l" reports disk partitions using decimal major numbers and hex minor numbers. make specfs use decimal major numbers and hex minor numbers, just like "ls -l"
* Fixed style bugs of rev 1.66.ru2000-06-121-35/+81
|
* Add (another) PnP entry for the ESS ES1869 (Compaq OEM)brian2000-06-121-0/+1
| | | | | Submitted by: mdharnois@home.com PR: 19206
* 0x39 == plan9brian2000-06-122-0/+2
| | | | Obtained from: OpenBSD
* Reformat and update sound section a bit. Still need to add moreasmodai2000-06-111-16/+21
| | | | soundcards.
* Fix syntax error in previous commit.kris2000-06-111-2/+3
| | | | Submitted by: Udo Schweigert <ust@cert.siemens.de>
* The very feeble beginnings of a driver for the LanMedia LMC1504 card.phk2000-06-111-0/+176
| | | | | New-Bus wizards are encouraged to look at this, I think it poses a challenge for the current newbus design.
* The USB library from NetBSD by Lennart Augustsson <lennart@augustsson.net>.n_hibma2000-06-1121-1/+3706
|
* DNS IPv6 transport support.ume2000-06-112-56/+110
| | | | | | It is nessesary for IPv6 only life. Obtained from: KAME
* Hard sentence breaks and trailing space tidy-upsbrian2000-06-112-1054/+1708
| | | | Obtained from: OpenBSD
* Suck out all of the current and desired n/w parameters.dmlb2000-06-112-5/+33
|
* Generated a new macor, RAY_RECERR for reporting errors with. Verbosity set ↵dmlb2000-06-111-4/+11
| | | | | | with IFF_DEBUG (recommended at present). Move promisc flag into the nw parameter structure.
* Generated a new macor, RAY_RECERR for reporting errors with. Verbosity set ↵dmlb2000-06-111-1/+1
| | | | with IFF_DEBUG (recommended at present).
* Try and get this list a bit more consistent in style.asmodai2000-06-111-170/+162
| | | | | | | Also, clarify a comment with proper comma placement. Also tried to get the supported soundcard section more fleshed out. This needs more work.
* A bunch of misc. tidy ups really.dmlb2000-06-111-209/+195
| | | | | | | | | | | | | | | | | | | | | | | Generated a new macor, RAY_RECERR for reporting errors with. Verbosity set with IFF_DEBUG (recommended at present). Add PRIBIO to tsleeps. Catch detach on ray_ccs_alloc a little better. Move sc_promisc into desired and current n/w parameters. Remove IFQ_PEEK, we know the driver runs okay without it. Drain the output queue in ray_stop. Only use ray_mcast for ADD/DEL multi ioctls. ray_init_multi resets the multicast list on startup. Simplifies ray_init a little. Tidy some old comments. ray_download_done now copies the whole desired n/w parameter set into the current set. This is because I was missing soem parameters - like the net type!
* Don't oan about padding charactersbrian2000-06-111-2/+0
|
* Add Adico and Accton NICs to the list.asmodai2000-06-111-1/+3
| | | | | | | Move NDC a bit lower so that it is alphabetical. Inspired by PR: 18735 Submitted by: Adoal Xu <adoal@iname.com>
* Add support for the Accton EN1217.asmodai2000-06-114-0/+28
| | | | | PR: 18735 Submitted by: Adoal Xu <adoal@iname.com>
* Fixed allocation of unit numbers. Allocate the amount of space actuallybde2000-06-111-2/+1
| | | | | | | | | | | | | | required (rounded up a little) instead of twice the previous amount (or a fixed amount for the first allocation). The bug caused memory corruption when a new unit number for a devclass was more than about twice the previous maximum one (or more than 3 for the first one), so it corrupted memory (which happened to be the atkbdc port resource list) in the reporter's configuration with sio unit numbers { 0, 25, 1, 2, ... }. Reviewed by: dfr Reported by: Leonid Lukiyanets <stalwar78@hotmail.com>
* 1. Update Comtrol RocketPort driver(rp) to version 3.02.tanimura2000-06-1111-817/+1384
| | | | | | | | | | | | | | | | | | 2. Newbusify the driver. 3. Build as a module. 4. Use correct minor numbers when creating device files. 5. Correctly lock control characters. 6. Return ENXIO when device not configured. Submitted by: Tor Egge <Tor.Egge@fast.no> 7. Fix the baud_table. Submitted by: Elliot Dierksen <ebd@oau.org> Note: - the old driver still lives in src/sys/i386/isa, so that you can revert to it if something goes wrong. - The module does not detach very well. Attaching works fine.
* cpu_fork(): Check "flags" before dereferencing "p2". Otherwise,alc2000-06-113-9/+6
| | | | | the call "vm_fork(p1, 0, flags);" early in fork1 can cause a kernel panic.
* Link explicitly against -lmd. I'm not sure what was pulling this inkris2000-06-111-2/+2
| | | | on -current, but it doesnt do it on -stable.
* Fix memory leak in mount_nfs's background (-b) mode which occurs whendillon2000-06-111-2/+3
| | | | | | the mount is not available. Submitted-by: Jonathan Hanna <pangolin@home.com>
* Activate Japanese NLS and KANJI supportache2000-06-114-12/+1
|
* Add ``set ifqueue'' to control the size of the outgoing packetbrian2000-06-116-2/+57
| | | | | | | queue. Doing ``set ifqueue 0'' and ``set urgent none'' will allow full use of luigi's WF2Q code. Requested by: luigi
* Don't include opt_smp.h - we don't use anything defined in it.msmith2000-06-102-2/+0
|
* Correct the tests for ISA PIC/APIC so that they actually work.msmith2000-06-102-4/+4
|
* Fix security botch in "UseLogin Yes" case: commands are executed withkris2000-06-101-0/+4
| | | | | | uid 0. Obtained from: OpenBSD
* This commit was generated by cvs2svn to compensate for changes in r61524,obrien2000-06-104-23/+30
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Offical fixes to allow longer lines in the history and tweak expand_lex()obrien2000-06-104-23/+30
| | | | | | | | useage.
* | A checkpoint of a part of a work-in-progress. Some more cleanups forpeter2000-06-1014-185/+174
| | | | | | | | | | | | | | | | config(8). This commit allows control of the creation of the #include "foo.h" files. We now only create them explicitly when needed. BTW; these are mostly bad because they usually imply static limits on numbers of units for devices. eg: struct mysoftc sc[NFOO]; These static limits have Got To Go.
* | This commit was generated by cvs2svn to compensate for changes in r61521,obrien2000-06-102-5/+7
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Offical fixes to quiet compiler warnings.obrien2000-06-102-5/+7
| |
* | This commit was generated by cvs2svn to compensate for changes in r61519,obrien2000-06-102-7/+19
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Offical fixes to the history and I18N bugs ache found.obrien2000-06-102-7/+19
| |
* | Removed a few RAY_MAP_CMs that were not needed.dmlb2000-06-101-22/+13
| | | | | | | | | | | | Made checking sc->gone a lot safer by checking to see if sc is NULL first. Made return from tsleep in the ccs allocator detach safe.
* | It is not necessary to wrap usage of $f28 with ".set noat/at" pairs.obrien2000-06-101-4/+0
| | | | | | | | | | A very bogus gas warning gave people the impression it was. noat/at had no useful affect here.
* | This commit was generated by cvs2svn to compensate for changes in r61515,obrien2000-06-108-52/+131
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Offical fixes to the history and I18N bugs ache found.obrien2000-06-108-52/+131
| |
* | Handle minors like ls(1) does it.phk2000-06-101-2/+8
| | | | | | | | | | PR: 19179 Submitted by: Kelly Yancey <kbyanc@posi.net>
OpenPOWER on IntegriCloud