Commit Graph

13604 Commits

Author SHA1 Message Date
mrg f2baad49fd switch x86 to GCC 4.5. 2011-08-07 08:15:02 +00:00
jmcneill fd3dad8d81 add -u flag 2011-08-06 12:32:29 +00:00
jruoho 4bd85b4353 Note also common bit rates. 2011-08-06 11:07:18 +00:00
wiz d8256fc4eb Bump date for previous. 2011-08-06 08:49:04 +00:00
mbalmer f07d935b68 Document MKKMOD, patch from PR 45216. 2011-08-06 07:36:20 +00:00
jmmv bbf950e188 Rename the _atf user to _tests. The _atf name will get obsoleted if/when
we migrate to Kyua (atf v2), so it's better to use a generic name that does
not depend on the specific implementation.  Also, this user has not gone
out yet into any stable release, so we can easily rename it.

Suggested by jruoho@.
2011-08-05 14:43:41 +00:00
plunky 67e53d37bc NOPATH the lib we are making, rather than HOSTPROG which is irrelevant 2011-08-05 09:36:28 +00:00
matt c3bb2a6aa0 Switch mips and powerpc to GCC 4.5 2011-08-05 00:24:12 +00:00
wiz a4ba190ce7 Remove trailing whitespace. Comment out pm2fb(4) link (page does not exist yet)
Merge two one-element lists into one list.
2011-08-04 20:40:52 +00:00
martin 1c0b6eb724 no space after \ for continuation lines, please 2011-08-04 19:30:11 +00:00
rkujawa f02273fb5e Add basic PCI support for amiga port.
Add missing bus_space(9) methods needed for MI PCI.
Add p5pb(4) - Phase5 PCI bridge driver (and the man page).
Add quirks table to zbus(4) - needed for p5pb.
Change approved by phx.
2011-08-04 17:48:50 +00:00
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