Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Connect MPC85XX to the PowerPC build. | raj | 2008-03-03 | 1 | -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 list | jadawin | 2008-03-03 | 1 | -0/+5 |
| | | | | Approved by: thierry (co-mentor) | ||||
* | The Sony i.LINK (CXD1947) is _not_ supported. | brueffer | 2008-03-03 | 1 | -3/+1 |
| | | | | | | PR: 116680 Submitted by: Jens Köhler <mail@chatty.de> MFC after: 3 days | ||||
* | New sentence -> new line. | brueffer | 2008-03-02 | 1 | -1/+2 |
| | |||||
* | Fix lockstatus sorting on the top list. | attilio | 2008-03-01 | 1 | -1/+1 |
| | |||||
* | Connect lockmgr_args(9) to the build. | attilio | 2008-03-01 | 1 | -0/+1 |
| | |||||
* | - Add the informations for lockmgr_args(9) | attilio | 2008-03-01 | 1 | -3/+22 |
| | | | | - Sort rightly lockstatus(9) in the manpage | ||||
* | Update lockmgr manpage with last lockmgr modifies: | attilio | 2008-03-01 | 1 | -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. | mav | 2008-03-01 | 1 | -2/+188 |
| | | | | Submitted by: Vadim Goncharov <vadim_nuclight@mail.ru> | ||||
* | Xref uchcom(4). | brueffer | 2008-03-01 | 1 | -1/+2 |
| | |||||
* | Manpage for the uchcom(4) driver, adapted from the one in NetBSD. | brueffer | 2008-03-01 | 2 | -0/+95 |
| | |||||
* | Move the HARDWARE section below the DESCRIPTION section, like it is | brueffer | 2008-03-01 | 1 | -10/+10 |
| | | | | | | everywhere else. MFC after: 3 days | ||||
* | Add a 'c7' CPUTYPE for VIA C7 CPUs that is 'c3-2' with the addition of | jhb | 2008-02-29 | 1 | -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. | maxim | 2008-02-28 | 1 | -3/+12 |
| | |||||
* | Add the Epson - CX5400 to the supported lists of epson scanners. | remko | 2008-02-27 | 1 | -3/+3 |
| | | | | | Noticed by: simon Forgotten by: me | ||||
* | Add myself to doc committers and to keramida's mentee list | ganbold | 2008-02-27 | 1 | -0/+2 |
| | | | | Approved by: keramida(mentor) | ||||
* | Spell out the name of the month, normalize copyright layout. | brueffer | 2008-02-26 | 3 | -9/+9 |
| | |||||
* | Add vfs_mountedfrom.9 to the build. | davidc | 2008-02-26 | 1 | -0/+1 |
| | |||||
* | Add new man page. | davidc | 2008-02-26 | 1 | -0/+55 |
| | |||||
* | Add insmntque.9 to the build. | davidc | 2008-02-26 | 1 | -0/+1 |
| | |||||
* | Add new man page. | davidc | 2008-02-26 | 1 | -0/+62 |
| | |||||
* | Link vholdl.9 to vhold.9 | davidc | 2008-02-26 | 1 | -0/+1 |
| | |||||
* | Document vholdl(9) | davidc | 2008-02-26 | 1 | -11/+11 |
| | | | | No longer refer to vbusy(9) or vfree(9) | ||||
* | Refer to vrefcnt(9) | davidc | 2008-02-26 | 3 | -2/+5 |
| | |||||
* | Minor grammar fixup. | davidc | 2008-02-26 | 1 | -1/+1 |
| | |||||
* | Add vrefcnt.9 to the build. | davidc | 2008-02-26 | 1 | -0/+1 |
| | |||||
* | Add new man page. | davidc | 2008-02-26 | 1 | -0/+53 |
| | |||||
* | - Add myself to ports committers and to miwi's mentee list | gahr | 2008-02-26 | 1 | -0/+2 |
| | | | | Approved by: miwi (mentor) | ||||
* | Modify VOP_ISLOCKED() and lockstatus() prototypes in order to reflect | attilio | 2008-02-25 | 2 | -22/+8 |
| | | | | 'thread' argument axing. | ||||
* | ip6(4) man page lacks documentation for TCLASS option. | bms | 2008-02-22 | 1 | -2/+13 |
| | | | | | PR: docs/120945 Reviewed by: remko | ||||
* | Add LIBELF. | ru | 2008-02-21 | 1 | -0/+1 |
| | |||||
* | geom_lvm(4) is now known as geom_linux_lvm(4). | thompsa | 2008-02-20 | 1 | -88/+0 |
| | |||||
* | Rename geom_lvm(4) to geom_linux_lvm(4). | thompsa | 2008-02-20 | 1 | -1/+1 |
| | | | | Requested by: des, phk | ||||
* | Add a geom class to map Linux LVM logical volumes. | thompsa | 2008-02-20 | 1 | -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 typo | danger | 2008-02-15 | 1 | -1/+1 |
| | | | | | Submitted by: Constantine A. Murenin <cnst@FreeBSD.org> MFC after: 3 days | ||||
* | Add myself and the mentorship relation of des. | olli | 2008-02-15 | 1 | -0/+2 |
| | | | | Approved by: des (mentor) | ||||
* | Some language and mdoc style improvements. | brueffer | 2008-02-14 | 1 | -5/+7 |
| | |||||
* | Document the hw.skc.jumbo_disable tunable. While here, correct some things | brueffer | 2008-02-14 | 1 | -4/+15 |
| | | | | | | in the SYSCTLS section. Submitted by: yongari | ||||
* | Update manpage with lockmgr_assert() description. | attilio | 2008-02-13 | 2 | -4/+73 |
| | |||||
* | The hptrr driver first appeared in 6.3, not 5.3. | brueffer | 2008-02-13 | 1 | -1/+1 |
| | | | | | | PR: 120616 Submitted by: Josh Paetzel <josh@tcbug.org> MFC after: 3 days | ||||
* | Remove dublicate MLINK. | brueffer | 2008-02-13 | 1 | -1/+0 |
| | | | | Submitted by: David Naylor <blackdragon@highveldmail.co.za> | ||||
* | - mention new firmware images used in multi-slice mode | brueffer | 2008-02-13 | 1 | -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 the | mpp | 2008-02-11 | 1 | -8/+1 |
| | | | | misleading information stated here. | ||||
* | Explain in more detail how the pass number field works. Bump .Dd. | mpp | 2008-02-11 | 1 | -2/+30 |
| | |||||
* | Some small fixes, also introduce an EXAMPLES section. | brueffer | 2008-02-11 | 1 | -3/+3 |
| | |||||
* | Hook geom_lvm(4) up to the build. | thompsa | 2008-02-11 | 1 | -0/+1 |
| | |||||
* | Add a geom class to map Linux LVM logical volumes. | thompsa | 2008-02-11 | 1 | -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) for | iwasaki | 2008-02-10 | 1 | -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. | scottl | 2008-02-06 | 1 | -0/+2 |
| | |||||
* | Update manpage in order to reflect LK_NODUP and LK_NOWITNESS options | attilio | 2008-02-06 | 1 | -2/+9 |
| | | | | introduction. |