pooka
2c6e40dafe
Add manual pages for rump file system servers.
2008-08-06 20:14:08 +00:00
perry
e263eb7424
Per agc, note that the ROADMAP file is on its way out.
2008-08-06 19:52:43 +00:00
drochner
52c126ff5a
there was a backslash too much
2008-08-06 19:19:15 +00:00
tteras
191869cf2a
From Krzysztof Piotr Oledzki:
...
Make privileged process exit if unprivileged process is terminated and
some spelling fixes.
2008-08-06 19:14:28 +00:00
matt
baab10840a
Change pv_entries to use SLIST.
...
For VIPT caches, keep track of when pages are dirty so that their content
can be flushed back to main memory. This is done when the page is
read-only mapped by more than 1 color. Pages become when either their
modified bit gets set or an unmanaged writeable page is mapped. When
a page in unmapped or changed to read-only, run pmap_vac_me_harder in
case the page can be mapped read-only.
Thanks are given to Imre Deak for giving me the idea to assert for PVF_DIRTY.
2008-08-06 19:13:45 +00:00
matt
04ddff9cc7
Define IF32_bits as the union of I32_bit|F32_bit
2008-08-06 19:06:40 +00:00
matt
c331e46238
Add support for missing _SC_* constants for sysconf().
...
From andy dot shevchenko at gmail dot com
2008-08-06 17:17:03 +00:00
drochner
4e69f53b47
remove a KASSERT which is wrong since audio(4)'s device/softc were split
2008-08-06 16:31:15 +00:00
matt
f0a4a8908c
Add a missing dependency
2008-08-06 16:22:48 +00:00
martin
80d96333fc
Remove a few components of struct lwp that we do not touch any more.
2008-08-06 16:12:59 +00:00
dyoung
2b1e3ce6be
Identify the O2 Micro OZ711E0 and treat it the same as all of the
...
other O2 Micro bridges, which seem to spuriously report bus errors
if parity-error detection is enabled.
2008-08-06 15:50:46 +00:00
martin
8093db04c6
We need socketvar.h now for struct sockopt.
2008-08-06 15:36:20 +00:00
plunky
b63a49fc97
mention sockopt(9) addition
2008-08-06 15:35:37 +00:00
dyoung
4738cebcdd
Regen.
2008-08-06 15:17:05 +00:00
dyoung
711281588b
Define O2 Micro OZ711E0. From OpenBSD.
2008-08-06 15:14:21 +00:00
plunky
e922dcbb71
add man page for sockopt(9)
2008-08-06 15:08:08 +00:00
plunky
fd7356a917
Convert socket options code to use a sockopt structure
...
instead of laying everything into an mbuf.
approved by core
2008-08-06 15:01:23 +00:00
plunky
e6fde5136f
For convenience, pad the structures for NAP, GN and PANU profiles
...
to be the same size.
2008-08-06 14:21:33 +00:00
reinoud
a287d23dee
Rewrite allocation scheme's determination and implementation replacing the
...
old somewhat naive selection scheme that didn't allow different allocation
settings for nodes, directory information (FIDs) and data.
Also fix some curious side-effects of atime updates on RMW devices.
2008-08-06 13:41:12 +00:00
hannken
601ab263e0
Do not call UFS_WAPBL_*() when ffs_freefile() is acting on a snapshot.
...
While here replace the test for VBLK with a convenience variable.
2008-08-06 12:54:26 +00:00
skrll
d47eac2b49
s/non-zero/true/,s/zero/false/
...
where applicable.
2008-08-06 07:49:15 +00:00
mrg
24eb37443f
attempt to link Xorg. gets missing main.
2008-08-06 07:38:15 +00:00
mrg
1991c9d521
remove a non-existant include path
2008-08-06 07:37:38 +00:00
mrg
6b3899ff7a
add a bunch of hw/xfree86 dirs
2008-08-06 07:37:19 +00:00
mrg
de486b6871
build all the dixmod parts, completing all the interesting subdirs
...
of hw/xfree86 i believe.
2008-08-06 07:16:39 +00:00
skrll
cfee00cbb7
Spellos
2008-08-06 07:08:31 +00:00
mrg
406f97d512
build xf1bpp, xf4bpp, xf8_16bpp and xf8_32bpp from hw/xfree86.
2008-08-06 06:14:33 +00:00
mrg
ca75fb56f4
build the modes, shadowfb, vbe, vgahw and xaa subdirs from hw/xfree86.
2008-08-06 05:10:40 +00:00
mrg
73881326b7
note that we need to deal with .man.pre crap in a sane way.
...
update the list of done/todo items for hw/
2008-08-06 04:17:07 +00:00
mrg
e27128919a
remove libint10 and Xvfb.
2008-08-06 04:15:06 +00:00
mrg
e188230032
build hw/Xvfb.
2008-08-06 04:14:35 +00:00
matt
7fc2caf9e9
Fix typo FP_ -> FE_
2008-08-06 03:54:50 +00:00
degroote
64411951db
We have a dummy entry for IPV6CP even if the non-INET6 case.
...
So always reference IDX_IPV6CP
Fix build of if_spppsubr.c if INET6 is not defined.
2008-08-05 23:56:31 +00:00
apb
ca568b574c
* Add more detail for build.sh -M and -O options.
...
* Mention new default when source is /usr/src but build.sh is run
with neither -M nor -O.
2008-08-05 22:40:33 +00:00
apb
1b101ece85
If neither -M nor -O was specified, but the source directory is
...
/usr/src, then try to figure out what object directory would be chosen
by bsd.obj.mk, and pre-create it.
2008-08-05 22:35:32 +00:00
pooka
6d0fad7f68
note recent changes in the general area of rump
2008-08-05 21:00:51 +00:00
pooka
99fed7264c
Refactor mount utilities to provide a mount_fs_parseargs() routine.
...
Use this routine both in mount_fs and rump_fs to provide equivalent
command line parameters and therefore usage interchangeability.
While doing this, combine some common mountgoop to mountprog.h
2008-08-05 20:57:45 +00:00
perry
2ce9976a92
note BUILDSEED change in build.sh
2008-08-05 20:14:14 +00:00
perry
b1d7b7c21a
Builds now use "BUILDSEED" so that c++ binaries are reproduceable.
...
By default BUILDSEED is set to NetBSD-{majorversion} -- a -S flag may
be used to change it.
Discussed on tech-toolchain.
2008-08-05 19:43:33 +00:00
reinoud
5e89a5a8f1
Fixup important bug in internal recorded data fixup. Although most unlikely
...
it could result in theory result in descriptor trashing.
On the performance side, it would try to fixup *every* descriptor even if
it wasn't an internally allocated one. Performance loss wasn't that big but
every bit helps.
2008-08-05 19:29:54 +00:00
drochner
687baea535
Disable interrupts before shutdownhooks are run, as all other ports.
...
shutdownhooks need to use polling functions (and most do).
2008-08-05 17:09:17 +00:00
matt
91d4704c12
Update <machine/ieeefp.h> to use the C99 FE_* definitions instead of the
...
NetBSD defined ones. Redefine the NetBSD ones in terms of the C99 ones.
Step 1 to having <fenv.h>
2008-08-05 16:47:41 +00:00
matt
c5e5572326
For ARITH traps, set the siginfo code appropriately for FP related traps.
2008-08-05 16:00:31 +00:00
matt
a97a3faaf7
Add the AFLT_FLT* code for T_ARITHFLT.
2008-08-05 15:59:28 +00:00
matt
e56d3c9caf
Add PSL_{IV,FU,DV} bits.
2008-08-05 15:56:04 +00:00
aymeric
100893232d
The cursor emulation was broken, which led to O on an existing first line of
...
a file to fail.
Fixes PR bin/39293 by Adam Hoka.
2008-08-05 15:49:18 +00:00
pooka
7b679f625d
Maintain consistency of naming between the rumpfs library name and
...
the MOUNT_FOOFS name. Don't bother polluting the obsolete lists
with the original names since they were in only for a few days.
2008-08-05 14:42:03 +00:00
simonb
5a3c2f6809
Revert the HPN changes that added verbose "Max throughput" summary
...
after scp(1) finishes.
2008-08-05 14:13:34 +00:00
pooka
b43847b66c
zu, not zd, to print size_t
2008-08-05 13:39:29 +00:00
simonb
159018ab5b
Enable "options APPLE_UFS". OK pooka@.
2008-08-05 13:16:27 +00:00