Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-14 | Remove unneeded definition | Miod Vallat | |
2000-07-14 | Move splXXXX() stuff from <machine/param.h> to <machine/psl.h>, and | Miod Vallat | |
define more inline functions for dealing with this. From NetBSD | |||
2000-07-14 | Let config(8) know we can use 16 partitions per label now | Miod Vallat | |
2000-07-14 | previous two patches mixed up if/else matching | Theo de Raadt | |
2000-07-14 | ppc_intr_enable change that was previously missed in checkins. | Dale S. Rahn | |
2000-07-13 | close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu> | Niels Provos | |
2000-07-13 | typo; todd@fries.net | Niels Provos | |
2000-07-13 | allow multiple whitespace but only one '=' between tokens, bug report from | Niels Provos | |
Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@ | |||
2000-07-13 | sync | Theo de Raadt | |
2000-07-13 | diamond products were incorrectly labelled | Theo de Raadt | |
2000-07-13 | timed & rdate start before securelevel is set so no need to check | Todd C. Miller | |
$securelevel; noted by ho@ | |||
2000-07-13 | undo | Theo de Raadt | |
2000-07-13 | on openbsd, static symbols are not visible from the userland. | Jun-ichiro itojun Hagino | |
make mif6table global variable. (sync with kame) | |||
2000-07-13 | enable setsockopt related to IPv6 multicast routing. | Jun-ichiro itojun Hagino | |
2000-07-13 | rtadvd.conf is not required, actually | Jun-ichiro itojun Hagino | |
2000-07-13 | Be 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-13 | sync | Theo de Raadt | |
2000-07-13 | more audio cards | Theo de Raadt | |
2000-07-12 | release doc tweaks | Marco S Hyman | |
2000-07-12 | Permit multiple ``allow user'' lines in any given section | brian | |
This avoids line length limits when large numbers of users are allowed access to ppp. | |||
2000-07-12 | Change to match OpenBSD output format. | Federico G. Schwindt | |
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 | |