Commit Graph

15667 Commits

Author SHA1 Message Date
christos
4a9e204fe8 back to use binutils since the path is hard-coded everywhere! 2016-01-26 19:09:56 +00:00
christos
4bab817c32 external binutils and gdb variables. 2016-01-26 17:47:06 +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
pooka
d35b86acad Don't include <rump/rumpvnode_if.h> from rump.h. It's not needed
unless you're doing something special, but requires register_t.
Adjust the few places which actually need rumpvnode_if.h.
2016-01-25 11:45:57 +00:00
pooka
6cd39ddb85 add -D_KERNTYPES 2016-01-25 11:01:17 +00:00
christos
c84bade02b Add tool cvslatest 2016-01-24 20:15:11 +00:00
christos
ffeb8dbf4e Define _KERNTYPES for things that need it. 2016-01-23 21:22:45 +00:00
riz
673c699d5d Build DTrace userland by default on i386, amd64 and earm* 2016-01-22 21:55:51 +00:00
jnemeth
ff30143cb1 PR/50691 - Nikolai Lifanov -- add LTS 2016-01-22 19:13:53 +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
christos
edabda5336 group by directory. 2016-01-10 16:22:57 +00:00
dholland
acb0b70b4a Apparently it's important to do
-Wp,-iremap,${DESTDIR}:
and not
  -Wp,-iremap,${DESTDIR}/:/

Why this should matter for strings where the trailing slash is
present, I dunno. But it does.

Fixes the MKREPRO problem where the unfixed path to lfs_accessors.h
appears ina bunch of bins.
2016-01-10 06:13:21 +00:00
dholland
2e9c8f6e0f For MKREPRO, substitute DESTDIR before NETBSDSRCDIR; then it has a
chance of working if DESTDIR is under NETBSDSRCDIR (as happens with
default objdirs when building someplace random other than /usr/src...)
2016-01-10 03:59:34 +00:00
christos
3619260b5b - use -fdebug-regex-map to remap one style of object dirs. There are others.
- change DESTDIR to nothing so that we don't get // in the front
- apply the mappings to both c and c++
2016-01-09 02:06:22 +00:00
jnemeth
46077796f7 PR/50630 - Nikolai Lifanov -- add some acronyms 2016-01-08 08:37:18 +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
mbalmer
14ef5a602a add tehran airport 2016-01-03 15:25:31 +00:00
christos
9b4e848824 Add the pthread libraries, documented already in bsd.README; sort 2016-01-01 17:06:21 +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
wiz
fca9124183 Hardcode some dates to make this more MKREPRO safe. 2015-12-23 10:43:35 +00:00
christos
6b4079e461 Add a prefix translation map for debugging symbols. Note the use of variable
indirection so that DW_at_producer that contains the compilation command
remains the same: readelf --debug-dump foo.debug
2015-12-22 16:46:56 +00:00
ryoon
c6462b8daf Add .Pp for easy distinction between examples. 2015-12-21 13:15:04 +00:00
wiz
2279c2dafc Fix pasto. 2015-12-19 00:25:50 +00:00
christos
72e3b03409 Sort texinfo dir file for MKREPRO 2015-12-18 18:57:56 +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
kamil
8ad8b0676c Correct mistakes in the sqlite.lua example
Changes:
- The open flag: sqlite.OPEN_CREATE will open the DB for reading and
  writing, adding sqlite.OPEN_READWRITE to sqlite.OPEN_CREATE will cause
  the DB to not be created and prevent the script from continuing
- When using stmt:bind_parameter_index() the parameter needs to be
  prefixed with ':' if that was used in the prepared statement,
  otherwise the incorrect index of 0 is returned.
- The drop table statement has an "x" appended to the table name, looks
  like a typo.

Patch by Travis Paul

Closes PR misc/50493
2015-12-08 23:04:40 +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
wiz
1c9d345b30 Fix a date to make this more reproducible. 2015-12-05 08:11:42 +00:00
jnemeth
37abb69218 PR/50492 - Nikolai Lifanov -- add MBA 2015-12-03 03:28:47 +00:00
joerg
be2d9aaa80 Don't set TOOL_GREP to something which doesn't exist, just use the host
tool for now.
2015-12-01 22:18:26 +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
hubertf
f8f91eb838 Move today's most common config (WPA) to the front
Add a WPA config with hidden (non-broadcasting) SSID
2015-11-26 16:07:40 +00:00
hubertf
d5d989696c add RCS is 2015-11-26 16:03:18 +00:00
christos
27a26957d4 PR/50360: Thomas Klausner: Fix MKREPRO builds 2015-11-25 01:20:11 +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
kamil
1d5ce4bbb4 Add new predefined value for DPADD: LIBPANEL 2015-11-22 04:59:15 +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
pooka
33a1fe2a2d describe => rumpdescribe 2015-11-15 13:50:10 +00:00
isaki
e95d7bfcc6 Correct the x68k's Backspace key behavior.
With this fix, the Backspace key on x68k keyboard erases
previous one character, instead of outputting '^?' character.
Reported by Yasushi Oshima (two months ago..)
2015-11-15 06:43:17 +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
christos
3e50f3c769 LIBEXECINFO 2015-11-07 23:53:28 +00:00
joerg
0bc53a588b LIBEXECINFO 2015-11-07 23:41:58 +00:00
jmcneill
01606544ce Build xf86-video-modesetting on evbarm 2015-11-06 01:17:08 +00:00
phx
d188e23f41 Build a wsfb Xorg server for amiga. 2015-11-04 17:06:23 +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
jakllsch
4ab69f6ee3 EIDE is "enhanced", not "enchanced". 2015-10-27 15:33:07 +00:00
jakllsch
b0dbf4ae55 +EBCDIC 2015-10-27 15:29:45 +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
christos
6fe4ef3820 Amend variable initialization in the declarations comment. 2015-10-24 15:46:09 +00:00
dholland
3adc6f5a85 because I'm feeling tetchy, implement "make describe" for everything that
has man pages.
2015-10-19 17:08:11 +00:00
pooka
fd591903fa Allow "make describe" to descend into SUBDIRs. 2015-10-19 16:17:14 +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
rjs
5f50d03486 Add Xorg server to ibmnws build. 2015-10-13 20:12:03 +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
mrg
ef952a545a add xf86-video-nouveau 2015-10-13 03:14:16 +00:00
wiz
eb7338956d Bump date for previous. 2015-10-12 12:07:24 +00:00
mbalmer
b24857d8af add LUA 2015-10-11 10:02:15 +00:00
dholland
19274b23bf ALUA (asymmetric logical unit access) from Nikolai Lifanov in PR 50227 2015-10-11 00:58:24 +00:00
dholland
bc3b61d8ba +FTR (from Nikolai Lifanov in PR 50293) 2015-10-10 22:51:05 +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
mbalmer
2b8a421a52 Fix case. 2015-10-02 09:01:23 +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
rjs
5d347183ce Build Xorg server and wsfb driver for mac68k. 2015-09-30 22:58:02 +00:00
wiz
1a48e143e6 Reduce whitespace. 2015-09-29 07:59:15 +00:00
mrg
a5c0f21e52 move GCC 4.8 users to using gcc.old. should be no functional change. 2015-09-25 08:24:20 +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
885f10e6bf tgif 2015-09-18 13:40:10 +00:00
mbalmer
43ef4f903a Fix a few entries, add a not about IATA vs. ICAO codes. 2015-09-13 09:21:51 +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
uebayasi
45ccdffc42 Revert previous. It was not wrong, but not necessary for everyone.
(If really wanted, *.a generation rule can be easily overriden locally.)
2015-09-08 16:06:42 +00:00
uebayasi
463bd4e74c Order object build alphabetically. 2015-09-07 06:42:07 +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
dholland
2e4ca381fa +LTO 2015-08-22 19:18:10 +00:00
pgoyette
13da755153 Add a (clean) definition of WTF 2015-08-21 09:46:43 +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
dholland
05db422695 +GMT (Robert Elz, PR 50157) 2015-08-20 07:10:02 +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
christos
70adad9195 switch everyone to gdb 7.9.1 2015-08-17 17:36:06 +00:00
christos
f88da81e7d switch powerpc to gdb 7.9.1 2015-08-17 12:50:00 +00:00
christos
6e6c9ec1c4 switch vax to gdb-7.9.1 2015-08-17 10:16:47 +00:00
christos
3c54d3912b add sun2 2015-08-17 10:12:29 +00:00
christos
9a44f62457 switch sparc64 to gdb-7.9.1 2015-08-17 10:06:29 +00:00