summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* re-phrase things a bitache1999-02-121-4/+5
|
* fix wrong return resultache1999-02-122-23/+43
| | | | | fix n=0 case improve manpage
* substitute ssache1999-02-127-14/+21
| | | | Submitted by: "D. Rock" <rock@cs.uni-sb.de>
* add more checks for substitutionache1999-02-121-7/+13
| | | | dissalow substituted character be ordered
* jkh accidently removed rc.diskless1 & 2, then put rc.diskless back whendillon1999-02-121-2/+2
| | | | | | he moved rc.conf. Then he deleted rc.diskless when it ( of course ) didn't work. Now I'm putting the originally accidently removed rc.diskless{1,2} back in.
* Minor optimization to madvise() MADV_FREE to make page as freeable asdillon1999-02-121-1/+7
| | | | | | | possible without actually unmapping it from the process. As of now, I declare madvise() on OBJT_DEFAULT/OBJT_SWAP objects to be 'working and complete'.
* fix Englishache1999-02-122-19/+26
| | | | | detect recursive substitutions allow substituted character not present in the order
* Merge from RELENG_3.abial1999-02-1225-85/+143
|
* fix tabs lost apparently in copy&pasteache1999-02-121-5/+5
|
* Improved reporting of autodetected speed and duplex.julian1999-02-122-42/+96
| | | | | | | | Now should be able to report speed for cards using NatSemi PHY. (if you have one please let me know if it works as I only have the Intel version) Reviewed by: David Greenman <dg@root.com>
* Remove float-point dependency from i386's version of setjmp()/longjmp().dcs1999-02-121-5/+2
|
* Copy _setjmp.S from libc in preparation for loader-specific version.dcs1999-02-123-2/+209
|
* Merge from OpenBSD up to rev 1.7 (matches NetBSD rev 1.4):eivind1999-02-121-10/+16
| | | | Misc small cleanups.
* Merge from OpenBSD up to rev 1.5 (matches NetBSD up to rev 1.3):eivind1999-02-121-4/+3
| | | | * Clean up waitpid parameter handling.
* Back out the NetBSD .Nm changes - we don't have the requiredeivind1999-02-121-6/+6
| | | | infrastructure, and I don't seem to find time to merge it.
* Fixed -Wcast-qual warnings.bde1999-02-123-9/+9
|
* Fixed fatal type mismatches in the aout case. Const poisoning inbde1999-02-121-5/+5
| | | | db_sym.h had not reached here.
* Correct i/o addresses for dgb & dgmbrian1999-02-123-9/+9
| | | | Submitted for dgm by: Andre Oppermann <opi@opi.flirtbox.ch>
* Fix non-fatal bug in vm_map_insert() which improperly cleareddillon1999-02-122-60/+49
| | | | | | | | | | | OBJ_ONEMAPPING in the case where an object is extended by an additional vm_map_entry must be allocated. In vm_object_madvise(), remove calll to vm_page_cache() in MADV_FREE case in order to avoid a page fault on page reuse. However, we still mark the page as clean and destroy any swap backing store. Submitted by: Alan Cox <alc@cs.rice.edu>
* Sync with sys/i386/i386/machdep.c revision 1.325.kato1999-02-122-2/+16
|
* Removed occurrences of consecutive repeated words (such as "the the").alex1999-02-1211-19/+18
|
* When executing a command as part of a dial/login/hangupbrian1999-02-123-8/+21
| | | | script, expand words in the same way as !bg does.
* Allow both old and new rc.conf syntax.jkh1999-02-121-2/+4
|
* Do not issue RX and TX reset commands in xl_stop() and xl_init(). On thewpaul1999-02-111-2/+6
| | | | | | | | | | | | | | 3c905B, the RX and TX reset commands also reset the cyclone chip's internal PHY, which causes it to restart its autonegotiation session. This takes a second or two to complete, which makes the interface seem to stop responding for a few seconds every time you do something that reinitializes it. Issuing the RX and TX resets on the older 3c905 boomerang adapters doesn't cause any delay because the boomerang chip requires an external PHY. This should fix the problem where people doing network installs via 3c905B cards experience a delay after the interface is first initialized, among other things.
* Define more registers and fix incorrect (but unused) register bit definitions.julian1999-02-112-20/+58
|
* Define more registers in the PHY unit and use them to report backjulian1999-02-114-18/+164
| | | | | | the result of the media auto negotiation. Reviewed by: David Greenman <dg@freebsd.org>
* Add a note about the insecurity of MD4 and potential vulnerability ofwollman1999-02-111-4/+24
| | | | MD5 to similar attacks.
* Use the fictional server "CHANGE_THIS.FreeBSD.org". Add commentsjdp1999-02-115-35/+55
| | | | telling the user to (duh) change it.
* RELENG_3 is now "the" stable branch.jdp1999-02-112-11/+10
|
* Replace the out-of-date list of mirror sites with a reference to thejdp1999-02-111-55/+5
| | | | list in the FreeBSD Handbook.
* $Id$ misspelled as $Idwosch1999-02-111-1/+1
| | | | Submitted by: bde
* /etc/ppp/ppp.*.sample -> /usr/share/examples/ppp/ppp.*.samplebrian1999-02-113-17/+17
|
* Add ppp example files.brian1999-02-114-0/+554
|
* Add /usr/share/examples/ppp directorybrian1999-02-116-558/+5
| | | | | Don't install /etc/ppp/ppp.*.example Remove ppp/ppp.{conf,linkup,linkdown,secret}.sample
* This tries to install rc.diskless, but there is no such file.jkh1999-02-111-2/+2
| | | | | I don't know which of the two to install in its place so just remove it for now and get the release build working again.
* Add spanish mirrors to FTP menu.jkh1999-02-113-3/+15
|
* List diamond fireport cards under Symbios section.jkh1999-02-114-0/+4
| | | | Submitted by: Stephen McKay <syssgm@detir.qld.gov.au>
* fix conflictsobrien1999-02-113-52/+123
|
* This commit was generated by cvs2svn to compensate for changes in r43892,obrien1999-02-1120-283/+1273
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of ISC-DHCP v2.0b1pl11obrien1999-02-1123-333/+1398
| |
* | update for latest importobrien1999-02-111-3/+3
| |
* | Added ioctl REMOTE_GETKEY for Hauppauge Infra-Red Remote Control.roger1999-02-112-34/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by Roger Hardiman. Added ioctl TVTUNER_GETCHANSET to discover which regions the bktr driver supports. Submitted by Vsevolod Lobko <seva@alex-ua.com> Added BT848_GPIO_SET_EN,BT848_GPIO_SET_DATA (and GETs) to allow user land control of the GPIO pins. This allows a Radio module on the GPIO port to be controlled. Submitted by Vsevolod Lobko <seva@alex-ua.com> The kernel option BKTR_GPIO_ACCESS must be used to enable the GPIO ioctls. Submitted by: Roger Hardiman and Vsevolod Lobko <seva@alex-ua.com>
* | Added new ioctls for Hauppage Infra-Red Remote Control support,roger1999-02-113-6/+75
| | | | | | | | | | | | Obtaining the supported channel sets and Controlling the GPIO port. Submitted by: Roger Hardiman and Vsevolod Lobko <seva@alex-ua.com>
* | When resending chap challenges, resend the same challengebrian1999-02-1110-62/+404
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | each time rather than making up a new one. Increase the authname/authkey max sizes to 100 characters. Allow ``authkey'' specifications beginning with ``!''. When a challenge is received, the text following the ``!'' is executed as a program (expanding stuff in the same way that ``sh'' and ``!bg'' do). The program is passed the peer name, peer challenge and local ``authname'' on standard input and is expected to output the name/key combination that should be used to build the CHAP response. This provides support for Secure ID cards (guess what I was given at work recently!) using CHAP. Examples will follow.
* | Zero p->retval[1] when starting a process. This value ends up in %edxmsmith1999-02-112-2/+16
| | | | | | | | | | | | | | | | when the process starts, and having it nonzero causes statically-linked Linux binaries to fail. PR: i386/10015 Submitted by: Marcel Moolenaar <marcel@scc.nl>
* | Set the ultra enable bits in the adaptor's scratch ram area only aftergibbs1999-02-112-40/+38
| | | | | | | | we finish modifying our in kernel version during seeprom configuration.
* | Make the ahc_eisa file also optional on 'eisa'.gibbs1999-02-112-4/+4
| |
* | Ensure that the ACK from the last information transfer phase has beengibbs1999-02-111-2/+16
| | | | | | | | | | de-asserted by the initiator before changing phase or releasing the bus. Corrects a SCSI specification violation in target mode.
* | Completely set information in the transaction description before performinggibbs1999-02-111-4/+4
| | | | | | | | a selwakeup for it. Cosmetic.
* | Correct a race condition where a target mode SCB dma could occurgibbs1999-02-111-7/+8
| | | | | | | | | | | | | | before we finished setting the pending phase information. Use the ALL_TARGETS_MASK #define instead of 0xffff for the default ultraenb mask.
OpenPOWER on IntegriCloud