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
joerg
40b37a3bf2
Convert db from UCB types to POSIX types. Prefer uint8_t for u_char as
...
it is mostly about the wire format.
Patched libc.so is bit-identical.
OK matt@
2008-08-26 21:18:38 +00:00
oster
6fe654d47f
Bump date (before wizd).
2008-08-26 21:08:08 +00:00
oster
a252344f99
Add description of some of the things 'raidctl -u' doesn't do.
2008-08-26 21:06:55 +00:00
joerg
f628ddd81d
As dholland pointed out, don't leak memory if FS is resized multiple
...
times.
2008-08-26 20:25:19 +00:00
seanb
86b8382bbc
- Clean up warnings / errors.
2008-08-26 17:38:21 +00:00
macallan
88d57c1556
add options OPENPIC_DISTRIBUTE
2008-08-26 16:55:48 +00:00
macallan
5eb6bd1c4f
allow wildcard for addr so we can have spdmem* at iic? addr ?
2008-08-26 16:29:14 +00:00
macallan
a26fbe2eae
add battery and smartbat at pmu
2008-08-26 16:27:07 +00:00
macallan
600cca055e
throw out some obsolete PIC_ options, explain why ofb is disabled
2008-08-26 16:24:45 +00:00
macallan
deb7150174
add spdmem(4)
2008-08-26 16:20:17 +00:00
macallan
43538d7982
throw out options OPENPIC
...
Now the G5 kernel builds again with new style PIC code enabled
2008-08-26 16:18:49 +00:00
macallan
a872905132
let ibmcpc pull in openpic stuff
2008-08-26 16:17:14 +00:00
macallan
1f157c8247
add memory at mainbus, for spdmem
2008-08-26 16:14:45 +00:00
macallan
2211ccf058
add spdmem(4) support
...
From Marco Trillo
2008-08-26 16:11:18 +00:00
joerg
479fba4b1b
Don't use strlen to check if the length is at larger than 1, check the
...
first two chars directly.
Don't fail if FS is longer than 9 characters, but allocate a copy
dynamically and fail if that can't be done. Make inputFS static.
OK martin, bjs
2008-08-26 14:43:18 +00:00
joerg
0051d8ebe6
Don't strcpy after strdup.
2008-08-26 14:38:55 +00:00
pgoyette
d664f40b97
Clean up previous: add bit definitions for some new fields, and use "old"
...
style bitmask_printf(9) format string for consistency with the rest of the
file. No functional change.
OK cegger@
2008-08-26 13:43:47 +00:00
drochner
d32cf1871e
remove stray .globl declaration for nonexistent cpu_id, from
...
Henning Petersen per PR port-i386/39398
being here, remove some more unneeded .globls
2008-08-26 13:07:48 +00:00
hannken
83e3e8b863
Use (*bdev->d_ioctl)() to get the size of the block device the file system
...
is mounted on. VOP_IOCTL() without VOP_OPEN() is wrong and we cannot
open a block device twice.
Fixes PR #39405
2008-08-26 13:04:55 +00:00
drochner
e3a68e6148
replace ths previous fix with a simpler one by Sam Leffler - it doesn't
...
deal with odd lengths in the mbuf before the last one, but it is assumed
that these don't occur in practice
2008-08-26 12:25:39 +00:00
lukem
34e79ff9b7
remove extraenous .El
2008-08-26 12:21:44 +00:00
drochner
14744ddade
fix range of strtouq(), from Henning Petersen per PR lib/39399
2008-08-26 12:21:24 +00:00
lukem
c063e13c21
Repeat after me:
...
* define NOfoo before .including <bsd.own.mk> or anything else that
might (indirectly) .include it, not after.
* defining MKfoo=no isn't what Makefiles are supposed to do
(yes, both mistakes were present :)
2008-08-26 12:15:53 +00:00
lukem
7cf6380198
"-indent" isn't a valid directive to .Bl, and "-offset indent" didn't
...
seem consistent with other man pages. Remove it.
2008-08-26 12:12:58 +00:00
cegger
407e3090e9
beautify dmesg with MPVERBOSE:
...
don't print an empty line.
2008-08-26 12:04:18 +00:00
rjs
ec1968ceb9
Set MACHINE to sparc for 32bit kernels.
...
Approved by martin.
2008-08-26 11:37:56 +00:00
rmind
67d6ac0a69
tap_attach/tap_detach: selinit/seldestroy the selinfo structure.
...
Should fix PR/39237.
2008-08-26 11:06:59 +00:00
lukem
8b4132b8a7
Add some .St iso9945 variants used in groff_mdoc.7
2008-08-26 09:14:03 +00:00
cegger
c701fca25a
Xen: Mark NMI and machine check handlers as interrupt gates.
2008-08-26 08:43:00 +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
lukem
4638a08a72
Use Qq instead of Qc to quote a single word
2008-08-26 05:04:19 +00:00
rtr
8e6f40cefd
fix CPPFLAGS for module builds
2008-08-26 04:05:35 +00:00
jmcneill
7cc899257c
Match on Rage Mobility M3 (AGP)
2008-08-25 23:09:23 +00:00
martin
6d59516d22
Deal with kernels that have a combined text/data segment. Output a big
...
warning when booting them.
2008-08-25 22:31:12 +00:00
joerg
8609f98c0c
mpool.libtp seems to be an ancient copy of mpool.c, nuke it.
2008-08-25 21:24:07 +00:00
tsutsui
06d66ac704
Misc cosmetics for www changes page:
...
- add some man page suffix
- fix a wrong year
- wrap some long lines
2008-08-25 17:19:59 +00:00
cegger
17301e4460
GENERIC: add auacer(4) which is already in XEN3_DOM0
...
XEN3_DOM0: add azalia(4) which is already in GENERIC
2008-08-25 15:27:47 +00:00
hannken
86492b8668
Sync the just created snapshot to disk.
...
Invalidate short ( < fs_bsize ) buffers. We will always read full
size buffers later.
Should fix PR #39402
2008-08-25 13:34:53 +00:00
wiz
8ff1fd42f2
Correction for previous from dillo: it is a backquote, not a single quote.
2008-08-25 09:36:24 +00:00
cegger
2dd3a5d650
Add machine check hypercall.
...
There will be one file where this will be used. In the initialization a hypervisor version check will verify, if this feature is usable or not.
2008-08-25 09:21:45 +00:00
cegger
53b48ae5a7
bge(4) supports BCM5906(M) chips
2008-08-25 08:26:33 +00:00
cegger
0595bfb803
Mention support for BCM5906 chip. Bump date.
2008-08-25 08:23:00 +00:00
cegger
79670c1773
regen. for PR 39241: Add support for Broadcom BCM5906(M) from Karl Uwe Lockhoff
2008-08-25 08:15:46 +00:00
cegger
bdc28ede37
PR 39241: Add support for Broadcom BCM5906(M) from Karl Uwe Lockhoff
2008-08-25 08:15:05 +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
lukem
421b8d4ecc
Add "dynamicroot" keyword to various entries in /lib and /libexec.
...
PR 33503
2008-08-25 07:58:37 +00:00
lukem
909a499e2a
Support dynamicroot keyword, keyed off MKDYNAMICROOT!=no.
...
Sort some entries.
Document some keywords.
2008-08-25 07:27:27 +00:00