aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MFi386: revision 1.486Yoshihiro Takahashi2001-12-222-6/+4
| | | | Notes: svn path=/head/; revision=88386
* Fixes apparent hang at probe time due to an extremely long timeoutPierre Beyssac2001-12-211-1/+1
| | | | | | | | | (experienced with an Opti931/ISA PnP card). Approved by: cg Notes: svn path=/head/; revision=88384
* fix mmapped playbackCameron Grant2001-12-211-7/+6
| | | | | | | remove dead debugging code Notes: svn path=/head/; revision=88382
* Use the new rman_reserve_resource_bound() function to get boundariesThomas Moestl2001-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. Notes: svn path=/head/; revision=88377
* Use the new resource_list_print_type() function.Thomas Moestl2001-12-216-45/+10
| | | | | | | | Pass the bus device to isa_init() (this is needed for the sparc64 version). Notes: svn path=/head/; revision=88376
* Use the new resource_list_print_type() function to print resource listThomas Moestl2001-12-212-48/+5
| | | | | | | | contents, and the new __BUS_ACCESSOR macro to construct the accessor functions. Notes: svn path=/head/; revision=88375
* Move the PCI_ENABLE_IO_MODES option from conf/options.i386 toThomas Moestl2001-12-212-2/+1
| | | | | | | conf/options. Notes: svn path=/head/; revision=88374
* Add a generic __BUS_ACCESSOR macro to construct ivar accessor functions,Thomas Moestl2001-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. Notes: svn path=/head/; revision=88373
* Add a rman_reserve_resource_bound() function that takes an additionalThomas Moestl2001-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. Notes: svn path=/head/; revision=88372
* Add a workaround for quirky PCI devices that set the intpin register toThomas Moestl2001-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. Notes: svn path=/head/; revision=88371
* Fix a bug that was indroduced while moving this code around (use theThomas Moestl2001-12-211-1/+3
| | | | | | | correct length for ethernet addresses). Notes: svn path=/head/; revision=88370
* Make the apb driver independent of the standard PCI bridge driver.Thomas Moestl2001-12-211-30/+82
| | | | Notes: svn path=/head/; revision=88369
* Add partial support for NFS_ROOT for sparc64 (only supported in inThomas Moestl2001-12-211-1/+18
| | | | | | | connection with BOOTP_NFSROOT right now). Notes: svn path=/head/; revision=88368
* o Wording and spelling fixes for security menu description.Robert Watson2001-12-212-10/+10
| | | | Notes: svn path=/head/; revision=88364
* o Expand the text describing the Security options menu.Robert Watson2001-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 Notes: svn path=/head/; revision=88363
* Save and restore state for suspend/resume.Orion Hodson2001-12-211-4/+35
| | | | | | | | PR: kern/28692 Obtained from: SAKIYAMA Nobuo <sakichan@sakichan.org> Notes: svn path=/head/; revision=88361
* Implement matching IP precedence in ipfw(4).Yaroslav Tykhiy2001-12-212-0/+24
| | | | | | | Submitted by: Igor Timkin <ivt@gamma.ru> Notes: svn path=/head/; revision=88360
* Implement matching IP precedence in ipfw(4).Yaroslav Tykhiy2001-12-212-2/+6
| | | | | | | Submitted by: Igor Timkin <ivt@gamma.ru> Notes: svn path=/head/; revision=88359
* o Add a configSecurity menu to generally configure security settings,Robert Watson2001-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 Notes: svn path=/head/; revision=88358
* add missing MLINKSAlexey Zelkin2001-12-211-1/+10
| | | | Notes: svn path=/head/; revision=88357
* MFCs noted: route(8) -ifa/-ifp, NTP 4.1.0.Bruce A. Mah2001-12-212-4/+4
| | | | Notes: svn path=/head/; revision=88355
* o Don't make 'Moderate Security Settings' the DEFAULT, as otherwiseRobert Watson2001-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. Notes: svn path=/head/; revision=88354
* The VM_STACK option is long dead. MAP_STACK is available everywhere.Peter Wemm2001-12-211-12/+0
| | | | Notes: svn path=/head/; revision=88351
* Slightly re-work locale messages storage scheme. Before this commitAlexey Zelkin2001-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> Notes: svn path=/head/; revision=88348
* This commit was generated by cvs2svn to compensate for changes in r88345,Ruslan Ermilov2001-12-211-2/+3
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=88346
| * Bring in latest (cosmetic) vendor fixes to this file.Ruslan Ermilov2001-12-211-2/+3
| | | | | | | | Notes: svn path=/vendor/groff/dist/; revision=88345
| * From ChangeLog:Ruslan Ermilov2001-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 Notes: svn path=/vendor/groff/dist/; revision=88342
* | MFV: Handle long document titles better.Ruslan Ermilov2001-12-211-0/+13
| | | | | | | | Notes: svn path=/head/; revision=88343
* | Forced commit to provide background for previous delta:Sheldon Hearn2001-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>). Notes: svn path=/head/; revision=88338
* | mdoc(7) police: removed duplicate xref.Ruslan Ermilov2001-12-211-1/+0
| | | | | | | | Notes: svn path=/head/; revision=88334
* | mdoc(7) police: fix markup, remove stray .Xr.Ruslan Ermilov2001-12-211-2/+1
| | | | | | | | Notes: svn path=/head/; revision=88332
* | Remove a change that snuck in from my private tree.Jonathan Lemon2001-12-211-1/+0
| | | | | | | | Notes: svn path=/head/; revision=88331
* | If syncookies are disabled (net.inet.tcp.syncookies) then use the fasterJonathan Lemon2001-12-212-1/+5
| | | | | | | | | | | | | | | | | | arc4random() routine to generate ISNs instead of creating them with MD5(). Suggested by: silby Notes: svn path=/head/; revision=88330
* | Avoid an interaction between syncache and accept filters. The syncachePeter Wemm2001-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 Notes: svn path=/head/; revision=88329
* | Remove duplicated charsAndrey A. Chernov2001-12-211-1/+1
| | | | | | | | Notes: svn path=/head/; revision=88328
* | New release notes: sysinstall(8) now turns on Soft Updates byBruce A. Mah2001-12-212-0/+18
| | | | | | | | | | | | | | default for new filesystems, fdc(4) update. Notes: svn path=/head/; revision=88326
* | Use a more secure method of creating the temporaryChris D. Faulhaber2001-12-211-3/+1
| | | | | | | | | | | | | | install directory. Notes: svn path=/head/; revision=88324
* | Add support for the Intel 82443MX chipsetJim Pirzyk2001-12-215-4/+6
| | | | | | | | | | | | | | | | PR: kern/33032 MFC after: 1 month Notes: svn path=/head/; revision=88323
* | Introduce a standard name for the lock protecting an interrupt controllerJohn Baldwin2001-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. Notes: svn path=/head/; revision=88322
* | Enable soft updates by default for everything but the root filesystem.Jordan K. Hubbard2001-12-202-2/+2
| | | | | | | | | | | | | | | | | | | | | | The user can still toggle it back off in the label editor (or post-install for that matter) if they explicitly do not want soft updates to be used for some reason. Agreed to be a good thing by: kirk Notes: svn path=/head/; revision=88321
* | Fix typo. s/pa/va/. *blush*Peter Wemm2001-12-201-1/+1
| | | | | | | | Notes: svn path=/head/; revision=88319
* | Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()Matthew Dillon2001-12-2014-18/+32
| | | | | | | | | | | | | | | | | | | | | | against VM_WAIT in the pageout code. Both fixes involve adjusting the lockmgr's timeout capability so locks obtained with timeouts do not interfere with locks obtained without a timeout. Hopefully MFC: before the 4.5 release Notes: svn path=/head/; revision=88318
* | Add some remarks on em(4).Bruce A. Mah2001-12-204-2/+12
| | | | | | | | | | | | | | MFC noted: NFS/VM fixes. Notes: svn path=/head/; revision=88316
* | Add uk_UA.ISO8859-5 localeAndrey A. Chernov2001-12-2013-0/+219
| | | | | | | | | | | | | | | | PR: 32450 Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua> Notes: svn path=/head/; revision=88314
* | Fix codesAndrey A. Chernov2001-12-201-151/+19
| | | | | | | | Notes: svn path=/head/; revision=88313
* | Delete a release note regarding mergemaster(8) which, while true, wasBruce A. Mah2001-12-202-6/+0
| | | | | | | | | | | | | | too vague to be useful. Notes: svn path=/head/; revision=88311
* | Fix codesAndrey A. Chernov2001-12-201-44/+46
| | | | | | | | | | | | | | | | PR: 33031 Submitted by: Statue <statue@softwareliberty.org> Notes: svn path=/head/; revision=88310
* | style(9)'ifyAlexey Zelkin2001-12-207-73/+77
| | | | | | | | Notes: svn path=/head/; revision=88309
* | -Remove unneeded include stddef.hPrafulla Deuskar2001-12-202-2/+1
| | | | | | | | | | | | | | | | | | | | | | -Modify modules Makefile so that em driver compiles only on i386 platform. (Alpha not supported yet) PR: kern/32993 MFC after: 1 Notes: svn path=/head/; revision=88308
* | Modified release note: syncache with syncookies.Bruce A. Mah2001-12-202-4/+12
| | | | | | | | Notes: svn path=/head/; revision=88306