summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Hook up kernel options and build information for mac_lomac.rwatson2002-11-263-0/+3
| | | | | | Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* To avoid sleeping with all sorts of resources acquired (the reportedrobert2002-11-261-3/+7
| | | | | | | | problem was a locked directory vnode), do not give the process a chance to sleep in state "stopevent" (depends on the S_EXEC bit being set in p_stops) until most resources have been released again. Approved by: re
* Import an implementation of LOMAC (Low-Watermark Mandatory Accessrwatson2002-11-262-0/+2842
| | | | | | | | | | | | | | | Control) as a MAC Framework policy module. Unlike the existing src/sys/security/lomac implementation, this one has its fingers out of the kernel lock order and doesn't make use of flags in existing kernel structures. This greatly reduces the quantity of replicated code with src/sys/kern, simplifies the implementation (3000 vs 8500 lines), and correctes a number of known stability problems with the existing LOMAC implementation, which will be removed. A bit more hooking up to do here. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* If the file descriptors passed into do_dup() are negative, return EBADFjhb2002-11-261-3/+4
| | | | | | | | instead of panicing. Also, perform some of the simpler sanity checks on the fds before acquiring the filedesc lock. Approved by: re Reported by: Dan Nelson <dan@emsphone.com> and others
* Un-staticize mac_cred_mmapped_drop_perms() so that it may be usedrwatson2002-11-2611-9/+11
| | | | | | | | | by policy modules making use of downgrades in the MAC AST event. This is required by the mac_lomac port of LOMAC to the MAC Framework. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Make GNOME 2 the default version of GNOME that goes on the disc1 packagebmah2002-11-261-1/+1
| | | | | | | set. Requested by: marcus Approved by: re (bmah)
* mdoc(7) police: back out unproved changes from previous revision.ru2002-11-261-1/+1
| | | | Approved by: re
* mdoc(7) police:ru2002-11-261-8/+8
| | | | | | | Restore (once again) my fixes from revision 1.20 that got lost in revision 1.25 merge. Approved by: re
* mdoc(7) police: laundry.ru2002-11-261-120/+152
| | | | Approved by: re
* Eliminate references to defunct kernel tunables.yar2002-11-263-24/+0
| | | | | Approved by: re PR: bin/43343
* mdoc(7) police: nit.ru2002-11-261-1/+1
| | | | Approved by: re
* mdoc(7) police: back out unproved changes in previous revision;ru2002-11-261-4/+4
| | | | | | | descriptions in the FILES section should be full sentences, as demonstrated in mdoc(7) and /usr/share/examples/mdoc/. Approved by: re
* mdoc(7) police: markup nits, "The .Nm utility".ru2002-11-261-17/+12
| | | | Approved by: re
* mdoc(7) police: bump document date, use the canonical option list width,ru2002-11-261-17/+11
| | | | | | removed a bunch of extraneous .Pp and .Dq calls. Approved by: re
* mdoc(7) police: markup polishing.ru2002-11-261-17/+5
| | | | Approved by: re
* mdoc(7) police: markup polishing.ru2002-11-261-15/+7
| | | | Approved by: re
* mdoc(7) police: markup polishing.ru2002-11-261-3/+3
| | | | Approved by: re
* Use real filename, not a CVS sub-path. Fix markupue2002-11-262-2/+2
| | | | Approved by: re
* mdoc(7) police: Nits.ru2002-11-261-2/+2
| | | | Approved by: re
* NOSHARED is meaningless in the bsd.lib.mk context, so check LDFLAGSru2002-11-261-2/+2
| | | | | | | | | | for the -static flag instead when constructing LIBPAM. (This fixes false warnings from ``make checkdpadd -DNOSHARED'' in lib/libpam/modules/.) Submitted by: bde, ru Approved by: re
* compliance with RFC3152.ume2002-11-261-0/+7
| | | | | | PR: standards/45557 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Approved by: re
* MFbed:ue2002-11-262-7/+20
| | | | | hardware/alpha/proc-alpha.sgml 1.45 -> 1.48 relnotes/common/new.sgml 1.454 -> 1.455
* Add back the "\ No newline at end of file" marker that is printed whengad2002-11-251-1/+1
| | | | | | | | | | | | | comparing two files, where only one file is missing the final newline character. This undoes revisions 1.3 and 1.4, returning 'diff' to how it behaved before July 2000. We can do this now because our version of 'patch' was modified (just before 4.6-release) to understand what to do with that line. This marker is the same one generated by 'diff' under netbsd, openbsd, darwin, and linux (and any OS with "gnu-diff" installed). Reviewed by: imp freebsd-standards (back in april) Approved by: re (bmah) MFC after: 1 week
* Acquire and release the page queues lock around calls to pmap_protect()alc2002-11-251-0/+4
| | | | | | because it updates flags within the vm page. Approved by: re (blanket)
* - Assume a bus number of zero if evaluating _BBN fails, not if it succeeds.jhb2002-11-251-9/+8
| | | | | | | | This was effectively rendering _BBN useless. - Cleanup handling of the busok variable a bit. Submitted by: marcel (1) Approved by: re (rwatson)
* Fix a couple of bugs in host_pcib_get_busno():jhb2002-11-251-5/+5
| | | | | | | | | - If a PCI device is not present, then a 32-bit read_config() is going to return 0xffffffff not 0xffff. - For the 82454NX chipset, the MIOC that we read the bus numbers of the various host-PCI bridges from is at function (slot) 0x10 not 0x0. Approved by: re (rwatson)
* New release note: ICMP source quench behavior change.bmah2002-11-252-2/+12
| | | | Updated release note: Heimdal 0.5.1.
* 5.0 is a release, the `series of release' is called 5.Xkeramida2002-11-251-1/+1
| | | | Approved by: re (bmah)
* In several instances, adjacent, related release notes were combined.bmah2002-11-252-242/+202
| | | | | | | | | | | | | | | | | | | | | | A useless entry was removed, as per its comment. Fixed a number of typos and grammos. Old (pre-4.6) security advisories were marked as historic. Hyperlinks were removed from these release notes to work around a buglet in footnote numbering for printed output. These changes eliminated three pages of only marginally-useful utility. Clarify a note on procfs(5) mounts. The games/freebsd-games port now exists, so refer to it when talking about the removal of the traditional BSD games. lukemftpd was deactivated, so remove its release note. Add text on the demise of pkg_version -c. Approved by: re (implicitly)
* Fix IFF_ALLMULTI handling.luigi2002-11-251-7/+7
| | | | | Reviewed by: pdeuskar (maintainer) Approved by: re
* Add polling support to the "em" driver.luigi2002-11-251-4/+59
| | | | | Reviewed by: pdeuskar (maintainer) Approved by: re
* Add a DPADD section to fix 'make checkdpadd'njl2002-11-251-0/+1
| | | | | Submitted by: ru Approved by: re (previously)
* Remove unnecessary includes and add sys/{lock,mutex}.hnjl2002-11-251-6/+2
| | | | | Submitted by: bde Approved by: re (previously)
* Fix handling of IFF_ALLMULTI. The same bug in various forms affectsluigi2002-11-252-18/+14
| | | | | | | | the following drivers: dc mn sf sk ste ti tl xl an bge em gem gx ie lge sr aue cue kue wi xe Approved by: re
* Hook the targ.4 manpage into the buildnjl2002-11-251-0/+1
| | | | | Submitted by: Attila Nagy <bra@fsn.hu> Approved by: re (previously)
* various fixes to eliminate locking warningscg2002-11-259-57/+79
| | | | | Approved by: re Reviewed by: orion
* various fixes to eliminate locking warningscg2002-11-251-1/+1
| | | | | Approved by: re Reviewed by: orion
* if the list of supported formats is empty, fail the attach instead ofcg2002-11-251-4/+8
| | | | | | | panicing later. this is a band-aid pending further investigation. MFC After: 7 days Approved by: re
* mdoc(7) police: Fixed markup now that it was taken out of vendor branch.ru2002-11-251-30/+36
| | | | Approved by: re
* mdoc(7) police: markup, spelling.ru2002-11-251-8/+6
| | | | Also fixed a critical bug made in revision 1.62 by phk@.
* mdoc(7) police: Added missing markup bit.ru2002-11-252-2/+6
| | | | Approved by: re
* mdoc(7) police:ru2002-11-251-37/+35
| | | | | | | | | Properly sort options, spell "file system" correctly, expand contraction. Catch up to the src/etc/syslog.conf,v 1.23 change: ftpd(8) session logs are now by default get logged to /var/log/xferlog. Approved by: re
* mdoc(7) police: In DESCRIPTION, list the options in pure alphabeticalru2002-11-251-14/+17
| | | | | | | | order, as required by style(9). Document the effect of the -f option on exit status. Fixed some spacing. Submitted by: bde Approved by: re
* mdoc(7) police: markup fixes.ru2002-11-251-6/+9
| | | | Approved by: re
* Reflect that we now usejohan2002-11-251-3/+9
| | | | | | | | | | | device ppc and hint.ppc.0.at="isa" hint.ppc.0.irq="7" in /boot/device.hints to configure the ppc device. Reviewed by: trhodes, ru Approved by: re@ (rwatson)
* mdoc(7) police: markup fixes.ru2002-11-251-3/+3
| | | | Approved by: re
* Make this work under non-C locales.ru2002-11-251-4/+5
| | | | | PR: misc/45460 Approved by: re
* Align the comment with functionality changes from previous revision.ru2002-11-251-4/+3
| | | | Approved by: re
* Import some relevant changes from Via's if_fet driver:silby2002-11-254-4/+58
| | | | | | | | | | | | | | | 1. Detect the revision of the Rhine chip we're using. 2. Use the force reset command on revisions which support it whenever the normal reset command fails. This should solve a wide range of "my vr0 locks up with reset failed messages" problems. (Although the root causes should be eventually tracked down.) Tested by: grenville armitage <garmitage@swin.edu.au> Obtained from: Via's if_fet driver MFC after: 3 days Approved by: re
* Fix make_dev() to use 0644 instead of 0x644 for default permissionsscottl2002-11-251-1/+1
| | | | | Spotted by: kris Approved by: re
OpenPOWER on IntegriCloud