Commit Graph

13643 Commits

Author SHA1 Message Date
matt 8919910c3e wd includes SATA as well. 2011-08-04 15:40:20 +00:00
mrg 7941c10dff switch sparc64 to GCC 4.5.3. 2011-08-04 00:52:49 +00:00
wiz b12bebbd56 Re-add intro(4) removed by accident. 2011-08-03 21:16:04 +00:00
wiz 593a132961 Bump date for previous. 2011-08-02 10:23:33 +00:00
wiz 5303ff6102 Whitespace nits. 2011-08-02 10:17:35 +00:00
wiz 93ae3653cd New sentence, new line. 2011-08-02 10:04:07 +00:00
mrg e740c47eb7 updates for xorg-server 1.10.3 2011-08-02 07:44:39 +00:00
mbalmer 631d5867a0 According to the Oxford Dictionary of Etymology, a wether is a male sheep
or ram.
2011-08-01 12:28:53 +00:00
rmind d06d3e7845 Add pserialize(9) manual page. 2011-07-30 18:19:04 +00:00
jym 232e0a977a Reflect my change for Xen sysctl(7) nodes:
kern.xen.balloon -> machdep.xen.balloon.
2011-07-30 09:39:20 +00:00
mbalmer e0b81c69ef Fix a typo, noticed by Snader_LB, tnx! 2011-07-28 16:14:50 +00:00
mrg d4bb67a86f update to xorg-server 1.9.5 2011-07-24 01:40:40 +00:00
mrg 4cdc33f137 updates for freetype 2.4.5 2011-07-24 00:33:38 +00:00
jym 175b1728c7 And struct cfdata => cfdata_t too... 2011-07-23 16:04:35 +00:00
jym c3f2a905be struct device => device_t. Bump date. 2011-07-23 16:02:15 +00:00
christos 8095409b69 Sync keyboard list with reality. 2011-07-22 19:06:23 +00:00
wiz 0fc1088390 Remove Xr to nonexisting intro(4), xref ifconfig.if(5) instead of non-existing hostname.if(5),
remove trailing empty line.
2011-07-22 08:38:43 +00:00
jakllsch 318322babb Add urndis(4) manual page. 2011-07-20 20:51:11 +00:00
jruoho 0ead7c269a Xref delay(9) and kpause(9) with each other. 2011-07-20 05:20:54 +00:00
dholland 6afd4e5087 typo 2011-07-18 04:39:28 +00:00
dholland 99199b5b1a fix typo 2011-07-17 23:50:05 +00:00
joerg 3eb244d801 Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
2011-07-17 20:54:30 +00:00
tsutsui ce89d25111 Add definitions for elf2aout tools. 2011-07-16 23:42:42 +00:00
matt dff840eccd VAX kernel modules need to be built with -fno-pic 2011-07-14 18:12:35 +00:00
jruoho fb62814031 Update. 2011-07-13 12:22:36 +00:00
jruoho b4d286f06e Xref hpacel(4). 2011-07-13 11:03:07 +00:00
wiz 9617d469fe Fix RCS Id. 2011-07-13 08:38:16 +00:00
jruoho b5dc3d4af2 A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.
2011-07-13 07:52:48 +00:00
hannken 49511bba25 Change VOP_BWRITE() to take a vnode as its first argument like all other
VOPs do.  Layered file systems no longer have to modify bp->b_vp and run
into trouble when an async VOP_BWRITE() uses the wrong vnode.

- change all occurences of VOP_BWRITE(bp) to VOP_BWRITE(bp->b_vp, bp).
- remove layer_bwrite().
- welcome to 5.99.55

Adresses PR kern/38762 panic: vwakeup: neg numoutput

No objections from tech-kern@.
2011-07-11 08:27:37 +00:00
matt 573c9331e5 Add more links for evbmips
Add ${MACHINE} link
2011-07-10 23:50:24 +00:00
apb 404ff31a48 Allow quoting of embedded shell metacharacters in locate.conf(5).
The shell_quote function here is identical to that in postinstall
and etcupdate.

This should fix PR 45130 from Greg Woods.
2011-07-10 13:42:49 +00:00
tsutsui 0684fd552b Add OBJCOPY_ELF2AOUT_FLAGS for some arm ports to create a.out binaries
using objcopy(1) for old firmware, shared among src/distrib and
src/sys/arch/${MACHIHNE}/conf/Makefile.${MACHINE}.inc.

Discussed with mrg@ and matt@ on source-changes-d@.
2011-07-10 04:36:13 +00:00
jmcneill 0c9acadfad This driver now supports digital capture, so remove the note in the BUGS
section.
2011-07-09 15:06:49 +00:00
wiz 5002f12c95 Sort error descriptions. 2011-07-09 07:57:53 +00:00
dyoung acbb3ce8b3 Describe some of the expected return codes from bus_dmamap_load(9). 2011-07-08 22:38:08 +00:00
uwe cc65ce8e22 Augment previous. Use -Wno-uninitialized for sh3 in general, not just
dreamcast.  The problem is not sh3 per-se, but the fact that for sh3
we use -Os by default.  That causes false positives since gcc doesn't
detect that e.g. a variable is set and used under the same condition
in different "if" statements.

XXX: This should probably check for optimization level instead,
though, for all I know, phase of moon might be a contributing cause
too.

XXX2: MACHINE_CPU is set in bsd.own.mk and is not available here, so
we have to spell the test in terms of MACHINE_ARCH.
2011-07-08 20:59:53 +00:00
wiz 837dee575f Remove trailing whitespace, use Er for errors, break some lines to avoid
unintended markup.
2011-07-08 19:40:24 +00:00
mrg 5f311ecb4a # XXX GCC 4.5 for dreamcast is extra noisy for cases it should be better with
workaround via: CFLAGS+=      -Wno-uninitialized
2011-07-08 03:29:52 +00:00
dyoung 5fc6496c2d Describe bus_space_tag_create(9) and bus_space_tag_destroy(9) for
implementing bus spaces in MI code.

(This documentation may be several hours ahead of the implementation,
sorry.)
2011-07-06 21:36:16 +00:00
dyoung 9063212b84 Document bus_space_reserve(9), bus_space_reserve_subregion(9),
bus_space_release(9), bus_space_reservation_map(9),
bus_space_reservation_unmap(9), bus_space_reservation_addr(9),
bus_space_reservation_size(9), bus_space_handle_is_equal(9).
2011-07-06 18:27:31 +00:00
dholland 5d43254f4a Fix the value of "appdefaultdir" that ends up in native X .pc files.
(It should be "app-defaults" but was "app-default", probably because
of a typo; it's been wrong ever since this logic was put in two and a
half years ago, and as app-defaults files are a legacy mechanism it
took this long for anyone to notice.) Should be pulled up to -5.
2011-07-03 22:59:46 +00:00
wiz a60a258593 Remove trailing whitespace. 2011-07-03 09:10:37 +00:00
kefren 2c98490182 add RTA_TAG as defined in <net/route.h> 2011-07-03 07:25:52 +00:00
kefren 51689e9504 correct two examples and add a couple more for multiple tags 2011-07-03 07:00:47 +00:00
matt 9233f8063e Switch powerpc to USE_COMPILERCRTSTUFF=no 2011-07-02 20:21:16 +00:00
dyoung 92f34ea0d6 Bump date. 2011-07-01 22:06:19 +00:00
dyoung 1832697851 Switch machine/bus.h references to machine/bus_defs.h and
machine/bus_funcs.h references.
2011-07-01 22:05:28 +00:00
dyoung 5c997b3e12 Reference <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 17:34:44 +00:00
wiz 93a5a9bfe3 New sentence, new line. Use more markup. Bump date for previous. 2011-06-30 22:13:02 +00:00
wiz 4cbd24b23f dependant -> dependent 2011-06-30 20:09:15 +00:00
matt dd0507a9a5 Replace gzip with ${TOOL_GZIP} in manual compression.
Modify the description of USE_PIGZGZIP.
2011-06-30 18:13:51 +00:00
matt 65fe75b53f After making sure USE_PIGZGZIP is defined, add a TOOL_GZIP which will be
gzip or ${TOOL_PIGZ}.  Use of gzip can be replaced with ${TOOL_GZIP} and
automatically get to use pigz if USE_PIGZGZIP is defined as "yes".  This
avoid having to special case each of gzip.
2011-06-30 18:09:54 +00:00
macallan 4346862517 mention how to switch consoles on ADB keyboards 2011-06-30 14:56:09 +00:00
macallan 3b2a432473 document ioctl(WSDISPLAYIO_GET_EDID) 2011-06-30 14:52:37 +00:00
mrg f53e78abc3 XXX: for now, disable fatal linker warnings for GCC 4.5. 2011-06-29 08:10:05 +00:00
njoly 392e856443 Add missing El macro. 2011-06-26 10:20:41 +00:00
wiz ce0ea4e1c5 Bump date for previous. 2011-06-25 12:44:37 +00:00
nonaka c52f9a5df2 PR/45015: ld.elf_so: support ELF symbol versioning
Applied latest patch.
2011-06-25 05:45:10 +00:00
wiz 57d979b352 Quote minus so it does not become a dash. 2011-06-23 20:54:24 +00:00
riz e917779be7 Document additional settings for onpanic, from options(4). 2011-06-23 16:02:20 +00:00
riz e9fc2b6f06 Attempt to improve the documentation of ddb.onpanic, from options(4). 2011-06-23 15:57:11 +00:00
wiz 1602815d7b Sort sections, fix typos. 2011-06-23 07:47:40 +00:00
wiz 38dbd1c41d Fix typos, sort sections. 2011-06-23 07:47:22 +00:00
jruoho 5abf4f43b3 Add a small summary page for altq. From the list in PR # kern/21345. 2011-06-22 20:29:38 +00:00
jruoho 9fbe6ae1dc Add a small summary page for sysmon. From the list in PR # kern/21345. 2011-06-22 19:34:53 +00:00
mrg 75e42fa7da remove most of the remaining HAVE_GCC tests that are always true in
the modern world.
2011-06-20 07:43:56 +00:00
mrg 8f161cd6d3 remove all the code that supported HAVE_GCC=3. mostly from chuq. 2011-06-20 06:52:36 +00:00
roy 45a3ef0c73 Add civis and cnorm to our wsvt25 entry thanks to Onno van der Linden. 2011-06-19 16:27:23 +00:00
roy cab1506d89 Import a newer terminfo.src from upstream. 2011-06-19 15:58:28 +00:00
wiz e7069a3461 Add dots in abbreviation. 2011-06-19 07:17:18 +00:00
pgoyette eff7c483c3 Rather than requiring the user to know the internal encoding of sensor
types, allow the user to specify the type using the units description.

XXX Numeric specification is still permitted but will be removed soon.
2011-06-19 03:12:31 +00:00
wiz 225e0233f3 Remove trailing whitespace. Bump date for previous. 2011-06-17 18:13:49 +00:00
manu 448e1c49b2 Add mount -o extattr option to enable extended attributs (corrently only
for UFS1).
Remove kernel option for EA backing store autocreation and do it by
default. Add a sysctl so that autocreated attriutr size can be modified.
2011-06-17 14:23:50 +00:00
wiz 71ef0adbc7 New sentence, new line. 2011-06-16 21:53:53 +00:00
njoly 6e98f89e0f typo (hieararchy -> hierarchy). 2011-06-16 21:46:28 +00:00
njoly a81689a0c4 Add fstype and unprivileged-user tests configuration variables
description. Fix PR/45038.
2011-06-16 21:42:38 +00:00
yamt 62ff8c0d5c pseudo-interface -> pseudo-device 2011-06-16 03:23:08 +00:00
mrg a2c4975d63 build evbppc modules in 3 different flavours:
- oea (default)
	- ibm4xx
	- booke

this, together with earlier machine_module[] work, should allow evbppc
platforms to use modules.
2011-06-15 09:45:58 +00:00
jruoho 6e72689aa7 Try to attach hpet(4) also via a specific HPET table. Fixes PR kern/43702. 2011-06-14 13:59:23 +00:00
njoly 8d08b790cc Consistently use "Brq Dv" macros for pathconf(2) variables. 2011-06-14 13:19:32 +00:00
wiz 8e12ffad8d Mark up NULL. 2011-06-14 07:49:09 +00:00
jruoho 837886fd82 Add some. 2011-06-14 05:43:37 +00:00
rmind 3f1c6aa712 Update getnewvnode(9) description. 2011-06-14 00:56:02 +00:00
rmind 60e221031b VOP_LEASE(9) was removed long ago. Misc improvement. 2011-06-14 00:22:45 +00:00
rmind 1d2a79ab46 Describe ubc_purge(9). 2011-06-14 00:19:20 +00:00
rmind 15de01ccb7 Xr uvm_km(9) 2011-06-14 00:18:00 +00:00
nonaka a5706f7ee2 Removed non-existent wsfont_getflg() functions.
Const'fy name in struct wsdisplay_font.
Fixed some typo.
2011-06-13 15:24:21 +00:00
jruoho ef74b36d13 Rewrite the aibs(4) driver in order to support new models. Draws from the
revision 1.6 (claudio@) of the OpenBSD's equivalent driver. Tested by mrg@.
2011-06-12 07:25:43 +00:00
pgoyette 1dcfbf4075 Correct description for hw.swwdog.reboot behaviour. 2011-06-08 12:19:14 +00:00
wiz a9c099f5bf Fix typo. 2011-06-07 20:23:14 +00:00
wiz 0d3e47c8e9 Whitespace fix and sort SEE ALSO. 2011-06-07 20:22:56 +00:00
fair d53081d682 Document PPS_SYNC for com(4) and zstty(4) (the only serial drivers
in which NetBSD currently supports the option), with cross reference
to ntpd(8) and options(4).
2011-06-07 18:02:35 +00:00
jym c9ee6caf03 Document the naming convention. 2011-06-07 17:13:43 +00:00
wiz f1bd2eac9d New sentence, new line. 2011-06-07 07:27:31 +00:00
wiz 5baa81cafd Remove leading zero in date. 2011-06-07 07:26:19 +00:00
msaitoh 691f9bca2f - Add some new devices (from OpenBSD rev. 1.11-1.12,1.15 and 1.20).
- force usb to send a zero length packet on the end of usb packets
  which happen to be a multple of 64 bytes, to indicate end of packet.
  (from OpenBSD rev. 1.23)
- style change
2011-06-07 05:46:00 +00:00
wiz 1480720bc7 Sort sections. 2011-06-06 18:01:15 +00:00
jruoho 5c3b0cfd8f Instead of ioapic(4), make MLINKS { lapic(4), ioapic(4) } to apic(4). 2011-06-06 16:52:15 +00:00
njoly 293ed9ea7e Fix typo (.Ed -> .El). 2011-06-06 12:54:48 +00:00
christos 7e3e66b16b add libgcc_pic dependency. 2011-06-05 23:09:15 +00:00