Commit Graph

11218 Commits

Author SHA1 Message Date
riastradh 3b45fb62ee Clarify wording about when to use PSLIST_ENTRY_DESTROY. 2016-04-11 13:45:20 +00:00
riastradh 6977a61914 Remove incorrect comment about non-effect of PSLIST_ENTRY_DESTROY.
This does have an effect -- it nullifies the next pointer.  (The text
was copied from PSLIST_DESTROY, which really has no effect without
options DIAGNOSTIC.)
2016-04-11 03:27:14 +00:00
wiz 3133e4c397 Fix xref section. 2016-04-10 18:27:56 +00:00
riastradh 3fccece556 Parrot markup for PTHREAD_MUTEX_INITIALIZER synopsis. 2016-04-09 18:25:26 +00:00
riastradh 916af051e3 Use the proper pluralization of `frotz'.
Per the jargon file, `frotz' is a contraction of `frobnitz', which
pluralizes to `frobnitzem'; `frobbotzim' is the plural of the related
but not identical term `frobozz'.

Fixing other uses of this plural elsewhere among the man pages is
left to the reader inclined to humorous linguistic studies.
2016-04-09 18:10:41 +00:00
riastradh dc0a3c082c Say `loop header', not `loop head'.
`Head' means something else in this context -- a list head.
2016-04-09 17:50:54 +00:00
riastradh 236db44756 Fix a vestige of an earlier word choice: s/connected/associated/1 2016-04-09 17:48:32 +00:00
riastradh 445c99ba1f Fix wording around `list heads'.
A list head is not a list, conceptually.
2016-04-09 17:37:55 +00:00
riastradh ff614a8724 Tighten opening paragraph. Split into two smaller sentences. 2016-04-09 17:34:57 +00:00
riastradh 4026866f8e Use imperative mood consistently. 2016-04-09 15:09:42 +00:00
riastradh 18390450e2 Fix missing NAME operand to PSLIST_ENTRY_DESTROY. 2016-04-09 15:08:39 +00:00
uwe 56571e06b5 Use \(em for em-dash. 2016-04-09 13:38:20 +00:00
uwe 1ecc79c9d0 Add couple of missing .Ns 2016-04-09 13:34:33 +00:00
riastradh c03dceb184 Add passive references, intermediate between pserialize and refcount.
Discussed on tech-kern:

https://mail-index.netbsd.org/tech-kern/2016/01/24/msg020069.html

API is still experimental and likely to change.  (Obvious changes:
either remove extra arguments everywhere, or shrink psref_target to a
single bit, at the expense of possibly valuable diagnostic checks.)
Should do some real testing before we use this in anger!
2016-04-09 06:21:16 +00:00
riastradh 57883e65af Fix name of example list head. 2016-04-09 05:16:23 +00:00
riastradh 4f7dd3337d Introduce pserialize-safe linked lists.
These are like LIST_* from queue(3), but issue the appropriate memory
barriers for pserialize readers and writers.

Discussed on tech-kern:

https://mail-index.netbsd.org/tech-kern/2016/04/03/msg020365.html
2016-04-09 04:39:46 +00:00
roy bb67ec8f00 Add sc_pid to sockcred so that SOCK_DGRAM and LOCAL_CREDS socket option
can learn the process id of the AF_LOCAL sender.
Add compat glue for old structure.
2016-04-06 19:45:45 +00:00
wiz 679837e910 I do like the idea of April 43, 2016, but it's just not standardized enough. 2016-04-04 20:43:31 +00:00
christos 246c8910b2 Fix description of si_status. 2016-04-04 17:29:04 +00:00
wiz 4120986a4e Sort sections. 2016-04-04 13:29:12 +00:00
ozaki-r 09973b35ac Separate nexthop caches from the routing table
By this change, nexthop caches (IP-MAC address pair) are not stored
in the routing table anymore. Instead nexthop caches are stored in
each network interface; we already have lltable/llentry data structure
for this purpose. This change also obsoletes the concept of cloning/cloned
routes. Cloned routes no longer exist while cloning routes still exist
with renamed to connected routes.

Noticeable changes are:
- Nexthop caches aren't listed in route show/netstat -r
  - sysctl(NET_RT_DUMP) doesn't return them
  - If RTF_LLDATA is specified, it returns nexthop caches
- Several definitions of routing flags and messages are removed
  - RTF_CLONING, RTF_XRESOLVE, RTF_LLINFO, RTF_CLONED and RTM_RESOLVE
- RTF_CONNECTED is added
  - It has the same value of RTF_CLONING for backward compatibility
- route's -xresolve, -[no]cloned and -llinfo options are removed
  - -[no]cloning remains because it seems there are users
  - -[no]connected is introduced and recommended
    to be used instead of -[no]cloning
- route show/netstat -r drops some flags
  - 'L' and 'c' are not seen anymore
  - 'C' now indicates a connected route
- Gateway value of a route of an interface address is now not
  a L2 address but "link#N" like a connected (cloning) route
- Proxy ARP: "arp -s ... pub" doesn't create a route

You can know details of behavior changes by seeing diffs under tests/.

Proposed on tech-net and tech-kern:
  http://mail-index.netbsd.org/tech-net/2016/03/11/msg005701.html
2016-04-04 07:37:07 +00:00
ozaki-r 0b31db8c25 Document arp sysctl removals 2016-03-30 05:55:04 +00:00
ozaki-r 9bacf05801 Document net.inet6.ip6.neighborgcthresh change 2016-03-30 05:45:26 +00:00
wiz 09f9f9fa6e Fix description of /home
From Vadim Ushakov in PR 50938.
2016-03-11 15:18:01 +00:00
chs 3023aadd79 fix vmem_alloc() to never return an error for VM_SLEEP requests,
thus fixing kmem_alloc() to never return NULL for KM_SLEEP requests.
instead these operations will retry forever, which was the intent.
2016-02-29 00:34:17 +00:00
riastradh f1c295721b cardbus autoconf uses cardbus_attach_args, not isapnp_attach_args. 2016-02-15 22:37:54 +00:00
snj ab9bcecd45 fix english 2016-02-15 20:33:18 +00:00
wiz bfbface83a New sentence, new line. 2016-02-07 14:06:04 +00:00
jandberg c74496ca0f Add the copyright notice which was missing from my initial version. 2016-02-07 10:46:08 +00:00
jandberg e09dd753e1 Fix some awkward language in manpage and code comments. 2016-02-06 20:20:18 +00:00
ryoon 318922f051 Fix layout for comments. Bump date. 2016-02-02 12:25:24 +00:00
riastradh 1c131ab803 Note limited extent for reference to the pserialized object. 2016-01-26 01:09:56 +00:00
riastradh 6ed125fe67 Suggest the cacheline-aligned global struct idiom. 2016-01-26 01:05:17 +00:00
christos b7f89b8a5f we don't have va_mask 2016-01-25 18:20:16 +00:00
mbalmer bcbdebbaf1 fix typo, bump date 2016-01-19 10:11:02 +00:00
wiz 934119d44e Use standard markup for ENOSPC. 2016-01-18 09:17:59 +00:00
kamil 43d951b258 Add full.4 2016-01-18 00:34:43 +00:00
kamil 039d698170 Add new man-page full(4) for the /dev/full device
DESCRIPTION
     The full device always return ENOSPC on writing,

     In all other cases it behaves like the zero(4) device and provides an
     infinite stream of zeros.
2016-01-18 00:21:44 +00:00
wiz 2c914af730 Bump date for previous. 2016-01-15 09:05:16 +00:00
mlelstv 2aacffe133 Add 'C' option to bootblock to enable serial console. 2016-01-15 08:27:04 +00:00
wiz 0905aa5acf Use more markup. 2016-01-11 06:21:23 +00:00
pgoyette 1adf2fab16 Remove current bug, now that PR kern/50627 is fixed. Add another security
consideration concerning re-used of the target/monitored process's pid.
2016-01-11 01:45:27 +00:00
nonaka ad9e3467ed Add Buffalo LUA4-U3-AGT. 2016-01-07 12:31:55 +00:00
wiz 2f89dbfb73 Use Pa for paths. 2016-01-06 05:22:06 +00:00
pgoyette 80b24f323f Add a BUGS section... 2016-01-06 01:54:53 +00:00
wiz 0eb2c0626d Add Mt macro. 2016-01-05 14:21:43 +00:00
msaitoh e58c654dad Port FreeBSD's ismt(4) driver. ismt(4) supports Intel Chipset internal
SMBus 2.0 controller with DMA. It's different from ichsmb(4). Supported
chipsets are S1200 and C2000.
2016-01-05 11:24:43 +00:00
jdc 656adc7745 Correct email address (pointed out by wiz@). 2016-01-03 21:58:17 +00:00
jdc 519e888126 Mention supported chips and their differences.
Mention display and setting of chip temperature limits.
2016-01-03 17:28:46 +00:00
jdc 2668fa6152 Mention supported chips and their differences.
Mention display and setting of chip temperature limits.
2016-01-03 17:27:39 +00:00
wiz 00b9885e70 Fix typo. Remove trailing whitespace. 2015-12-27 08:43:51 +00:00
christos 7c64ebc27c describe the ip6addrctl variables. 2015-12-27 02:42:33 +00:00
ryoon c6462b8daf Add .Pp for easy distinction between examples. 2015-12-21 13:15:04 +00:00
jdc f42ab8911f Correct the name of the manual page (pointed out by wiz). 2015-12-16 08:24:30 +00:00
jdc 1eeaa31329 Add manual page for ADM1026. 2015-12-16 08:20:03 +00:00
wiz 10de853fc7 Sort sections. Fix Dt. 2015-12-16 08:16:18 +00:00
jdc 685e31c524 Add manual page for ADM1026. 2015-12-16 07:59:01 +00:00
wiz 3740bd8e73 Add missing verb. 2015-12-13 23:32:52 +00:00
plunky d30f9e2a57 Clarify the meaning of this. These macros do not operate on bit numbers
as is implied.. the macros are defined as

    #define SET(t, f)       ((t) |= (f))
    #define ISSET(t, f)     ((t) & (f))
    #define CLR(t, f)       ((t) &= ~(f))

When the rationale is to provide clarity in the source code, then it
is good to have manual pages that are correct.
2015-12-13 21:53:02 +00:00
wiz 31423cb620 Fix typo. 2015-12-13 15:13:03 +00:00
christos aea941751f add addrctlpolicy 2015-12-13 14:28:12 +00:00
wiz bd254c9278 Whitespace nit. 2015-12-11 10:05:17 +00:00
christos e549b41801 Spell out that KM_SLEEP allocations can fail. 2015-12-11 04:11:23 +00:00
maxv a1153902a9 Rename verified_exec.c -> veriexec.c.
The old log is now in Attic/.
2015-12-09 18:25:32 +00:00
wiz 3602b021e6 Bump date for previous. 2015-12-06 09:38:21 +00:00
mlelstv a2fbab6210 document new pin configuration flags 2015-12-06 07:40:04 +00:00
jmcneill 02e69b9876 There is no user space control for this with cpuctl(8) as far as I can tell. Remove all references to it. 2015-12-01 12:07:41 +00:00
pgoyette 94e1cb8831 It is no longer required that the target process be a descendant of the
tracking process.
2015-11-23 23:28:33 +00:00
pgoyette f4bbc3f78c Minor rephrasing for English grammar police. 2015-11-23 23:23:25 +00:00
pgoyette 52b76a516b Include additional info, including potential security consideration. 2015-11-23 23:00:29 +00:00
wiz 4cce8f946f Bump date for previous. 2015-11-22 09:37:33 +00:00
kamil b86d7f33dd +libpanel: Z-order for curses windows 2015-11-22 05:12:22 +00:00
wiz a539bee556 Add missing word. 2015-11-21 09:02:31 +00:00
wiz 234f27c5ee Fix some typos. Use more markup. 2015-11-21 09:01:35 +00:00
pgoyette 4023d6c003 Fix typo in sample program 2015-11-21 00:50:15 +00:00
pgoyette 9cf490690d Fix sample code fragment 2015-11-21 00:35:59 +00:00
christos 23a15ec846 reflect reality. 2015-11-20 20:41:58 +00:00
christos 46295be3ca cross reference bridge; mention VLAN tagging. 2015-11-20 17:02:58 +00:00
christos 9272ae0e87 mention VLAN change. 2015-11-20 17:00:48 +00:00
pgoyette 26e2800d71 Update for recent filemon(4) changes, and add additional information on
invoking filemon.
2015-11-20 03:13:35 +00:00
pgoyette 12e612a129 Minor cleanup in example code - use FD_CLOEXEC instead of magic number 2015-11-20 00:40:18 +00:00
plunky 11e6538c0e Antti is Kantee 2015-11-15 19:44:31 +00:00
wiz 3baeca6f8b Bump date for previous, remove empty line. 2015-11-13 09:51:16 +00:00
phx d656580485 Add sandpoint ddb-entry method. 2015-11-12 17:45:12 +00:00
wiz e7cd356db3 New sentence, new line. 2015-10-29 07:46:08 +00:00
mrg 0830d20e3a flesh out the descrition of kernhist_dumpmask() 2015-10-29 00:32:55 +00:00
mrg 679d7c25a6 introduce a new way of handling SYSCALL_DEBUG messages -- send them to
a kernel history, settable via the SCDEBUG_KERNHIST flag.

this requires a fairly significantly different set of messages than the
normal debug as histories are restricted:
	- each message can take one literal format string and upto 4
	  arguments
	- the arguments can not be strings if you want vmstat -u to
	  work (this could be fixed, and i might, as it would be nice
	  if we could print syscall names as well as numbers.)

introduce SCDEBUG_DEFAULT that is settable in the kernel config.

fix a problem in kernhist_dump_histories() where it would crash when a
history with no allocated entries was found.

extend kernhist_dumpmask() to handle the usbhist and scdebughist.
2015-10-29 00:27:08 +00:00
wiz 7a72dbee65 Fl already provides the '-'. 2015-10-27 08:46:13 +00:00
bad b7ab9303c7 Explain how exactly tagged packets are processed.
While here remove a bit of non-techref wording and assume that people know
what VLANs are good for..

XXX: pullup-7, pullup-6
2015-10-26 22:18:57 +00:00
mrg d533d1b200 oops, i really did mean a section 9 reference for usb -- but as usbdi(9). 2015-10-26 17:23:00 +00:00
wiz 5baa34ea0e Various fixes and improvements.
Guess what the end of a sentence could be.
2015-10-26 09:06:52 +00:00
mrg 57387e988f add documentation on "options KERNHIST". 2015-10-26 07:07:36 +00:00
wiz e07c1552b7 Remove description of SPLASHSCREEN_PROGRESS and WSDISPLAY_SPROGRESS.
The last remnants of the former were just removed from src by
pronchery.

Bump date.

XXX: probably WSDISPLAY_SPROGRESS needs removal too -- back to you,
pronchery!
2015-10-25 23:00:00 +00:00
pooka f9fe23489a terminology police: rump -> rump kernel 2015-10-19 14:33:11 +00:00
wiz 91583d44bd Improve wording; add missing comma. 2015-10-14 08:32:24 +00:00
nonaka 22a41a669f PR/50261: Add valz(4) man page. 2015-10-14 04:22:45 +00:00
msaitoh 86524ef906 Add note about the return value of pci_intr_setattr(). Found by wizd(8). 2015-10-13 09:21:56 +00:00
wiz 382f373b38 Add return type for pci_intr_setattr to SYNOPSIS. Add missing comma.
XXX: return values for pci_intr_setattr are not documented.
2015-10-13 08:44:54 +00:00
msaitoh 61a6132f89 Add missing pci_intr_setattr(). The function first appeared in NetBSD 5.0. 2015-10-13 04:34:38 +00:00
riastradh c8d570586e Semicolon, not comma; use future tense more Englishly. 2015-10-13 04:22:24 +00:00
wiz eb7338956d Bump date for previous. 2015-10-12 12:07:24 +00:00
plunky 48de9fb88b attaching controllers to serial ports is configured using btattach.conf
and not btdevctl.conf, so say that
2015-10-09 19:49:25 +00:00
snj 6ddd15a9a1 fix formatting 2015-10-07 00:44:25 +00:00
pgoyette 7c6859f1a8 Minor tweaks, from Michael McConville 2015-10-04 22:51:19 +00:00
wiz 032e90426a Bump date. 2015-10-04 12:10:51 +00:00
msaitoh 605f564f52 PCI Extended Configuration stuff written by nonaka@:
- Add PCI Extended Configuration Space support into x86.
- Check register offset of pci_conf_read() in MD part. It returns (pcireg_t)-1
  if it isn't accessible.
- Decode Extended Capability in PCI Extended Configuration Space.
  Currently the following extended capabilities are decoded:
   - Advanced Error Reporting
   - Virtual Channel
   - Device Serial Number
   - Power Budgeting
   - Root Complex Link Declaration
   - Root Complex Event Collector Association
   - Access Control Services
   - Alternative Routing-ID Interpretation
   - Address Translation Services
   - Single Root IO Virtualization
   - Page Request
   - TPH Requester
   - Latency Tolerance Reporting
   - Secondary PCI Express
   - Process Address Space ID
   - LN Requester
   - L1 PM Substates
  The following extended capabilities are not decoded yet:
   - Root Complex Internal Link Control
   - Multi-Function Virtual Channel
   - RCRB Header
   - Vendor Unique
   - Configuration Access Correction
   - Multiple Root IO Virtualization
   - Multicast
   - Resizable BAR
   - Dynamic Power Allocation
   - Protocol Multiplexing
   - Downstream Port Containment
   - Precision Time Management
   - M-PCIe
   - Function Reading Status Queueing
   - Readiness Time Reporting
   - Designated Vendor-Specific
2015-10-02 05:22:49 +00:00
wiz 1a48e143e6 Reduce whitespace. 2015-09-29 07:59:15 +00:00
christos 701e13f65d document new sysctls 2015-09-24 14:56:41 +00:00
wiz c4443bdc21 Bump date for previous. 2015-09-22 08:29:30 +00:00
pgoyette 0ab10d2543 Tweaks from Michael McConville - thanks! 2015-09-22 00:10:12 +00:00
wiz 18373c2a42 New sentence, new line. Bump date for previous. 2015-09-09 17:42:35 +00:00
phx d8d407e007 Tests showed that the sensor needs at least 30ms after a MR (measurement
request) to have valid data ready, so the driver didn't work very well.
Now the MR is sent in configurable intervals (hw.hythygtemp0.interval)
using callout(9), so that valid data is immediately available for
sysmon's sensor refresh. When the refresh comes too close after the last
MR, then the previous values are used.
2015-09-09 17:16:20 +00:00
nonaka d29e8b42dd Add ifconfig.if(5) to SEE ALSO. 2015-08-28 09:06:45 +00:00
wiz 571f656db2 Bump date for previous. 2015-08-28 08:01:15 +00:00
wiz b4cc4d35f4 Remove reference to non-existing hostname.if(5). 2015-08-28 08:00:32 +00:00
nonaka 5e4eaa25ce Added rtwn(4) for Realtek RTL8188CE/RTL8192CE PCIe 802.11b/g/n wireless network
devices.  Ported from OpenBSD.
2015-08-27 14:04:07 +00:00
wiz 71a19e6319 Formatting and typo fixes. 2015-08-23 20:07:16 +00:00
rkujawa bafa0e11e2 Add man page for mcp48x1dac driver. 2015-08-23 19:09:02 +00:00
wiz b23bf62e84 Bump date for previous. 2015-08-20 11:05:06 +00:00
pgoyette 2c11157aee P1003_1B_SEMAPHORE is no longer optional 2015-08-20 10:42:09 +00:00
wiz 97768490b0 New sentence, new line. Sort SEE ALSO. 2015-08-19 09:57:41 +00:00
phx f05eaecf11 Add some more MI SPI drivers to the list: mcp23s17gpio(4), mcp3kadc(4),
mcp48x1dac(4).
2015-08-18 19:40:21 +00:00
phx d643dd143b MI driver for the Microchip 3x0x series of SAR analog to digital converters. 2015-08-18 15:54:20 +00:00
knakahara d338e2661d Add man about kernel APIs to support intrctl(8). 2015-08-17 06:28:11 +00:00
wiz 7b9a747246 Mark up NULL with Dv. 2015-08-15 16:39:58 +00:00
maxv 812c7f05b0 Mention UVM_KMF_EXEC. 2015-08-15 10:31:41 +00:00
maxv 13c3729cf1 Remove POOL_INIT() (does not exist). 2015-08-15 10:18:07 +00:00
knakahara f60a13e999 fix pci_get_ht_capability(9). 2015-08-14 06:48:11 +00:00
knakahara ae22aa76b8 Add pci_get_ht_capability(9) man. 2015-08-14 02:04:16 +00:00
msaitoh 90a6dc2de1 MSI and MSI-X are supported now. 2015-08-13 05:02:37 +00:00
msaitoh cf6cd3a5c4 Change pci_msi[x]_count()'s argument. 2015-08-13 05:01:04 +00:00
msaitoh 56d05a2e25 - Add X540.
- Remove HARDWARE list because it's difficult to maintain.
2015-08-11 04:25:13 +00:00
maxv 02aebf5ed4 Remove KMEMSTATS. 2015-08-07 13:53:28 +00:00
maxv 203a757f50 Remove KMEMSTATS 2015-08-07 07:34:56 +00:00
maxv dbd12c7d3b Remove the malloc debug options. They no longer exist. 2015-08-07 07:14:43 +00:00
wiz 2cef9c1b6e Use Dv for NULL, remove dot at end of SEE ALSO 2015-08-06 06:56:00 +00:00
mrg cbf81001a0 document pci_intr_evcnt() 2015-08-05 07:00:34 +00:00
jnemeth f59ebd632b typo from Timo Buhrmester 2015-07-30 03:21:33 +00:00
wiz 13974b8600 Use more Dv. 2015-07-28 09:52:43 +00:00
wiz 8ba2022d63 New sentence, new line. 2015-07-28 09:51:42 +00:00
maxv 807beaf028 Document KMEM_SIZE, KMEM_REDZONE and KMEM_GUARD. 2015-07-28 08:59:47 +00:00
knakahara 63ee2a18ca fix typo. reported by nonaka@n.o 2015-07-24 07:40:58 +00:00
mrg cf4dd8937a remove the xfree86 reachover makefiles and the vast majority of
the support in the rest of the source tree.

X11 sets could use some cleaning up perhaps (just deletion, as
we've never really marked the old X11R6 as obsolete for native
xorg using platforms so far either.)
2015-07-23 08:03:24 +00:00
wiz 728c4be5f1 Fix Dd argument, whitespace, improve readability. 2015-07-21 12:05:02 +00:00
knakahara f418a5c9d8 add pci_intr_alloc() man 2015-07-21 03:12:50 +00:00
wiz 307e20f618 Trailing whitespace, begone! 2015-07-17 06:45:55 +00:00
hannken 50c0a5b05d Operations getnewvnode() and ungetnewvnode() have been replaced with vcache.
- Remove now obsolete functions getnewvnode() and ungetnewvnode().
- Document vcache operations.

Welcome to 7.99.20
2015-07-12 08:11:27 +00:00
wiz 369f64d0b0 Add more formatting. 2015-07-11 17:36:09 +00:00
kamil 1759837355 Use more macros for symbolic constants
This change was suggested by <riastradh> in PR xsrc/49912
The change idea was approved by <wiz>
2015-07-11 17:24:13 +00:00
kamil f5c40520dc Correct mandoc warnings and errors
This change should be no visible to users.
2015-07-11 16:47:49 +00:00
wiz e3c29bc5b2 Avoid Pq. 2015-07-11 15:42:31 +00:00
kamil 152b443026 Clean-up documentation of login.conf(5)
Remove redundant word "limit" from sentences "Maximum ...".
Note that vmemoryuse might specify both maximum and current limits.
Remove redundant 'in bytes' from the description of vmemoryuse, it's noted
in the next section describing the argument type 'size'.

Changes inspired by <riastradh> in PR xsrc/49912
2015-07-11 14:18:08 +00:00
wiz 3834643e6b Bump date for previous. 2015-07-11 09:54:06 +00:00
kamil 3867e136be Clean-up resources (sys/sys/resource.h) usage
Add vmemoryuse to login_cap(3)
Document vmemoryuse in login.conf(5)
Document proc.pid.rlimit.vmemoryuse and proc.pid.rlimit.maxlwp in sysctl(7)
Document SBSIZE, AS, VMEM and NTHR in share/doc/psd/05.sysman/1.6.t

Reviewed by <riastradh>
Approved by <pgoyette>

Tested by Dominik Bialy

Closes PR xsrc/49912
2015-07-11 09:21:22 +00:00
wiz 187098ed8c Spelling. 2015-07-09 11:38:05 +00:00
wiz b8e7a38d54 Bump date for previous. 2015-07-09 11:34:59 +00:00
roy 9cc6656f0e Note that dhcpcd will ignore the wpa_supplicant variable in rc.conf 2015-07-09 10:24:27 +00:00
kamil 49204776a2 Set proper include file: <sys/intr.h>
The <sys/param.h> header has nothing to do (directly or indirectly) with
splraiseipl(9). This issue might be hidden for kernel modules, as
<sys/module.h> includes <sys/mutex.h>, which in turn pulls in <sys/intr.h>.

Reviewed by <msaitoh>
2015-07-09 10:23:51 +00:00
wiz 3c019c621b New sentence, new line. 2015-07-03 22:18:02 +00:00
bouyer 3c96c24fae Add basic support for tap detection, emulating a left-click. 2015-07-03 14:18:18 +00:00
skrll 7270a09d72 Typos 2015-06-29 16:20:14 +00:00
dholland 3a11b350c0 Catch up with <varargs.h> removal. 2015-06-15 02:06:18 +00:00
christos 621bb43b15 the data segment is not randomized. 2015-06-14 16:56:36 +00:00
wiz 9336a60907 Whitespace fixes. 2015-06-04 09:20:12 +00:00
rkujawa ca97ac20da Cross-reference xsh(4) and xsurf(4). 2015-06-04 09:17:52 +00:00
rkujawa daf0ed6eca Name of the USB module is known, as it was already released. 2015-06-04 09:08:38 +00:00
pgoyette cadd54e581 Fix typo - from Kamil Rytarowski 2015-06-04 01:58:30 +00:00
matt a538b93406 Change draft-ietf-tcpm-initcwnd-08.txt to RFC6928, 2015-05-27 07:52:02 +00:00
prlw1 4b3129d595 typo 2015-05-25 21:02:37 +00:00
mbalmer b60e108231 Lua 5.1 -> Lua 5.3
From Kamil Rytarowski.
2015-05-25 08:57:31 +00:00
maxv fa06c44d48 Remove the DIAGNOSTIC section, and two references to MALLOC and FREE. 2015-05-23 17:05:03 +00:00
ozaki-r 5ca2652f3f Remove description of netns/
Pointed out by Kamil Rytarowski
2015-05-21 01:05:33 +00:00
snj ad614bfa87 the OSI options are long gone (hi joerg!) 2015-05-16 17:13:55 +00:00
knakahara d12e1568ea update man. 2015-05-15 08:39:14 +00:00
wiz 08966c2e65 Sort sections. 2015-05-14 13:59:57 +00:00
wiz 5f5eebf1e3 Minus needs a backslash, add it. 2015-05-14 13:59:15 +00:00
pgoyette fa7d5074ac Add new man page for devsw_attach() and friends.
From Kamil Ritarowski with some editting by myself.
2015-05-14 00:08:44 +00:00
pgoyette a75c623ada Add a reference to the recently added module examples. 2015-05-13 22:31:16 +00:00
pgoyette 09f3122f4f Add the correct cross-ref, to intro(9lua) 2015-05-13 12:21:04 +00:00
shm 0bda128cdf 0 mappings are currently disabled on all architectures. 2015-05-13 11:36:12 +00:00
pgoyette 09458121ad Note to self: if you're going to revert, do it right.
This should restore the original SEE ALSO section.
2015-05-13 10:49:26 +00:00
pgoyette ec17d2b7e8 Revert revision 1.31 - the referenced page does not exist and I am not
qualified to write it!
2015-05-13 10:17:27 +00:00
wiz bfd8396881 Fix typos, sort SEE ALSO. 2015-05-13 09:15:21 +00:00
pgoyette ba5eaf4e0d Add an entry for lue(9lua) to the SEE ALSO list. 2015-05-13 09:04:38 +00:00
mlelstv 1490a7ba80 Add documentation for the drvctl driver and add reference.
Fixes PR 49895.
2015-05-13 07:28:49 +00:00
wiz 25fa64e429 Bump date for previous.
Use .An.
2015-05-04 21:29:38 +00:00
ryo 89eada3bfc PR/49819: Roberto E. Vargas Caballero: Add support for SystemBase SB16C1050 PCI serial card 2015-05-04 21:21:38 +00:00
pgoyette 1824fee224 Update the Dt macro to include the x86 subdir. 2015-05-04 08:16:28 +00:00
pgoyette a0820f0ebc Swap function names, so that xxx_bp() refers to the boot processor and
xxx_ap() to the application processor. It doesn't make any sense to
have bp reference the application processor while ap references boot!

XXX The two function are now lexicographically mis-ordered.  If this
XXX is an issue, let me know and I will re-sequence them.
2015-05-04 08:15:21 +00:00
wiz 0c6040f523 Sort SEE ALSO. 2015-05-04 08:07:02 +00:00
pgoyette cd4fbf1b4e Fix some more cross-refs to point at the x86-specific subdir 2015-05-04 08:04:50 +00:00
wiz f63d741004 New sentence, new line. 2015-05-04 07:44:18 +00:00
wiz d7601bc4b1 New sentence, new line. Linebreaks. Fix an article. 2015-05-04 07:40:53 +00:00
wiz f4f57f3254 Sort SEE ALSO, fix xref. 2015-05-04 07:39:00 +00:00
wiz 9b918b0962 Add .An -nosplit. 2015-05-04 07:14:03 +00:00
pgoyette 1921a9a8e3 Update mark-up 2015-05-04 06:14:47 +00:00
ryoon f45869d2bd Add missing .Sh SYNOPSIS 2015-05-04 05:30:48 +00:00
pgoyette b20ab9736b Remove extraneous blank line. 2015-05-04 03:53:41 +00:00
pgoyette 6722659ea8 Update the min and max interval values for the watchdog. The previous
numbers were correct, but the units for those numbers was ticks, not
seconds!  (One tco watchdog tick is approximately 0.6 seconds.)
2015-05-04 03:46:28 +00:00
pgoyette ed66b501e0 Add new man page for tco(4), and update ichlpcib(4) man page. 2015-05-04 02:43:18 +00:00