Tim J. Robbins
5b8dbaa1f9
Add a missing word.
2003-01-15 09:48:15 +00:00
Giorgos Keramidas
80958c48e5
Add missing . to mandoc macro
...
PR: docs/47092
Submitted by: SUZUKI Koichi <koich@cac.co.jp>
2003-01-15 08:24:45 +00:00
Scott Long
d560faec07
- Add mozilla to the package list since it would be nice to have a browser
...
that a) was from this century, b) is not Opera, and c) doesn't require
KDE.
- Don't include the compat22 libraries unless the PKG_ARCH is i386. Same
goes for compat3x and compat4x for i386 and alpha.
- Define PKG_ARCH and make it overridable in the environment.
2003-01-15 08:11:35 +00:00
Chris Costello
972f13bc95
Slightly better grammar.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-01-15 06:11:13 +00:00
Hidetoshi Shimokawa
744bdf5752
DV_PAL shouldn't be here.
2003-01-15 05:28:50 +00:00
Hidetoshi Shimokawa
6d6f7f2891
Add DV_PAL for PAL users.
2003-01-15 05:26:23 +00:00
Matthew N. Dodd
bf1446b754
Minimally document hw.syscons.sc_no_suspend_vtswitch.
...
Requested by: Nate Lawson <nate@root.org>
2003-01-15 05:26:10 +00:00
Hidetoshi Shimokawa
4ed65ce9e1
Fix IT DMA underun while bus reset.
...
- Reduce number of DELAY's
2003-01-15 04:21:16 +00:00
Matthew N. Dodd
dcb65c595d
Make the SC_NO_SUSPEND_VTYSWITCH kernel option available as a loader
...
tunable and sysctl (hw.syscons.sc_no_suspend_vtswitch).
2003-01-15 03:45:27 +00:00
Chris Costello
e44ed48582
sigh... revert the previous change; this isn't getpmac
...
Pointy hat: chris
2003-01-15 03:13:51 +00:00
Chris Costello
450e96847a
Cross-reference the appropriate mac library functions.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-01-15 03:13:50 +00:00
Chris Costello
f42021e7d1
Cross-reference mac(4).
...
Sponsored by: DARPA, Network Associates Laboratories
2003-01-15 03:09:01 +00:00
Tim J. Robbins
bae7e9ec5e
Document the named semaphore functions. This could still use a bit
...
of polishing.
2003-01-15 03:07:40 +00:00
Chris Costello
5bc8d71283
Actually add mac_prepare.3.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-01-15 03:05:21 +00:00
Chris Costello
8f8690e73b
Cross-reference mac(4)
...
Sponsored by: DARPA, Network Associates Laboratories
2003-01-15 03:03:05 +00:00
Chris Costello
c75fc22921
s/SEE_ALSO/SEE ALSO/
...
Cross-reference mac(4) and mac(9)
Sponsored by: DARPA, Network Associates Laboratories
2003-01-15 03:02:30 +00:00
Chris Costello
ccf09d7c4b
Update cross-references to include mac(4).
...
Sponsored by: DARPA, Network Associates Laboratories
2003-01-15 02:59:36 +00:00
Chris Costello
a56840346b
Welcome mac(4), the central source of information for all things MAC.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-01-15 02:57:39 +00:00
Matthew N. Dodd
6dc61b5ae5
- GC a few more hand-rolled 'abs' macros.
...
- GC a few hand-rolled min()/max() macros while I'm here.
2003-01-15 02:15:57 +00:00
Matthew N. Dodd
e2fdcaf285
- Add inline functions for {ll,l,}abs() to libkern.
...
- Remove hand rolled abs() functions.
2003-01-15 02:02:33 +00:00
Chris Costello
eaa6ebc44c
Activate getpmac.8
2003-01-15 01:43:09 +00:00
Chris Costello
520b42aa5b
Document getpmac.
...
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
2003-01-15 01:40:35 +00:00
Chris Costello
523313a48f
s/^Sh/.Sh/ (macros begin with .)
2003-01-15 01:20:58 +00:00
Chris Costello
8d43d865d0
Document setpmac.
...
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
2003-01-15 01:17:12 +00:00
Chris Costello
76a829fd1d
o Document mac_prepare() and associated functions
...
o Link mac_get_pid.3 to mac_get.3
o Update SEE ALSO to refer to mac_prepare, and added missing references
o Remove clause #3 on my work
o Update mac_get.3 for the updated MAC API
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
2003-01-15 00:45:31 +00:00
Bruce A. Mah
c66af8d5e0
MFR500: Fix up ACPI-disabling hint text.
2003-01-14 23:37:14 +00:00
Chris Costello
e4ee15b13f
o Remove clause #3
...
o Document mac_set_link().
Sponsored by: DARPA, Network Associates Labs
2003-01-14 23:20:40 +00:00
Matthew N. Dodd
c94b6ebc27
Suspend/resume support (mostly for MiniPCI Prism2.5 boards).
...
Reviewed by: imp
2003-01-14 23:19:32 +00:00
Josef Karthauser
e22514406d
Some USB devices are not prepared to deal with a single byte string
...
descriptor request, which usbd_get_string_desc() uses to get the
length of a descriptor. One device for instance returns a full 8
byte long packet instead which confuses the rest of the stack and
leads to the USB port being reset. The fix is to instead request
two bytes, but not to complain if we only get one.
Submitted by: kan
MFC after: 3 days
2003-01-14 23:07:43 +00:00
Poul-Henning Kamp
d2128d818f
Add a very simple but functional GEOM mirror class.
...
This is committed more as an instructive tool than as a production
facility, but this will change over time.
2003-01-14 22:44:48 +00:00
Matthew Dillon
de6edd1bd9
Add missing #include
...
Submitted by: "Sam Leffler" <sam@errno.com>
2003-01-14 21:31:31 +00:00
Poul-Henning Kamp
d320fdbca7
Now that we have non-geom_disk based drivers, we need to cover for those,
...
in case they return EOPNOTSUPP on an ioctl.
Found by: jhb
2003-01-14 21:31:00 +00:00
Bruce A. Mah
706d96e8c6
Minor hardware note updates: xl(4) 3C555, an(4) mini-PCI.
2003-01-14 20:31:31 +00:00
Bruce A. Mah
6324714cf6
New release notes: pc98 SCSI MO support in boot loader (+MFC), make(1)
...
-C (+MFC), rarpd(8) -t (+MFC).
MFCs noted: ubsa driver.
2003-01-14 20:29:18 +00:00
Nate Lawson
d6b992c723
For the cpu throttling message, s/enabled/available
...
Requested by: many
2003-01-14 19:39:41 +00:00
Matthew Dillon
fe41ca530c
Introduce the ability to flag a sysctl for operation at secure level 2 or 3
...
in addition to secure level 1. The mask supports up to a secure level of 8
but only add defines through CTLFLAG_SECURE3 for now.
As per the missif in the log entry for 1.11 of ip_fw2.c which added the
secure flag to the IPFW sysctl's in the first place, change the secure
level requirement from 1 to 3 now that we have support for it.
Reviewed by: imp
With Design Suggestions by: imp
2003-01-14 19:35:33 +00:00
Nate Lawson
608654d473
Remove bogus locking from dc(4). Instead, move interrupt allocation
...
and ether_ifattach() to end. This fixes a "could sleep" case and
simplifies error exit cases as well. Also be sure to set errno
and clean up resources in !mac error case.
Tested by: Ryan Beasley
2003-01-14 19:31:27 +00:00
Matthew Dillon
8ec48a13fb
Comment correction. NetBSD uses 'readblksize' as the multiplier for the
...
-r option, which defaults to 32K (not 512 bytes). Still just as bad
from a UI standpoint, though.
2003-01-14 19:26:08 +00:00
Bruce A. Mah
d0b28388c6
New release notes: dump(8) -C, newsyslog(8) W flag.
2003-01-14 19:06:11 +00:00
Hiroki Sato
5b21a458ed
MFen: add changes between 1.469->1.470 forgotten in my previous commit.
2003-01-14 17:37:52 +00:00
Olivier Houchard
e550089d43
Don't call destroy_dev it a channel has children.
...
vchan creation doesn't lead to /dev entry creation if the new vchan is the
first child of a channel,
This fix a panic that happens when loading a sound driver module, creating
vchans and unloading the driver.
Approved by: cg
MFC after: 3 days
2003-01-14 17:13:52 +00:00
Warner Losh
b24431ad30
Save 4 more bytes by not initializing opts to 0. This moves it from
...
the data section to the bss section givig us initialization for free.
Noticed by: bde
2003-01-14 16:33:37 +00:00
Mike Makonnen
f99a4046d8
o Typo/Grammar fixes
...
o Added mini-function to correctly handle singular/plural
of words ending in 'ly'
Approved by: markm (mentor)
Not objected to by: -audit
2003-01-14 16:02:56 +00:00
Mike Makonnen
69808e534d
Add rc_debug knob to rc.conf. The code for it has been in rc.subr for
...
some time now.
Document all knobs introduced by rc.d
Approved by: markm (mentor)
Reviewd by: gordon (earlier revision)
2003-01-14 15:50:17 +00:00
Mike Makonnen
dbc8124671
Finish merging in rev. 1.124 of rc.network, so that natd can be used
...
withough the $natd_interface having to be explicitly specified on the
command line.
Approved by: markm (mentor)
Submitted by: Aaron D. Gifford <agifford@infowest.com>
PR: conf/47024
MFC: upon re approval
2003-01-14 15:43:02 +00:00
Benno Rice
2c2d1d071e
Make the base pcib_route_interrupt method available to other pci-pci bridge
...
sub-classes.
This allows the powerpc kernel to build again.
Forgotten by: benno
Spotted by: grehan
2003-01-14 11:37:56 +00:00
Hidetoshi Shimokawa
5dda08514e
Fix for FreeBSD-4.
...
- Protect whole fw_tbuf_update() with splfw().
2003-01-14 08:35:45 +00:00
Tim J. Robbins
74e03642ee
Back out previous; sharing semaphores between processes only works
...
in certain special cases.
2003-01-14 07:14:06 +00:00
Udo Erdelhoff
c6176a6f2c
MFbed: MFen: id attributes for sect1 entities of the release notes
2003-01-14 07:12:31 +00:00
Alan Cox
b0ef8c5fe4
- Update vm_pageout_deficit using atomic operations. It's a simple
...
counter outside the scope of existing locks.
- Eliminate a redundant clearing of vm_pageout_deficit.
2003-01-14 06:57:03 +00:00