summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-07-14Remove unneeded definitionMiod Vallat
2000-07-14Move splXXXX() stuff from <machine/param.h> to <machine/psl.h>, andMiod Vallat
define more inline functions for dealing with this. From NetBSD
2000-07-14Let config(8) know we can use 16 partitions per label nowMiod Vallat
2000-07-14previous two patches mixed up if/else matchingTheo de Raadt
2000-07-14ppc_intr_enable change that was previously missed in checkins.Dale S. Rahn
2000-07-13close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>Niels Provos
2000-07-13typo; todd@fries.netNiels Provos
2000-07-13allow multiple whitespace but only one '=' between tokens, bug report fromNiels Provos
Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
2000-07-13syncTheo de Raadt
2000-07-13diamond products were incorrectly labelledTheo de Raadt
2000-07-13timed & rdate start before securelevel is set so no need to checkTodd C. Miller
$securelevel; noted by ho@
2000-07-13undoTheo de Raadt
2000-07-13on openbsd, static symbols are not visible from the userland.Jun-ichiro itojun Hagino
make mif6table global variable. (sync with kame)
2000-07-13enable setsockopt related to IPv6 multicast routing.Jun-ichiro itojun Hagino
2000-07-13rtadvd.conf is not required, actuallyJun-ichiro itojun Hagino
2000-07-13Be smarter when populating the miniroot : don't copy, then rm, files not ↵Miod Vallat
needed here. Required to fit since last MAKEDEV additions.
2000-07-13syncTheo de Raadt
2000-07-13more audio cardsTheo de Raadt
2000-07-12release doc tweaksMarco S Hyman
2000-07-12Permit multiple ``allow user'' lines in any given sectionbrian
This avoids line length limits when large numbers of users are allowed access to ppp.
2000-07-12Change to match OpenBSD output format.Federico G. Schwindt
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