augustss
28fed02bd7
Document the wsmuxctl device. Xref moused(8) (soon to appear).
2001-10-29 22:51:33 +00:00
gmcgarry
103408cb36
Turbochannel -> TURBOchannel
2001-10-29 19:02:23 +00:00
gmcgarry
305a93a18f
TurboChannel -> TURBOchannel. Pointed out by Tohru Nishimura.
2001-10-29 18:59:55 +00:00
pooka
0e8598ed82
make struct ifaliasreq match the one found in net/if.h
2001-10-29 15:08:31 +00:00
cgd
f3bd0cf158
add WRT (with respect to)
2001-10-28 22:39:30 +00:00
cgd
9116fff03a
fix BTTH (_boot_ to the head)
2001-10-28 22:38:01 +00:00
wiz
b45940a186
Sort SEE ALSO, sort sections, other minor cleanups.
2001-10-28 18:47:03 +00:00
jdolecek
4a5ea306b8
s/Soundblaster/SoundBlaster/. Addresses kern/14321 by Gergely EGERVARY
2001-10-28 16:28:39 +00:00
jmc
83fb4943af
already gets checked and prints out an error if it's used without
...
being set. You want to use it if USE_NEW_TOOLCHAIN is set and you're in
the source tree by default.
2001-10-28 02:03:00 +00:00
chs
3116cf32a9
if TOOLDIR is not defined, USETOOLS should default to "no",
...
since defaulting to "yes" will just give an error every time.
2001-10-28 00:52:41 +00:00
gmcgarry
a51e9664a9
- simple_lock_unlock() -> simple_unlock()
...
- include description of LK_INTERLOCK flag
Improvements suggested by Anthony Mallet in PR-14367.
2001-10-27 06:06:19 +00:00
jdolecek
9f786f908f
Fix typo - it's <dev/mca/mcadevs.h>, not <dev/tc/mcadevs.h>.
...
Reported by Miod Vallat in misc/14365.
2001-10-26 17:10:22 +00:00
jmc
bffc850001
Remove debug echo statement
2001-10-26 06:41:46 +00:00
yamt
2b98bd0728
- VOP_READDIR will remain vnode locked.
...
- our VOP_FSYNC doesn't have argument "waitfor".
- IO_SYNC is synchronous.
- remove a repeated sentence in VOP_UNLOCK.
- fix some misspells.
2001-10-26 06:24:08 +00:00
jmc
a414473103
Change the check for BSD_PKG_MK into something which looks to see if we're
...
running from inside of $BSDSRCDIR (recurse back and look for file/dir
signatures or reach /, whichever comes first).
Do it once and then pass the results to sub-makes.
Finally, if using the new toolchain and USETOOLS=yes check $TOOLDIR
before using it. Print an error message out if it's not set when expected
here.
2001-10-26 04:59:10 +00:00
yamt
43a577818e
s/falg/flag/
2001-10-26 03:48:41 +00:00
bjh21
cb7676b0ab
USE_NEW_TOOLCHAIN for ARM ELF platforms (just arm26), since the old toolchain
...
doesn't do ARM ELF at all.
2001-10-25 22:31:11 +00:00
jdolecek
e1d5d53574
remove the mention of /usr/mdec/biosboot_ps2.sym, it no longer exist
...
(the support is part of standard bootblocks)
2001-10-25 21:34:30 +00:00
bouyer
786a6026c6
Note that the ethernet function of Xircom RealPort 10/100 Ethernet + Modem
...
works.
2001-10-25 20:23:46 +00:00
nathanw
41ee0930b0
Don't explicitly set SHLIB_LDSTARTFILE and SHLIB_LDENDFILE for the
...
generic architecture case; this permits the later ELF clause to set
them properly for ELF platforms.
This will cause crtbeginS.o and crtendS.o to be included in shared
libraries built on all ELF platforms, not just alpha, mips, vax, and
sparc.
2001-10-25 19:32:15 +00:00
christos
167e01dd54
add pos
2001-10-25 13:56:07 +00:00
thorpej
083db732ee
Sigh, back out previous -- it is necessary inorder for the depend
...
(and dependall) targets to work properly.
XXX THIS IS BROKEN. It's highly questionalble that we should be applying
our .depend-generating rules to a host system -- the mkdep we currently
use assumes GCC.
2001-10-25 13:48:50 +00:00
thorpej
09dacf298e
Oops, typo.
2001-10-25 07:47:18 +00:00
thorpej
9c77726ed1
Add an ASN1_COMPILE variable for that host tool.
2001-10-25 07:46:48 +00:00
thorpej
4cd6ce7ea8
Remove an unnecessary "CPPFLAGS=${HOST_CPPFLAGS}" -- the host tool
...
targets use HOST_CPPFLAGS exclusively, and keeping this assignment
can get us into some unfortuante recursion trouble.
2001-10-25 01:21:14 +00:00
thorpej
5717160d3a
MDSETIMAGE gets a MACHINE_GNU_PLATFORM prefix.
2001-10-24 23:58:21 +00:00
augustss
c642c12a27
Add a BUGS section mentioning the difficulties with using ddb during boot.
2001-10-24 22:37:07 +00:00
enami
4644bbe41d
s/fnctl/fcntl/
2001-10-24 09:01:47 +00:00
thorpej
bae67ac435
LINT needs a ${MACHINE_GNU_PLATFORM}- prefix now.
2001-10-24 02:34:33 +00:00
thorpej
3a01dbbe6c
Quote the ${CC} provided to mkdep's environment.
2001-10-23 22:55:30 +00:00
kleink
7ff4c19dee
Inspired by rev. 1.18: consistency, pull in <assert.h> for _DIAGASSERT().
2001-10-23 18:51:05 +00:00
kleink
04b133da92
As discussed with Luke, add a short _DIAGASSERT(3) example.
...
Fixes PR lib/14324.
2001-10-23 18:45:13 +00:00
thorpej
8f508df026
When setting MACHINE_GNU_PLATFORM for ARM ports, we need compare
...
MACHINE_GNU_ARCH (not MACHINE_ARCH) to "arm", otherwise the GNU
platform won't be set properly if OBJECT_FMT=ELF.
2001-10-23 17:15:21 +00:00
wiz
2893e5922b
Don't xref ourselves.
...
Noted by YAMAMOTO Takashi on tech-userlevel.
2001-10-23 09:57:10 +00:00
augustss
94a6eb942b
Xref.
2001-10-22 22:23:44 +00:00
gmcgarry
18a46c1d6c
mount.9 doesn't exist (yet?)
2001-10-22 20:47:05 +00:00
gmcgarry
3cda02af37
wsemul.9 was merged with wsdisplay.9
2001-10-22 20:43:03 +00:00
gmcgarry
ec7180252d
fnctl -> fcntl
2001-10-22 19:22:42 +00:00
kleink
992bc87e22
Add a 1003.1g-2000 macro.
2001-10-22 16:46:05 +00:00
taca
ce11bd32bc
Remove tab only line. (Emacs makefile mode complains it.)
2001-10-22 10:53:47 +00:00
wiz
1978ea7c16
Whitespace, punctuation fixes; sort sections, fix xrefs.
2001-10-22 08:21:32 +00:00
lukem
179b47c97b
install all the macro links to queue.3 using the correct UPPER_CASE name
2001-10-22 04:37:57 +00:00
gmcgarry
d67daa9469
Update for new pages and sort.
2001-10-22 03:34:39 +00:00
gmcgarry
f9acd7a62a
Programmer's guide to the VFS interface.
2001-10-22 03:33:19 +00:00
gmcgarry
3609682ad9
Programmer's guide for wscons.
2001-10-22 03:29:58 +00:00
gmcgarry
c6f6ff8c51
Programmer's guide for the rasops subsystem.
2001-10-22 03:28:44 +00:00
gmcgarry
f878fc9982
Programmer's guide for TurboChannel.
2001-10-22 03:25:52 +00:00
gmcgarry
4d4c103867
Programmer's guide for MicroChannel.
2001-10-22 03:25:26 +00:00
jmc
a831891141
Pull in mdsetimage to the tools builds. (XXX - using libbfd here would
...
probably be preferrable long term).
2001-10-21 23:10:46 +00:00
jmc
910ace859f
Pass ${.MAKE} to crunchgen so it uses the one for cross builds correctly
2001-10-21 23:08:59 +00:00