Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-12 | this is audio | Theo de Raadt | |
2000-07-12 | typo | Theo de Raadt | |
2000-07-12 | Fix 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-12 | make whois(1) IPv6-ready. patch from deraadt + minor tweaks. | Jun-ichiro itojun Hagino | |
2000-07-12 | remove m_pulldown statistics, which is highly experimental | Jun-ichiro itojun Hagino | |
2000-07-12 | Correct ``set filter'' usage | brian | |
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-12 | remove m_pulldown statistics, it is purely experimental and belongs to | Jun-ichiro itojun Hagino | |
kame system only (not for *bsd-merged systems). | |||
2000-07-12 | Fix a rather nasty latency problem that occurs with single tcp sessions | brian | |
thorough an MP setup with only a single link. | |||
2000-07-12 | Rework 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-12 | Update mirror sites. Ok'd by deraadt@ | Kevin Lo | |
2000-07-12 | correct 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.securelevel | matt | |
- Add ntpdate and rdate rc knobs Approved-And-Assisted-By: millert | |||
2000-07-11 | Allow a ``timeout secs'' filter option to let specific packet types | brian | |
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-11 | Correctly handle ip_off; angelos@ | Todd C. Miller | |
2000-07-11 | sync | Marco S Hyman | |
2000-07-11 | S3 Savage chips | Marco S Hyman | |
2000-07-11 | since .cvsignore is there, .keep_me is not needed | Theo de Raadt | |
2000-07-11 | RAMDISKC is ok | Theo de Raadt | |
2000-07-11 | sync | Theo de Raadt | |
2000-07-11 | cardbus install floppy kernel | Theo de Raadt | |
2000-07-11 | cardbus containing floppy | Theo de Raadt | |
2000-07-11 | forgot to reset rscale | Niels Provos | |
2000-07-11 | disable FallBackToRsh by default | Theo de Raadt | |
2000-07-11 | First pass at formatting fixes. | Aaron Campbell | |
2000-07-11 | compute correct window scale when recvpipe option is set in route; based | Niels Provos | |
on diff from "Pete Kazmier" <pete@kazmier.com> | |||
2000-07-11 | typo made by hin. this was not test compiled | Theo de Raadt | |
2000-07-11 | sync | Theo de Raadt | |
2000-07-11 | NKDD? no -- NKBD, bad mjacob | Theo de Raadt | |
2000-07-11 | Document CONFIGURE_SHARED | Marc Espie | |
2000-07-11 | Explains how FLAVORS and MULTI_PACKAGES work | Marc Espie | |
2000-07-11 | Remove extraneous spaces. | Marc Espie | |
2000-07-11 | Bump version number due to change of number of arguments to krb_get_nir(). | Hans Insulander | |
2000-07-11 | New kerberos takes length of the strings passed to the krb_get_nir() function. | Hans Insulander | |
2000-07-11 | Fix -auto breakage introduced with the last commit | brian | |
2000-07-11 | Merge in KTH Kerberos4 1.0.2 | Hans Insulander | |
2000-07-11 | Import of KTH Kerberos4 1.0.2 | Hans Insulander | |
2000-07-11 | make MaxStartups code still work with -d; djm | Theo de Raadt | |
2000-07-10 | Typo & style fix. | Ian Darwin | |
2000-07-10 | regen | Michael Shalayeff | |
2000-07-10 | a few more boards, different sources | Michael Shalayeff | |
2000-07-10 | strtok() --> strsep(). (niels@ ok) | Hakan Olsson | |
2000-07-10 | Get the correct message on errors. (niels@ ok) | Hakan Olsson | |
2000-07-10 | Xr chflags(1) | Todd C. Miller | |
2000-07-10 | Xr chflags(1) | Aaron Campbell | |
2000-07-10 | Cleanup. | Aaron Campbell | |
2000-07-10 | Cleanup. | Aaron Campbell | |
2000-07-10 | Use .tgz and not .tar.gz as default when using ftp. -moj | Mats O Jansson | |
2000-07-10 | Cleanup. | Aaron Campbell | |
2000-07-10 | install expects /kern to be mounted. -moj | Mats O Jansson | |
2000-07-10 | last change was not tested on VM systems | Theo de Raadt | |