summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 3 lines of code and updates to a number of comments.phk1997-09-104-18/+51
| | | | | Reviewed by: phk Submitted by: Terry Lambert <tlambert@primenet.com>
* The patch is needed in order to not throw away unmodifiedphk1997-09-101-4/+7
| | | | | | | | local filesystem metadata at the first brelse call when the block device vnode has v_tag set to VT_NFS. Reviewed by: phk Submitted by: Tor Egge <tegge@idi.ntnu.no>
* unifdef -U__NetBSD__ -D__FreeBSD__phk1997-09-1018-154/+18
|
* Update the comment and remove checks now done centrally.phk1997-09-101-16/+16
|
* Fix a type in a comment and remove some checks now done centrally.phk1997-09-102-20/+4
|
* This stuff is now done centrally.phk1997-09-102-30/+2
|
* Remove some stuff from lookup which is now handled centrally.phk1997-09-102-22/+0
|
* Synchronize with sys/i386/isa/wd.c revision 1.137.kato1997-09-101-3/+7
|
* Update # of ports.jkh1997-09-101-1/+1
|
* By popular request, change the default suggested value for CFLAGSjkh1997-09-103-9/+12
| | | | | and also note that COPTFLAGS is _just_ for the kernel and CFLAGS just for userland.
* Do not ever try to coredump adapter memory regions.joerg1997-09-106-10/+76
| | | | | | | | | PR: 4486 Submitted by: tegge@idi.ntnu.no (Tor Egge) Implement a function is_adapter_memory() in order to determine what should nto be dumped at all. Currently, only populated with the ``ISA memory hole''. Adapter regions of other busses should be added.
* Update to XFree86 3.3.1jkh1997-09-106-291/+291
|
* Duh, calculate the compression ration correctly. (fixed point artithmaticpeter1997-09-101-5/+5
| | | | | with 8 "fractional" bits needs to be divided (not multiplied) by 256.0 to get a floating point representation)
* Synchronize with sys/i386/isa/if_ed.c revision 1.121.kato1997-09-101-2/+2
|
* Synchronize with sys/i386/i386/userconfig.c revision 1.92.kato1997-09-101-17/+204
|
* Synchronize with sys/i386/conf/files.i386 revision 1.175.kato1997-09-102-4/+6
|
* Add example for IPFIREWALL_DEFAULT_TO_ACCEPTpeter1997-09-102-2/+8
|
* Mention the IPFIREWALL_DEFAULT_TO_ACCEPT option and it's effect onpeter1997-09-101-2/+14
| | | | rule 65535
* Fix typo (65434 -> 65534)peter1997-09-101-1/+1
|
* Mention IPFIREWALL_DEFAULT_TO_ACCEPT and it's effect on rule 65535.peter1997-09-101-3/+6
|
* Allow a compile-time override of the ipfw deny rule. For a 'firewall'peter1997-09-105-12/+45
| | | | | | | | | | you don't want this (and the documentation explains why), but if you use ipfw as an as-needed casual filter as needed which normally runs as 'allow all' then having the kernel and /sbin/ipfw get out of sync is a *MAJOR* pain in the behind. PR: 4141 Submitted by: Heikki Suonsivu <hsu@mail.clinet.fi>
* Cosmetic: Remove unused variables and build on OpenBSD.brian1997-09-107-42/+44
|
* Correct and explain the PAP/CHAP examples.brian1997-09-101-37/+28
|
* Change the address for the low end of what we permit from c0000 downdg1997-09-102-4/+4
| | | | | to a0000 so that people can put their cards in the middle of their video memory if they want. :-)
* Allow dial to work in non-interactive mode.brian1997-09-091-3/+1
|
* Print errors correctly (don't adjustbrian1997-09-091-2/+2
| | | | argc/argv for commands).
* Don't start an interactive shell from abrian1997-09-091-1/+5
| | | | telnet prompt.
* Remove scaling of tp->period, since the value is assumed to be inse1997-09-091-12/+2
| | | | tenth of a nanoseconds by ncrcontrol
* Correct ppp authentication defaults in interactivebrian1997-09-092-3/+19
| | | | | | | | | mode. We don't want to be forced to type a password here :-( Pointed out by: mouth@ibm.net (John Kelly) While I'm there, don't allow a "set server" in interactive mode.
* Document the use of PAP/CHAP properly.brian1997-09-092-56/+112
|
* Scrolling partition and label lists now make it possible to partitionjkh1997-09-093-30/+432
| | | | | | | | lots of disks from sysinstall. Yay! Please test this as much as possible with any 3.0 SNAP later than 970910 (I.E. tomorrow's snap), especially those of you with larger disk farms. Submitted by: Ed Gold <vegold01@starbase.spd.louisville.edu>
* Eliminate an obviously redundant message title.jkh1997-09-093-9/+9
|
* Update for XFree86 3.3.1jkh1997-09-092-94/+94
|
* add the man page for pnp... also add activate it in the makefilejmg1997-09-092-2/+182
|
* tell dset how to save the pnp info in the kernel...jmg1997-09-091-0/+86
|
* add neccessary calls to autoconf for pnp,jmg1997-09-093-19/+224
| | | | also teach userconfig about the new pnp commands, for usage see pnp(4)
* add pnp device entries...jmg1997-09-095-5/+22
|
* add the plug-and-play code into current...jmg1997-09-092-0/+806
| | | | | | | | | | | | | | | | | | | | | This code has been submitted by Luigi Rizzo <luigi@labinfo.iet.unipi.it>, based on work done by Sujal Patel. This currnetly doesn't provide the ability to register the port address of PnP cards assigned a PnP driver. As there aren't any PnP capible drivers yet, this isn't much of a problem. The code allows you, through USERCONFIG, configure what the cards port bases, irqs, and dma's are like. Currently there isn't support to view what cards are in the sytem. It successfully configures my PnP Internal Modem and sio then sees the card as a normal isa device. man page will be committed shortly. Approved-by: jkh Submitted-by: Luigi Rizzo
* Synchronize with sys/i386/isa/if_ed.c revision up to 1.120.kato1997-09-091-19/+35
|
* Be more cautious about leaving user with a workable kernel during thejkh1997-09-092-4/+14
| | | | | upgrade process. Submitted by: Mikael Karpberg <karpen@ocean.campus.luth.se>
* Amancio's latest in the Brooktree driver.markm1997-09-098-476/+710
| | | | | This fixes the european frequency set, separates this further from the Meteor driver and fixes bugs.
* Do setlogin() before changing uid/gid, sincedima1997-09-081-11/+17
| | | | | | `at/batch' requires this. Obtained from: me && OpenBSD
* Don't add loopback routes in the examples. Pppbrian1997-09-081-4/+2
| | | | now does this internally by default.
* Added a check for the ISA memory address range being valid. Fixes PR#835.dg1997-09-082-4/+18
|
* Do a make install in sysinstall so that its man page gets added to thejkh1997-09-081-2/+3
| | | | manpages dist.
* Make upgrade potentially a little less interactive.jkh1997-09-0810-27/+423
| | | | | Add and document new loadConfig function (sort of like a script #include). Make TCP/IP setup far less chatty when it doesn't need to be.
* Turn on the 0WS option for 16bit cards. Newer machines insert enoughdg1997-09-082-36/+54
| | | | | | | | | delay that without this the performance is unacceptable. The 83C690, 83C790, and 83C795 chips which this affects are all designed to work with 0 waitstates in 16bit mode. Also cleaned up the toggling of 16bit access mode that occurs during normal operation; the previous code may not have done the right thing in all cases.
* Synchronize with sys/i386/i386/microtime.s revision 1.33.kato1997-09-081-4/+4
|
* Change an assemble-time divide into a shift. Under binutils-2.8 gas in elfpeter1997-09-085-10/+10
| | | | | | mode, the slash is a comment leader, while under non-elf it is a divide symbol (what a concept! :-). Theoretically, #APP/#NO_APP can change this but that doesn't seem to mesh too well with macros and line continuation.
* Add missing redirection for _inside_intr -> inside_intrpeter1997-09-081-1/+2
|
OpenPOWER on IntegriCloud