summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Cross-reference acl.3, vaccess.9, and vaccess_acl_posix1e.9.chris2001-12-221-0/+3
| | | | | | | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* | Add cross-references to vaccess(9) and vaccess_acl_posix1e(9).chris2001-12-221-0/+2
| | | | | | | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* | Added ability to do ">/dev/stdout". The apsfilter people are anxiousbabkin2001-12-221-3/+1
| | | | | | | | | | | | to get it MFCed in time for release 4.5. MFC after: 2 weeks
* | MFi386: revision 1.178nyan2001-12-223-21/+12
| |
* | MFi386: revision 1.124nyan2001-12-221-2/+96
| |
* | Merged from sys/dev/syscons/syscons.c revision 1.377.nyan2001-12-221-12/+4
| |
* | cosmetic changes.nyan2001-12-222-44/+40
| |
* | Merged from files.i386 revision 1.384.nyan2001-12-221-8/+3
| | | | | | | | Removed acpica entries.
* | MFi386: revision 1.159nyan2001-12-221-0/+1
| |
* | MFi386: revision 1.163nyan2001-12-221-2/+0
| |
* | MFi386: revision 1.179nyan2001-12-223-0/+30
| |
* | MFi386: revision 1.486nyan2001-12-222-6/+4
| |
* | Fixes apparent hang at probe time due to an extremely long timeoutpb2001-12-211-1/+1
| | | | | | | | | | | | (experienced with an Opti931/ISA PnP card). Approved by: cg
* | fix mmapped playbackcg2001-12-211-7/+6
| | | | | | | | remove dead debugging code
* | Use the new rman_reserve_resource_bound() function to get boundariestmm2001-12-211-40/+7
| | | | | | | | | | | | 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.
* | Use the new resource_list_print_type() function.tmm2001-12-216-45/+10
| | | | | | | | | | Pass the bus device to isa_init() (this is needed for the sparc64 version).
* | Use the new resource_list_print_type() function to print resource listtmm2001-12-212-48/+5
| | | | | | | | | | contents, and the new __BUS_ACCESSOR macro to construct the accessor functions.
* | Move the PCI_ENABLE_IO_MODES option from conf/options.i386 totmm2001-12-212-2/+1
| | | | | | | | conf/options.
* | Add a generic __BUS_ACCESSOR macro to construct ivar accessor functions,tmm2001-12-212-2/+58
| | | | | | | | | | | | | | 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.
* | Add a rman_reserve_resource_bound() function that takes an additionaltmm2001-12-212-11/+38
| | | | | | | | | | | | 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.
* | Add a workaround for quirky PCI devices that set the intpin register totmm2001-12-211-20/+66
| | | | | | | | | | | | 0, but use this mechanism to generate interrupts. Preserve the child device when setting up and tearing down interrupts. Some style nits.
* | Fix a bug that was indroduced while moving this code around (use thetmm2001-12-211-1/+3
| | | | | | | | correct length for ethernet addresses).
* | Make the apb driver independent of the standard PCI bridge driver.tmm2001-12-211-30/+82
| |
* | Add partial support for NFS_ROOT for sparc64 (only supported in intmm2001-12-211-1/+18
| | | | | | | | connection with BOOTP_NFSROOT right now).
* | o Wording and spelling fixes for security menu description.rwatson2001-12-212-10/+10
| |
* | o Expand the text describing the Security options menu.rwatson2001-12-215-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Save and restore state for suspend/resume.orion2001-12-211-4/+35
| | | | | | | | | | PR: kern/28692 Obtained from: SAKIYAMA Nobuo <sakichan@sakichan.org>
* | Implement matching IP precedence in ipfw(4).yar2001-12-212-0/+24
| | | | | | | | Submitted by: Igor Timkin <ivt@gamma.ru>
* | Implement matching IP precedence in ipfw(4).yar2001-12-212-2/+6
| | | | | | | | Submitted by: Igor Timkin <ivt@gamma.ru>
* | o Add a configSecurity menu to generally configure security settings,rwatson2001-12-216-6/+62
| | | | | | | | | | | | | | | | | | | | 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
* | add missing MLINKSphantom2001-12-211-1/+10
| |
* | MFCs noted: route(8) -ifa/-ifp, NTP 4.1.0.bmah2001-12-212-4/+4
| |
* | o Don't make 'Moderate Security Settings' the DEFAULT, as otherwiserwatson2001-12-212-4/+4
| | | | | | | | | | | | selecting 'Cancel' to avoid making changes doesn't work. Really, we should deprecate security profiles and move to a more fine-grained model.
* | The VM_STACK option is long dead. MAP_STACK is available everywhere.peter2001-12-211-12/+0
| |
* | Slightly re-work locale messages storage scheme. Before this commitphantom2001-12-214-22/+181
| | | | | | | | | | | | | | | | | | | | | | 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>
* | This commit was generated by cvs2svn to compensate for changes in r88345,ru2001-12-211-2/+3
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Bring in latest (cosmetic) vendor fixes to this file.ru2001-12-211-2/+3
| | |
| * | From ChangeLog:ru2001-12-211-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | : 2001-11-16 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/doc-common (doc-header): Handle very long document titles : better. PR: docs/10349
* | | MFV: Handle long document titles better.ru2001-12-211-0/+13
| | |
* | | Forced commit to provide background for previous delta:sheldonh2001-12-210-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are two reasons why automounting remote filesystems can't be delayed until after network initialization: 1) The right way would be to teach mount to distinguish between network filesystems and local filesystems. This is not as easy as it was for df, because the latter only has to cope with filesystems for which kernel support is already present. 2) The easy way (see rev 1.268 of src/etc/rc for an extensible example) is made awkward by a problem reported by dougb and addressed in rev 1.286 of src/etc/rc, where mount_nfs misuses vfsload() and does not correctly arrage for the loading of nfsclient support. Since neither of these problems looks like it will be solved before 4.5-RELEASE, the previous delta to this file provides a safety belt, which I'd like to encourage folks to use by applying a change to sysinstall, described in a message sent to the freebsd-audit list (Message-ID <5062.1008868549@axl.seasidesoftware.co.za>).
* | | mdoc(7) police: removed duplicate xref.ru2001-12-211-1/+0
| | |
* | | mdoc(7) police: fix markup, remove stray .Xr.ru2001-12-211-2/+1
| | |
* | | Remove a change that snuck in from my private tree.jlemon2001-12-211-1/+0
| | |
* | | If syncookies are disabled (net.inet.tcp.syncookies) then use the fasterjlemon2001-12-212-1/+5
| | | | | | | | | | | | | | | | | | arc4random() routine to generate ISNs instead of creating them with MD5(). Suggested by: silby
* | | Avoid an interaction between syncache and accept filters. The syncachepeter2001-12-212-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | code only passed up the connection to the tcp stack when it was complete, so it went directly into the so_comp (complete) queue. However, with accept filters, there is an additional phase before calling it "complete". Reviewed by: jlemon
* | | Remove duplicated charsache2001-12-211-1/+1
| | |
* | | New release notes: sysinstall(8) now turns on Soft Updates bybmah2001-12-212-0/+18
| | | | | | | | | | | | default for new filesystems, fdc(4) update.
* | | Use a more secure method of creating the temporaryjedgar2001-12-211-3/+1
| | | | | | | | | | | | install directory.
* | | Add support for the Intel 82443MX chipsetpirzyk2001-12-215-4/+6
| | | | | | | | | | | | | | | PR: kern/33032 MFC after: 1 month
* | | Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-2043-211/+270
| | | | | | | | | | | | | | | | | | | | | | | | and it's associated state variables: icu_lock with the name "icu". This renames the imen_mtx for x86 SMP, but also uses the lock to protect access to the 8259 PIC on x86 UP. This also adds an appropriate lock to the various Alpha chipsets which fixes problems with Alpha SMP machines dropping interrupts with an SMP kernel.
OpenPOWER on IntegriCloud