summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Connect MPC85XX to the PowerPC build.raj2008-03-031-0/+7
| | | | | | | | | | | | | | | | | The kernel config file is KERNCONF=MPC85XX, so the usual procedure applies: 1. make buildworld TARGET_ARCH=powerpc 2. make buildkernel TARGET_ARCH=powerpc TARGET_CPUTYPE=e500 KERNCONF=MPC85XX This default config uses kernel-level FPU emulation. For the soft-float world approach: 1. make buildworld TARGET_ARCH=powerpc TARGET_CPUTYPE=e500 2. disable FPU_EMU option in sys/powerpc/conf/MPC85XX 3. make buildkernel TARGET_ARCH=powerpc TARGET_CPUTYPE=e500 KERNCONF=MPC85XX Approved by: cognet (mentor) MFp4: e500
* - Add myself to ports committers and to tabthorpe and thierry's mentee listjadawin2008-03-031-0/+5
| | | | Approved by: thierry (co-mentor)
* The Sony i.LINK (CXD1947) is _not_ supported.brueffer2008-03-031-3/+1
| | | | | | PR: 116680 Submitted by: Jens Köhler <mail@chatty.de> MFC after: 3 days
* New sentence -> new line.brueffer2008-03-021-1/+2
|
* Fix lockstatus sorting on the top list.attilio2008-03-011-1/+1
|
* Connect lockmgr_args(9) to the build.attilio2008-03-011-0/+1
|
* - Add the informations for lockmgr_args(9)attilio2008-03-011-3/+22
| | | | - Sort rightly lockstatus(9) in the manpage
* Update lockmgr manpage with last lockmgr modifies:attilio2008-03-011-6/+9
| | | | | | - Remove LK_SLEEPFAIL and LK_NOWAIT for lockinit() and add LK_QUIET and LK_NOPROFILE - Include sys/lock.h as mandatory for the lockmgr support
* Add support for the libalias redirect functionality.mav2008-03-011-2/+188
| | | | Submitted by: Vadim Goncharov <vadim_nuclight@mail.ru>
* Xref uchcom(4).brueffer2008-03-011-1/+2
|
* Manpage for the uchcom(4) driver, adapted from the one in NetBSD.brueffer2008-03-012-0/+95
|
* Move the HARDWARE section below the DESCRIPTION section, like it isbrueffer2008-03-011-10/+10
| | | | | | everywhere else. MFC after: 3 days
* Add a 'c7' CPUTYPE for VIA C7 CPUs that is 'c3-2' with the addition ofjhb2008-02-291-0/+2
| | | | | | i686, sse2, and sse3. MFC after: 1 week
* o Add FreeBSD 7.0, MacOS X 10.5 (belated), DragonFly BSD 1.12.0.maxim2008-02-281-3/+12
|
* Add the Epson - CX5400 to the supported lists of epson scanners.remko2008-02-271-3/+3
| | | | | Noticed by: simon Forgotten by: me
* Add myself to doc committers and to keramida's mentee listganbold2008-02-271-0/+2
| | | | Approved by: keramida(mentor)
* Spell out the name of the month, normalize copyright layout.brueffer2008-02-263-9/+9
|
* Add vfs_mountedfrom.9 to the build.davidc2008-02-261-0/+1
|
* Add new man page.davidc2008-02-261-0/+55
|
* Add insmntque.9 to the build.davidc2008-02-261-0/+1
|
* Add new man page.davidc2008-02-261-0/+62
|
* Link vholdl.9 to vhold.9davidc2008-02-261-0/+1
|
* Document vholdl(9)davidc2008-02-261-11/+11
| | | | No longer refer to vbusy(9) or vfree(9)
* Refer to vrefcnt(9)davidc2008-02-263-2/+5
|
* Minor grammar fixup.davidc2008-02-261-1/+1
|
* Add vrefcnt.9 to the build.davidc2008-02-261-0/+1
|
* Add new man page.davidc2008-02-261-0/+53
|
* - Add myself to ports committers and to miwi's mentee listgahr2008-02-261-0/+2
| | | | Approved by: miwi (mentor)
* Modify VOP_ISLOCKED() and lockstatus() prototypes in order to reflectattilio2008-02-252-22/+8
| | | | 'thread' argument axing.
* ip6(4) man page lacks documentation for TCLASS option.bms2008-02-221-2/+13
| | | | | PR: docs/120945 Reviewed by: remko
* Add LIBELF.ru2008-02-211-0/+1
|
* geom_lvm(4) is now known as geom_linux_lvm(4).thompsa2008-02-201-88/+0
|
* Rename geom_lvm(4) to geom_linux_lvm(4).thompsa2008-02-201-1/+1
| | | | Requested by: des, phk
* Add a geom class to map Linux LVM logical volumes.thompsa2008-02-201-0/+88
| | | | | | | | | | | The logical disks will appear as /dev/lvm/<vol group>-<logical vol>, for instance /dev/lvm/vg0-home. G_LINUX_LVM currently supports linear stripes with segments on multiple physical disks. The metadata is read only, logical volumes can not be allocated or resized. Reviewed by: Ivan Voras Previously known as geom_lvm(4), rename requested by des, phk.
* - fix typodanger2008-02-151-1/+1
| | | | | Submitted by: Constantine A. Murenin <cnst@FreeBSD.org> MFC after: 3 days
* Add myself and the mentorship relation of des.olli2008-02-151-0/+2
| | | | Approved by: des (mentor)
* Some language and mdoc style improvements.brueffer2008-02-141-5/+7
|
* Document the hw.skc.jumbo_disable tunable. While here, correct some thingsbrueffer2008-02-141-4/+15
| | | | | | in the SYSCTLS section. Submitted by: yongari
* Update manpage with lockmgr_assert() description.attilio2008-02-132-4/+73
|
* The hptrr driver first appeared in 6.3, not 5.3.brueffer2008-02-131-1/+1
| | | | | | PR: 120616 Submitted by: Josh Paetzel <josh@tcbug.org> MFC after: 3 days
* Remove dublicate MLINK.brueffer2008-02-131-1/+0
| | | | Submitted by: David Naylor <blackdragon@highveldmail.co.za>
* - mention new firmware images used in multi-slice modebrueffer2008-02-131-4/+40
| | | | | | | | | - mention LRO support - describe multi-slice related tunables. - correct DIAGNOSTICS section to reflect that missing firmware is non-fatal. Submitted by: gallatin
* We no longer have both block and character devices, so remove thempp2008-02-111-8/+1
| | | | misleading information stated here.
* Explain in more detail how the pass number field works. Bump .Dd.mpp2008-02-111-2/+30
|
* Some small fixes, also introduce an EXAMPLES section.brueffer2008-02-111-3/+3
|
* Hook geom_lvm(4) up to the build.thompsa2008-02-111-0/+1
|
* Add a geom class to map Linux LVM logical volumes.thompsa2008-02-111-0/+88
| | | | | | | | | The logical disks will appear as /dev/lvm/<vol group>-<logical vol>, for instance /dev/lvm/vg0-home. GLVM currently supports linear stripes with segments on multiple physical disks. The metadata is read only, logical volumes can not be allocated or resized. Reviewed by: Ivan Voras
* Add `hw.ciss.nop_message_heartbeat' tunable (default disabled) foriwasaki2008-02-101-0/+6
| | | | | | | | | | | NOP-message polling in ciss_periodic(). Note that setting the tunable to non-zero can be workaround only for `ADAPTER HEARTBEAT FAILED' problem, and may freeze the system w/o the problem. Reviewed by: scottl Reported by: Attila Nagy MFC after: 3 days
* Add a note that the hptrr driver supersedes the rr232x driver.scottl2008-02-061-0/+2
|
* Update manpage in order to reflect LK_NODUP and LK_NOWITNESS optionsattilio2008-02-061-2/+9
| | | | introduction.
OpenPOWER on IntegriCloud