summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/diff/diff.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-02-27sync with freebsd:jason4-13/+16
man page fixups, more devices
1999-02-27OpenBSD tags, sync with FreeBSD:jason1-2/+5
o make sure ifp->if_snd.ifq_maxlen is initialized o type fixups
1999-02-27Sync with FreeBSD:jason1-5/+8
o make sure ifp->if_snd.ifq_maxlen is initialized o proper handling of boards which report the TI product id
1999-02-27Sync with FreeBSD:jason2-5/+11
o match pnic-ii o make sure that ifp->if_snd.ifq_maxlen is initialized
1999-02-27changes in command syntax; suggested by deraadt.jason2-41/+77
1999-02-27sunsite.unc.edu changed its name to metalab.unc.edu + French mirrorrohee1-4/+5
1999-02-27typo; helbig@Informatik.BA-Stuttgart.DEderaadt1-2/+2
1999-02-27Document that feature.espie1-1/+5
Pending a check and a rewriting, as the documentation is misleading. It seems to imply it looks thru installed packages first, whereas code tells pkg_info looks thru package files first.
1999-02-27Small new feature: pkg_info pkgespie1-5/+43
now tries to complete the package name with a version number while scanning the installed list of packages. Not foolproof. The pkg_* tools are atrocious anyway.
1999-02-27ipsec.c: Merge with EOM 1.83niklas3-11/+40
Only accept IPsec SAs when searching for such sa.h: Merge with EOM 1.41 Stayalive connections as a default for now, init pf_encap_socket pf_encap.c: Merge with EOM 1.45 Stayalive connections as a default for now, init pf_encap_socket
1999-02-27man page names are not pathsderaadt2-4/+4
1999-02-27reverse complete garbage which was not even tested, tsk tsk tskderaadt1-15/+4
1999-02-27spacingderaadt1-2/+2
1999-02-27syncderaadt16-14/+62
1999-02-27authkey not authp; Markus.Friedl@informatik.uni-erlangen.dederaadt2-4/+5
1999-02-27syncderaadt1-2/+2
1999-02-27increase joyderaadt1-2/+2
1999-02-27syncfgsch1-1/+2
1999-02-27ESS ES1878 Plug and Play AudioD; hbaez@usa.net.fgsch1-1/+2
1999-02-27syncderaadt2-3/+6
1999-02-26Allow control over the number of ConfigREQ & TermREQ attemptsbrian16-147/+301
that are made in each of the FSMs (LCP, CCP & IPCP) and the number of REQs/Challenges for PAP/CHAP by accepting more arguments in the ``set {c,ip,l}cpretry'' and ``set {ch,p}apretry'' commands. Change the non-convergence thresholds to 3 times the number of configured REQ tries (rather than the previous fixed ``10''). We now notice repeated NAKs and REJs rather than just REQs. Don't suggest that CHAP 0x05 isn't supported when it's not configured. Fix some bugs that expose themselves with smaller numbers of retries: o Handle instantaneous disconnects (set device /dev/null) correctly by stopping all fsm timers in fsm2initial. o Don't forget to uu_unlock() devices that are files but are not ttys (set device /dev/zero). Fix a *HORRENDOUS* bug in RFC1661 (already fixed for an Open event in state ``Closed''): According to the state transition table, a RCR+ or RCR- received in the ``Stopped'' state are supposed to InitRestartCounter, SendConfigReq and SendConfig{Ack,Nak}. However, in ``Stopped'', we haven't yet done a TLS (or the last thing we did is a TLF). We must therefore do the TLS at this point ! This was never noticed before because LCP and CCP used not use LayerStart() for anything interesting, and IPCP tends to go into Stopped then get a Down because of an LCP RTR rather than getting a RCR again.
1999-02-26Sync with FreeBSD:jason2-14/+36
o fix multicast hash calculation (return the right set of bits) o make sure ifp->if_snd.ifq_maxlen is initialized o use RL_CMD_EMPTY_RXBUF instead of magic constant 1 o make sure the delta 8139 boards are setup correctly
1999-02-26Xr bridge(4)jason1-2/+3
1999-02-26Add EMLINK error messagecsapuntz1-1/+4
1999-02-26Xr brconfigjason1-2/+7
1999-02-26rearrange sections to match mdoc.templatejason1-7/+12
nuke references to the original name of the program add bugs section
1999-02-26add missing {cat,man}4/arc dirs; fix pasto for alphamickey1-3/+13
1999-02-26pastomickey1-2/+2
1999-02-26bridge config utilityjason4-2/+562
1999-02-26compensate for the fact that the check for ownership of a unicast packetjason8-92/+17
has moved to ether_input()
1999-02-26Ethernet bridge/IP firewall driver.jason9-10/+1457
1999-02-26ext2fs is missing a LINK_MAX check toomillert1-1/+6
1999-02-26document that the max value for the -n option is 20millert2-4/+4
1999-02-26Rename *NFSDCNT to *NFSIODCNT and base MAXNFSIODCNT on NFS_MAXASYNCDAEMON since that's the kernel limit (both are 20)millert1-10/+10
1999-02-26You've been warned: turn too long package comments into errors.espie1-3/+3
1999-02-26add missing parameter to warnx(); noticed by wvdputte@reptile.rug.ac.bemillert1-3/+4
1999-02-26syncjason2-2/+9
1999-02-26PNIC IIjason1-1/+2
1999-02-26deal with uvm. Mostly name changes.art3-17/+173
1999-02-26change pmap_{de,}activate to take a struct proc *.art5-36/+28
XXX - This should be done to other archs, but since nothing (except uvm) uses it right now, the interface will be changed there when support for uvm is added.
1999-02-26Print warning when using DES or Skipjack for encryption.angelos1-2/+7
1999-02-26Use .Fn for dbopen() declaration and add from Dv for NULLmillert1-13/+11
1999-02-26.Ar -> .Fa and NULL is Dvmillert1-21/+24
1999-02-26Better fix for i_nlink oflow from imp@openbsd.orgmillert1-5/+6
Move the check up with the other sanity checks and unlock the vnode properly and jump to abortit, not bad when >= LINK_MAX.
1999-02-26add OpenBSD tagsart46-0/+46
1999-02-26adapt to uvm vnode pagerart1-3/+16
1999-02-26a new way of mapping in exec for uvmart1-1/+100
1999-02-26mostly name changes and allocation chnges for uvmart1-2/+41
1999-02-26kmem allocation changes for uvmart2-3/+27
1999-02-26uvm allocation and name changesart4-4/+41