summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't #include <sys/types.h>. I mistakenly #included it unconditionallybde1997-11-181-4/+2
| | | | | | | | | to fix some broken application. Application breakage is now hidden by a recently introduced wrong #include of <sys/types.h> in <sys/time.h>. <sys/time.h> is a prerequisite for <sys/resource.h>, so the <sys/types.h> prereqisite is automatically supplied. Cast RLIM_INFINITY to the correct (signed) type.
* DropClient() when read() returns 0 (as it did before).brian1997-11-181-2/+2
|
* Fixed pedantic syntax errors caused by trailing semicolon in thebde1997-11-181-3/+5
| | | | | __ELF__ case of the definition of MAKE_SET() and in the PSEUDO_LKM case of the definition of PSEUDO_SET().
* Fixed pedantic syntax errors caused by the trailing semicolon in thebde1997-11-181-2/+2
| | | | definition of DOMAIN_SET().
* Fix: too many arguments passed to fprintf().jdp1997-11-181-2/+2
|
* Fix: too many arguments for format in call to sprintf().jdp1997-11-181-1/+1
|
* Fix: too many arguments for format string in 4 calls to warnx().jdp1997-11-181-5/+4
|
* Fix erroneous format string.jdp1997-11-181-2/+2
|
* Add cross-references to rfork(2).jdp1997-11-182-1/+3
|
* Add missing argument detected by "-Wformat". Make messages morejdp1997-11-182-6/+6
| | | | consistent.
* Fix incorrect format string detected by "-Wformat".jdp1997-11-181-2/+2
|
* Add missing argument detected by "-Wformat".jdp1997-11-183-5/+7
|
* Don't generate new prototype files with the extra int retval[] arg atpeter1997-11-181-3/+3
| | | | | | the end since pdk deleted them. Forgotten by: phk
* Add missing arguments detected by "-Wformat".jdp1997-11-181-3/+4
|
* Fix missing arguments detected by "-Wformat".jdp1997-11-181-2/+3
|
* Fix two missing arguments detected by "-Wformat".jdp1997-11-182-4/+8
|
* Add Id string.brian1997-11-181-0/+4
|
* Notice that ppp has closed the connection properly.brian1997-11-182-69/+47
| | | | | | | | Remove the timeout hack to notice that ppp has closed the connection. Remove the ``special case'' hacks for "quit" and "bye", as pppctl now exits immediately when the connection is closed by ppp. Suggest a secure "set server" line for connecting ppp & pppctl. Tidy up and correct a few man page typos.
* Add and use a DropClient() function for closing the diagnostic port.brian1997-11-184-35/+30
| | | | Call DropClient() from Cleanup() too.
* Make sure you do not get unexpected surprises whena remote file starts with '|'.guido1997-11-171-2/+13
| | | | Reviewed by: Joerg Wunsch
* Add `writeable'wosch1997-11-171-0/+1
|
* Typo fix.alex1997-11-173-6/+6
| | | | | PR: 5068 Submitted by: Studded@dal.net
* fix Jonathan Mini's email address per his requestjmg1997-11-172-4/+4
|
* Added support for linux sound ioctls:ahasty1997-11-174-6/+48
| | | | | | | | | LINUX_SNDCTL_DSP_GETOPTR LINUX_SNDCTL_DSP_GETIPTR LINUX_SNDCTL_DSP_SETTRIGGER LINUX_SNDCTL_DSP_GETCAPS With this rev level the linux realaudio player 5 and xquake should work.
* Don't SetLabel() 'till we've done the SelectSystem(). Thisbrian1997-11-171-13/+17
| | | | | | | avoids the situation where we specify label ``x'' on the command line, and label ``x'' has a ``load y'' command embedded in it. When the line comes up, we want to use ``x'' from ppp.linkup, not ``y''.
* Add id strings to tun.[ch].brian1997-11-176-18/+43
| | | | Don't try to open ppp.secret if we're never going to use it.
* Abstract data read from and written to the tun device,brian1997-11-168-55/+130
| | | | | | | | | | | | | | allowing for a possible header on the front of all packets. In OpenBSD, there's a structure containing the address family here. If we're building under OpenBSD, set up the ``flags'' part of struct tuninfo (not there under FreeBSD) so that we config the interface as POINTOPOINT. Prefix prototypes with ``extern'' in os.c for consistency. These changes are cosmetic under FreeBSD, but allow ppp to build & work under OpenBSD (bar the srandomdev() stuff, the inclusing of <net/if_var.h> and some Makefile symantecs).
* Document the new clear_tmp_enable option in the manpage.steve1997-11-161-1/+7
| | | | Prodded by: max
* Note in manpage how extraneous output in initialization scriptssteve1997-11-161-2/+17
| | | | | | | | can cause rdist to fail. PR: bin/4954 Reviewed by: wollman Submitted by: jhs
* Resurrect a modified version of the /tmp clearing code from rev 1.119.steve1997-11-162-2/+24
| | | | | | | | Enable this by setting clear_tmp_enable in rc.conf to YES. Beware there can be serious side-effects of enabling this, so use at you own risk. PR: misc/4982, misc/5054
* Device # for Jonathan Mini's VESA support.sos1997-11-162-2/+4
|
* Restore diagnostic fix spammed after mergingache1997-11-161-4/+8
|
*-. This commit was generated by cvs2svn to compensate for changes in r31187,peter1997-11-1631-1832/+6995
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | * Import kernel parts of ipfilter-3.2.1peter1997-11-1616-916/+3681
| | |
| * | Import kernel parts of ipfilter-3.2.1peter1997-11-1615-916/+3314
| | |
* | | Reviewed by: Amancio Hastyahasty1997-11-165-19/+373
| | | | | | | | | | | | | | | | | | Submitted by: Amancio Hasty <hasty@star-gate.com> Added yuv12 support for mpeg encoding and Randall Hopper's fixed for Temporal Decimation
* | | This commit was generated by cvs2svn to compensate for changes in r31183,peter1997-11-16126-2788/+12141
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import ipfilter 3.2.1 (update from 3.1.8)peter1997-11-16126-2788/+12141
| | | |
* | | | Some touchups courtesy of Philippe Charnier.wpaul1997-11-162-13/+18
| | | |
* | | | Close PR #4867: improve _listmatch() to avoid returning false positives.wpaul1997-11-161-9/+16
| | | | | | | | | | | | | | | | PR: 4867
* | | | MF22:nate1997-11-152-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (update_intr_masks might not need to be done in 3.X, but the new generic interrupt code is incomplete w/regard to support for the PCCARD code, so to avoid any potential problems use it. It can't hurt). - Correctly register pcic_imask with the system interrupt code. - Call update_intr_masks() so that pcic_imask modifications that occur when card interrupts are registered get updated in the system interrupt code.
* | | | target(__target) -> target(${__target})wosch1997-11-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: bin/4736 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at> Index: bsd.subdir.mk =================================================================== RCS file: /usr/cvs/src/share/mk/bsd.subdir.mk,v retrieving revision 1.18 diff -u -r1.18 bsd.subdir.mk --- bsd.subdir.mk 1997/06/21 15:40:34 1.18 +++ bsd.subdir.mk 1997/11/09 18:04:33 @@ -59,7 +59,7 @@ .for __target in all checkdpadd clean cleandir depend lint \ maninstall obj objlink -.if !target(__target) +.if !target(${__target}) ${__target}: _SUBDIRUSE .endif .endfor
* | | | Interpret AF_LINK sockaddrs correctly in show/delete route.brian1997-11-151-175/+230
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Print out inteface names rather than numbers, and use the same "find out the names" code in SetIfAddr(). This means that the nasty ioctl(,SIOCGIFCONF,)/realloc loop is now buried :-)
* | | | Simplify map entries during user page wire and user page unwire operations integge1997-11-141-14/+18
| | | | | | | | | | | | | | | | | | | | | | | | vm_map_user_pageable(). Check return value of vm_map_lock_upgrade() during a user page wire operation.
* | | | Don't try to obtain an excluive lock on the vm map, since a deadlock mighttegge1997-11-142-6/+6
| | | | | | | | | | | | | | | | occur if the process owning the map is wiring pages.
* | | | uucplock is in section 3 not section 8 !brian1997-11-142-8/+6
| | | |
* | | | - Added entry for Accton 2216 ethernet card.nate1997-11-142-2/+18
| | | | | | | | | | | | | | | | Submitted by: Patrick Gardella <patrick@cre8tivegroup.com>
* | | | Update the cftypes arrays according to rfc1700.brian1997-11-144-39/+89
| | | | | | | | | | | | | | | | Log IPCP reqests as IPCP.
* | | | Allow blank lines in config entries (they aren't terminators).brian1997-11-141-2/+2
| | | |
* | | | Log the request from the remote side, in addition to it having happened.sef1997-11-141-13/+27
| | | | | | | | | | | | | | | | Reviewed by: julian
OpenPOWER on IntegriCloud