Commit Graph

7646 Commits

Author SHA1 Message Date
wiz
9b80edabea Add fssbs as Nm (for makewhatis/apropos). 2004-01-13 20:42:43 +00:00
wiz
434027f3b1 Add comma in enumeration. 2004-01-13 20:28:45 +00:00
kent
9114197a24 mention nForce3 support.
bump date.
2004-01-13 14:34:55 +00:00
rtr
9007e5a454 + no vid mode ext or dga for amiga
+ amd64 & alpha need X11FLAGS.SERVER+=	_XSERVER64
+ pass loadable defines for amd64 & cats
2004-01-13 03:26:09 +00:00
wiz
e72df29d6d Bump date for previous. Punctuation nits. Sort SEE ALSO. 2004-01-12 21:17:30 +00:00
wiz
73abe3ee52 Bump date for previous. Remove trailing whitespace. 2004-01-12 21:17:15 +00:00
is
80c46878b1 Add a reference to options(4) in md(4).
Document missing options which change md(4) behaviour.
2004-01-12 20:03:39 +00:00
uebayasi
a95a90d63a Refine English. From Luke. 2004-01-12 05:25:39 +00:00
uebayasi
e38b3d15ef Now /etc/rc.d/virecover can be configurable by rc.conf(5). Reflect
it.  Bump date.
2004-01-12 04:40:00 +00:00
hannken
067a3b897d Update the file system snapshot driver:
- Document the kernel thread.
- Rename some functions and variables.
- Return EROFS where appropriate.
- Use shifts instead of 64-bit divide.
- Use a simple_lock to make it MP-safe.
- Add M_CANFAIL to malloc to avoid panic on large cluster size.
- Allow sparse file for backing store and use VOP_BALLOC() to allocate
  space. Default size of backing store is the size of the file system.
2004-01-11 19:05:26 +00:00
lukem
7fac3a4aea check MKDOC instead of MKSHARE 2004-01-11 16:11:52 +00:00
wiz
69680feba7 Add a comma. 2004-01-10 17:41:52 +00:00
hannken
ed68c4e34c Allow vfs_write_suspend() to wait if the file system is already
suspending.

Move vfs_write_suspend() and vfs_write_resume() from kern/vfs_vnops.c
to kern/vfs_subr.c.

Change vnode write gating in ufs/ffs/ffs_softdep.c (from FreeBSD).

When vnodes are throttled in softdep_trackbufs() check for
file system suspension every 10 msecs to avoid a deadlock.
2004-01-10 17:16:38 +00:00
rtr
90b9a61928 control undefine of DDXTIME through Xserver/Makefile.common vars 2004-01-10 16:44:57 +00:00
fredb
62eaaceeea Don't define DDXTIME on mac68k. This will let us use GetTimeInMillis()
of ".../Xserver/os/utils.c", instead of supplying our own home-rolled
(yet identical) function.
2004-01-10 03:28:19 +00:00
wiz
e3ef1b438f Bump date for previous. 2004-01-08 09:24:31 +00:00
wiz
c41ae2dff4 New sentence, new line; fix typo and
grammar.
2004-01-08 09:16:11 +00:00
wiz
24a407cb79 Bump date for previous; break line
so that only relevant parts are marked up.
2004-01-08 09:14:35 +00:00
atatat
22361e5849 Remove more references to the old sysctl infrastructure. 2004-01-07 21:58:27 +00:00
martin
1ea1aebf5b Document nell's kernel thread. 2004-01-07 20:17:51 +00:00
christos
1315cbb0bc explain how trapsignal is used in the trap code. 2004-01-07 19:01:14 +00:00
augustss
2251734558 Remove accidental extra stuff. 2004-01-07 15:52:54 +00:00
wiz
db19c52951 Bump date for previous. 2004-01-07 15:36:08 +00:00
skrll
6d86e95627 Correct a comment 2004-01-07 15:27:08 +00:00
augustss
6794fe8703 Make usbtask(4) be usb(4). 2004-01-07 14:34:09 +00:00
augustss
b10eb3c716 Document the kernel threads. 2004-01-07 14:31:05 +00:00
wiz
3c6a3b6232 Grammar fixes. New sentence, new line. More Xr's.
Punctuation fixes.  Shorten long lines.
2004-01-07 12:55:42 +00:00
lukem
e0d82d7dce Add MKX11 to control if src/x11 is traversed during the build. (default: no)
Document <bsd.x11.mk>.
2004-01-07 12:06:34 +00:00
cdi
df90d3e32b Add boot(8) manual page for the Cobalt port. 2004-01-07 11:50:02 +00:00
wiz
99fe2c9e3d Grammar consistency fix for previous. 2004-01-06 14:46:11 +00:00
lukem
f3bab2a8fc Implement ``one'' prefix to allow a "one shot" operation as if
${rcvar}=yes yet all the other prerequisite tests are still performed.
The existing ``force'' prefix is a sledgehammer that ignores all the
prerequisite checks and always returns a zero exit status; this is a
more gentle approach to the problem of "manipulate this disabled
service without editing rc.conf(5)".
2004-01-06 00:52:24 +00:00
jmmv
9be8f275ce xconsole is a global property, so move it to the global scope.
Fixes part of PR bin/23223.
2004-01-05 11:01:32 +00:00
augustss
b2b29c39fa Remove a -compact for readability. 2004-01-05 11:00:00 +00:00
grant
2578a722df bump date for last 2004-01-05 05:12:54 +00:00
schmonz
db827e3573 Note that the Compaq "iPaq" HNE-200 works with this driver. 2004-01-05 04:41:06 +00:00
jsm
34efd254f6 Add two acronyms suggested by Pavel Machek <pavel@ucw.cz>. 2004-01-04 02:16:39 +00:00
augustss
688b523809 Move a .Ed to the right place. 2004-01-04 01:42:06 +00:00
jmmv
db17c151a4 + MIDI 2004-01-03 12:05:59 +00:00
lukem
736517ca81 document MKCVS MKGCCCMDS MKPOSTFIX MKSENDMAIL MKUUCP 2004-01-03 01:06:55 +00:00
lukem
6d242d8a5e sort list 2004-01-03 01:05:42 +00:00
jmmv
6667fc8b8c + B/W 2004-01-02 20:04:38 +00:00
lukem
02e913d52d Consistently test all variables that support a "yes"/"no" value with
${VAR} == "no"
or
	${VAR} != "no"
(instead of against "yes").  Variables affected:
	TOOLCHAIN_MISSING
	HAVE_GCC3
	USE_TOOLS_TOOLCHAIN
	NEED_OWN_INSTALL_TARGET
	USE_SHLIBDIR

Improve the documentation.
2004-01-02 16:12:36 +00:00
wiz
1fa878c4d4 Bump date for previous; new sentence, new line. 2004-01-02 15:19:47 +00:00
pk
b0c225da03 Document the -C option. 2004-01-02 15:00:28 +00:00
bjh21
083164e6ff Document support for 16-bit sound on VIDC20. 2004-01-01 16:27:38 +00:00
wiz
039e343f6d Bump date for new history section. 2004-01-01 15:24:35 +00:00
rtr
775af37840 back out hpcmips changes accidently committed in prev. noticed by lukem@ 2004-01-01 12:36:14 +00:00
rtr
27a87afc78 grr typo .manN -> .man.N 2004-01-01 09:30:31 +00:00
rtr
6e780472a5 section 4 and 5 man/cat pages do get installed 2004-01-01 07:02:27 +00:00
mrg
4ce2a54a1f add a history section. 2004-01-01 05:43:08 +00:00
lukem
2eba2bbab6 correct __vendorversion__ to match xsrc/xfree 2004-01-01 01:19:36 +00:00
wiz
e443e6a6e3 Drop trailing spaces; fix Dd argument; shorten
line; empty lines are not good, replace one with .Pp.
2003-12-31 17:29:08 +00:00
bjh21
740612166d Add a manual page for vidcaudio(4). 2003-12-31 15:07:55 +00:00
bjh21
34b7fde83e Missing apostrophe. ("authors discretion" -> "author's discretion"). 2003-12-31 14:02:08 +00:00
christos
e57d25d652 no-traditional is not a valid warning for c++ programs. 2003-12-26 17:27:01 +00:00
christos
80f77a3c2c Add libstdc++ 2003-12-26 17:22:43 +00:00
rtr
24acc15bee remove endian selection hack - from lukem 2003-12-26 08:24:33 +00:00
rtr
1967c90241 endian table for X_BYTE_ORDER= 2003-12-23 15:36:45 +00:00
mrg
658a82975e bump date (from wiz) 2003-12-23 14:36:40 +00:00
mrg
16120d26f9 note that promise cards do NOT function correctly on sparc64 currently. 2003-12-23 14:32:38 +00:00
rtr
6c80347d07 sparc64 defines 2003-12-23 11:12:35 +00:00
rtr
57bab08096 Need to provide alternate definitions of __archive{build,install} for x11.
approved by lukem
2003-12-23 10:30:02 +00:00
jdolecek
f9691ce0a4 note support for VIA VT3043 (Rhine III), simplify NAME to make it shorter
bump date
2003-12-23 09:51:27 +00:00
simonb
4af9ca0e52 Fix a tyop. 2003-12-21 23:41:00 +00:00
wiz
ef0d4ed8a0 Document new flags to MAKEDEV script. 2003-12-21 18:02:06 +00:00
simonb
5a2890def3 Dump date for previous. 2003-12-21 07:42:11 +00:00
simonb
aabfbedffd Note that the fifth argument to pool_init() is "flags" and not "nitems". 2003-12-21 07:35:37 +00:00
wiz
a06c2d418f Use In instead of Fd #include <...>; reword a sentence so
it is easier to read.
2003-12-20 21:49:31 +00:00
wiz
910ab17bad Drop trailing spaces. 2003-12-20 21:39:21 +00:00
wiz
f90dc638c2 Fix Xref; from Jeff Rizzo in PR 23807. 2003-12-20 21:38:54 +00:00
lha
d60f9cb5a8 Add opencrypto.9 manpage, manpage copied from OpenBSD (Angelos D. Keromytis)
Some text added me (and thus all errors in the manpage are mine)
2003-12-20 20:25:28 +00:00
rtr
8c82867db3 Remove duplicate -DPIXPRIV from X11FLAGS.SERVER
Don't define -DXINPUT -DXFree86XDGA -DXF86VIDMODE -DDXTIME for sparc
Add X11FLAGS.LOADABLE for for module control/module flags.
2003-12-20 14:24:29 +00:00
thorpej
4e7dd7f546 Note support for the SiI 3114. 2003-12-20 03:52:29 +00:00
kleink
146efae431 Import tzdata2003e. 2003-12-20 00:18:23 +00:00
kleink
f3ace71e62 Import tzdata2003e. 2003-12-20 00:18:10 +00:00
tsarna
0e8b7c6b61 Add IWBNI, "It would be nice if..." 2003-12-19 18:54:40 +00:00
pk
775ab5f7ee Document uvm_km_kmemalloc1(). 2003-12-19 09:09:27 +00:00
wiz
074b6f7da2 Bump date for previous; use Nx instead of NetBSD;
new sentence, new line.
2003-12-17 10:12:28 +00:00
tls
0c041019a4 Add support for some more Marvell-based adapters to the sk driver:
D-Link DGE-530T
	Linksys EG1032v2
	Linksys EG1064v2

The Linux driver treats all of these the same.  Tested with a DGE-530T;
it works, though performance on at least one of my systems is atrocious.

Fix setting of ethernet capabilities into interface capabilites word in
attach routine.

Manual page: note that jumbo support doesn't work and checksum support
doesn't exist.
2003-12-17 09:17:07 +00:00
wiz
86599d7c52 Some fixes from jmc@openbsd. 2003-12-16 11:31:04 +00:00
wiz
9efe6a5366 Bump date for previous. 2003-12-15 07:31:52 +00:00
lonewolf
d3617a70ff Add haltwo(4) and newport(4) manpages. 2003-12-15 06:28:01 +00:00
mbw
8dc1fa1a3c Add sparc synopsis and remove dca xref 2003-12-14 22:30:12 +00:00
gson
c43379aa3e The structure member prefixes added in sys/dev/usb/usb.h 1.62 were
missing from the man page.
2003-12-14 21:12:26 +00:00
wiz
e04ea4ae3c Grammar improvements from Brian Chase in PR 23753. 2003-12-14 18:10:08 +00:00
wiz
72237e6413 Fix typo reported by Brian Chase in PR 23751.
While here, do some cleanup.
2003-12-14 18:08:43 +00:00
wiz
b460383205 Mention how to enter DDB on vax. From Brian Chase in PR 23740. 2003-12-14 09:40:07 +00:00
wiz
f6ef813a29 Fix Xrefs for artsata and satalink; bump date. 2003-12-14 09:22:11 +00:00
wiz
423c714795 Use more markup. 2003-12-14 09:21:53 +00:00
thorpej
cb95d1c61d Split the Artisea bits out of piixide(4) into artsata(4). 2003-12-14 01:38:04 +00:00
thorpej
c49bae6213 Split the SATALink bits out of the cmdide(4) manpage into the satalink(4)
manpage.
2003-12-14 01:00:20 +00:00
wiz
dd77fe68dc Some nitfixes. 2003-12-11 17:00:16 +00:00
matt
abd06d37ef Add TOOL_MACPPCFIXCOFF 2003-12-11 00:28:08 +00:00
agc
7db1d33cba Modify the licences of code written by Theo De Raadt from a 4-clause
to a 2-clause licence (retaining UCB clauses (1) and (2)), per PR
22409 from Joel Baker, approved by Theo de Raadt, and ratified by
myself - the only discrepancy being the handling of the original
clause 3 in src/usr.sbin/yppoll/yppoll.c.
2003-12-10 12:06:25 +00:00
hannken
fbae381aaa The file system snapshot pseudo driver.
Uses a hook in spec_strategy() to save data written from a mounted
file system to its block device and a hook in dounmount().

Not enabled by default in any kernel config.

Approved by: Frank van der Linden <fvdl@netbsd.org>
2003-12-10 11:40:11 +00:00
augustss
d45d00fdb9 Fix markup typo. 2003-12-09 19:52:21 +00:00
wiz
1dca89a686 Remove non-intended arguments from macro line; drop trailing
spaces and bump date.
2003-12-08 11:20:35 +00:00
rtr
fa397391ec No such thing as NONBINOWN, use NONBINMODE instead. 2003-12-08 10:10:46 +00:00
perry
38e964828a Clarify the relationship of the /etc/daily.conf file and the
/etc/defaults/daily.conf file, explain how you can check for defaults,
etc.
2003-12-08 03:59:26 +00:00
perry
089b8ee471 document show_remote_fs 2003-12-08 01:16:22 +00:00
simonb
83f816d555 Disable native gdb for ns32k (but cross-gdb works). 2003-12-07 23:07:37 +00:00
scw
a26234a268 And the monkey flicks the switch ...
Enable the in-tree toolchain on sh5, at least for the time being so I
can evaluate the situation.

There are still numerous problems with gcc3's sh5 support, not least
of which is the fact that a native gcc3 doesn't work at all. As a
cross-compiler, it works reasonably well. Certainly enough to build
userland and kernel code.

Binutils also has problems dealing with shared libraries on sh5, so
we're back to static userland for now.
2003-12-07 22:52:56 +00:00
matt
36d03f8064 Fix fumble-fingers && && -> && 2003-12-07 22:33:16 +00:00
wiz
9aa343b23a Bump date for previous (hi perry!). 2003-12-07 22:29:36 +00:00
matt
aa713b97fe Turn on NOPIC= if using GCC3 for VAX. 2003-12-07 22:23:00 +00:00
perry
10343cfdba document full_netstat variable 2003-12-07 22:22:48 +00:00
simonb
0921f67df2 No shared libraries on ns32k at the moment - set *PICFLAGS to nothing. 2003-12-07 12:56:45 +00:00
simonb
b18e40ea85 Use -O2 for ns32k now. 2003-12-07 12:53:58 +00:00
wiz
2872df37e8 Fix typo, reported by Soren Jacobsen in PR 23667. 2003-12-06 08:26:42 +00:00
simonb
9ec0c6aa88 ns32k doesn't have a missing toolchain anymore, does support
gcc3 and always uses static libraries (for now...)
2003-12-05 12:14:42 +00:00
matt
2996b43a0a Add MKINET6/USE_INET6 support. 2003-12-05 02:35:24 +00:00
wiz
cb386dac06 Bump date for previous (hi atatat!). 2003-12-04 23:57:44 +00:00
atatat
a7e95f7905 Garbage collect some references to the old sysctl() infrastructure. 2003-12-04 19:57:38 +00:00
lukem
cd017885ef Ensure that ${TOOL_STAT} is executable before trying to run it;
it may not be available when performing "make obj" in tools/
when using BSDSRCDIR & BSDOBJDIR (instead of MAKEOBJDIR{,PREFIX}).
2003-12-04 12:15:20 +00:00
mrg
ce29aa2370 build lib{opcodes,bfd,iberty} back in gnu/lib instead of gnu/usr.bin/binutils
as they are needed earlier than when gnu/usr.bin/binutils is built when
"make -j" is used.
2003-12-04 09:29:31 +00:00
wiz
bcb37dc972 Use more markup and bump date for previous. 2003-12-03 19:44:42 +00:00
erh
9265d1ac0e Document the PKGMAKECONF variable. 2003-12-03 18:14:02 +00:00
mrg
2aa1a44c7a switch everyone to binutils 2.14. it's confirmed to work on all the
platforms that actually build at the moment...
2003-12-03 10:26:45 +00:00
tron
9a4655b78c Add missing blackslash to "xterm-color" entry. Fix provided by
Thomas E. Dickey in private e-mail.
2003-12-02 20:40:00 +00:00
sketch
350b9b6178 Spell "and" correctly. 2003-12-02 18:14:17 +00:00
wiz
b2bf8b0f04 Fix typo. Closes PR 23622 by James Whitwell. 2003-12-02 13:14:28 +00:00
mrg
629f68a11b oops, really force 2.13 2003-11-27 13:10:00 +00:00
mrg
d16bc966af remove the GDB53 section.
change the polarity of the GCC3 section - list missing ports.
add a binutils 2.14 knob, forced to 2.13 for now.
2003-11-27 13:09:37 +00:00
jwise
a04b30960c APPDEF files should be installed with mode ${NONBINMODE}, not mode ${BINMODE}.
Picked up via /etc/security:

Checking setuid files and devices:
Setuid additions:
-r-sr-xr-x 1 root wheel 252016 Nov 26 02:27:32 2003 /home/NetBSD/build/dest/i386/usr/X11R6/bin/xterm
-r-sr-xr-x 1 root wheel 4822 Nov 25 23:36:45 2003 /home/NetBSD/build/dest/i386/usr/X11R6/lib/X11/app-defaults/XTerm
-r-sr-xr-x 1 root wheel 828 Nov 25 23:36:45 2003 /home/NetBSD/build/dest/i386/usr/X11R6/lib/X11/app-defaults/XTerm-color
2003-11-26 15:18:00 +00:00
salo
e8e5a9a580 Add "Sony Ericsson DCU-11" cable to the list of supported devices.
Correct the previous entry (there is a dash between DCU and the model number).
Bump date.
2003-11-25 19:05:46 +00:00
wiz
85a1a95db7 Xref com(4) instead of apci(4). Bump date. 2003-11-24 22:49:08 +00:00
wiz
1553dd6707 Remove apci(4) and dca(4) man pages (hp300).
The drivers have been replaced by MI ones.
tsutsui@ agrees.
2003-11-24 22:47:37 +00:00
isaki
d93179e40a Regen from 1.10; Correct typo in comment. 2003-11-24 06:33:17 +00:00
lukem
185c65a241 In _MKTARGET_*, use ${.CURDIR:T} instead of ${.OBJDIR:T}, because that's more
useful when using actual 'obj' dirs.  Suggested by Alan Barrett, with some
tweaks by me.
2003-11-24 05:44:59 +00:00
augustss
f2923077d6 Update with the fact that aue supports Pegasus II (since a couple of years). 2003-11-23 18:57:11 +00:00
augustss
8aa1d04838 Add 2 more adapters. 2003-11-23 18:53:11 +00:00
jhawk
95b91af82d Wow, Dd had not been bumped in 10 years! By rights this manpage should
discuss our various TCP options and recommended configurations in great
detail...

Add Xr to syctl(3) and a bulletted list summarizing some of the
TCP parameters that may be adjusted that are documented therein.
2003-11-23 07:25:11 +00:00
lukem
6d246880fb In the various _MKTARGET macros, prepend "${.OBJDIR:T}/" to the ${.TARGET},
to provide more context about the operation.  Especially useful for crunched
binaries and kernel builds.  Idea suggested by David Laight <dsl@>
2003-11-22 21:53:28 +00:00
jschauma
1c134906c3 Move MMU and OTP to acronyms.comp. 2003-11-22 18:01:46 +00:00
tsutsui
225995185c Regen from etc/MAKEDEV.tmpl rev 1.9:
> Update device description for hp300 MI com(4) changes.
2003-11-22 17:36:43 +00:00
jschauma
040001dcf1 Add OTP. 2003-11-22 17:34:40 +00:00
wiz
7959ce3d95 Describe NO_TSC_TIME. Bump date. 2003-11-20 15:07:07 +00:00
wiz
78c37c358f NetBSD -> .Nx; use Dv for an option name; bump date for previous. 2003-11-18 18:51:23 +00:00
dbj
6a88e9174b add "show mount" ddb command 2003-11-18 18:26:18 +00:00
wiz
eabdbac437 Drop trailing space. 2003-11-18 09:07:25 +00:00
jhawk
f51cb566b0 Document check_homes_permit_usergroups.
/etc/defaults/security.conf in FILES.
Bump Dd.
2003-11-18 03:25:16 +00:00
wiz
3f5a4c00b1 Bump date for previous; new sentence, new line. 2003-11-17 21:29:37 +00:00
drochner
c357df8891 Update for the fact that the ':' is now required to specify an alternative
protocol:kernel to boot, explain the interpretation of boot file names
better, and add an example for setups where dhcpd's conditional
bahaviour is not deployed.
2003-11-17 20:27:45 +00:00
lukem
2f6833c22a Provide X11FLAGS.OS_DEFINES.
Add some comments
2003-11-17 05:14:21 +00:00
wiz
535a27811f Remove superfluous double quotes; restrict to 80 chars/line;
add some commas.
2003-11-16 16:17:13 +00:00
lukem
ec71eec11f .c.lo: support per-target COPTS, CPPFLAGS, CPUFLAGS 2003-11-16 16:10:50 +00:00
yamt
52b3eb5bb0 a manpage of selrecord and selwakeup. from FreeBSD. 2003-11-16 15:07:25 +00:00
lukem
abdaf2f3be simplify with _MKTARGET_LINK 2003-11-16 14:09:00 +00:00
wiz
c99f5ab0c4 Bump date for previous. 2003-11-16 10:13:12 +00:00
wiz
ce0f8cbf55 Bump date for previous; add comma in enumeration. 2003-11-16 10:12:21 +00:00
wiz
8d1916a3fe Bump date for previous. 2003-11-16 10:10:45 +00:00
wiz
8fe886b55b Bump date for previous; make dca xref point to hp300 dir. 2003-11-16 10:09:02 +00:00
wiz
47bfd8c0da Bump date for previous. 2003-11-16 10:05:48 +00:00
mbw
da21fca5a5 Update to reflect that dca and apci are now handled by the com driver. 2003-11-15 23:18:24 +00:00
mbw
af70459403 - move dca and apci to com
- remove "dcl     HP 98628A communications link" since it's not supported
   in NetBSD
2003-11-15 23:17:56 +00:00
mbw
d00d4c68df Update to reflect that dca and apci are now handled by the com driver. 2003-11-15 23:06:42 +00:00
mbw
cd72a6bb0c Add for hp300:
com* at dio? scode ?
     com* at frodo? offset ?
2003-11-15 22:58:11 +00:00
mbw
ac52f1946b Mention that DCL is not actually supported in NetBSD, but there were
4.3BSD drivers.
2003-11-15 21:45:52 +00:00
keihan
baf3076a37 netbsd.org -> NetBSD.org. 2003-11-14 17:18:18 +00:00
matt
ac869c13c5 Add a AWK for awk. 2003-11-14 05:22:02 +00:00
wiz
6346fe2807 Bump date for uvm_useracc removal. 2003-11-13 06:46:02 +00:00
matt
9e7bfda285 Use ${HOST_LN}
Fix how hppa gets to -lgcc_pic
2003-11-13 05:56:30 +00:00
matt
707e787138 Add a HOST_LN. 2003-11-13 05:54:44 +00:00
chs
c2d581f4ec uvm_useracc() is gone. 2003-11-13 03:45:01 +00:00
wiz
d642173154 No Pp after Ss; drop trailing spaces; bump date for previous.
XXX: file has no license.
2003-11-12 19:42:27 +00:00
jandberg
79eacc067d amidisplaycc.c:
Add screen types suitable for PAL displays, and fix typos
	in older screen type names; reported by Gunther Nikl.
amidisplay.4:
	Document the new screen types and add some misc information.
2003-11-12 17:42:40 +00:00
grant
3a7a63a3e2 netbsd.org -> NetBSD.org 2003-11-12 13:04:18 +00:00
wiz
ebe7222a9a Fix two typos, and split file system. 2003-11-11 13:36:33 +00:00
wiz
38df162bff Bump date for previous. 2003-11-11 13:34:36 +00:00
dsl
433a97cc58 Set MKDEP_SUFFIXES to get additional targets in .depend instead of using
sed in .afterdepend.  I don't think .afterdepend is used anywhere any more.
2003-11-11 11:43:45 +00:00
dsl
cd01ecc4cd Use -- to separate mkdep options from cc ones.
Avoids problems when the cc options start with -fpic.
2003-11-11 11:36:40 +00:00
augustss
d030d913db Add boot(8) man page for pmppc. 2003-11-10 18:45:58 +00:00
augustss
764e974d4e Mention the com ports. 2003-11-10 18:28:45 +00:00
dsl
e6dd2bf0d9 Use modified mkdep(1) (not cat) to merge '*.d' into '.depend'.
Allows some of the postprocessing to be done there instead of a separate
sed script called from 'afterdepend'.
2003-11-10 18:21:55 +00:00
mrg
92ce299301 switch to GDB 5.3 on armeb & m68000. 2003-11-09 02:54:50 +00:00
lukem
1d6c9bac12 The order of items in .SUFFIXES is extremely important!
Revert part of previous and put `.s .S' before `.c' again.

(Fixes recent libkern lossage.)
2003-11-08 23:14:45 +00:00
lukem
820345f78c Remove single suffix inference rules from here; nothing in the tree
relies upon them (AFAICT).

(This fixes the build issue with src/x11, because the .cpp rule in
bsd.x11.mk was being overridden by the .cpp rule here)
2003-11-08 06:06:50 +00:00
lukem
3b34d70c1d Trim .SUFFIXES to only contain those used in this file.
Reorder some variables appropriately.

Add chmod a+x in .sh:, as per SUSv3.
2003-11-08 05:33:37 +00:00
lukem
4c858a92f3 Support MAKEVERBOSE more effectively. 2003-11-07 00:05:24 +00:00
lukem
f8780e2dfa Support MAKEVERBOSE when installing man symlinks.
Note; this makes symlink installation more "chatty" in the MAKEVERBOSE=2
case, but results in more consistent operation for that level.
2003-11-06 22:59:03 +00:00
lukem
03ac03264c support MAKEVERBOSE for objdir creation messages 2003-11-06 22:47:22 +00:00
wiz
4a9f67d01b Various fixes. 2003-11-05 08:21:32 +00:00
skrll
ad376176f9 Switch ARM to gdb 5.3.
XXX 26bit support isn't there at the moment.
2003-11-05 07:14:31 +00:00
uwe
16fdcf9bc6 Descend into man4.hpcsh.
Install adc(4) and j6x0tp(4) manual pages.
2003-11-05 02:59:09 +00:00
uwe
ae94125827 Manual pages for NetBSD/hpcsh port. 2003-11-05 02:57:03 +00:00
uwe
086db0ddc3 Tweak formatting. Add more explanatory text to *_KEYSYM options. 2003-11-05 02:38:23 +00:00
uwe
431aec3135 j6x0tp(4) - driver for Jornada 680 touch-screen. 2003-11-05 02:23:45 +00:00
scw
b4816bc53a Use MACHINE_CPU instead of MACHINE_ARCH to select the appropriate
architecture directory under sys/lkm/arch. This permits a single
directory to be used for bi-endian architectures.
2003-11-04 14:52:22 +00:00
keihan
1d9683a930 s/NetBSD.ORG/NetBSD.org/
s/netbsd.org/NetBSD.org/

OK'd by martin@
2003-11-04 13:45:52 +00:00
wiz
c19b744bdc Bump date for previous. 2003-11-04 10:52:34 +00:00
martti
e9a2ef8581 Added Dell PERC 4/Di 2003-11-04 10:42:40 +00:00
mrg
79281abf48 switch sun2 to GCC3 2003-11-04 07:14:24 +00:00
wiz
0128b312f7 Misc fixes from Soren Jacobsen in PR 23350. 2003-11-03 09:56:37 +00:00
wiz
38ecd597c4 Add an article. 2003-11-03 08:09:16 +00:00
wiz
ae05ebb9c6 Use Dv for some defines; replace > with \*[Gt] for HTML. 2003-11-03 08:07:36 +00:00
nisimura
d77f7e03eb Add little notes about the capability and limition of the IDE driver. 2003-11-03 03:29:51 +00:00
yamt
e8ee7a1778 document a recent uvm_pagefree PG_ZERO change. 2003-11-03 01:28:01 +00:00
sekiya
f17c77ee73 Use XFree86 4.x on sgimips. 2003-11-03 00:30:34 +00:00
wiz
301fe66e18 Fix typos, add articles, use more markup. 2003-11-02 09:08:16 +00:00
tsutsui
440afd0bee Update man page to reflect API changes. 2003-11-02 04:20:04 +00:00
tron
f7d7184912 Apply various fixed supplied by Thomas Dickey in private e-mail.
The changes were reviewed by Julian Coleman.
2003-11-01 10:16:28 +00:00
nisimura
88d2cbf4b5 One more fix; copyright notice bozo. Pointed by Thomas Klausner. 2003-10-31 09:35:25 +00:00
wiz
8878f0f338 Fix a typo. 2003-10-31 08:53:50 +00:00
nisimura
51cdfee682 Added stpcide(4) driver for STMicroelectronics STPC IDE controllers. 2003-10-31 06:49:58 +00:00
wiz
a551fcaffa Xref sab(4). 2003-10-30 08:25:19 +00:00
wiz
5ab0f44b67 Descend into man4.sparc64 and install man pages there. 2003-10-30 08:21:19 +00:00
wiz
dc88a688cb Add sab(4) based on the one from Lloyd Parkes in PR 23314,
with some modifications by me.
2003-10-30 08:20:54 +00:00
kleink
0cf415e538 Merge tzdata2003d. 2003-10-29 21:04:05 +00:00
kleink
38aab5f54e Import tzdata2003d. 2003-10-29 21:00:21 +00:00
wennmach
ae9ab55ceb Add ADC
Change "conversor" -> "converter" in DAC entry
2003-10-29 13:52:25 +00:00
wennmach
d4cd75e0ac Add LSB and MSB 2003-10-29 13:47:39 +00:00
lukem
443c980dcd use ${.PREFIX} instead of ${.TARGET:R} 2003-10-29 02:10:57 +00:00
mrg
76dbb1d8cc GCC3:
- move m68000 into "mostly working" section
GDB53:
- move m68000 & armeb into "in progress" section
- enable sh3eb
2003-10-28 07:22:55 +00:00
simonb
c78d65c886 Sort MACHINE_ARCH's in the GDB section. 2003-10-28 07:09:03 +00:00
mrg
45e224e8d4 fix a typo in previous pointed out by lukem 2003-10-28 01:25:33 +00:00
mrg
8dcb3c2e33 allow -traditional-cpp to be overridden when making dependancies 2003-10-27 23:52:57 +00:00
thorpej
db71356cd1 - Change callout_setfunc() to require that the callout handle is already
initialized.  Update the txp(4) to compensate.
- Statically initialize the TCP timer callout handles in the tcpcb
  template.  We still use callout_setfunc(), but that call is now much
  less expensive.  Add a comment that the compiler is likely to unroll
  the loop (so don't sweat that it's there).
2003-10-27 16:52:01 +00:00
mrg
3b4ce5498c turn on GCC3 for armeb 2003-10-27 01:45:20 +00:00
uwe
1312264774 Mark GCC3 for sh3el as "mostly working". Remaining issues are
toolchain/22452 and toolchain/22489 (gcc's optimization/11937).
2003-10-27 01:35:12 +00:00
uwe
0f1f83b0cc Switch sh3el to GDB 5.3. 2003-10-27 01:29:58 +00:00
jdolecek
80010daea8 regen after MAKEDEV2manpage.awk fixes:
* use " for 3 1/2 & 5 1/4 in fdc entry
* xref acorn32/opms(4) in pms# entry
* no longer xref scsictl(8) in scsibus# entry
2003-10-26 21:34:49 +00:00
jdolecek
cf43cdd268 g/c the MAKEDEV(.local)? substitution - it's not needed
generate the .Xr commands for device manpage crossreferences directly,
we no longer need to replace 'foo(4)' in the source MAKEDEV.tmpl

replace other gensub() calls with equivalent gsub(), and fix output
for fdc (we want 3 1/2", 5 1/4" - not 3 1/2``, 5 1/4'')

add target translation for 'random' -> rnd(4) and 'scsibus#' -> scsi(4),
and fix typo in opms entry
2003-10-26 21:32:51 +00:00
wiz
f86e4d21d7 Bump date for previous.
Do not turn off hyphenation (no reason).
2003-10-26 08:11:51 +00:00
martti
a215a8d5cf Added descripton about fsck_flags 2003-10-26 07:58:44 +00:00
lukem
f85d2d1c14 Use ${HOST_SH} instead of `sh'.
If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH;
Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.
2003-10-26 07:25:33 +00:00
mycroft
08c9a64727 I have no idea how this built, given that there seems to be a syntax error... 2003-10-26 06:26:26 +00:00
mycroft
07ea22b5b8 Note that armeb needs GCC 3, and hppa and m68000 need GDB 5.3. 2003-10-26 05:45:05 +00:00
lukem
7f41288379 use ${HOST_SH} instead of sh 2003-10-26 03:29:44 +00:00
lukem
5daa33014e Improve how build.sh -N and MAKEVERBOSE interoperate;
rather than adding '-s' to make's command line in the makewrapper,
use the .SILENT target based on MAKEVERBOSE's value.

This means that you can do:
	./build.sh -N 1 makewrapper

	$TOOLDIR/bin/nbmake-$MACHINE
	#  runs at MAKEVERBOSE==1, with command lines suppressed

	$TOOLDIR/bin/nbmake-$MACHINE MAKEVERBOSE=2
	#  runs at MAKEVERBOSE==2 for this invocation, with command lines shown
2003-10-26 02:17:46 +00:00
lukem
6af0268550 document the (more useful) flags for `reboot' 2003-10-26 01:44:22 +00:00
simonb
8652f3d5d3 Switch MIPS to GDB 5.3 2003-10-26 01:29:34 +00:00
mycroft
b1f62a47b0 Throw the switch for mipseb and mipsel -- GCC 3 works. 2003-10-25 22:25:55 +00:00
matt
da19615924 Switch VAX to GDB 5.3 2003-10-25 19:02:55 +00:00
jandberg
5210c06ca0 Add polish wscons keymaps for amiga.
From Pawel Chwalowski in port-amiga/22961.
2003-10-25 10:02:05 +00:00
jdolecek
c39854a858 regen - MD manpage links, more device links, and adjustments to some of
the device descriptions
2003-10-24 23:44:15 +00:00
jdolecek
6583af894c make sure to add links to all appropriate MD manpages for each device
pointed out by Thomas Klausner

expand the device name -> manpage translations, and fix some comments
2003-10-24 23:42:25 +00:00
jklos
a791745321 Added xterm-color entry from ESR's / ncurses termcap.src for, primarily,
Mac OS X 10.3.
2003-10-24 23:37:18 +00:00
jdolecek
7381215ef1 switch to unified MAKEDEV(8) - the manpage now contains list of
all devices for all platforms
2003-10-24 20:26:57 +00:00
mycroft
68fd22e460 68k works with GCC 3 on next68k and amiga. Throw the switch. 2003-10-24 17:44:36 +00:00
wiz
54cad697fd Mention Acard ATP865-A support; bump date. 2003-10-24 16:08:33 +00:00
wiz
48b267be4d Mark up error code with .Er. 2003-10-24 07:43:35 +00:00
hubertf
49756bfb27 Document which error vflush may return. Saves some code-reading... 2003-10-23 22:30:47 +00:00
simonb
61cddc3b80 Add "com* at opb?" for IBM PowerPC 4xx CPUs. 2003-10-23 02:25:36 +00:00
skrll
6cbe1f3d8f gdb 5.3 for arm is in progress 2003-10-22 07:43:59 +00:00
hannken
c6d83326cb Forgot to update the .Dd line. From Thomas Klausner <wiz@netbsd.org>. 2003-10-22 07:12:43 +00:00
hannken
9dec5da8e8 Add section 9 man pages for:
vfs_write_suspend, vfs_write_resume, vn_start_write and vn_finished_write.
2003-10-21 22:01:24 +00:00
thorpej
3267ff8288 Add i82545GM and i82546GB controllers. 2003-10-21 17:10:00 +00:00
lukem
7675cc90f4 Move the MAKEVERBOSE setup from <bsd.sys.mk> to <bsd.own.mk>, and
change all the variable assignments from = to ?=
2003-10-21 16:36:58 +00:00
wiz
4452a32353 Talk about LKMs instead of klds. /sys symlink is dead, so
use longer path for source files. Remove an unnecessary dot.
2003-10-21 16:21:55 +00:00
lukem
130ab7336b Rework how MAKEVERBOSE operates:
*	Don't bother prefixing commands with a line of  ${_MKCMD}\
	and instead rely upon "make -s".  This is less intrusive on
	all the Makefiles than the former.  Idea from David Laight.

    *	Rename the variables use to print messages.  The scheme now is:
	    _MKMSG_FOO		Run  _MKMSG 'foo'
	    _MKTARGET_FOO	Run  _MKMSG_FOO ${.TARGET}
	From discussion with Alistair Crooks.
2003-10-21 10:01:19 +00:00