schmonz
273368f404
Fix a couple spell-o's.
2002-09-01 17:40:07 +00:00
martin
7b46d3361c
Document "options PPPOE_TERM_UNKNOWN_SESSIONS".
2002-09-01 17:35:38 +00:00
wiz
93d0722c11
Add some commas in enumerations, and bump date for recent changes.
2002-08-30 22:13:03 +00:00
abs
f951ddc019
Fix AHC_NO_TAGS to actually disable tagged queuing, and document.
2002-08-30 21:54:10 +00:00
wiz
93a4c1ca59
Document link0 and link1 better, remove reference to non-existing sppp(4).
...
Reviewed by martin.
2002-08-30 13:38:38 +00:00
wiz
b05666de4a
Fix typo in last.
2002-08-29 12:23:42 +00:00
wiz
7f11cad18a
Mark up error values and NULL.
2002-08-29 12:20:21 +00:00
wiz
af01d9ecf0
Mdoc nit (\-1 instead of -1. \- is minus, - is hyphen).
2002-08-29 11:27:03 +00:00
wiz
510e2d9c43
Drop trailing space.
2002-08-29 10:45:17 +00:00
lukem
08e7e88032
In the MKDYNAMICROOT==yes case, move the shared linker from /lib/ld.elf_so to
...
/libexec/ld.elf_so. Per discussion with a few other developers.
2002-08-28 09:57:10 +00:00
onoe
44fbd073c4
Add 2 APIs to get a list of available DLTs and use one for them.
...
BIOCGDLTLIST (struct bpf_dltlist)
BIOCSDLT (u_int)
2002-08-28 09:35:55 +00:00
gmcgarry
fa0313ca0b
Documentation for Restartable Atomic Sequences (RAS).
2002-08-28 07:56:30 +00:00
lukem
ed401558f2
Implement MKDYNAMICROOT, which currently defaults to "no", but will
...
be changed in the future to "yes".
If MKDYNAMICROOT == "no", there is no change from existing behaviour
of a static /bin and /sbin (and a few programs in elsewhere).
If MKDYNAMICROOT == "yes", the following changes occur:
in <bsd.own.mk>:
SHLIBDIR?= /lib
SHLINKDIR?= /lib
in various Makefiles, the following entry is DISABLED.
LDSTATIC?=-static
This results in all programs (except those "standalone" programs built
in sys/arch/*/stand) are linked dynamically, the shared linker is moved
from /usr/libexec to /lib (with a compat symlink), and the shared
libraries used by /bin and /sbin programs are moved from /usr/lib to
/lib (with compat symlinks).
2002-08-27 14:46:11 +00:00
takemura
b8ce6e8201
Added touch panel calibration utility.
2002-08-27 14:12:09 +00:00
abs
9f39802939
Append ' - see rc.conf(5)' to unset variable warning:
...
/etc/rc.d/fu: WARNING: $fu is not set properly - see rc.conf(5).
Add a note to rc.conf that third party packages may test for additional
variables.
2002-08-26 17:46:57 +00:00
thorpej
cc1d5833ef
uiomove()'s second argument is now a size_t.
2002-08-25 22:29:11 +00:00
lukem
9aa0322535
don't bother with "rm -f $$t" before ${INSTALL_LINK} or ${INSTALL_SYMLINK},
...
as they default to using install(1) -r.
the rm can cause problems in certain situations, such as moving a library or
shared linker that install(1) depends upon to another location and replacing
it with a (sym)link.
2002-08-24 13:12:38 +00:00
bouyer
86514a3c90
Note support for HPT372 and (better late than never) HPT374.
2002-08-23 16:31:09 +00:00
bouyer
ceb355fe05
Add support for Promise Ultra133TX2, and Ultra133TX2v2.
2002-08-23 16:29:37 +00:00
scw
27ff9862b3
Override the last commit by auto-generating the file from walnut's
...
etc.MAKEDEV.
Pointed out by Thomas Klausner.
2002-08-23 13:01:21 +00:00
scw
a97e0cd99d
G/C satlink and wscons. Neither are applicable to the walnut port.
2002-08-23 12:18:46 +00:00
wiz
d4a8d9ed9e
Remove duplicate 'is' reported by Arto Huusko in misc/18048.
2002-08-23 12:04:39 +00:00
thorpej
11cad93278
Note that checksum offload is supported.
2002-08-22 18:16:13 +00:00
lukem
c2cfbd954d
document /lib and /rescue. other minor tweaks
2002-08-22 01:40:07 +00:00
onoe
0869b7a4ce
Change the media option for adhoc demo mode: adhoc -> adhoc,flag0
...
Fix the configuration for IBSS mode.
2002-08-21 04:08:06 +00:00
onoe
79d69cf115
Apply changes to ifmedia.h:
...
Delete IFM_IEEE80211_IBSS [ibss] and IFM_IEEE80211_IBSSMASTER [ibss-master]
from media options, since IEEE80211_ADHOC [adhoc] is already defined for
IBSS. Instead, [ibss] is assigned as an alias for IEEE80211_ADHOC.
Also note that adhoc can be used with flag0 to specify non-standard adhoc
demo mode in some drivers.
2002-08-21 03:30:54 +00:00
christos
881d4466c6
PR/17402: Julio Merino: Mention /dev/ttyEstat
2002-08-20 16:56:05 +00:00
wiz
942e5d4c4f
Sort sections.
2002-08-20 16:39:09 +00:00
wiz
54ae9afa12
Sort SEE ALSO.
2002-08-20 16:37:47 +00:00
wiz
73b7d13bfe
Drop .Pp before .Ss.
2002-08-20 16:25:51 +00:00
wiz
76cbce1c77
Formatting error.
2002-08-20 15:54:08 +00:00
wiz
b93a6fd07e
Remove Ns.
2002-08-20 15:52:25 +00:00
wiz
47d5f6cf3b
Remove superfluous Ns.
2002-08-20 15:51:25 +00:00
wiz
33691f98a8
Drop some superfluous Ns.
2002-08-20 15:47:46 +00:00
wiz
64676e9ce7
Two major fixes for PS output; also cut down on Ns and No misuses.
2002-08-20 15:43:34 +00:00
enami
7be7957c9b
Mention RND_TYPE_RNG.
2002-08-20 00:48:31 +00:00
enami
68c5f07e0f
Add and xref wm(4).
2002-08-20 00:46:23 +00:00
wiz
75839d2a59
It's RND_FLAG_*, not RND_FLAGS*. Noted by Christian Biere in kern/17992.
...
Also fix an unrelated mdoc error.
2002-08-19 17:41:46 +00:00
lukem
811a3185a3
Explicitly note that if NOxxx and USE_SHLIBDIR are set by a Makefile,
...
it must be before <bsd.own.mk> is included.
2002-08-19 14:51:58 +00:00
gmcgarry
d00f8989a1
Document RND_COM option. Partially addresses PR17976 from
...
<ChristianBiere@gmx.de>.
2002-08-19 00:00:48 +00:00
yamt
d43d55bc3a
mention argument promotion and change example
...
as well.
from OpenBSD.
2002-08-18 08:57:07 +00:00
wiz
b96a6bccda
regen (+pci)
2002-08-17 11:45:04 +00:00
wiz
5f9f466ecc
regen (tty for sab, hi petrov)
2002-08-17 11:44:17 +00:00
jdolecek
4a6a2fe18b
update to accompany removal of COMPAT_OLDBOOT, and no more 'wd' and 'sd'
...
aliases for 'hd'
2002-08-16 08:54:18 +00:00
thorpej
85181628b6
Fix markup in AUTHORS section.
2002-08-15 19:03:34 +00:00
wiz
ac8c16f96b
Don't xref ourselves in SEE ALSO; separate SEE ALSO entries by comma;
...
use more mark up in some places.
2002-08-15 03:23:55 +00:00
wiz
323eb1eff6
Comma-separate entries in SEE ALSO.
2002-08-15 03:23:15 +00:00
wiz
bc207f9d3c
Mdoc nit.
2002-08-15 03:22:49 +00:00
soren
a440a4971b
Misc fixes.
...
Cross-reference v*ops.9.
2002-08-14 18:50:48 +00:00
wiz
f4091be169
Mdoc nits unrelated to last commit, and bump date for last commit.
2002-08-14 15:30:11 +00:00
thorpej
b890d48c5a
* Document the existing requirement that machine-independent code
...
not pmap_kenter_pa() a mapping at a virtual address for which a
valid mapping already exists.
* Document the new requirement that machine-independent code not
not pmap_kenter_pa() a mapping with VM_PROT_EXEC.
2002-08-14 15:25:50 +00:00
bjh21
96d74ccf91
Update the list of controller capabilities, and document the one I added
...
(WDC_CAPABILITY_NOIRQ).
2002-08-14 12:30:22 +00:00
wiz
ef2a9b1611
Remove duplicate defines.
2002-08-12 21:51:14 +00:00
soren
caff3df38d
And make that getdents(_2_).
2002-08-12 21:07:07 +00:00
soren
4b5620384e
Don't back-reference getdirentries(3).
2002-08-12 21:06:40 +00:00
soren
641df8d3f6
Nit.
2002-08-12 20:56:07 +00:00
soren
0153d72d25
s/file format/format/
2002-08-12 20:50:31 +00:00
soren
e471d531a0
Bring up to date with getdents(2) reality.
2002-08-12 20:49:33 +00:00
wiz
9e8a1535e8
Fix typo.
2002-08-12 17:35:15 +00:00
thorpej
323b027f6b
Add some text about IBSS mode and Host-AP mode.
2002-08-12 17:27:39 +00:00
thorpej
fd63f400b5
Note "ibss", "ibss-master", and "hostap" media options for 802.11.
2002-08-12 17:08:40 +00:00
thorpej
c1f8d1d5b3
Add a manual page for the AMD Elan SC520 System Controller driver.
2002-08-12 03:45:25 +00:00
augustss
93b57947fa
Add another line about slhci.
2002-08-11 19:28:05 +00:00
soren
88eb6092d3
Install slhci(4).
2002-08-11 15:35:09 +00:00
isaki
b919446c40
Add manual page of slhci(4)
2002-08-11 13:24:55 +00:00
isaki
822f002f64
regen; add usb*, ugen*
2002-08-11 13:23:07 +00:00
soren
756b85e71a
Sync with reality.
2002-08-11 12:12:23 +00:00
soren
6c2f3b0542
POOL_STORAGE_SIZE no longer exists.
2002-08-11 11:20:48 +00:00
wiz
a689eaf54f
Add comma before "and".
2002-08-09 15:02:26 +00:00
kent
3765687061
Mention ICH3, ICH4 and SiS 7012.
2002-08-09 14:50:14 +00:00
thorpej
364a2bbe9c
Add LIBPMC.
2002-08-09 00:21:22 +00:00
thorpej
d5d52b821f
Add libpmc.
2002-08-09 00:18:30 +00:00
thorpej
edcbecf70a
Update supported hardware list.
2002-08-08 00:29:31 +00:00
wiz
e13303c61a
Uncomment hardclock(9) reference now that we have one.
2002-08-07 13:43:33 +00:00
tron
81fd73e616
Fix incorret (and obiously untested) symlink targets.
2002-08-07 11:01:20 +00:00
briggs
81f3050a76
Document new performance monitoring interface.
2002-08-07 04:48:55 +00:00
drochner
b4bf2c6df9
add manpage for the PC87366 superI/O chip, temperature monitor part,
...
driver
2002-08-06 16:44:50 +00:00
soren
f734289f1c
Typo, PR misc/17629 from HAMAJIMA Katsuomi.
2002-08-06 15:42:55 +00:00
pooka
a463a940f5
document FORK_CLEANFILES
2002-08-06 14:00:03 +00:00
wiz
1715ae66f5
Fix .Fn arguments.
2002-08-06 13:02:52 +00:00
wiz
05981609c2
Add a missing brace.
2002-08-06 13:01:04 +00:00
wiz
19f7335abe
Long month in Dd, and some mdoc nits.
2002-08-04 22:58:14 +00:00
jdc
91c78107e6
Remove 'ic' capability from our xterm entry as per PR bin/15667 from
...
Aymeric Vincent.
While we are here, remove local changes from the xterm-xf86-v32,
xterm-xf86-v33 and xterm-xf86-v333 entries and create our own xterm
and xterm-vb entries. Try to be compatible with as many xterm
implementations as possible.
2002-08-04 14:43:47 +00:00
thorpej
6e896a4a74
Fix an error in the example.
2002-08-04 05:02:22 +00:00
thorpej
9c2889aa78
Fix a typo.
2002-08-04 04:54:19 +00:00
thorpej
07468576da
Document "xor5", "xor6", "xor7", and "xor8".
2002-08-04 04:53:36 +00:00
gmcgarry
42fef49b5c
Expand. From discussion on tech-kern.
2002-08-04 01:16:09 +00:00
gmcgarry
704898a9ea
Document pci_set_powerstate()/pci_get_powerstate().
2002-08-04 01:03:12 +00:00
chris
07bc5d7a16
Default cats to using X 4.
...
Also correct macppc entry while here.
2002-08-03 22:10:07 +00:00
soren
5fd285aac4
ifattach(9) has been split into *_ifattach().
2002-08-03 14:56:18 +00:00
thorpej
846dbf2b23
Descend into man4.evbarm.
2002-08-03 00:40:03 +00:00
wiz
84a99e2b3e
No leading 0 in day dates.
2002-08-02 23:35:06 +00:00
wiz
f4fa257831
ispell. Sort SEE ALSO. Mark up NULL. Some other minor changes.
2002-08-02 23:20:34 +00:00
wiz
ac26526e01
ispell. Some mandoc cleanups.
2002-08-02 22:20:59 +00:00
thorpej
2e22ba9f6b
Manual page for the watchdog timer found in the Intel XScale I/O
...
Processors.
2002-08-02 21:29:01 +00:00
thorpej
2c34344b0a
Add a manual page for the Intel IOP AAU.
2002-08-02 21:11:19 +00:00
soren
2c3f82e5d3
Match mbuf changes.
...
Fixes PR kern/16039 from Tomas Svensson.
2002-08-02 19:21:57 +00:00
soren
c760d33b3e
Fix comment about format.
...
Fixes PR misc/17722 from David MacKenzie.
2002-08-02 18:02:53 +00:00
thorpej
5eb844a0f7
Document "xor2", "xor3", and "xor4".
2002-08-02 06:50:05 +00:00
thorpej
cb163e72e4
Regenerate; added dmoverio.
2002-08-02 00:51:53 +00:00
thorpej
180cb7b5c0
Regenerate; added dmoverio.
2002-08-02 00:48:28 +00:00
thorpej
a564ee723c
Manual page for pseudo-device access to hardware-assisted data movers.
2002-08-02 00:43:12 +00:00
thorpej
d09e51c588
Manual page for hardware-assisted data mover interface.
2002-08-02 00:41:53 +00:00
simonb
bfc65846f7
Regen for the sysmon device.
2002-08-01 23:20:20 +00:00
pooka
203649db47
list network interfaces in ascending order (foo0 .. foon instead of
...
foon .. foo0)
2002-08-01 09:43:16 +00:00
simonb
f674045491
Update after changing etc/etc.sbmips/MAKEDEV before the wizbot attacks.
2002-07-31 14:52:49 +00:00
soren
6d5026b75e
boot(9) is now cpu_reboot(9).
...
Adresses part of PR kern/4901.
2002-07-31 00:47:55 +00:00
bouyer
b5d03f4f44
Note ICH4 support.
2002-07-30 21:04:41 +00:00
chris
e37cad3dd2
Add comment to MAKEDEV about audio* devices.
...
Also update the MAKEDEV manpage (as reminded by wiz)
2002-07-30 20:50:10 +00:00
wiz
b1c4a6f299
regen (+sysmon)
2002-07-30 08:39:14 +00:00
junyoung
158fd900d1
Consistent use of 'v'.
2002-07-30 04:10:36 +00:00
jdolecek
6dbfb914a2
add 'sun68k' to CLEANFILES for sun2/sun3
...
add 'sparc' to CLEANFILES for sparc64
2002-07-29 07:42:52 +00:00
augustss
ab96954afe
Document ACPI_ACTIVATE_DEV option.
2002-07-29 03:28:07 +00:00
augustss
2cca968594
Document ACPI_PCI_FIXUP option.
2002-07-29 03:08:09 +00:00
wiz
a7048b4ab5
Sort SEE ALSO.
2002-07-29 00:59:43 +00:00
wiz
98e1acecab
Uppercase ISDN and some unrelated fixes ispell stumbled over.
2002-07-29 00:42:56 +00:00
manu
08a69f7d15
Make killproc really public, and while we are there, constify.
2002-07-28 22:18:51 +00:00
tsutsui
5c5e3f7e79
Mention more configuration of flags to disable tagged queuing.
2002-07-26 13:12:47 +00:00
onoe
ad4f7e6d3a
Note Silicon Image 0680 support
2002-07-26 10:37:32 +00:00
jdolecek
ec977bae0f
make sure at least one host is selected before changing /etc/hosts
...
Fixes bin/15713 by Tracy Di Marco White.
2002-07-26 07:29:06 +00:00
wiz
7e57db6ca9
The man page claims they are sorted by driver name, so sort them by driver
...
name.
2002-07-25 21:30:34 +00:00
junyoung
40fa5f20fe
Add NetBSD 1.5.3 to the tree as well.
2002-07-24 05:10:14 +00:00
junyoung
293cf6ffe0
Readd NetBSD 1.5.3. Note that entries should be sorted in chronological
...
order.
2002-07-24 04:51:08 +00:00
junyoung
19fe2e4fc0
Pull in the latest from FreeBSD tree.
2002-07-24 04:49:14 +00:00
jschauma
8dc529902d
"pairs of other package this package depends" ->
...
"pairs of other packages this package depends upon"
2002-07-23 14:41:41 +00:00
hannken
91f71a4f61
The buffer returned by BUFQ_PEEK must remain the same until BUFQ_GET is
...
called. It may be used as the "current" buffer.
2002-07-23 14:00:16 +00:00
grant
9818296a83
add NetBSD 1.5.3.
2002-07-23 06:53:35 +00:00
bouyer
788cbb16d2
Note VT8233A support.
2002-07-22 20:53:13 +00:00
ichiro
32592b3d4f
regen
...
- add ixpcom
2002-07-22 04:26:10 +00:00
hannken
7de36862a8
Rename bufq_init() to bufq_alloc().
...
Add bufq_free() to remove a buffer queue.
Avoid MALLOC while holding a spinlock.
From Chuck Silvers.
2002-07-21 15:32:17 +00:00
jdc
5b09651fdc
Add (missing) definitions for 'oc' and 'op' capabilities.
...
Pointed out by Aymeric Vincent.
2002-07-21 10:23:03 +00:00
jdc
a88a6bf877
Minor typo - control mode is 'enrst0' not 'enst0'.
2002-07-20 18:22:47 +00:00
mrg
eca4d02c51
be sure to link "sparc" dir as well, for sparc64
2002-07-20 11:44:31 +00:00
mrg
83a8e86ca3
add -Wa,-Av8plus to CFLAGS if we are building for 32bit sparc
2002-07-20 11:43:34 +00:00
yamt
4f420b3122
- add CSHLIBFLAGS.
...
- fix typos in comment.
2002-07-20 08:50:10 +00:00
thorpej
67b2a0cf06
* Add copyin_proc() and copyout_proc(), which are like copyin() and
...
copyout(), except they can operate on any process, not just curproc.
* Use this in uiomove() to allow UIO_USERSPACE to non-curproc.
2002-07-20 03:58:24 +00:00
yamt
406ebf54e0
usually, VOP_SEEK checks new offset, not old one.
2002-07-19 17:28:29 +00:00
scw
1d7843f5f7
Add sh5/evbsh5.
2002-07-19 08:24:04 +00:00
wiz
2b8fd6b89a
Add cats, cesfic, hp700, hpcarm, netwinder, shark, x86_64.
...
Fix acorn32, algor, playstation2.
Problem reported by Matthias Drochner.
2002-07-18 22:50:46 +00:00
wrstuden
578bd7c516
historical BSD sounds better than BSD historical
2002-07-18 03:22:11 +00:00
wrstuden
b1950d5c05
Update to match change in TCP_NODELAY inheritance for passive sockets.
2002-07-18 03:20:51 +00:00
hubertf
73239eb26f
Document VGA_CONSOLE_SCREENTYPE and VGA_CONSOLE_ATI_BROKEN_FONTSEL
...
kernel options.
Submitted by Julio Merino <jmmv@hispabsd.org> in PR 17624.
2002-07-17 22:02:13 +00:00
mycroft
6b3df890c5
USE_XF86_4 on macppc.
2002-07-17 20:02:15 +00:00
wiz
50ae89bcee
Remove superfluous quotation marks in options. Noted by Julio Merino
...
ing misc/17623.
2002-07-17 19:36:30 +00:00
fredette
f53ba8285a
Now build profiled libraries on m68000.
2002-07-17 18:46:12 +00:00
hannken
3f2c0f99e3
Add manpage for new device buffer queue interface.
...
With help from Thomas Klausner <wiz@netbsd.org>.
2002-07-17 15:53:50 +00:00
wiz
f277e86bfd
Punctuation/casing fixes, and don't repeat too verbosely how to set sysctl()s.
...
Noted by Martin Husemann.
2002-07-16 09:03:10 +00:00
lha
5fd41a12f3
add missing pfil_head_get in manpage
...
add missing MLINKS
add new files to sets lists
fixes my own pr kern/15060
2002-07-16 00:36:45 +00:00
wiz
7dc4401b11
Add a paragraph about MSS clamping (refer
...
http://www.netbsd.org/Documentation/network/pppoe/ )
on request by billc and martin. Some minor fixes.
2002-07-15 22:03:00 +00:00
junyoung
f1216cb905
Replace with a much better one which covers the whole Unicode range,
...
from U+0000 to U+FFFF.
Contributed by Hye-Shik Chang <perky@freebsd.org>. Thanks, perky!
2002-07-15 13:40:06 +00:00
gmcgarry
f289290626
simple_lock_unlock -> simple_unlock
2002-07-14 04:08:42 +00:00
thorpej
17c22b6599
List some additional DP83820-based cards.
2002-07-11 18:21:02 +00:00
scw
cad6d3b034
Add MKBFD=no for SH5.
2002-07-11 15:30:03 +00:00
scw
8debe49965
SH5 Makefile Magic.
2002-07-11 15:00:57 +00:00
wiz
7b9b4ac6f7
'environment', not 'enviroment'
2002-07-11 10:53:19 +00:00
pooka
5443f88666
document missing flags
...
XXX: this man page is still out-of-date
2002-07-11 10:45:58 +00:00
simonb
3b89b6fa18
Bricked by a wizbot; update these.
2002-07-11 00:38:47 +00:00
rh
2cb84c41cc
Note SMC 2206USB/ETH support
2002-07-11 00:23:31 +00:00
wiz
4b20971f01
Spell acquire with a 'c'.
2002-07-10 23:16:32 +00:00
wiz
046ecd0f94
Add one.
2002-07-10 22:40:35 +00:00
thorpej
5eb3bf9182
Give core files a mention.
2002-07-10 14:29:04 +00:00
yamt
0b7632c32a
change section order. (CAVEATS before BUGS)
...
suggested by Thomas Klausner in private mail.
2002-07-10 11:57:12 +00:00
yamt
4a8845af69
add CAVEATS section. discussed on tech-userlevel.
2002-07-10 09:45:18 +00:00
wiz
e00999b95c
Add man page for gem(4). OK'd by eeh.
2002-07-09 23:30:21 +00:00
wiz
190d4218c8
ispell
2002-07-09 14:05:29 +00:00
tshiozak
973a95f068
add LC_CTYPE for sk_SK.ISO8859-2, by Lubomir Sedlacik.
2002-07-09 09:00:30 +00:00
thorpej
3acbaeb040
Overhaul documentation of the kernel signal facilities. Some text
...
liberally borrowed from Paul's psignal(9) manpage.
More work can be done here, but there's more here than before, at least.
2002-07-09 02:28:08 +00:00
thorpej
649dfd174e
Document the ELF core file format.
2002-07-09 01:05:32 +00:00
atatat
e7594c01fc
Cross reference rc.subr(8) from rc.conf(5).
2002-07-08 16:15:35 +00:00
atatat
28d021bcf5
Add systrace(1) support to rc.subr. Most services (eg, ${name} is
...
inetd) started from rc can now be run under systrace by setting
${name}_systrace to a set of flags to be passed to systrace. Note
that policies need to generated before you do this.
2002-07-08 16:14:55 +00:00
wiz
d450072570
Use .Fn to mark up functions (.Xr might be a good alternative, too).
2002-07-08 10:46:00 +00:00
abs
b615d06ee1
Document MALLOC_NOINLINE
2002-07-08 10:37:04 +00:00
bjh21
dd7d539761
Add lchflags() to the list of syscalls that act on symlinks.
2002-07-07 14:56:48 +00:00
wiz
f6f0c7616b
Remove obsolete files.
2002-07-07 12:47:20 +00:00
mason
bcf83ebf70
fix typo
2002-07-05 18:33:20 +00:00
wiz
c065268e41
Nitpicks in last.
2002-07-05 10:46:44 +00:00
nathanw
b15d37b9dc
Note that these functions must be called with the scheduler lock held.
2002-07-05 04:03:15 +00:00
nathanw
fefd2b4a29
Remove ess at isa.
2002-07-05 04:02:14 +00:00
wiz
d83279f5c1
Missed a trailing space.
2002-07-04 17:35:44 +00:00
wiz
a556b47d76
mdoc'ify. Contents need cleanup (e.g., we don't have adb...).
2002-07-04 17:35:08 +00:00
junyoung
72b7223680
alloc_attr -> allocattr
...
Approved by Matthias Drochner.
2002-07-04 17:33:19 +00:00
tron
2bd3a8cf3c
Use XFree86 4.x by default on i386 and x86_64.
...
This change was approved by Frank van der Linden.
2002-07-03 11:51:34 +00:00
wiz
1f4098eb40
Add it#8 to wsvt25. From Alan Barrett.
2002-07-03 11:41:39 +00:00
yamt
e248a34ecb
an example that uses DR0.
2002-07-03 11:05:20 +00:00
yamt
05e18e3144
document KSTACK_CHECK_DR0.
2002-07-03 03:05:03 +00:00
yamt
a21aabfeb6
document KSTACK_CHECK_MAGIC.
2002-07-03 02:19:55 +00:00
agc
165c8874f2
Deprecate IS_INTERACTIVE, and explain INTERACTIVE_STAGE
2002-07-02 11:49:19 +00:00
fredette
fbd75fdec9
Enabled building PIC on hppa. Also don't use a --netbsdelf GNU target name.
2002-07-01 19:31:12 +00:00
fredette
cb3f47b13c
Like on x86_64, don't use -O at all with the hppa compiler.
2002-07-01 19:30:36 +00:00
fredette
9c5d82c38e
Added a temporary workaround when building libraries for hppa:
...
link in libgcc to get the millicode routines.
2002-07-01 19:29:31 +00:00
gendalia
b0556cec94
ISAGN added, "I see a great need"
2002-06-30 03:05:53 +00:00
dmcmahill
407c072091
include /usr/ucblib in the list of places where shared libs should be
...
copied from. This was needed for getting citrix_ica to install as
it linked against libucb.
2002-06-30 00:21:16 +00:00
gmcgarry
0ff16469a7
Xref hardclock(9).
2002-06-29 04:36:17 +00:00
gmcgarry
0dadbe49d2
Document flags to VOP_UPDATE().
2002-06-29 01:43:05 +00:00
grant
4276beff76
remove installboot(8) for alpha, sparc, sparc64, sun3 and vax, as they
...
do not install /usr/mdec/installboot anymore.
2002-06-28 08:45:51 +00:00
wiz
b55257ed7e
regen (audio addition)
2002-06-27 23:14:40 +00:00
wiz
ff74eaea8f
regen (ws* additions)
2002-06-27 23:14:31 +00:00
wiz
e118e23eb8
regen (add bktr)
2002-06-27 23:00:50 +00:00
yamt
e3dec71c5b
note that MALLOC is intended to be used with a constant size.
2002-06-27 17:31:25 +00:00
wiz
ccd8cddc93
Remove trailing spaces.
2002-06-26 15:28:11 +00:00