summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Hook up the ether_echo node and fix the man pagejulian2008-12-252-1/+2
|
* Add a trivial node to reflect ethernet frames to whence they came.julian2008-12-251-0/+77
| | | | MFC after: 1 month
* Apply various fixes:trhodes2008-12-241-1/+6
| | | | | | | | | Silence mdoc(7) warnings; Xref correct manual pages; Point user to the ddb.8 manual page. PR: 129398 Submitted by: gavin
* Update bmake glue for changes in 9.4.3dougb2008-12-231-1/+1
|
* Netgroup database can be centralized via NIS, list it.trhodes2008-12-231-2/+6
| | | | | | | Add a missing comma and bump doc date. PR: 127602 Submitted by: Dmitry Sivachenko <mitya@yandex-team.ru>
* pr_pfh has been gone from protosw since r120386 (more than 5 years ago).bz2008-12-231-2/+1
| | | | MFC after: 4 weeks
* Add support for the HP 4470C scanner.remko2008-12-231-1/+2
| | | | | | | | | | Note that there is no working backend (or at least that is mentioned in the PR ticket) but the device is now supported on our end. PR: 117205 Submitted by: Artem Naluzhnyy <tut at nhamon dot com dot ua> MFC after: 1 week
* Document that the devd config is in /etc/devd/asus.confthompsa2008-12-171-2/+3
|
* Boot out <sysexits.h> once and for all.des2008-12-171-7/+4
| | | | MFC after: 1 week
* According to phk@, VOP_STRATEGY should never, _ever_, returntrasz2008-12-161-1/+3
| | | | | | | | | | | | | anything other than 0. Make it so. This fixes "panic: VOP_STRATEGY failed bp=0xc320dd90 vp=0xc3b9f648", encountered when writing to an orphaned filesystem. Reason for the panic was the following assert: KASSERT(i == 0, ("VOP_STRATEGY failed bp=%p vp=%p", bp, bp->b_vp)); at vfs_bio:bufstrategy(). Reviewed by: scottl, phk Approved by: rwatson (mentor) Sponsored by: FreeBSD Foundation
* Elaborate on the hardware features fxp(4) supports.brueffer2008-12-151-1/+8
| | | | | Submitted by: yongari MFC after: 1 week
* Add a symlink from enc.4 to if_enc.4.bz2008-12-151-0/+1
| | | | | Reviewed by: brueffer MFC after: 4 weeks
* re-add accidentally deleted linekmacy2008-12-151-0/+1
|
* This main goals of this project are:qingli2008-12-153-95/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. separating L2 tables (ARP, NDP) from the L3 routing tables 2. removing as much locking dependencies among these layers as possible to allow for some parallelism in the search operations 3. simplify the logic in the routing code, The most notable end result is the obsolescent of the route cloning (RTF_CLONING) concept, which translated into code reduction in both IPv4 ARP and IPv6 NDP related modules, and size reduction in struct rtentry{}. The change in design obsoletes the semantics of RTF_CLONING, RTF_WASCLONE and RTF_LLINFO routing flags. The userland applications such as "arp" and "ndp" have been modified to reflect those changes. The output from "netstat -r" shows only the routing entries. Quite a few developers have contributed to this project in the past: Glebius Smirnoff, Luigi Rizzo, Alessandro Cerri, and Andre Oppermann. And most recently: - Kip Macy revised the locking code completely, thus completing the last piece of the puzzle, Kip has also been conducting active functional testing - Sam Leffler has helped me improving/refactoring the code, and provided valuable reviews - Julian Elischer setup the perforce tree for me and has helped me maintaining that branch before the svn conversion
* Typo/rewording.schweikh2008-12-131-2/+2
|
* fix support and capabilitieskmacy2008-12-121-4/+5
| | | | MFC after: 3 days
* - Drop a reference to an older 'kdb' debugger that FreeBSD never had.jhb2008-12-121-7/+2
| | | | | - Tweak a word choice. - Drop a reference to Alpha.
* Add a man page for VOP_VPTOCNP.marcus2008-12-122-0/+111
| | | | | Reviewed by: arch Approved by: kib
* Add entry for if_transmit and if_qflushkmacy2008-12-111-1/+20
|
* Add facilities to pmu(4) to interrogate battery status on Apple PowerPCnwhitehorn2008-12-081-3/+22
| | | | | | laptops. This includes battery presence detection, charging status, current and voltage readouts, and charge level indication. The sysctl interface is somewhat ACPI-like.
* Fix spelling error (find -> found).nwhitehorn2008-12-071-1/+1
|
* Now that pmu(4) has features, it should also have a man page.nwhitehorn2008-12-072-0/+96
|
* Correct a typo.schweikh2008-12-051-1/+1
|
* Update bce(4)'s hardware list to reflect the recent update to driver.delphij2008-12-031-3/+20
| | | | MFC after: 3 days
* Improve grammar.brueffer2008-12-021-1/+1
| | | | Submitted by: Ben Kaduk
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-011-24/+37
| | | | | | | | | | | | | | | | | module; the ath module now brings in the hal support. Kernel config files are almost backwards compatible; supplying device ath_hal gives you the same chip support that the binary hal did but you must also include options AH_SUPPORT_AR5416 to enable the extended format descriptors used by 11n parts. It is now possible to control the chip support included in a build by specifying exactly which chips are to be supported in the config file; consult ath_hal(4) for information.
* Remove The Netgear WG111v2 supportkevlo2008-12-011-2/+0
|
* Clarify the reason to not use the volatile string as an argument to CTRkib2008-11-301-6/+11
| | | | | | | macros. Note the logging of file and line. Reviewed by: dchagin MFC after: 3 days
* Add standard MLINKs.brueffer2008-11-291-0/+3
|
* Bring this a little closer to our manpage style.brueffer2008-11-291-16/+30
|
* Add several missing MLINKs.brueffer2008-11-291-1/+10
|
* Fix typo.brueffer2008-11-291-1/+1
|
* MFp4:bz2008-11-291-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring in updated jail support from bz_jail branch. This enhances the current jail implementation to permit multiple addresses per jail. In addtion to IPv4, IPv6 is supported as well. Due to updated checks it is even possible to have jails without an IP address at all, which basically gives one a chroot with restricted process view, no networking,.. SCTP support was updated and supports IPv6 in jails as well. Cpuset support permits jails to be bound to specific processor sets after creation. Jails can have an unrestricted (no duplicate protection, etc.) name in addition to the hostname. The jail name cannot be changed from within a jail and is considered to be used for management purposes or as audit-token in the future. DDB 'show jails' command was added to aid debugging. Proper compat support permits 32bit jail binaries to be used on 64bit systems to manage jails. Also backward compatibility was preserved where possible: for jail v1 syscalls, as well as with user space management utilities. Both jail as well as prison version were updated for the new features. A gap was intentionally left as the intermediate versions had been used by various patches floating around the last years. Bump __FreeBSD_version for the afore mentioned and in kernel changes. Special thanks to: - Pawel Jakub Dawidek (pjd) for his multi-IPv4 patches and Olivier Houchard (cognet) for initial single-IPv6 patches. - Jeff Roberson (jeff) and Randall Stewart (rrs) for their help, ideas and review on cpuset and SCTP support. - Robert Watson (rwatson) for lots and lots of help, discussions, suggestions and review of most of the patch at various stages. - John Baldwin (jhb) for his help. - Simon L. Nielsen (simon) as early adopter testing changes on cluster machines as well as all the testers and people who provided feedback the last months on freebsd-jail and other channels. - My employer, CK Software GmbH, for the support so I could work on this. Reviewed by: (see above) MFC after: 3 months (this is just so that I get the mail) X-MFC Before: 7.2-RELEASE if possible
* o FreeBSD 6.4-RELEASE added.maxim2008-11-281-6/+8
|
* Provide manual page for the mge(4) device driver.raj2008-11-272-1/+161
|
* Revert r184509: don't encourage the use of sysexits.h with err() andrwatson2008-11-271-2/+2
| | | | | | | errx(),, as there seems to be a general preference against this practice. Suggested by: bde, des, jhb
* Remove vfs_mountedon(9) manual page. The vfs_mountedon(9) has beenhrs2008-11-232-78/+0
| | | | removed since 2004.
* vn_fullpath(9) does not assume vp is locked by the caller now.hrs2008-11-231-3/+3
|
* Enhance the explanation of using filesystem-specific mount optionskeramida2008-11-231-3/+28
| | | | | | | | | | | in /etc/fstab. We do support passing special options on a per filesystem type basis, like `-u UID -g GID' for mount_msdosfs, but the syntax of these options in fstab is non-obvious and a lot of users have asked about it. PR: docs/128816 Submitted by: Roland Smith, rsmith at xs4all dot nl MFC after: 2 days
* src/sys/dev/usb2/controller/uss820dci_pccard.calfred2008-11-192-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/sys/dev/usb2/core/usbdevs src/sys/dev/usb2/include/urio2_ioctl.h src/sys/dev/usb2/storage/ustorage2_fs.h These files are not used any more. src/usr.sbin/Makefile src/etc/mtree/BSD.include.dist src/include/Makefile src/lib/Makefile src/share/man/man7/hier.7 src/share/mk/bsd.libnames.mk src/etc/mtree/BSD.include.dist Make "usbconfig" and "libusb20" a part of the default build. src/sys/dev/usb/rio500_usb.h src/sys/dev/usb2/storage/urio2.c Use common include file. src/sys/dev/usb2/bluetooth/ng_ubt2.c Make USB bluetooth depend on "ng_hci" module. src/sys/dev/usb2/controller/ehci2.c src/sys/dev/usb2/controller/ehci2.h Patches for Marvell EHCI. src/sys/dev/usb2/core/usb2_busdma.c Bugfix for 64-bit platforms. Need to unload the previously loaded DMA map and some cleanup regarding some corner cases. src/sys/dev/usb2/core/usb2_core.h src/sys/dev/usb2/core/usb2_dev.c src/sys/dev/usb2/core/usb2_dev.h Bugfix for libusb filesystem interface. New feature: Add support for filtering device data at the expense of the userland process. Add some more comments. Some minor code styling. Remove unused function, usb2_fifo_get_data_next(). Fix an issue about "fifo_index" being used instead of "ep_index". src/sys/dev/usb2/core/usb2_device.c src/sys/dev/usb2/core/usb2_generic.c Bugfix for Linux USB compat layer. Do not free non-generic FIFOs when doing an alternate setting. Cleanup USB IOCTL and USB reference handling. Fix a corner case where USB-FS was left initialised after setting a new configuration or alternate setting. src/sys/dev/usb2/core/usb2_hub.c Improvement: Check all USB HUB ports by default at least one time. src/sys/dev/usb2/core/usb2_request.c Bugfix: Make sure destination ASCII string is properly zero terminated in all cases. Improvement: Skip invalid characters instead of replacing with a dot. src/sys/dev/usb2/core/usb2_util.c src/sys/dev/usb2/image/uscanner2.c Spelling. src/sys/dev/usb2/include/Makefile Share "usbdevs" with the old USB stack. src/sys/dev/usb2/include/usb2_devid.h src/sys/dev/usb2/include/usb2_devtable.h Regenerate files. Alfred: Please fix the RCS tag at the top. src/sys/dev/usb2/include/usb2_ioctl.h Fix compilation of "kdump". src/sys/dev/usb2/serial/ubsa2.c src/sys/dev/usb2/serial/ugensa2.c Remove device ID's which will end up in a new 3G driver. src/sys/dev/usb2/sound/uaudio2.c Correct a debug printout. src/sys/dev/usb2/storage/umass2.c Sync with old USB stack. src/lib/libusb20/libusb20.3 Add more documentation. src/lib/libusb20/libusb20.c Various bugfixes and improvements. src/usr.sbin/usbconfig/dump.c src/usr.sbin/usbconfig/usbconfig.c New commands for dumping strings and doing custom USB requests from the command line. Remove keyword requirements from generated files: "head/sys/dev/usb2/include/usb2_devid.h" "head/sys/dev/usb2/include/usb2_devtable.h"
* Add myselfpho2008-11-181-0/+1
| | | | Approved by: kib (mentor)
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This bring huge amount of changes, I'll enumerate only user-visible changes: - Delegated Administration Allows regular users to perform ZFS operations, like file system creation, snapshot creation, etc. - L2ARC Level 2 cache for ZFS - allows to use additional disks for cache. Huge performance improvements mostly for random read of mostly static content. - slog Allow to use additional disks for ZFS Intent Log to speed up operations like fsync(2). - vfs.zfs.super_owner Allows regular users to perform privileged operations on files stored on ZFS file systems owned by him. Very careful with this one. - chflags(2) Not all the flags are supported. This still needs work. - ZFSBoot Support to boot off of ZFS pool. Not finished, AFAIK. Submitted by: dfr - Snapshot properties - New failure modes Before if write requested failed, system paniced. Now one can select from one of three failure modes: - panic - panic on write error - wait - wait for disk to reappear - continue - serve read requests if possible, block write requests - Refquota, refreservation properties Just quota and reservation properties, but don't count space consumed by children file systems, clones and snapshots. - Sparse volumes ZVOLs that don't reserve space in the pool. - External attributes Compatible with extattr(2). - NFSv4-ACLs Not sure about the status, might not be complete yet. Submitted by: trasz - Creation-time properties - Regression tests for zpool(8) command. Obtained from: OpenSolaris
* Fix argument layout of devfs_get_cdevpriv().ed2008-11-161-1/+1
| | | | | Right now it shows `void' and `**datap' as two different arguments, while they belong together.
* - For maximum flexibility, sparc64 supports BUS_DMA_COHERENT alsomarius2008-11-161-16/+31
| | | | | | | | | | | with bus_dmamap_create() and not only bus_dmamem_alloc() so move the description of this flag up accordingly in order to document this fact. While at, it refine this description with an application example. - Reword the description of BUS_DMA_NOCACHE as this flag is also implemented on sparc64. MFC after: 1 week
* Add myself to the src committers list, with Diomidis as the mentor.versus2008-11-131-0/+3
| | | | Approved by: dds (mentor)
* Correct .Ddyongari2008-11-123-3/+3
| | | | Pointed out by: maxim
* Add ale(4) man page and hook up ale(4) to the build.yongari2008-11-125-3/+171
| | | | Also add Xr to appropriate man pages.
* Spell 'different' correctly.keramida2008-11-081-2/+2
|
* Two minor fixes.mav2008-11-071-2/+2
|
* A lot of spelling fixes.mav2008-11-061-92/+168
| | | | Submitted by: keramida
OpenPOWER on IntegriCloud