Commit Graph

12915 Commits

Author SHA1 Message Date
wiz 532ca9579f Use .In. 2010-10-16 12:05:48 +00:00
skrll e6cdac9c4b Implement dl_iterate_phdr.
Somewhat taken from FreeBSD. Manual page from OpenBSD.
2010-10-16 10:27:06 +00:00
skrll 3fd0b7cfed Fix RCSID 2010-10-14 20:14:50 +00:00
gsutre 81b0c07811 Add acpivga(4). 2010-10-12 23:01:55 +00:00
plunky 2b7d599723 manpage improvements 2010-10-11 15:15:57 +00:00
wiz 69f19b5c37 New sentence, new line. 2010-10-03 06:36:49 +00:00
jym 7779c59157 Bump date. 2010-10-02 22:51:49 +00:00
jym 83d7286ddf Update agp(4) to reflect the agp_allocate modification. 2010-10-02 22:49:06 +00:00
wiz 07973faac9 New sentence, new line; sort SEE ALSO; use more markup. 2010-10-02 09:18:57 +00:00
kiyohara 11bdb89c6d Add g760a fan speed controller driver. 2010-10-02 06:22:00 +00:00
gsutre 6194fe731c Fix a typo. 2010-09-29 22:38:34 +00:00
wiz 0bf49d4fec Remove trailing whitespace; new sentence, new line; fix xref. 2010-09-29 14:34:07 +00:00
christos e4ed064c0d make resolver.5 an alias to resolv.conf.5, since ours was better. 2010-09-29 13:50:49 +00:00
christos c12b4b5523 new from libbind 2010-09-29 13:44:33 +00:00
njoly 9c586fc7ca Fix comments indentation. 2010-09-28 12:39:50 +00:00
wiz f8a16a6578 hdaudio appeared in 5.1. Add xref to hdaudioctl(8). From rudolf.
Bump date.
2010-09-28 12:25:27 +00:00
apb 71e8773dba Bump date for previous 2010-09-26 18:52:52 +00:00
apb cc2db4f5f3 Collapse <abckslash><newline> sequences in /etc/ifconfig.xxx files read
by /etc/rc.d/network.  Fixes PR 41662 by Christoph Badura, which was
also reported independently by Jeremy C. Reed.
2010-09-26 18:52:04 +00:00
apb f265a7c0e8 Add a collapse_backslash_newline function to rc.subr. 2010-09-26 18:37:14 +00:00
wiz cc9bd058dd Bump date for more supported I/O DATA devices. 2010-09-25 22:14:07 +00:00
wiz e19d74b509 New sentence, new line. 2010-09-25 22:13:46 +00:00
tsutsui 50278ead3f Add support for I/O DATA ETX-US2.
Patch from PR kern/43040.
2010-09-25 15:29:40 +00:00
wiz 23f45c39ba Punctuation improvement, bump date for FAST_IPSEC description. 2010-09-22 17:59:35 +00:00
degroote b76f3dc775 Mentions that IPSEC_DEBUG works with FAST_IPSEC implementation 2010-09-21 13:47:41 +00:00
degroote 4a785c3a1c Mentions the FAST_IPSEC options 2010-09-21 13:46:41 +00:00
soda 3392edf8b0 O2W is "off to work", from mrg@ and spz@. 2010-09-21 07:14:20 +00:00
mrg e486642c97 AUDIO_WSEEK uses a u_long, not a int. 2010-09-19 10:34:33 +00:00
rmind 63012b51f1 NPF checkpoint:
- Add support for bi-directional NAT and redirection / port forwarding.
- Finish filtering on ICMP type/code and add filtering on TCP flags.
- Add support for TCP reset (RST) or ICMP destination unreachable on block.
- Fix a bunch of bugs; misc cleanup.
2010-09-16 04:53:27 +00:00
ahoka 812c293086 add a note on IPL and spinning mutexes
TODO: explain when the IPL will be restored
2010-09-14 21:35:53 +00:00
jmcneill 469a737607 document ACPI_BLACKLIST_YEAR 2010-09-06 16:01:25 +00:00
ahoka 1d94059094 Add RAS, CAS, VCC, ALE, REST, ONFI 2010-09-05 23:50:48 +00:00
ahoka 82e82fca50 Add libc glue for libtre.
tre will be compiled without approx and wchar/mulibyte support to
only match the minimum requirement to replace our spencer regex.

This needs a lot of testing.

Only enabled when USE_LIBTRE is set to `yes'.
2010-09-04 12:17:58 +00:00
jmcneill 1720465890 Add a reference to Len Brown's 'ACPI in Linux - Myths vs. Reality' paper 2010-09-04 11:10:16 +00:00
wiz e3511c5d1b Grammar fix. 2010-08-27 18:05:16 +00:00
jruoho 4328a42a43 Replace the example with something more generic and perceptual. 2010-08-27 09:13:38 +00:00
jruoho a8cdc50f5d Fix PR kern/43765 from Scott Ellis.
Note that the solution is not optimal. If ichlpcib(4) provides SpeedStep
support, possible I/O resource conflicts may occur with acpicpu(4). Ideally,
as noted for instance in Windows design documents, ichlpcib(4) should never
expose SpeedStep when ACPI is being used. The probability for potential race
conditions is however very small, being limited to few P4-era machines and
being dependent on user actions.
2010-08-27 03:05:26 +00:00
dyoung 99289f936d Apparently, you have to #include <sys/param.h>, too, for MAX(). 2010-08-26 16:42:28 +00:00
reed db8c589cdc For MLINKS description, remove sentence saying they
are soft-linked (as it is not accurate).
2010-08-25 15:24:29 +00:00
jnemeth 3a12eae410 note that MODULE_CLASS_SECMODEL is also automatically deregistered when being unloaded 2010-08-25 06:45:35 +00:00
rmind 3b6fdb92e5 Move npf.conf(5-8) into the correct section, hence npf.conf(5). 2010-08-24 23:55:04 +00:00
jruoho 42a7d04b04 Add native support for AMD family 0Fh processors. This is the furthest we
will go backwards; K7 will not be supported already due doubts about
availability and reliability of ACPI during that era. Some unfortunate code
duplication is present (but not overly much). Thanks to cegger@ and jakllsch@
for patiently testing this.
2010-08-24 07:27:59 +00:00
jruoho dfca43fdb9 Few small nits. 2010-08-24 05:34:15 +00:00
pooka 6c43668aa2 update component lists: scsipi is independent of umass now 2010-08-23 20:56:27 +00:00
joerg 09dba18788 Simplify. 2010-08-23 16:03:03 +00:00
wiz 578d32c924 Add more articles and more formatting. 2010-08-22 20:36:09 +00:00
rmind 2e6f2099c6 Import NPF - a packet filter. Some features:
- Designed to be fully MP-safe and highly efficient.

- Tables/IP sets (hash or red-black tree) for high performance lookups.

- Stateful filtering and Network Address Port Translation (NAPT).
  Framework for application level gateways (ALGs).

- Packet inspection engine called n-code processor - inspired by BPF -
  supporting generic RISC-like and specific CISC-like instructions for
  common patterns (e.g. IPv4 address matching).  See npf_ncode(9) manual.

- Convenient userland utility npfctl(8) with npf.conf(8).

NOTE: This is not yet a fully capable alternative to PF or IPFilter.
Further work (support for binat/rdr, return-rst/return-icmp, common ALGs,
state saving/restoring, logging, etc) is in progress.

Thanks a lot to Matt Thomas for various useful comments and code review.
Aye by: board@
2010-08-22 18:56:18 +00:00
pgoyette 7626bd9b32 Put a valid date here - no more placeholder. 2010-08-21 13:34:43 +00:00
pgoyette 4a743ad47d Define a set of new kernel locking primitives to implement the recursive
kernconfig_mutex.  Update module subsystem to use this mutex rather than
its own internal (non-recursive) mutex.  Make module_autoload() do its
own locking to be consistent with the rest of the module_xxx() calls.
Update module(9) man page appropriately.

As discussed on tech-kern over the last few weeks.

Welcome to NetBSD 5.99.39 !
2010-08-21 13:17:31 +00:00
wiz 0bba56f8fb Add x86 to Dt. 2010-08-21 10:38:51 +00:00
jruoho f7b06c8780 Move nmi(9) to the correct category. 2010-08-21 10:32:35 +00:00