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