summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the PC98 platform to the ATA driver.sos2002-12-031-0/+16
| | | | | | | | | | | | | | | | This mostly consists of functionality to serialize accesses to the two ATA channels (which can also be used to "fix" certain PCI based controllers). Add support for Acard controllers. Enable the ATA driver in PC98 GENERIC, and add device hints. Update man page with latest support. The PC98 core team has kindly provided me with a PC98 machine that made this all possible, thanks to all that contributed to that effort, without that this would probably newer have been possible.. Approved by: re@
* Hook up a sample LOMAC labeling policy. Unlike the old LOMAC module,rwatson2002-12-031-0/+29
| | | | | | | | | the file system initial labeling policy exists in userland, and is fed into setfsmac(1). This is based on the old LOMAC PLM. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Document the MLS policychris2002-12-022-1/+203
| | | | | | Approved by: re Sponsored by: DARPA, Network Associates Labs Obtained from: TrustedBSD Project
* Spelling: "current" -> "currently"chris2002-12-021-1/+1
| | | | | Approved by: re Sponsored by: DARPA, Network Associates Labs
* De-danglify.phk2002-12-011-18/+18
| | | | | Submitted by: ceri Approved by: re (blanket)
* mdoc(7) police: sweep.ru2002-11-292-7/+5
|
* Back out part of last delta that was committed by accident.ru2002-11-291-2/+2
| | | | (.Xr is not yet that smart.)
* mdoc(7) police: scheduled sweep.ru2002-11-2931-385/+525
| | | | Approved by: re
* mdoc(7) police: catch up to the code changes.ru2002-11-291-2/+2
| | | | Approved by: re
* As warned on freebsd-current@, remove the perl wrapper from /usr/src.obrien2002-11-272-6/+0
| | | | | | | | | The /usr/bin/perl wrapper isn't solving many of the problems it was imported to deal with. There are limitations to it that don't have a clear "fix". Reviewed by: markm, kris Extorted approval from: re(jhb)
* Removed the vestiges of modems(5).ru2002-11-271-1/+0
| | | | Approved by: re
* mdoc(7) police:ru2002-11-263-4/+8
| | | | | | | | Revert to using the .Tn POSIX and .Tn ANSI instead of \*[Px] and \*[Ai] strings; using these strings is unsafe in troff mode, as they include a change in a font size. 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
* Add a DPADD section to fix 'make checkdpadd'njl2002-11-251-0/+1
| | | | | Submitted by: ru Approved by: re (previously)
* Hook the targ.4 manpage into the buildnjl2002-11-251-0/+1
| | | | | Submitted by: Attila Nagy <bra@fsn.hu> Approved by: re (previously)
* 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)
* Install new files from examples dir.njl2002-11-241-0/+3
| | | | Approved by: re (previously)
* Added the syncache(4) manpage.ru2002-11-232-0/+213
| | | | Submitted by: jlemon
* New SCSI target emulator codenjl2002-11-226-238/+1835
| | | | | | | | | | | | | | | | | | | | | This code allows a user program to enable target mode on a SIM and then emulate any number of devices (disks, tape drives, etc.) All decisions about device behavior (UA, CA, inquiry response) are left to the usermode program and the kernel driver is merely a conduit for CCBs. This enables multiple concurrent target emulators, each using its own backing store and IO model. Also included is a user program that emulates a disk (RBC) using a file as a backing store. This provides functionality similar to md(4) at the CAM layer. Code has been tested on ahc(4) and should also work on isp(4) (and other SIMs that gain target mode support). It is a complete rewrite of /sys/cam/scsi_target* and /usr/share/examples/scsi_target. Design, comments from: gibbs Supported by: Cryptography Research Approved by: re
* Catch the make.conf manual page up with defaults/make.conftrhodes2002-11-221-3/+89
| | | | | | PR: 45470 Approved by: re (bmah) Submitted by: Carl Schmidt <carl@slackerbsd.org> (original version)
* Update rc(8) manpage to reflect rc.dgordon2002-11-213-92/+1138
| | | | | | | | | Add an rc.subr(8) manpage Hook rc.subr.8 up to the build. Submitted by: Mike Makonnen <mtm@identd.net> Approved by: re@ (bmah) Obtained from: NetBSD
* Make the bluetooth man pages appearjulian2002-11-211-0/+7
|
* The second try a committing the bluetooth codejulian2002-11-207-0/+1406
| | | | | | | | | | | | | | | | Has been seen to work on several cards and communicating with several mobile phones to use them as modems etc. We are still talking with 3com to try get them to allow us to include the firmware for their pccard in the driver but the driver is here.. In the mean time it can be downloaded from the 3com website and loaded using the utility bt3cfw(8) (supplied) (instructions in the man page) Not yet linked to the build Submitted by: Maksim Yevmenkin <myevmenk@exodus.net> Approved by: re
* Activate mac_biba.9chris2002-11-201-1/+1
| | | | | Approved by: re Sponsored by: DARPA, Network Associates Labs
* Document the Biba MAC policy.chris2002-11-201-0/+182
| | | | | | Approved by: re Sponsored by: DARPA, NAI Labs Obtained from: TrustedBSD Project
* Document the KERNELS variable.jhb2002-11-181-0/+9
|
* Add EXTLOCALDIR document.nyan2002-11-181-0/+3
|
* Flesh out the description of the uma_zcreate callback function arguementsalfred2002-11-181-0/+35
| | | | a bit. As there may be changes soon we're still a bit vague unfortunatly.
* Document NOCDROM and NO_FLOPPIES.jhb2002-11-151-0/+4
|
* document auto-recognition of device capabilitiessam2002-11-151-19/+8
|
* Take __FreeBSD_version into account when BOOTSTRAPPING.ru2002-11-131-2/+4
|
* Update to match recent snp fixes.tmm2002-11-111-2/+2
| | | | Reviewed by: dd
* Document devd_enable.imp2002-11-101-0/+5
| | | | Submitted by: dougb
* Build the doc subdir on ia64. We have groff working for a while.marcel2002-11-101-1/+1
|
* Add fwe.4.simokawa2002-11-082-0/+78
|
* Restore most (90%) of the text I removed in my previous commit. Remove thetrhodes2002-11-061-0/+6
| | | | | | part about spelling and grammar. Discussed with: -developers
* Remove Realtek discriminating comments from the rl(4) manual page.trhodes2002-11-061-6/+0
| | | | | | This leaves us with 'just the facts' PR: 31271
* Fix formatting bogon.dd2002-11-051-2/+2
|
* Undelete FILES section (taken from RELENG_4), primarily to give thedd2002-11-051-0/+15
| | | | | | location of the passwd and master.passwd files. Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
* master.passwd, not master.passworddd2002-11-051-1/+1
| | | | Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
* Fix a grammar bogon.jhb2002-11-041-1/+1
| | | | | PR: 44883 Submitted by: Christian Brueffer <chris@unixpages.org>
* License: update, remove clause three of BSD license per approval ofrwatson2002-11-041-4/+20
| | | | | | | | | | NAI. Add cautionary notes on the experimental status of the MAC Framework in FreeBSD 5.0. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Run a revision on the GBDE encryption facility.phk2002-11-041-65/+77
| | | | | | | | | | | | | | | | | | | | Replace ARC4 with SHA2-512. Change lock-structure encoding to use random ordering rather for obscurity. Encrypt lock-structure with AES/256 instead of AES/128. Change kkey derivation to be MD5 hash based. Watch for malloc(M_NOWAIT) failures and ditch our cache when they happen. Remove clause 3 of the license with NAI Labs consent. Many thanks to "Lucky Green" <shamrock@cypherpunks.to> and "David Wagner" <daw@cs.berkeley.edu>, for code reading, inputs and suggestions. This code has still not been stared at for 10 years by a gang of hard-core cryptographers. Discretion advised. NB: These changes result in the on-disk format changing: dump/restore needed. Sponsored by: DARPA & NAI Labs.
* Add OpenBSD 3.2.maxim2002-11-041-1/+2
| | | | | Submitted by: Sergey A. Osokin <osa@freebsd.org.ru> MFC after: 1 week
* Backout "compatibility hack" for __sF.alfred2002-11-042-16/+0
| | | | Requested by: Steve Kargl <sgk@troutmask.apl.washington.edu> (submitter)
* X-ref clock_gettime(2).rwatson2002-11-021-0/+1
|
* Provide a hook to make __sF visible outside of libc for commercial appsalfred2002-11-022-0/+16
| | | | | | if WANT_COMPAT4_STDIO is defined when compiling libc. Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* Further clarifications of the #ifdef/#if/#elif/#endif style information,rwatson2002-11-011-13/+16
| | | | | | | | | | largely submitted by bde. Return our exemption of the #ifdef lint comments since the exemption is intended to handle a particularly common current case without mandating change. Improve language and spelling, and slightly clarify the notions associated specifically with #elif. Obtained from: bde
* Fix minor typo.thomas2002-11-011-1/+3
| | | | | | | Note that ATAPI/CAM has been MFC'd into RELENG_4 and will appear in FreeBSD 4.8. Reviewed by: roberto
* More formatting fixesjulian2002-10-311-3/+5
|
OpenPOWER on IntegriCloud