summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-07-12this is audioTheo de Raadt
2000-07-12typoTheo de Raadt
2000-07-12Fix two bugs.Artur Grabowski
The return value from the interrupt handling was bogus. Now we return 1 if we have handled the interrupt. When resuming from suspend wrong values were restored to the mixer which sometimes caused a high-pitched sound to be emitted. (how fast can you type "mixerctl -w outputs.master.mute=on"?)
2000-07-12make whois(1) IPv6-ready. patch from deraadt + minor tweaks.Jun-ichiro itojun Hagino
2000-07-12remove m_pulldown statistics, which is highly experimentalJun-ichiro itojun Hagino
2000-07-12Correct ``set filter'' usagebrian
Spotted by: sheldonh@FreeBSD.org CVS: ---------------------------------------------------------------------- CVS: PR: Fill this in if a GNATS PR is affected by the change. CVS: Submitted by: Fill this in if someone else sent in the change. CVS: Reviewed by: Fill this in if someone else reviewed your modification. CVS: Approved by: Fill this in if you needed approval for this commit. CVS: Obtained from: Fill this in if the change is from third party software. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: ppp.8 CVS: ----------------------------------------------------------------------
2000-07-12remove m_pulldown statistics, it is purely experimental and belongs toJun-ichiro itojun Hagino
kame system only (not for *bsd-merged systems).
2000-07-12Fix a rather nasty latency problem that occurs with single tcp sessionsbrian
thorough an MP setup with only a single link.
2000-07-12Rework some code in the powerpc pmap module.Dale S. Rahn
Previously it was possible to remove multiple entries on a single pass thru the pv deletion code in pmap_page_protect. Also when it did this, it was not properly tracking of decrementing pm->pm_stats.resident_count. By storing an additional piece of information in the pv structure, the pmap pointer it is possible to call pmap_remove on the entries rather than duplicating the pte removal code (again). This fixes a problem seen where the system panics or hangs in pmap_remove_pv due to the item not being on the list. Now it is not possible for mix entries. Because the pv entry only contained the pteidx, it was possible to remove an incorrect entry due to ambiguity. multiple pmaps having mappings at the same va of the same pa. Multipe pmap containing similar entries will occur frequenty with shared libaries. Because of the hash entries that have the same result of (sr & ptab_mask) will alias in the pv list.. Since the pv_idx is now recomputable, should it be removed?
2000-07-12Update mirror sites. Ok'd by deraadt@Kevin Lo
2000-07-12correct rtentry reference count in in6_ifloop_request().Jun-ichiro itojun Hagino
if you reconfigure inet6 too much, the reference count can go into negative by mistake. KAME in6.c 1.98 -> 1.99.
2000-07-11- Move ntpd out of rc.securelevelmatt
- Add ntpdate and rdate rc knobs Approved-And-Assisted-By: millert
2000-07-11Allow a ``timeout secs'' filter option to let specific packet typesbrian
effect the idle timer in different ways. Submitted by: Stefan Esser <se@freebsd.org> With adjustments by me to document the option in the man page and to give the same semantics for outgoing traffic as incoming. I made the style more consistent in ip.c - this should really have been done as a separate commit.
2000-07-11Correctly handle ip_off; angelos@Todd C. Miller
2000-07-11syncMarco S Hyman
2000-07-11S3 Savage chipsMarco S Hyman
2000-07-11since .cvsignore is there, .keep_me is not neededTheo de Raadt
2000-07-11RAMDISKC is okTheo de Raadt
2000-07-11syncTheo de Raadt
2000-07-11cardbus install floppy kernelTheo de Raadt
2000-07-11cardbus containing floppyTheo de Raadt
2000-07-11forgot to reset rscaleNiels Provos
2000-07-11disable FallBackToRsh by defaultTheo de Raadt
2000-07-11First pass at formatting fixes.Aaron Campbell
2000-07-11compute correct window scale when recvpipe option is set in route; basedNiels Provos
on diff from "Pete Kazmier" <pete@kazmier.com>
2000-07-11typo made by hin. this was not test compiledTheo de Raadt
2000-07-11syncTheo de Raadt
2000-07-11NKDD? no -- NKBD, bad mjacobTheo de Raadt
2000-07-11Document CONFIGURE_SHAREDMarc Espie
2000-07-11Explains how FLAVORS and MULTI_PACKAGES workMarc Espie
2000-07-11Remove extraneous spaces.Marc Espie
2000-07-11Bump version number due to change of number of arguments to krb_get_nir().Hans Insulander
2000-07-11New kerberos takes length of the strings passed to the krb_get_nir() function.Hans Insulander
2000-07-11Fix -auto breakage introduced with the last commitbrian
2000-07-11Merge in KTH Kerberos4 1.0.2Hans Insulander
2000-07-11Import of KTH Kerberos4 1.0.2Hans Insulander
2000-07-11make MaxStartups code still work with -d; djmTheo de Raadt
2000-07-10Typo & style fix.Ian Darwin
2000-07-10regenMichael Shalayeff
2000-07-10a few more boards, different sourcesMichael Shalayeff
2000-07-10strtok() --> strsep(). (niels@ ok)Hakan Olsson
2000-07-10Get the correct message on errors. (niels@ ok)Hakan Olsson
2000-07-10Xr chflags(1)Todd C. Miller
2000-07-10Xr chflags(1)Aaron Campbell
2000-07-10Cleanup.Aaron Campbell
2000-07-10Cleanup.Aaron Campbell
2000-07-10Use .tgz and not .tar.gz as default when using ftp. -mojMats O Jansson
2000-07-10Cleanup.Aaron Campbell
2000-07-10install expects /kern to be mounted. -mojMats O Jansson
2000-07-10last change was not tested on VM systemsTheo de Raadt