summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added a note about OPTi 82C929 based cards.smpatel1996-04-111-5/+10
| | | | | | | | | Clarified GUS DMA Settings. Other misc. changes. This should hold us over until I can finish cleaning up TASD, and finish reintegrating all of the FreeBSD changes to the sound driver. At that time this document will be removed, and it's information moved to the handbook.
* Implemented a "-D" option that causes ftpd to detach and become a daemon -dg1996-04-112-29/+120
| | | | | | | | | accepting connections on the FTP port and forking children processes to handling them. This is lower overhead than spawning ftpd from inetd and can be a significant win on busy FTP servers. Be sure to disable ftpd in inetd.conf if you decide to use this option. These changes are based on similar changes I made to wu-ftpd and have been in use on wcarchive for several months.
* Priorities were broken. If there was an Index: line and ***/--- linesmarkm1996-04-111-4/+11
| | | | | | | | | | | | | | | with valid names, the ***/---names were taken first. this broke eg: Index: foo/Makefile ========== RCS <blah> Retrieving <blah> diff <blah> *** Makefile <blah> --- Makefile <blah> By trying to patch the Makefile in the _curent_ directory, rather than the one in the foo/ directory.
* Add Daniel M. Eischen <deischen@iworks.InterWorks.org> for his xmcdasami1996-04-111-1/+2
| | | | port contribution.
* Fix editing mistake in last commit...sorry.dg1996-04-111-3/+3
|
* Bugfix based on a kernel fix:dg1996-04-111-5/+12
| | | | | | | | | | | When PPP gets an uncompressed packet, it attempts to save off the TCP/IP header for use in decompressing subsequant packets. If PPP gets garbage (such as what happens when there is a port speed mismatch or modem line noise), it will occasionally mistake the packet as a valid uncompressed packet. When it tries to save off the header, it doesn't bother to check for the validity of the header length and will happily clobber not only the PPP VJC data structure, but parts of other process memory that happens to follow it...causing, ahem, undesired behavior.
* removed xref to icheck(8), ncheck(8) as they don't existscrappy1996-04-111-3/+1
|
* When cslip gets an uncompressed packet, it attempts to save off the TCP/IPdg1996-04-111-4/+11
| | | | | | | | | | header for use in decompressing subsequant packets. If cslip gets garbage (such as what happens when there is a port speed mismatch or modem line noise), it will occasionally mistake the packet as a valid uncompressed packet. When it tries to save off the header, it doesn't bother to check for the validity of the header length and will happily clobber not only the cslip data structure, but parts of other kernel memory that happens to follow it...causing, ahem, undesired behavior.
* Added documentation for "options PAS_JOYSTICK_ENABLE"scrappy1996-04-111-1/+4
|
* mentioned support for enabling gameport on ProAudio Spectrum withscrappy1996-04-113-3/+12
| | | | | appropriately commented out "options" line for PAS_JOYSTICK_ENABLE (PR#i386/960 - partial closer)
* Print some warnings if root invokes chpass and sets thempp1996-04-111-0/+19
| | | | | | | | | | | | | | | | | shell to one of the following: - a non-existent file - a non-regular file - a file without any execute bits set The shell is still set to whatever they entered even if the above conditions exist (hey, it is the super user doing this after all :-), but this might give the admin. some warning that they are about to screw themselves and give them a chance to fix it before it is too late. Inspired by: some new FreeBSD user on USENET who set his root shell to a shell that doesn't exist and now can't gain access to root (don't worry, I sent him some mail on how to recover from this).
* Disable sio3 in GENERIC - it messes with ATI cards.jkh1996-04-102-4/+4
|
* Do not exit if a file is not readable. This is a short hackwosch1996-04-101-2/+4
| | | | until someone rewrite wc(1).
* removed RS_IBUFSIZE #ifndef - have been informed it was a bad ideascrappy1996-04-103-9/+3
|
* Run indent on all these files to make them more readable. (I also wentnate1996-04-106-1172/+1022
| | | | through by hand and cleaned up some indent bogons.)
* Describe usage of LOCALBASE and X11BASE in relation with PREFIX.asami1996-04-101-17/+36
|
* Run indent on all these files to make them more readable. (I also wentnate1996-04-109-449/+372
| | | | through by hand and cleaned up some indent bogons.)
* hp300 -> i386nate1996-04-102-4/+4
|
* Placed an #ifndef around RS_IBUFSIZE so that it can be changed in thescrappy1996-04-103-3/+9
| | | | | config file ... PR#528 is reportly fixed by adding 'options RS_IBUFSIZE=1024' to the config file
* Fix a core dump when the user gives "-w" without an "="smpatel1996-04-102-2/+8
|
* Remove a file no longer valid as the config file moved to /etc/pccard.conf.nate1996-04-091-23/+0
|
* Cleanup useless stuff in Makefile and add a missing NOMAN target.nate1996-04-091-29/+6
|
* Removed original distribution files that are no longer valid.nate1996-04-0916-5996/+0
|
* Add variable ``_MANPAGES'' This will be replace thewosch1996-04-091-1/+3
| | | | | .if !defined(MAN1) && !defined(MAN2) ... orgy in bsd.prog.mk and bsd.kmod.mk
* use .for loop for common targetswosch1996-04-091-51/+6
|
* Add targets cleanfiles/clean, cleandirwosch1996-04-091-2/+20
|
* Update the description of strncat to accurately describe how manympp1996-04-091-1/+4
| | | | | | bytes are copied to the destination string. Closes PR#1000. Submitted by: Dave Glowacki <dglo@ssec.wisc.edu>
* Correct a minor typo. Fixes part of PR#1000.mpp1996-04-091-1/+1
| | | | Submitted by: Dave Glowacki <dglo@ssec.wisc.edu>
* Correctly match the format flags and their descriptions.mpp1996-04-091-1/+1
| | | | Submitted by: Dave Glowacki <dglo@ssec.wisc.edu>
* Quick patch to fix a bug where issuing ctl-c while in crontab -escrappy1996-04-091-3/+11
| | | | | | leaves editor running in background (PR: bin/751) Submitted by: candy@fct.kgc.co.jp (Toshihiro Kanda)
* Easter was one day to fast.wosch1996-04-091-3/+3
| | | | Unix use days *since* January 1 [0-365], not the 1th day of year etc.
* Install crypt.3 so that libcipher will install if /usr/share/manmpp1996-04-091-1/+2
| | | | | has been blown away. Previously it depended on an existing crypt.3 to be present for the man page links to install properly.
* Do not include math.h because it isn't used and it causesmpp1996-04-092-2/+0
| | | | | | | | | | | | "make world" to fail if you use the msun math library and blow away /usr/include and then do "make world". This is because the msun math.h isn't installed with the other include files before xlint is built. It finally gets installed when the msun library is built. Perhaps "make world" should install the msun math.h file if it doesn't install the CSRG math.h, to prevent problems like this in the future.
* English corrections from jdp.ache1996-04-091-18/+23
| | | | Add main purpose description (MSDOS timestamps)
* Add Jian-Da Li <jdli@FreeBSD.csie.NCTU.edu.tw> for his xsysinfo port.asami1996-04-091-1/+2
|
* Gag! Somebody removed the bus mouse from GENERIC for reasons unknown.jkh1996-04-092-2/+4
| | | | | That certainly explains why I noticed it suddenly missing from the 2.2 SNAPSHOT! :-)
* Logging UDP and TCP connection attempts should not be enabled by default.pst1996-04-093-6/+6
| | | | | | It's trivial to create a denial of service attack on a box so enabled. These messages, if enabled at all, must be rate-limited. (!)
* Reinstitute the map lock for processes being swapped out. Thisdyson1996-04-091-1/+18
| | | | | | is needed because of the vm_fault used to bring the page table page for the kernel stack (UPAGES) back in. The consequence of the previous incorrect change was a system hang.
* Add John Perry to list for security documentation (forth coming)gclarkii1996-04-091-1/+2
| | | | perry@vishnu.alias.net
* Add "Brent J. Nordquist" <nordquist@platinum.com> for contribution ofasami1996-04-091-1/+2
| | | | btoa port.
* Add phone (1167/udp).asami1996-04-091-1/+2
|
* Added isa_dmadone() to fix the errors the sound driver has been complainingsmpatel1996-04-082-10/+13
| | | | | | about. Update driver to use isa_dma_acquire() and isa_dma_release()
* Update drivers to use isa_dma_acquire() and isa_dma_release()smpatel1996-04-086-5/+24
| | | | Reviewed by: bde
* Add a lock for DMA Channels to prevent two devices from using the same DMAsmpatel1996-04-083-94/+230
| | | | | | | | | | | | channel at the same time. The functions isa_dma_acquire() and isa_dma_release() should be used in all ISA drivers which call isa_dmastart(). This can be used more generally to register the usage of DMA channels in any driver, but it is required for drivers using isa_dmastart() and friends. Clean up sanity checks, error messages, etc. Remove isa_dmadone_nobounce(), it is no longer needed Reviewed by: bde
* Added a $Id$ keyword. Bruce still needs to put a copyright noticewollman1996-04-082-0/+10
| | | | on this file.
* Remove some rogue section headings that jordan left way back in v1.9 in ajfieber1996-04-081-6/+2
| | | | reorganization of the hw section.
* Don't reference NULL pointers if owner and/or group are omitted.joerg1996-04-081-3/+5
| | | | Pointed out by: somebody on the mailing list who's name i forgot
* Save screen before calling any fire() callbacks - you never know whatjkh1996-04-081-363/+379
| | | | they might do to the screen.
* Refresh dialogs if a callback action fails.jkh1996-04-083-11/+33
|
* Replace usage of buf->b_actf with queue.3 and buf->b_act.phk1996-04-081-7/+5
|
OpenPOWER on IntegriCloud