Commit Graph

11346 Commits

Author SHA1 Message Date
tron
6264f47cc6 Support multiple volumes connected to Intel MatrixRAID controllers.
Code contributed by Juan RP in PR kern/39552.
2008-09-16 11:45:30 +00:00
kleink
d1e9142405 Merge tzdata2008f. 2008-09-15 21:58:07 +00:00
kleink
cebca4f514 Import tzdata2008f. 2008-09-15 21:56:17 +00:00
jdc
d62f5b378e Add SBus GEM reference.
Note when SX versions were supported.
2008-09-15 20:03:18 +00:00
cube
e8a45a91fe Play it safe and change the sed script so that -E isn't needed. 2008-09-15 18:21:48 +00:00
tron
25f901a460 Add support for status reports via bio(4) to ataraid(4).
The code was contributed by Juan RP in PR kern/39514.
2008-09-15 11:44:50 +00:00
rtr
ec7c336281 replace XTHREAD_CFLAGS with _REENTRANT instead of _POSIX_THREAD_SAFE_FUNCTIONS
as is done in pkgsrc.
2008-09-15 08:05:19 +00:00
hannken
032a270689 Kernel thread changed name from fssbsN to fssN. 2008-09-15 07:58:48 +00:00
cube
cbc74b28eb Make sure pkgconfig files we install have RPATH directives.
${TOOL_SED} -E is authorized, right?  Right?
2008-09-15 02:37:54 +00:00
apb
bd847b4bc9 * For .Sh, generate <h3 id="...">...</h3>.
* For .Ss, generate <h4 id="...">...</h4>.
This makes internal cross references from .Sx work.

While here, change .SH and .SS to do likewise, instead of using
<h3><a name="...">...</a></h3> and <h4><a name="...">...</a></h4>.
2008-09-14 20:29:10 +00:00
itohy
542372dbe8 Remove unneeded \n" found on fixing PR 39535. 2008-09-14 12:59:19 +00:00
itohy
d6e760bdd5 Escape "\" as "\e" in the example.
Fix formatting problems reported by Stathis Kamperis on PR bin/39535.
2008-09-14 12:51:39 +00:00
reed
091bd2e203 Fix spelling typo. 2008-09-13 13:45:00 +00:00
tnozaki
e8a3f4691d fix same problem with CP932, order should be NEC_IBM -> IBM.
rev1.11 and rev1.12 is completely mistake, sorry.
2008-09-13 13:08:36 +00:00
tnozaki
d2502d21a7 revert previous change, there's no problem for CP943. 2008-09-13 13:05:09 +00:00
tnozaki
167ed5d7b2 fix same problem with CP932, oreder should be NEC_IBM -> IBM. 2008-09-13 12:56:25 +00:00
wiz
8c17a9bb0b New sentence, new line. 2008-09-13 09:13:14 +00:00
cube
b11433d4c1 Add logic to install pkgconfig files from X.Org sources. Initial idea from
Tyler Retzlaff.

No, this is not code I am going to be proud of.  Meanwhile, anyone is
welcome to work on a mknative-xorg script and make sure that outputs across
all archs are consistent, and use it to generate a bunch of other stuff such
as the Imake config file and so on.  That will do for now though.
2008-09-13 04:28:37 +00:00
reed
b9096d3a29 This manpage was moved here five years ago because machine independent.
So remove the optional man page header (architecture)
(no other manpages in this directory have an architecture).

And it references two other man pages which are machine dependent,
so specifically prepend them with their mac68k architecture.
2008-09-13 00:50:57 +00:00
christos
8c6fb6faa5 PR/39525: Joachim Schueth, Frederik Sausmikat:
cgd inadvertently encrypts blkno eight times to generate IV
2008-09-12 16:51:54 +00:00
christos
fc978808f9 fix more A0 2008-09-12 14:40:46 +00:00
pgoyette
c3fdef9f06 Make the I2C_SCAN warning a bit more (ok, a LOT more) dire! 2008-09-12 01:19:17 +00:00
simonb
0541e9f3e3 Revert change made two years ago(!). copyin_proc() and copyout_proc()
have never been converted to operation on LWPs.
2008-09-12 00:35:12 +00:00
pgoyette
b1779d2b4c Forgot to bump the date 2008-09-11 23:24:36 +00:00
reed
12a0cfda39 Add some more details about the driver and events. 2008-09-11 21:53:12 +00:00
pgoyette
91d59526ca Add warning on possible side effects of using 'options I2C_SCAN' 2008-09-11 21:14:16 +00:00
pgoyette
dae4e2207c Document new I2C_SCAN option. 2008-09-11 20:49:29 +00:00
wiz
fa7124443e New sentence, new line. 2008-09-11 11:18:11 +00:00
tron
2b3ca19215 Add support for Intel MatrixRAID to ataraid(4). It is currently limited
to one volume.

The driver was provided by Juan RP in PR kern/39511.
2008-09-11 11:08:50 +00:00
joerg
dc0088231d Document MKSTRIPIDENT. Requested by lukem@ 2008-09-10 11:16:41 +00:00
apb
72527b7be6 Define Am, so HTML man pages can use \*[Am] to get an ampersand.
Non-HTML man pages were already able to use \*[Am].
2008-09-10 10:07:36 +00:00
jschauma
68b35bfb4d move punctuation of a complete sentence into its parens 2008-09-09 19:18:41 +00:00
joerg
5af38558ac Add MKSTRIPIDENT to remove the RCS IDs from binary programs and shared
libraries for space-constraint systems. The description is based on the
feedback of hubertf@, the logic on input from lukem@

This obsoletes the removal of LIBC_SCCS and SYSLIBC_SCCS for libc builds.
2008-09-09 11:54:19 +00:00
wiz
f6ea3f14f6 Uncomment SEE ALSO. 2008-09-09 05:47:07 +00:00
wiz
a1aeca8b64 New sentence, new line. 2008-09-09 05:46:27 +00:00
jmcneill
8aa427aa38 xr pseye(4), video(9) 2008-09-09 01:18:15 +00:00
jmcneill
54effa32f8 uvideo(4) man page 2008-09-09 01:16:03 +00:00
ahoka
f2efa49e4e That audio is in fact should be video in the short description. :-) 2008-09-08 22:21:47 +00:00
wiz
7415398dfe Bump date for previous, and remove trailing whitespace. 2008-09-08 16:18:37 +00:00
pgoyette
ae9d8ca4b9 Sync man page with recent changes; ipmi can now return warning-under or
critical-under for temp/voltage sensors.
2008-09-08 14:46:15 +00:00
kent
9c8aa6615e Remove -Wno-pointer-sign and -ffreestanding from CXXFLAGS. g++
doesn't support for them.
2008-09-07 15:54:52 +00:00
lukem
935f649468 Define __appmansuffix__=1 in the man page cpp(1) translation. 2008-09-07 14:29:38 +00:00
rtr
a51f302f6a add XLOCALE.DEFINES for locale path defs, easier to manage them here
than deep in the reachover.
2008-09-07 13:10:22 +00:00
wiz
56a7292635 End sentence with dot. Use more markup. 2008-09-07 12:40:11 +00:00
tron
9d95a24209 Document WAPBL kernel option. 2008-09-07 12:07:21 +00:00
tron
b2672204e3 Remove references to non-existant kernel option NO_TSC_TIME.
This fixes PR port-i386/39460 by Juan RP.
2008-09-07 12:01:25 +00:00
jmcneill
0bdc64b4ac Add AUTHORS section. 2008-09-06 20:50:15 +00:00
jmcneill
445d3a9fae Add HISTORY and AUTHORS section. 2008-09-06 20:49:27 +00:00
wiz
775589a87e New sentence, new line.
Use more markup, fix some; fix some typos.
2008-09-06 20:36:47 +00:00
wiz
36769bbcca Use more markup. Fix some markup.
New sentence, new line.
Remove reference to uvideo(4), which doesn't exist (yet?).
2008-09-06 20:32:27 +00:00
wiz
7e14671e85 Sort sections. 2008-09-06 20:12:04 +00:00
jmcneill
e5b380a542 Oops, that's SLEH-00201 2008-09-06 20:05:01 +00:00
jmcneill
75c38f287d Note that this driver supports model SLEH-00203 of the product, no
guarantees what chipset may be in future revisions.
2008-09-06 20:03:16 +00:00
jmcneill
5c9e1bed2e Add man page for pseye(4) 2008-09-06 19:39:39 +00:00
jmcneill
6bd14054c0 regen 2008-09-06 19:22:26 +00:00
jmcneill
55507439a1 Add video(4) and video(9) man pages. 2008-09-06 19:08:29 +00:00
mrg
b2e7ac5a11 add X11SRCDIR.xinput 2008-09-06 05:27:46 +00:00
lukem
df53be0111 refer to mk.conf(5) in a couple of places 2008-09-05 22:26:28 +00:00
wiz
73f280599f Remove leading zero in date. Sort supported hardware list alphabetically
by manufacturer.
2008-09-05 13:38:58 +00:00
tron
72c5460c24 Add JMicron RAID support to ataraid(4).
Patch provided by Juan RP in PR kern/39395.
2008-09-05 12:37:13 +00:00
hubertf
757e967226 The pseudo-device is really "accf_http" instead of "accf_data"
Bump date

Sanity-checked by tls@
2008-09-04 14:05:01 +00:00
ober
c476955fc4 Updates to enable the iwn man page 2008-09-03 23:44:24 +00:00
tnozaki
aaf9b2042e PR/39445, fix wrong charsets priority for CP932.
reported and tested by NARUSE, Yui-san. thanks!
2008-09-03 15:42:45 +00:00
dholland
8389b9b512 +FOSS,OSS,OSD 2008-09-03 06:45:50 +00:00
erh
d004547533 Add man page links from ttyldisc_{add,lookup,remove} to linedisc 2008-09-03 03:02:48 +00:00
erh
964cfd5cb0 Add "linedisc" to the name section of the linedisc man page so
it shows up better in apropos output.
2008-09-03 02:56:47 +00:00
lukem
2282ac6c2e remove MKNVI now that Christos has obsoleted the option 2008-08-31 23:10:40 +00:00
christos
320991dd0c remove NVI; it is the default now. 2008-08-31 05:40:15 +00:00
lukem
96ce77c5eb Document:
MAKEVERBOSE MKATF MKGCCCMDS MKINET6 MKISCSI MKLDAP MKNVI
	MKPCC MKPCCCMDS MKPIE MKPUFFS MKSTATICLIB MKX11 MKXORG
	USE_HESIOD USE_INET6 USE_JEMALLOC USE_KERBEROS USE_LDAP
	USE_PAM USE_SKEY USE_SSP USE_YP

Part of PR 29233

We really need one place to document this stuff, or at least the
canonical "installed" reference.  Currently we have:
	src/share/mk/bsd.README
	src/doc/BUILDING.mdoc		(for src/BUILDING)
	src/share/man/man5/mk.conf.5	(for mk.conf(5))
2008-08-31 02:09:43 +00:00
lukem
e425ce2906 Enable MKHTML by default; we now install the HTML version of the man
pages as well as the source & catman versions.
Add "htmlinstall" to default MANINSTALL, so MKHTML will operate correctly.
2008-08-31 01:21:41 +00:00
bouyer
db3a18456b Add a run_fsck_flags variable to daily.conf(5), allowing extra flags to
be passed to to daily fsck run.
For example, run_fsck_flags="-Tffs:-X" will run the nighly fsck_ffs on a
snapshot :)
2008-08-30 10:53:22 +00:00
tsutsui
afe1f2ffa0 Add RNG, PRNG, and TRNG. 2008-08-30 10:04:29 +00:00
mrg
668eaf0f7f add X11SRCDIR.xkeyboard-config 2008-08-30 09:13:35 +00:00
lukem
3c0dc4341a Use ${MANDIR} instead of /usr/share/man as part of the default ${HTMLDIR} 2008-08-29 04:52:44 +00:00
lukem
5efefa3743 Force a failure if both MKX11 and MKXORG are set to != "no". 2008-08-28 23:32:51 +00:00
mrg
710bacd4ef add a bunch of more variable documentation wrt xorg 2008-08-28 07:53:53 +00:00
mrg
8f32579127 - s/X11R6/X11/ in a couple of comments.
- set X11ROOTDIR?=/usr/X11R7 if MKXORG != "no".
- MKXORG does not need two default values.
2008-08-28 07:53:34 +00:00
lukem
d6e6997551 Improve support for MKXORG!=no to enable builds into external/mit/xorg.
This will be mutually exclusive to MKX11!=no.
2008-08-28 07:21:49 +00:00
mrg
1bae5733ee xorg server is version 1.4.2 2008-08-28 07:18:19 +00:00
mrg
6f734b8231 update a comment example 2008-08-28 07:17:06 +00:00
rtr
44c3e543f8 use ${X11USRLIBDIR} instead of hard-coded /usr/X11R6/lib when building
${LIB.foo} vars
2008-08-27 08:22:20 +00:00
lukem
18117d10a5 More .St changes, to bring in line with the groff versions and in-tree usage:
* remove unused -isoC-amd2
* enable -ieee1275-94 (renamed from -ieee1275)
2008-08-27 02:31:00 +00:00
lukem
4f84d43824 Rework MKHTML (HTML manual pages) implementation to behave like
the manpages and catpages builds, with similar target names (etc).
2008-08-27 02:28:34 +00:00
lukem
9614d5d9bd Fix problem I introduced in rev 1.231 on 2008/08/25 where ${_PROGLDOPTS}
and -L${_GCC_LIBGCCDIR} were appearing in the link line before ${LDADD},
so -L${DESTDIR}/lib and -L${DESTDIR}/usr/lib were being used before
local -L library paths.
Fixes ntpd/ntpdate failure noticed by Valeriy E. Ushakov <uwe@NetBSD.org>
2008-08-27 01:15:22 +00:00
lukem
c7dbe9e5b7 expand on the behaviour of MKDEBUGLIB 2008-08-27 00:16:09 +00:00
lukem
a6de443cac Default MKHTML to no, as per bsd.README.
(The default and documentation may change to yes in the near future,
as the build infrastructure for HTML man pages is fixed.)
2008-08-26 23:47:14 +00:00
lukem
34e79ff9b7 remove extraenous .El 2008-08-26 12:21:44 +00:00
lukem
8b4132b8a7 Add some .St iso9945 variants used in groff_mdoc.7 2008-08-26 09:14:03 +00:00
lukem
4d8cad2d53 Support -Bl -nested by ignoring it.
(according to mdoc(7) it's only for -enum, but libevent/evdns.3 uses it
for -tag, and it does cause different formatting behaviour with the latter.)
2008-08-26 07:26:08 +00:00
lukem
0ca24effd1 Add a few missing standards.
Force an actual .Error on an unknown .St, rather than just printing ERROR
(i.e., be consistent with other errors in this file.)
Be consistent with tabs.
2008-08-26 07:07:23 +00:00
cegger
0595bfb803 Mention support for BCM5906 chip. Bump date. 2008-08-25 08:23:00 +00:00
lukem
aa9ba46b38 Change the message when creating BUILDSYMLINKS from "create" to "symlink".
(Arguably more meaningful)
2008-08-25 08:11:04 +00:00
lukem
6cedae1847 Always link with: -Wl,-rpath-link,${DESTDIR}/usr/lib -L${DESTDIR}/usr/lib
Fixes problem with MKDYNAMICROOT=no triggered by libraries that depend
on other libraries.
Related to PR 33503.

Clean up setting of _CCLINK to always add the appropriate -B options.

Simplify the link rule for a program.
2008-08-25 08:03:14 +00:00
dholland
4c1ae597f5 Some additions of mine prompted by the other commit of additions to acronyms. 2008-08-24 23:13:07 +00:00
dholland
3d35829b94 Some additions from Jeremy Olexa in PR misc/39282. 2008-08-24 23:12:10 +00:00
gmcgarry
ce206e318d Honour HAVE_PCC 2008-08-24 06:27:00 +00:00
tnn
3f702666e5 FFI, foreign function interface 2008-08-23 13:06:51 +00:00
tnn
bebce63b1b fix formatting error 2008-08-23 12:47:39 +00:00
wiz
3806612bc7 Fix typo. Bump date for previous. 2008-08-23 07:26:55 +00:00
wiz
23d2593b81 Fix typo. 2008-08-22 22:10:52 +00:00
ober
1417b3833c Checking in the man page for the iwn(4) driver.
First man page, be gentle.
2008-08-21 01:29:41 +00:00
tacha
df79ac9f1c Add support for nVidia MediaShield ata raid found on HP ProLiant ML115.
Tested on HEAD and netbsd-4 branch with RAID0, RAID1, SPAN with MCP55 SATA controller.
2008-08-20 15:00:34 +00:00
jnemeth
054e1e7507 PR/39381 - Taylor R Campbell -- missing line break causing funny formatting 2008-08-19 22:54:53 +00:00
wiz
89869cba16 Bump date for previous. 2008-08-15 21:10:14 +00:00
reed
3cb285ac94 Point to further documentation related to SYSCTL_SETUP. 2008-08-15 16:43:51 +00:00
christos
4b67625a5e fix debugging library build. 2008-08-13 16:36:15 +00:00
wiz
13a39ab5d3 Bump date for previous.
Use more markup. Sort sections.
2008-08-13 07:54:25 +00:00
sborrill
a52c17ad61 Document the new format option 2008-08-12 18:02:39 +00:00
pooka
5ed3fcda15 Add -p for presenting the directory listing in the original case. 2008-08-12 15:14:00 +00:00
tls
b1d270319d Manual pages for accept_filters(9), from FreeBSD. Also, document syntax we
added in NetBSD for specifying accept filters in inetd.conf.
2008-08-10 14:55:13 +00:00
fair
6b07d6f6b6 Note that the le(4) driver drives the Antares SBus 10Base-T Ethernet 2008-08-10 14:43:53 +00:00
jmcneill
74a2b69ab9 Isochronous transfers are now supported, update BUGS section. 2008-08-10 13:39:58 +00:00
lukem
01ca4a276a Fix installed symlinks for LIBISMODULE=yes.
Further fixes to support for SHLIB_MAJOR set without SHLIB_MINOR.
2008-08-10 11:06:43 +00:00
lukem
e24bdb26eb When building a .so, don't require the library to have a minor version.
Prevents a "stat: Too many levels of symlinks" build error.
2008-08-10 10:42:01 +00:00
lukem
b88ccbbf16 Implement LIBISMODULE:
If not "no", install as ${LIB}.so (without the "lib" prefix),
	and act as "MKDEBUGLIB=no MKLINT=no MKPICINSTALL=no
	MKPROFILE=no MKSTATICLIB=no".
	Default: no
2008-08-10 09:25:04 +00:00
skrll
5b8384a912 typo 2008-08-08 17:14:38 +00:00
skrll
39ccd97ff0 Note show uvmhist.
Bump date.
2008-08-08 17:14:09 +00:00
drochner
52c126ff5a there was a backslash too much 2008-08-06 19:19:15 +00:00
plunky
e922dcbb71 add man page for sockopt(9) 2008-08-06 15:08:08 +00:00
skrll
d47eac2b49 s/non-zero/true/,s/zero/false/
where applicable.
2008-08-06 07:49:15 +00:00
skrll
cfee00cbb7 Spellos 2008-08-06 07:08:31 +00:00
pooka
7ab651d699 fix VOP_ISLOCKED description
noticed by Adam Burkepile
2008-08-04 21:22:02 +00:00
joerg
9259cd05bd When compiling C++ sources and BUILDSEED is set, pass down
-frandom-seed with a reduced version of .ALLSRC and .TARGET
as argument.  This allows bit-identical builds of C++ files.
2008-08-04 16:02:25 +00:00
pooka
aeb494ada2 ubc doesn't require a vnode vm object these days. 2008-08-04 13:31:14 +00:00
wiz
19073263d0 Bump date for previous. 2008-08-04 07:45:25 +00:00
rumble
14ac8bdbf0 Document -m. 2008-08-03 16:14:24 +00:00
simonb
8bf61fdeb7 Note that WAPBL needs a UFS2 format super block. 2008-08-02 14:29:12 +00:00
mrg
f0245e7653 add X11SRCDIR.* for xf86-{video,input}*. 2008-08-02 06:59:24 +00:00
mrg
f4766ba44d add X11FLAGS.DIX and X11INCS.DIX for use with Xorg.
fix the version to 1.4.2.
2008-08-02 04:36:12 +00:00
mrg
bf84f2d816 add X11SRCDIR.pixman 2008-08-02 04:35:41 +00:00
simonb
a3458e2123 Oop, fsck(8) not fsck(4). 2008-08-01 07:53:39 +00:00
simonb
1114d85d1b Note problems with old fsck(8). 2008-08-01 07:53:05 +00:00
christos
0e56257433 Document the remaining boot flags. 2008-07-31 17:08:23 +00:00
simonb
dd19be8c80 Update a bit. 2008-07-31 14:14:07 +00:00
simonb
4a733c2463 s/journalling/journaling/ 2008-07-31 12:30:15 +00:00
simonb
bc6528ab7a Add Greg Oster's man page for WAPBL. Still a work in progress,
expect updates.

Thanks a lot to Greg for cribbing together the info and getting
this going.
2008-07-31 08:28:17 +00:00
simonb
64c83a728a Wrap long lines, break lines on start of new letter. 2008-07-31 08:01:59 +00:00
pooka
4b68af9947 Prevent amd64 compiler flag -mcmodel=kernel for rump kernel code.
This allows to compile rump libraries as shared libraries also on mad64.

Problem spotted by Greg Oster.  I guess his build broke or something ...
2008-07-29 20:18:25 +00:00
pooka
bdf6e0b034 Install rump libraries and utilities to the base system and remove the
private non-installed build infrastructure from sys/rump.

breakdown of commit:
  * install relevant headers into /usr/include/rump
  * build sys/rump/librump/rumpuser and sys/rump/librump/rumpkern
    from src/lib and install as librumpuser and librump, respectively
    + this retains the ability to test a librump build with just the
      kernel sources at hand
  * move sys/rump/fs/lib/libukfs and sys/rump/fs/lib/libp2k to src/lib
    for general consumption, they are not kernel-space dwellers anyway
  * build and install sys/rump/fs/lib/lib$fs as librumpfs_$fs
  * add chapter 3 manual pages for rump, rumpuser, ukfs and p2k
  * build and install userspace kernel file system daemons if MKPUFFS=yes
    is spexified
  * retire fsconsole for now, it will make a comeback with an actually
    implemented version shortly
2008-07-29 13:17:40 +00:00
mrg
def7d522c2 begin to add support for cross-built Xorg:
- add MKXORG
- default to DRI-on for Xorg
- add paths for 192 Xorg packages that will exist in
  xsrc/external/mit/<package>/dist
- add some more X11FLAGS.* variables if MKXORG.

this is somewhat based on the xorg work rtr@ did a couple of years ago.

XXX: seriously need to fix the XORG_RELEASE value, it is still set to
XXX: 6.8.1 from when rtr was working on this.
2008-07-29 04:40:14 +00:00
manu
cafe72412e Document apping between boothowto flags and boot(8) arguments selecting
aprint_*() verbosity. From Jean-Yves Migeon <jean-yves.migeon@espci.fr>
2008-07-25 07:33:57 +00:00
christos
ee372c7d11 Disable PIE for kernel builds. Some architectures pass -mcmodel to gcc and
this is incompatible with PIE. And we don't really want pic objects in the
kernel
2008-07-23 23:21:56 +00:00
tnozaki
5bf0fcb63d remove redundant semicolon. 2008-07-23 13:44:02 +00:00
dogcow
ce62ce6187 add MKNVI to vivified MK* variables. (HI, DYOUNG!) 2008-07-23 00:45:39 +00:00
dyoung
6b01f88146 Document MKNVI. 2008-07-22 21:09:52 +00:00
wiz
e5ad05320e Consistent spelling. 2008-07-22 08:01:54 +00:00
lukem
63c843cdd1 Rewrite the introduction.
NOGCCERROR also prevents -Wa,--fatal-warnings.
2008-07-21 23:39:55 +00:00
lukem
9ceb85ca59 If WARNS>0 and !defined(NOGCCERROR), add
-Wa,--fatal-warnings
to CFLAGS to set assembler warnings to be fatal.
(Done via CFLAGS instead of AFLAGS so that all assembling, not just
that of .S/.s files, uses the option.)
2008-07-21 23:30:48 +00:00
lukem
3035c3a0cc Document NOGCCERROR.
Improve PAXCTL_FLAGS & WARNS.
2008-07-21 23:23:42 +00:00
lukem
314fddd639 AFLAGS is actually options to ${CC} (not ${AS}) when compiling .s/.S files.
(For gcc, this means that flags to as(1) need to be passed as -Wa,flag)
2008-07-21 12:12:57 +00:00
wiz
add56b7c6d Remove trailing whitespace. 2008-07-21 07:52:10 +00:00
lukem
f606aab441 Remove the \n from the __COPYRIGHT example; what(1) stops extracting
at them, so we lose most of the message.
2008-07-20 00:51:19 +00:00
rmind
103b767319 - From Paul Goyette: correct the description of mutex_spin_exit.
- Remove sentence about lockmgr(9), as it is finally replaced.
- Note atomic_ops(3) and membar_ops(3) man pages.
2008-07-19 21:21:38 +00:00
christos
19152e60e3 document -j from Dennis den Brok 2008-07-18 20:22:51 +00:00
gmcgarry
eedccd9862 Add and document knobs to turn off building ATF and libm complex support.
Also add knobs for PCC which parallel GCC ones.
2008-07-12 12:15:43 +00:00
gdt
1cd8f017b9 Changemanpages written by Igor Sobrado to 2-clause license, per
private email from Igor.  Drop attribution to Matt Thomas in those man
pages, per private email from Matt.  In coredump_write.9, fix
capitalization of THomas.  Requested by martin@.
2008-07-11 13:20:17 +00:00
blymn
09145e4d2b Add documentation for show files command 2008-07-10 12:43:03 +00:00
plunky
c4df96ad44 change licence of my old code to two-clause BSD licence
remove my name from advertising list
2008-07-02 10:16:20 +00:00
pooka
d4aaae9291 Code is in subr_hash, not kern_hash.
from Michal Spacek
2008-07-01 15:37:04 +00:00
dholland
1f61ca8ba6 Remove description of ST_MAGICLINKS; it went away a long time ago.
From PR 36947.
2008-06-23 04:22:36 +00:00
tnozaki
76b2ef13b2 add alias for XFree86 compatibility. 2008-06-21 07:06:01 +00:00
christos
6fe0bc9474 and adjust it to our liking. 2008-06-20 14:35:10 +00:00
christos
0a69cbb3fd steal the OpenBSD man page. 2008-06-20 14:34:20 +00:00
spz
90df535e38 TIAS added as suggested by ASau @irc.freenode.net 2008-06-19 18:47:16 +00:00
yamt
fff57c5525 merge yamt-pf42 branch.
(import newer pf from OpenBSD 4.2)

ok'ed by peter@.  requested by core@
2008-06-18 09:06:25 +00:00
ginsbach
2624ccf202 The hi_IN.ISCII-dev locales shouldn't be installed as there is no support
for this code set in LC_CTYPE nor iconv(3).
2008-06-04 13:19:31 +00:00
ad
b7a93f5dfd Note that DIAGNOSTIC/LOCKDEBUG applies. 2008-06-04 11:24:36 +00:00
dyoung
eeabda7de2 Fix two bugs to make MKMODULAR=yes builds will work again, for the
first time.

share/mk/bsd.kmodule.mk: only set _INST_DIRS if KMODULEDIR is not
    set.  That we we avoid installing some bogus directories in
    the DESTDIR and in $DESTDIR/METALOG.

tests/modules/k_helper/Makefile: add missing .include <bsd.own.mk>,
    and set the KMODULEDIR that the author seems to have intended.
2008-05-31 19:58:35 +00:00
enami
6fddba0b06 No comma is necessary for the last .Nm entry. 2008-05-31 16:24:59 +00:00
nakayama
4b71a66d0f Change my license to 2 clause. 2008-05-31 08:08:54 +00:00
wiz
8f7dd998e2 Fix xref. End sentence with a dot. 2008-05-30 07:41:42 +00:00
ginsbach
b750bd80b0 Add some more LC_TYPE aliases. OK'ed by tnozaki. 2008-05-30 03:24:02 +00:00
ginsbach
008c3f646e These are really aliases for zh_CN.eucCN. This was a redundancy that
was incorrectly copied from FreeBSD.  OK'ed by tnozaki.
2008-05-30 03:12:59 +00:00
mrg
04f2afbef7 convert the rest of my licenses to 2-clause, extracting myself out
from a group as necessary.

bozohttpd remains, but it will get fixed next time i update it.
2008-05-30 02:29:37 +00:00
joerg
32455b2087 Allow per-interface DHCP configuration using dhcpcd via
ifconfig_xxN=dhcp or a dhcp line in /etc/ifconfig.xxN.
2008-05-29 15:38:35 +00:00
mrg
c2b95373bf remove clause #3 from my license where there are no other
copyright holders involved.
2008-05-29 14:51:25 +00:00
jnemeth
a41d8833cb add reference to siisata(4) 2008-05-29 08:23:39 +00:00
wiz
42a745337d Sort SEE ALSO. Bump date for previous. 2008-05-28 19:00:16 +00:00
tonnerre
2fdc624293 Two unimportant changes for ciss(4):
- Add reference to bio(4), which is supported now.
 - Change my mail address to the NetBSD address since thebsh is no longer
   reachable, and people keep contacting me.
2008-05-28 17:53:25 +00:00
lukem
bb2d78e387 add LIBLDAR_R (for completeness) 2008-05-28 11:23:26 +00:00
snj
fa7a018146 Fix a spelling error. 2008-05-28 00:31:10 +00:00
snj
86320a034c Fix a typo. 2008-05-28 00:29:12 +00:00
snj
4497f1f884 Remove trailing whitespace, correct a spelling error, and fix an xref. 2008-05-28 00:19:52 +00:00
hubertf
e81830fe24 Fix code reference after hashinit(9) was moved from
kern_subr.c to kern_hash.c some time ago.

Noted by Michael Spacek.
2008-05-27 22:03:52 +00:00
wiz
e528d2def7 New sentence, new line. 2008-05-26 08:13:06 +00:00
jmcneill
f44fdd6c17 Note umass(4) support for devices that report themselves as
BlackBerry Pearl compatible.
2008-05-26 03:43:07 +00:00
christos
672ddf84d6 A manual page. 2008-05-26 00:31:32 +00:00
wiz
ea2f84d8a6 Bump date for previous. Drop trailing whitespace. Improve text slightly. 2008-05-25 20:57:48 +00:00
mhitch
17dec2055b Add ciss(4) to drivers supporting bio(4) and bioctl(8). 2008-05-25 20:09:55 +00:00
wiz
08722cf1ef Remove trailing whitespace. New sentence, new line. 2008-05-25 20:08:12 +00:00
wiz
ade5187cdc Use Fn for function. 2008-05-25 20:00:30 +00:00
wiz
44fbe766ce Spelling fixes. Add RCS Id. New sentence, new line. Remove a CAVEAT
that could probably be added to most man4 pages.
2008-05-25 19:59:33 +00:00
wiz
6d252519d6 Put argument directly behind macro call. Link to sched_4bsd instead
of removed scheduler(9).
2008-05-25 19:45:43 +00:00
wiz
3914d9bd61 Add RCS Id. Sort options. Fix xref.
XXX: virtdir(3) does not exist, but I do not know to which page the link
should point instead.
2008-05-25 19:42:22 +00:00
wiz
839eeade42 Bump date for previous. 2008-05-25 09:07:21 +00:00
he
0bf7256056 Document the new ${name}_env feature: list of new or modified environment
variables to set when starting ${command}.
2008-05-24 19:57:21 +00:00
ginsbach
9a7780f955 Use ${TOOL_SED} instead of sed. 2008-05-24 02:56:55 +00:00
jnemeth
3f1ee498b5 Import siisata(4) by Jonathan A. Kollasch.
The siisata driver supports the Silicon Image SteelVine family of SATA-II
     controllers, interfacing the hardware with the ata(4) and atapi(4) sub-
     systems.

     The following controllers are supported by the siisata driver:

           Silicon Image SiI3124 4-port PCI/PCI-X
           Silicon Image SiI3132 2-port PCI-Express x1
           Silicon Image SiI3531 1-port PCI-Express x1

     SATA Native Command Queueing is not yet supported.
     Device hot swapping is not yet supported.
     Silicon Image's Software RAID is not yet supported by the
             ataraid(4) driver.

Approved by: core (christos), releng (bouyer)
2008-05-23 21:11:40 +00:00
tsutsui
31d6cdf996 Add simple help messages for MD machine commands on ddb(4).
PR port-mips/38306
2008-05-23 17:01:32 +00:00
spz
2c2348b398 add a syntax hint for the recently added tftp capability in ofwboot.net 2008-05-23 15:25:25 +00:00
wiz
d07f1e1727 Sort variables. 2008-05-23 13:06:40 +00:00
wiz
643fc5bd81 Improve markup, remove trailing whitespace and empty section. 2008-05-23 13:05:09 +00:00
hauke
b4529683e5 Install Hurdler CPI man page. 2008-05-22 19:51:48 +00:00
hauke
f5ede5dc2e Added driver for the Creative Systems Inc. Hurdler CPI parallel printer card.
Timecounter support for the Z8536 counters A + B is not complete, yet.

Reviewed by Martin Husemann.
2008-05-22 19:49:43 +00:00
lukem
050d9aaef4 Add MKLDAP, USE_LDAP, LIBLBER, LIBLDAP 2008-05-22 13:40:30 +00:00
lukem
f21cc69704 Document src/external.
Per discussion with core.
2008-05-22 12:44:26 +00:00
he
775e29197c Do ${INSTALL_DIR} on all the intermediate directory levels from
the top of the tree down to where the kernel modules are installed,
so that unprivileged builds have a chance at working again.

Note, to use this fix in a tree where you've already hit on this
problem, you need to manually remove the kernel modules in
$DESTDIR/stand/<arch/, and then reinstall them from sys/modules/.
2008-05-21 19:56:30 +00:00
wiz
6e1c25bcb1 Bump date for previous. 2008-05-21 14:03:17 +00:00
ghen
41f841e610 Add support for the Colemak keyboard layout variant, see http://colemak.com 2008-05-21 07:39:24 +00:00
jmcneill
70932cf82f Don't echo 'hello sh' when installing modules :-) 2008-05-21 03:48:42 +00:00
ad
14cd43625f Install kernel modules into the proper locations, taking machine and
kernel version into account.
2008-05-20 19:01:10 +00:00
ad
575673e1ce fno-zero-initialized-in-bss no longer required. 2008-05-20 12:18:45 +00:00
ad
0b78a6ea64 Use an ldscript to merge kernel modules' .bss sections into .data. Passing
-fno-common -fno-zero-initialized-in-bss to gcc does not work, and objcopy
refuses to expand the bss section.
2008-05-20 12:17:48 +00:00
ad
64be07548a Kill the tramp stuff, since it can be handled with lkm_map. 2008-05-20 12:08:05 +00:00
wiz
f7071a8d15 Improve description. Improve markup. Bump date for previous. 2008-05-19 07:53:22 +00:00
wiz
8593c906b4 Use more markup. 2008-05-19 07:52:52 +00:00
cegger
35a2302b4c The keys on the remote control not sending keycodes are actually PNP0C32 keycodes, handled by acpidalb(4) 2008-05-18 22:13:26 +00:00
cegger
33e33b567c acpidalb(4): Driver for PNP0C32 Hotkeys aka "Direct Application Launch Buttons".
"awesome" jmcneill
2008-05-18 22:05:59 +00:00
cegger
de392b09c1 Remove "Pavilion". This driver also works on HP Compaq NC4400 as pointed out by Jukka Ruohonen on current-users. 2008-05-18 18:09:42 +00:00
ginsbach
14f5b96735 Add locale category files for LC_TIME. These are sourced from FreeBSD
with modifications to the comments and sorted properly for NetBSD.
Additional Makefile work is still needed to generate the links for locales
with shared category files.
2008-05-17 04:11:29 +00:00
ginsbach
74c7f35ad9 Add locale category files for LC_NUMERIC. These are sourced from FreeBSD
with only modifications to the comments.  Additional Makefile work is
still needed to generate the links for locales with shared category files.
2008-05-17 04:07:29 +00:00
ginsbach
ae1920a444 Add locale category files for LC_MONETARY. These are sourced from FreeBSD
with only modifications to the comments.  Additional Makefile work is
still needed to generate the links for locales with shared category files.
2008-05-17 04:05:51 +00:00
ginsbach
ad33e5af01 Add locale category files for LC_MESSAGES. These are sourced from FreeBSD
with only modifications to the comments.  Additional Makefile work is
still needed to generate the links for locales with shared category files.
2008-05-17 03:57:50 +00:00
hannken
5d2bff060a Make sure all cached buffers with valid, not yet written data have been
run through copy-on-write.  Call fscow_run() with valid data where possible.

The LP_UFSCOW hack is no longer needed to protect ffs_copyonwrite() against
endless recursion.

- Add a flag B_MODIFY to bread(), breada() and breadn().  If set the caller
  intends to modify the buffer returned.

- Always run copy-on-write on buffers returned from ffs_balloc().

- Add new function ffs_getblk() that gets a buffer, assigns a new blkno,
  may clear the buffer and runs copy-on-write.  Process possible errors
  from getblk() or fscow_run().  Part of PR kern/38664.

Welcome to 4.99.63

Reviewed by: YAMAMOTO Takashi <yamt@netbsd.org>
2008-05-16 09:21:59 +00:00
tsutsui
b87210fa51 Normalize my licenses. 2008-05-14 13:29:27 +00:00
jmcneill
8981ea449c Remove BUGS section as hardware volume buttons are now supported. 2008-05-13 20:04:28 +00:00
tnn
88a92b676a Change a couple of stray selwakeup references to selnotify.
Also fix typo.
2008-05-13 15:52:51 +00:00
he
e37d711d99 Manually break up the pci_activate() declaration, so that we avoid a
warning from nroff.
2008-05-11 14:15:53 +00:00
skrll
1f81e345f4 Add TOOL_HP700MKBOOT 2008-05-10 19:01:14 +00:00
martin
7734697b2f Simplify some unclear grammar (sync KASSERT and KDASSERT wording) 2008-05-10 15:39:04 +00:00
martin
5d1469bd77 Backout previous: the license sweep touched these files in error, so
restore the old license.
2008-05-10 15:31:03 +00:00
martin
e033c388a9 normalize license (cosmetics only) 2008-05-10 09:33:31 +00:00
rumble
8c7664bba5 Typo. 2008-05-10 04:08:59 +00:00
sborrill
f8596645f3 Add support for IBM ServeRAID 8k.
Fix some grammatical errors
2008-05-08 19:09:33 +00:00
wiz
c75bafc005 2-clause my license. 2008-05-08 15:34:21 +00:00
uwe
5e2fa55b72 For sh3 set default DBG to "-Os -freorder-blocks" which is almost like -O2
but without -falign-* that is too zealous for low-memory sh3 machines.
2008-05-06 22:19:11 +00:00
yamt
9cbf394e66 update to match with the recent reality. 2008-05-06 11:32:46 +00:00
yamt
fc066b20a9 update after the following change.
subr_hash.c
	revision 1.3
	date: 2008/05/05 17:11:17;  author: ad;  state: Exp;  lines: +26 -12
	- Convert hashinit() to use kmem_alloc(). The hash tables can be large
	  and it's better to not have them in kmem_map.
	- Convert a couple of minor items along the way to kmem_alloc().
	- Fix some memory leaks.
2008-05-06 10:13:55 +00:00
yamt
508d265a44 document kpreempt_disable, kpreempt_enable, and kpreempt_disabled. 2008-05-06 08:34:35 +00:00
yamt
82ae7f3c2b add a missing .El 2008-05-06 08:32:27 +00:00
martin
7e90218496 Stephan Meisinger kindly contributed this man pages to TNF, so use the
standard TNF 2 clause license.
2008-05-05 19:51:23 +00:00
martin
637bc2e71d Move TNF licenses to 2 clause form 2008-05-04 19:43:05 +00:00
tsutsui
34dd728d42 There is only one more file which requires HACKS for m68000,
so handle it in each Makefile rather than sys.mk.

These ICEs might be related with GCC Bugzilla Bug 32424
which is not resolved yet even in the upstream.
2008-05-04 15:37:19 +00:00
martin
0e03d618c3 Move TNF license to 2 clause form 2008-05-04 13:56:27 +00:00
martin
e2f85759d2 Move TNF license to standard 2 clause form.
While there, fix small pasto in UBC license.
2008-05-04 13:50:11 +00:00
sborrill
67d1007e0f Fix syntax for load command. There is no = sign when specified as a command
vs being a boot.cfg directive.
2008-05-03 20:19:02 +00:00
ad
19913f0560 Pass -d to the linker, to assign space to common objects up front. The kernel
linker isn't smart enough to do that...
2008-05-03 15:48:15 +00:00
lukem
66176dfdff Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is
a variable that is used by in-tree Makefiles to control behaviour.
(MKsomevar variables are generally intended to be controlled by the end-user)
2008-05-03 14:48:30 +00:00
lukem
b552ef70c2 Provide a "lint" target that will lint all the sources, even if MKLINT=no.
(MKLINT=no still prevents installation of the lint libraries).
Explictly disable some library variations if MKPRIVATELIB=yes.
2008-05-03 14:36:06 +00:00
sborrill
dac9aa49ba Add support for multiple commands separated by semi-colons on menu lines
in boot.cfg.
e.g.
menu=Boot with module foo:load=/foo.kmod;boot
2008-05-03 09:46:40 +00:00