Commit Graph

11401 Commits

Author SHA1 Message Date
macallan
aaac5b14c0 add suncg6 driver 2008-10-29 23:46:52 +00:00
jkunz
fb8ec4c35a Ported alipm(4) and admtemp(4) from OpenBSD. 2008-10-29 17:26:56 +00:00
jmcneill
8c98a757f3 Add example pppd configuration for bluetooth DUN with Telus Mobility. 2008-10-29 12:47:08 +00:00
kleink
6a631641a7 Import tzdata2008i. 2008-10-29 11:26:28 +00:00
agc
bbfcbb24a0 Flick the puffs switch, and set MKPUFFS on by default. 2008-10-29 06:20:27 +00:00
macallan
aa4b1d80e4 add sunffb driver 2008-10-29 03:11:27 +00:00
wiz
c9fe8b901d Use .Er for error codes. 2008-10-28 18:42:54 +00:00
plunky
d2d4850456 clarify allocation/error return of sockopt_set() 2008-10-28 12:07:25 +00:00
mrg
bafe7cb90b - enable 32-bit library builds on amd64 and sparc64
- add 3 new top-level targets:
    do-compat-lib-csu
    do-compat-libgcc
    do-compat-lib-libc
  and run them before "do-build" if ${MKCOMPAT} != "no"
2008-10-27 22:32:51 +00:00
apb
2962a4be8e Always define TOOL_* variables in bsd.own.mk, not in bsd.sys.mk.
Previously, they were defined in bsd.own.mk if USETOOLS=yes, but in
bsd.sys.mk if USETOOLS!=yes.  This caused makefiles that did this:

	.include <bsd.own.mk>
	FOO != ${TOOL_BAR} args...

to work in the USETOOLS=yes case but not in the USETOOLS!=yes case.
2008-10-26 23:13:24 +00:00
apb
6710f563cb Set HOST_SH?=/bin/sh unconditionally. Previously, it was conditionally
set to /usr/bin/bash if HOST_CYGWIN was defined, but now build.sh
tries to set HOST_SH appropriately.

Remove the HOST_CYGWIN variable, which was not used for any other purpose.

Document that HOST_SH should be an absolute path.

THis was proposed in tech-toolchain.
2008-10-26 15:51:20 +00:00
mrg
e365204b08 add MKCOMPAT, to build 32 bit libs. default to no for now for everyone. 2008-10-26 07:09:11 +00:00
apb
a02cace51f Use ${TOOL_SED} instead of plain "sed" in "!=" assignments.
This may need more work to prevent warning messages during
"make cleandir" when the commands in "!=" assignments are executed
even though tools may not have been built.
2008-10-25 22:35:36 +00:00
apb
f46c1de7cb Use ${TOOL_SED} instead if plain sed in Makefiles. 2008-10-25 22:27:34 +00:00
mrg
1d7afdb8cd allow _GCC_*CRT* defines to be overridden in the in-tree toolchain case. 2008-10-25 19:11:28 +00:00
apb
8140020f95 Remove AWK variable, which is no longer used. All previous users
now use TOOL_AWK instead.
2008-10-25 18:29:03 +00:00
christos
56ed44c4a5 Add an example script to connect to Cingular's 3G service. 2008-10-25 17:43:24 +00:00
apb
b45673f53b Add a NOSUBDIR variable for bsd.subdir.mk. If NOSUBDIR is defined
then SUBDIR is ignored.
2008-10-25 14:58:00 +00:00
wiz
cc55bad434 Wording improvements. 2008-10-21 08:43:15 +00:00
lukem
ddd1724f86 xref rescue(8) 2008-10-21 02:32:37 +00:00
lukem
422fa60cb1 Install rescue(8) 2008-10-20 22:29:39 +00:00
tsutsui
147b99ba9a - note that local hostname settings might be overriden by dhclient(8)
- add more info about DHCP settings in the network configuration section
- bump date
2008-10-20 14:56:44 +00:00
wiz
5154780b79 Drop trailing whitespace. 2008-10-20 07:06:21 +00:00
lukem
6cf201421e Document using boot -a and /rescue/init if the system fails to boot with
"init: not found".
2008-10-20 06:42:53 +00:00
lukem
d20564358b Adapt to NetBSD:
* Recommend checking /lib and /libexec for corruption.
* A NetBSD installation CD should suffice for recovery if necessary.
* I designed & wrote the rescue framework in NetBSD; update credits.
  (The FreeBSD guys were inspired by it)
* Other minor tweaks to differences in the systems.
2008-10-20 06:26:47 +00:00
lukem
c99131c058 Add a manual page for /rescue.
Obtained from FreeBSD src/share/man/man8/rescue.8 1.3
This is the FreeBSD version; NetBSD customisation to occur
in followup commits.
2008-10-20 06:14:28 +00:00
apb
96230fab84 Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.
Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.
2008-10-19 22:05:19 +00:00
apb
60f5d15a00 Define TOOL_AWK. 2008-10-19 19:44:47 +00:00
apb
00f32f6e16 Add the NOINFO variable, which works just like all other NOxxx variables. 2008-10-19 19:29:43 +00:00
christos
81dd08df0d handle assembly files for MKPIE 2008-10-19 15:22:50 +00:00
jmcneill
5518ca3b9a Add thinkpad(4) man page. 2008-10-18 20:44:53 +00:00
bouyer
02d1e70f68 Bump date for previous. 2008-10-17 20:02:39 +00:00
bouyer
0baa6a3c03 Fix product name, it's JMC2x0 not JME2x0.
Pointed out by ethanhsiao at jmicron in private mail.
2008-10-17 19:31:00 +00:00
christos
66d46cebd1 make .a archives PIC for MKPIE 2008-10-17 17:29:39 +00:00
apb
1f3d5128aa Document the HOST_xxx and TOOL_xxx variable naming convention. 2008-10-17 15:04:18 +00:00
wiz
ff9e9f093f Sort sections. 2008-10-16 22:22:08 +00:00
abs
298c5ac7ad Add SB700 to the list of supported controllers, and include a caveat
that some SB700 controllers can hang under load when Native IDE
mode is selected in the system BIOS, but work fine in AHCI mode.
2008-10-16 19:51:58 +00:00
christos
18c51ff05b Provide a way for a program to override the PIE flags. 2008-10-16 14:36:42 +00:00
christos
1269d9a570 don't compile/link libraries with pie 2008-10-15 17:31:50 +00:00
sborrill
fb3d071819 Correct existing Xen example and add Xen with serial console example.
Refer to boot.cfg(5) for Xen examples from boot(8).
2008-10-15 14:32:26 +00:00
cube
988ef44d13 Rework the way manual pages are handled.
- .man.pre files are treated just like .man files.
 - Makefiles are offered the choice of using sed or cpp for the
   transformation.  MKXORG will default to sed, MKX11 to cpp.
 - At least for now, versions of packages are not tracked individually.
2008-10-14 23:33:55 +00:00
mrg
d5ae492949 find the kmodule ldscript in the source tree again.
should fix a build issue reported by jmcneill.
2008-10-14 18:31:42 +00:00
wiz
34edb0b49f Typo fix and punctuation nit. 2008-10-14 09:29:40 +00:00
apb
4c441fdf08 Use "?=", not "=", to set default values for the TOOL_* variables
added in the previous commit.
2008-10-14 07:24:34 +00:00
apb
76b1d72406 Update lists of options (sync with i386/boot(8) man page). 2008-10-13 20:41:21 +00:00
apb
c042908183 Update MI boot(8) man page from i386/boot(8) 2008-10-13 20:40:52 +00:00
apb
055794e083 Update i386/boot(8) man page:
* Explain that the native boot protocol sets flags in boothowto,
  while multiboot passes args as strings.
* Add missing option letters.
* For each option letter, say which flag it sets in boothowto.
* Describe the "load" and "multiboot" commands.
* Xr multiboot(8).
* Some chnges in wording.
2008-10-13 20:40:25 +00:00
kleink
25b8dd8b9d Import tzdata2008h. 2008-10-13 19:09:14 +00:00
apb
59b0ced7eb Add missing TOOL_* variables to bsd.sys.mk and document them in
bsd.README.  Previously, several of these variables were present in
bsd.own.mk but not in bsd.sys.mk or bsd.README.
2008-10-13 18:24:21 +00:00
apb
bdcb00dc94 Remove references to TOOL_BEBOXELF2PEF and TOOL_BEBOXMKBOOTIMAGE,
which were obsoleted in May 2008.
2008-10-13 18:23:47 +00:00
bouyer
1c69cc93b9 Jumbo frames is supported.
Note new default values for interrupt mitigation counters.
2008-10-13 18:02:43 +00:00
apb
bbaac8b3bb In bsd.sys.mk and bsd.own.mk, sort lists of TOOL_* variables.
In bsd.README, document all TOOL_* variables that are set in bsd.sys.mk.

There are several TOOL_* variables that are set in bsd.own.mk, but not
set in bsd.sys.mk and not documented in bsd.README.
2008-10-13 15:29:22 +00:00
pgoyette
f8f4f1a3da Update to add i2c bus attachment 2008-10-13 12:22:06 +00:00
wiz
d2d98e300e Bump date for previous. 2008-10-13 10:38:43 +00:00
is
2e6f2566cb The firmware URL changed. 2008-10-13 10:07:24 +00:00
is
93d402c342 Load firmware from .../firmware/stuirda, not ../uirda, to avoid confusion. 2008-10-13 10:01:24 +00:00
wiz
86f5ab01f4 Sort sections. Improve grammar. Short NAME and lengthen DESCRIPTION.
Use \*[Lt] and \*[Gt] for better HTML output.
2008-10-13 08:39:27 +00:00
wiz
454fce8400 Drop trailing whitespace. Sort supported hardware.
Put RCS Id at top. Sort SEE ALSO.
Comment out loader.conf(5) section.
2008-10-13 08:33:04 +00:00
wiz
7eae71285b Bump date for previous, use Fx for FreeBSD. 2008-10-13 08:27:13 +00:00
mrg
8b825b9876 add X11SRCDIR.xf86-video-r128 2008-10-12 23:11:25 +00:00
mrg
86340158d0 - install ldscripts on sparc64
- move ldscripts to /usr/libdata/ldscripts
2008-10-12 23:00:53 +00:00
plunky
55e1b371a4 update to clarify that
sockopt_init() may sleep
	sockopt_set() will not sleep
2008-10-12 09:27:57 +00:00
bouyer
540cab1ec8 jme(4), a driver for JMicron Technologies JME250 Gigabit Ethernet and
JME260 Fast Ethernet PCI Express controllers.
Written with a lot of cut-n-paste from the FreeBSD jme(4) driver.
No support for jumbo ethernet frames yet (but should come soon).
Thanks to JMicron Technologies for providing me sample boards and
documentation for this work.
2008-10-11 21:54:11 +00:00
joerg
1c412f9948 Add example of booting Xen. 2008-10-11 13:20:29 +00:00
joerg
db5825abd5 Add u3g(4) driver from FreeBSD. This driver provides better support for
3G datacards than ugensa and will replace the latter for the supported
devices.
2008-10-10 16:37:15 +00:00
pgoyette
fc071384c8 Since I nuked the old adt7467c driver, I might as well nuke the man page. 2008-10-08 01:15:11 +00:00
apb
3fa869bc3a Add a NOTE saying that invalid usage leads to undefined behaviour.
Inspired by PR 39684.
2008-10-07 13:03:50 +00:00
rmind
76b74101d5 Mention few more changeable SysV IPC parameters, sync with reality. 2008-10-07 09:36:17 +00:00
pgoyette
b0981f0188 fixed botched update in last 2008-10-06 22:51:15 +00:00
pgoyette
23970ca9fd OOooops, part of this had already been done. Remove duplicate descriptions
of -1 and -2 options.  Reorder the synopsis line to put the numeric options
before the alphabetic ones.
2008-10-06 21:04:51 +00:00
pgoyette
3b3e1e2687 Document the -1 and -2 options, and include this in amd64 as well as i386
Fixes my PR/38816
2008-10-06 20:25:42 +00:00
kleink
0c73805df8 Import tzdata2008g. 2008-10-06 16:01:28 +00:00
pooka
de40c24778 int -> u_int per source 2008-10-06 13:51:38 +00:00
pgoyette
aef4db128d Various clean-ups:
1. Trange sysctl's belong to the temp sensors, not to the fan controllers
  2. Trange really describes a slope on many chips, so modify the description
  3. Most of the sysctl's are read/write even if the chip's config is
     locked;  reflect that in the CTLFLAGs
  4. Apply correct 'nominal' values for voltage sensors/limits, specify
     them in microVolts, and calculate once rather than each time needed
  5. Be more consistent in register names - for example, use VCC instead of
     SUPPLY_VOLTAGE, to match VCC_LOWLIM & VCC_HIGHLIM
  6. Type of dbcool_islocked() should be bool, not int
  7. Reduce some unnecessary code indentation
  8. Define Vtt and Imon, and add ADT7490 support (excluding PECI sensors)
  9. Split the huge (250+ lines) dbcool_setup() function into a few smaller
     routines for better readability
 10. Update sensor tables for ADT7476 and ADT7468 - these chips have five
     voltage sensors, not two
 11. Adjust flags for ADT7463 and ADM1027 - these chips can monitor CPU
     VID data bits
 12. Update man page
2008-10-06 01:35:35 +00:00
apb
1d782af00e Remove the definition of HOST_SED. HOST_SED was previously used only in
tools/atf-compile, which has now been adjusted to use TOOL_SED.
2008-10-05 20:20:55 +00:00
apb
2d81fb994e Document TOOL_SED, which has been defined in bsd.sys.mk for more than
two years.
2008-10-05 20:17:16 +00:00
pooka
8c1c8c2229 fix example: ONCE_DECL(), not DECL_ONCE() 2008-10-03 16:19:46 +00:00
joerg
39741d2848 Hook up libfetch and pkg_install update. 2008-10-02 17:54:51 +00:00
pgoyette
f51b492004 Remove reference to sdtemp.4 - committed in error 2008-10-02 11:05:23 +00:00
wiz
6f5813fea3 Whitespace changes (including new sentence, new line).
Uppercase Dt argument.
Use more macros.
2008-10-02 07:55:26 +00:00
pgoyette
0219f2ad21 Add new driver for dbCool(tm) family of Thermal Monitor and Fan Controller.
Supported chips: ADM1027, ADM1030, ADT7463, ADT7466, ADT7467, ADT7468,
ADT7473, ADT7475, and ADT7476.  Notably missing is the ADT7490, and fan
controller support on the ADT7466 is still on the to-do list.

Tested by myself and njoly@
Reviewed by garbled@
Commit approved by christos@, bouyer@, cube@, and matt@
2008-10-02 00:47:51 +00:00
jmcneill
c46c423e8e Remove esl(4) 2008-09-30 16:45:33 +00:00
apb
520cbbf81f Build strfile both as a host tool and as an installed program:
* in games/fortune/strfile/Makefile, build strfile as a
  regular program instead of as a host tool;
* add tools/strfile directory to build strfile as a host tool;
* in tools/Makefile, add strfile to SUBDIR list;
* in BSD.*.mk, define TOOL_STRFILE variable;
* in games/fortune/datfiles/Makefile, use TOOL_STRFILE when creating
  databases at build time;
* in distrib/sets/lists/games/mi, mention usr/games/strfile.
2008-09-26 18:23:09 +00:00
dholland
9f7c60672f +TLS (thread-local storage) 2008-09-26 04:54:23 +00:00
njoly
a16a8ca004 Add missing .El directive. 2008-09-24 22:54:10 +00:00
pooka
0806536f52 * vmem_create returns vmem_t *, not vmem_t
* document ipl
2008-09-24 21:11:25 +00:00
reed
839a072b21 Use Subsection headers instead of Symbol macro
for a few headers. This makes this consistent with the
other boot.8 manual pages.
(I am guessing a typo was done one time and then duplicated to few
other man pages. I noticed when looking at print version which had
all architecture boot.8 pages.)
2008-09-24 20:07:05 +00:00
reed
43148f18f3 Add architecture to the man page headers.
This is an optional argument to .Dt.

I noticed in printed docs, that format(8) didn't mention "vax".
Then I saw a few others were missing too. This makes it consistent
with some others there.

If this is wrong, then these files shouldn't be in the architecture
specific directories.
2008-09-24 18:19:13 +00:00
pooka
1179d6842d Make kauth_cred_setgroups() signature match the const, hard reality. 2008-09-23 22:40:46 +00:00
briggs
d36327b66c IPTOS values are defined in netinet/ip.h, not netinet/in.h. 2008-09-23 14:58:05 +00:00
hubertf
c9ffef3ace use latest TNF copyright 2008-09-22 13:09:22 +00:00
hubertf
8699105838 Sign over my copyright to TNF 2008-09-22 13:06:57 +00:00
jmcneill
db7284abeb Remove entry in BUGS section about bulk endpoints; bump date. 2008-09-21 18:02:00 +00:00
wiz
ef44e0ac9a Describe hw.acpi_supported_states. Info from joerg. 2008-09-21 11:13:14 +00:00
wiz
02f427ae01 Mention two relevant sysctls. Info provided by joerg. 2008-09-21 11:12:36 +00:00
hannken
cb5bd77c51 Obsolete fssbs(4). The kernel thread is named fssN now. 2008-09-21 10:25:07 +00:00
mrg
39434e7052 add X11SRCDIR.xf86-video-nvxbox 2008-09-21 02:12:25 +00:00
mrg
533a79fd9d add X11SRCDIR.xf86-video-mach64 2008-09-21 01:46:40 +00:00
apb
94f952dfe5 * Allow multiple commands in $ifconfig_xxN variables in rc.conf(5).
This may be done either by embedding newlines in the value,
  or by using semicolons to represent line breaks (but not both at once).
* Allow shell quoting insode $ifconfig_xxN variables or /etc/ifconfig.xxN
  files.  This allows something like ifconfig_wi0="ssid 'my network'; dhcp"
2008-09-20 12:12:38 +00:00
christos
99ca374317 support per file lex and yacc prefixes. 2008-09-19 22:54:55 +00:00
wiz
eb4e8b70f1 Remove superfluous .Pp. 2008-09-19 08:30:35 +00:00
jmcneill
99a4cc3893 Note that bulk endpoints are not supported. Reword last paragraph. 2008-09-18 13:09:20 +00:00
pgoyette
1898311641 Note that the raw SPD data is available via sysctl (in the hw tree). This
allows people to retrieve the data and feed it to decode-dimms (from the
lmsensor people) to do a full decode.
2008-09-17 12:37:41 +00:00
jmcneill
f1873b19e3 Mention RND_TYPE_RNG type for rnd_attach_source 2008-09-16 23:29:49 +00:00
pgoyette
833dabdc95 Add MLINKS for all the routines that cnmagic.9 documents. Without this,
"apropos magic" indicates that cn_trap(9) and friends have man pages, but
"man cn_trap" thinks otherwise.
2008-09-16 16:40:23 +00:00
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