Gary Jennejohn
358969b6dd
Update my email address, forgot to do this before.
...
MFC after: 4 weeks
2001-12-22 10:08:48 +00:00
Gary Jennejohn
a5fad09996
Add the ifpi2 driver. Reminded by hm.
...
MFC after: 4 weeks
2001-12-22 09:59:56 +00:00
Gary Jennejohn
a7df5f1bd8
Add the AVM Fritz!Card PCI version 2 controller.
...
MFC after: 4 weeks
2001-12-22 09:47:46 +00:00
Gary Jennejohn
d40d5b1e57
Add a manpage for the ifpi2 driver.
...
MFC after: 4 weeks
2001-12-22 09:38:53 +00:00
Gary Jennejohn
bc336958bb
Add support for the AVM Fritz!Card PCI version 2 controller.
...
MFC after: 4 weeks
2001-12-22 09:38:24 +00:00
Gary Jennejohn
1823355cab
Add the ifpi2 driver.
...
MFC after: 4 weeks
2001-12-22 09:29:03 +00:00
Gary Jennejohn
dc16760bf7
Add support for the AVM Fritz!Card PCI version 2 controller.
...
MFC after: 4 weeks
2001-12-22 09:25:55 +00:00
Gary Jennejohn
c3e8386594
Add a driver for the AVM Fritz!Card PCI version 2 ISDN controller.
...
MFC after: 4 weeks
2001-12-22 09:22:02 +00:00
Alexey Zelkin
be9546c713
add LC_MESSAGES directory for uk_UA.ISO8859-5 locale
2001-12-22 06:56:12 +00:00
Daniel Eischen
2d170746c7
Use the real function address (instead of function address + 8) for the
...
return address when modifying a jmp_buf to create a new thread context.
Also set t12 with the return address.
This should fix libc_r on alpha.
With much detective work by: Bernd Walter <ticso@cicely.de>
2001-12-22 06:11:06 +00:00
Daniel Eischen
8572518672
Save and restore t12 in the jmp_buf. t12 is used during function
...
calls.
This change allows libc_r to create thread contexts with a different
stack and return address.
With much detective work by: Bernd Walter <ticso@cicely.de>
2001-12-22 06:06:17 +00:00
Mike Barcroft
ec55a6050d
Fix support for K&R C.
...
MFC after: 3 days
2001-12-22 05:18:37 +00:00
Chris Costello
67ea1c2412
Cross-reference acl.3, vaccess.9, and vaccess_acl_posix1e.9.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-12-22 03:46:33 +00:00
Chris Costello
12f96c9b6c
Add cross-references to vaccess(9) and vaccess_acl_posix1e(9).
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-12-22 03:20:24 +00:00
Sergey Babkin
41f1be05da
Added ability to do ">/dev/stdout". The apsfilter people are anxious
...
to get it MFCed in time for release 4.5.
MFC after: 2 weeks
2001-12-22 02:40:58 +00:00
Yoshihiro Takahashi
72e13bfb97
MFi386: revision 1.178
2001-12-22 01:35:44 +00:00
Yoshihiro Takahashi
f96a32ff7b
MFi386: revision 1.124
2001-12-22 01:34:09 +00:00
Yoshihiro Takahashi
57ceceeafb
Merged from sys/dev/syscons/syscons.c revision 1.377.
2001-12-22 01:32:32 +00:00
Yoshihiro Takahashi
5dcb00d324
cosmetic changes.
2001-12-22 01:30:19 +00:00
Yoshihiro Takahashi
9ed5d2934f
Merged from files.i386 revision 1.384.
...
Removed acpica entries.
2001-12-22 01:25:54 +00:00
Yoshihiro Takahashi
29f004b8aa
MFi386: revision 1.159
2001-12-22 00:48:39 +00:00
Yoshihiro Takahashi
5338594a2c
MFi386: revision 1.163
2001-12-22 00:42:10 +00:00
Yoshihiro Takahashi
f6145d9c69
MFi386: revision 1.179
2001-12-22 00:38:32 +00:00
Yoshihiro Takahashi
001f90205c
MFi386: revision 1.486
2001-12-22 00:35:49 +00:00
Pierre Beyssac
5a8c4e90b9
Fixes apparent hang at probe time due to an extremely long timeout
...
(experienced with an Opti931/ISA PnP card).
Approved by: cg
2001-12-21 23:26:55 +00:00
Cameron Grant
b83a42d36f
fix mmapped playback
...
remove dead debugging code
2001-12-21 22:34:01 +00:00
Thomas Moestl
7a60bd5c28
Use the new rman_reserve_resource_bound() function to get boundaries
...
for DVMA allocations right, instead of trying to kluge around it.
Use the correct tag to pass the dmamap unload call up to. Some minor
cleanups.
2001-12-21 22:00:52 +00:00
Thomas Moestl
01f1aed259
Use the new resource_list_print_type() function.
...
Pass the bus device to isa_init() (this is needed for the sparc64
version).
2001-12-21 21:54:56 +00:00
Thomas Moestl
b7c69fe442
Use the new resource_list_print_type() function to print resource list
...
contents, and the new __BUS_ACCESSOR macro to construct the accessor
functions.
2001-12-21 21:49:57 +00:00
Thomas Moestl
c93d0240c3
Move the PCI_ENABLE_IO_MODES option from conf/options.i386 to
...
conf/options.
2001-12-21 21:46:55 +00:00
Thomas Moestl
87b1520ae4
Add a generic __BUS_ACCESSOR macro to construct ivar accessor functions,
...
and a generic resource_list_print_type() function to print all resouces
of a certain type in a resource list.
Use ulmin()/ulmax() instead of min()/max() in two places to handle
u_longs correctly.
2001-12-21 21:45:09 +00:00
Thomas Moestl
13fb665772
Add a rman_reserve_resource_bound() function that takes an additional
...
argument specifying the boundary for the resource allocation.
Use ulmin()/ulmax() instead of min()/max() in some places to correctly
deal with the u_long resource range specifications.
2001-12-21 21:40:55 +00:00
Thomas Moestl
70527a680b
Add a workaround for quirky PCI devices that set the intpin register to
...
0, but use this mechanism to generate interrupts.
Preserve the child device when setting up and tearing down interrupts.
Some style nits.
2001-12-21 21:35:47 +00:00
Thomas Moestl
279367f3ce
Fix a bug that was indroduced while moving this code around (use the
...
correct length for ethernet addresses).
2001-12-21 21:31:44 +00:00
Thomas Moestl
caaed7acb7
Make the apb driver independent of the standard PCI bridge driver.
2001-12-21 21:28:54 +00:00
Thomas Moestl
7d1656b9fa
Add partial support for NFS_ROOT for sparc64 (only supported in in
...
connection with BOOTP_NFSROOT right now).
2001-12-21 21:27:01 +00:00
Robert Watson
4b4b1c0520
o Wording and spelling fixes for security menu description.
2001-12-21 19:59:15 +00:00
Robert Watson
4d0032bde9
o Expand the text describing the Security options menu.
...
o Move nfs_reserved_port_only out of security profiles (where it was
set somewhat improperly) to the Security options menu directly.
Previously, the variable was set to true for Moderate, but not for
Extreme, which is at best inconsistent.
o Update the Security Profiles help file to remove reference to the
NFS reserved port.
o Note that the kernel currently defaults the sysctl to '0', but
sysinstall has changed it to '1' as a default as of late; however,
rc.conf sets the value to NO as the default. This change brings
them relatively into sync.
Sponsored by: DARPA, NAI Labs
2001-12-21 19:51:44 +00:00
Orion Hodson
aaa167872e
Save and restore state for suspend/resume.
...
PR: kern/28692
Obtained from: SAKIYAMA Nobuo <sakichan@sakichan.org>
2001-12-21 19:20:28 +00:00
Yaroslav Tykhiy
b6ee452478
Implement matching IP precedence in ipfw(4).
...
Submitted by: Igor Timkin <ivt@gamma.ru>
2001-12-21 18:43:37 +00:00
Yaroslav Tykhiy
37b5d6e33d
Implement matching IP precedence in ipfw(4).
...
Submitted by: Igor Timkin <ivt@gamma.ru>
2001-12-21 18:43:02 +00:00
Robert Watson
86f2d72fd8
o Add a configSecurity menu to generally configure security settings,
...
and pull configSecurityProfile under that menu. Add a menu option
to determine whether LOMAC is enabled at boot. Probably, eventually,
many of the 'Security Profile' menu choices should be pulled out
independently into the Security Menu, so as to make them individually
selectable.
Sponsored by: DARPA, NAI Labs
2001-12-21 18:30:50 +00:00
Alexey Zelkin
aca736a60e
add missing MLINKS
2001-12-21 18:26:01 +00:00
Bruce A. Mah
0d567ca509
MFCs noted: route(8) -ifa/-ifp, NTP 4.1.0.
2001-12-21 18:17:32 +00:00
Robert Watson
409c2e2e05
o Don't make 'Moderate Security Settings' the DEFAULT, as otherwise
...
selecting 'Cancel' to avoid making changes doesn't work. Really, we
should deprecate security profiles and move to a more fine-grained
model.
2001-12-21 18:08:54 +00:00
Peter Wemm
57c3d698c2
The VM_STACK option is long dead. MAP_STACK is available everywhere.
2001-12-21 17:24:10 +00:00
Alexey Zelkin
709eed76bd
Slightly re-work locale messages storage scheme. Before this commit
...
LC_MESSAGES related data was installed to <locale>/LC_MESSAGES file.
Now it go to <locale>/LC_MESSAGES/SYS_LC_MESSAGES file. LC_MESSAGES
directory is supposed to be storage of message catalogs of userland tools.
This should allow us to avoid many potential problems with future
libintl related functionality introduction.
Thanks for useful suggestions about correct way how to replace plain
files with directories at installworld stage to: Ruslan Ermilov <ru>
2001-12-21 13:14:02 +00:00
Ruslan Ermilov
6047b0568b
This commit was generated by cvs2svn to compensate for changes in r88345,
...
which included commits to RCS files with non-trunk default branches.
2001-12-21 11:46:21 +00:00
Ruslan Ermilov
e8777213c8
Bring in latest (cosmetic) vendor fixes to this file.
2001-12-21 11:46:21 +00:00
Ruslan Ermilov
e3c3901cc3
MFV: Handle long document titles better.
2001-12-21 11:35:20 +00:00