summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Capitalize a few terms.brueffer2007-06-301-4/+4
| | | | Approved by: re (blanket)
* General cleanup.brueffer2007-06-301-15/+26
| | | | Approved by: re (blanket)
* uhid.4: correct structure field names to match dev/usb/usb.himp2007-06-301-4/+4
| | | | | | Submitted by: Dmitry Marakasov PR: 101757 Approved by: re (blanket)
* Neterion Xframe 10GbE Server/Storage adapter driver.sam2007-06-292-0/+84
| | | | | | | | | | | The nxge driver provides support for Neterion Xframe-I and Xframe-II adapters. The driver supports TCP Segmentation Offload (TSO/LSO), Jumbo frames (5 buffer mode), Header separation (2 and 3 Receive buffer modes), VLAN, and Promiscuous mode. Submitted by: Neterion Reviewed by: rwatson Approved by: re (kensmith)
* Back out gcc workaround per re@ request. Details:ache2007-06-281-1/+1
| | | | | | | | | "There seems to be some continuing discussion about how this is best fixed, and we'd like to get Alexander (as our gcc guru) to opine on a final solution before picking one. In the mean time, could you back out the original commit (sys.mk:1.89)?" Approved by: re (rwatson)
* Fix reference within TIOCNOTTY from TIOSCTTY to TIOCSCTTY.remko2007-06-271-2/+2
| | | | | | | PR: docs/114058 Submitted by: David Sanderson <dsanderson at panasas dot com> Approved by: re (bmah) MFC After: 3 days
* Remove a section on the area of the debugging sysctls used to tunekevlo2007-06-271-38/+0
| | | | | | enforcement. Approved by: re (rwatson)
* Update suser(9) and priv(9) to document that the 'flags' argument is nowrwatson2007-06-262-33/+13
| | | | | | unused -- SUSER_RUID and SUSER_ALLOWJAIL are no longer defined or used. Approved by: re (bmah)
* Make zoneinfo optional so that a filesystem upgrade/update does not overwriteremko2007-06-262-1/+6
| | | | | | | | | | | possibly installed thirdparte zoneinfo databases (from ports for example). PR: bin/104713 Submitted by: Mark Andrews <Mark_Andrews at isc dot org> (original patch rewritten by me to be more consistent with the new practise). Approved by: re (kensmith) Approved by: imp (mentor) Reviewed by: ru (some time ago already)
* This is temp workaround of nasty gcc 4.2.0 -O2 bug which may skip the restache2007-06-261-1/+1
| | | | | | | of the loop when arrays used inside. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32500 Approved by: re (kensmith)
* Add myself as a src committer.scf2007-06-251-0/+3
| | | | | Approved by: wes (mentor) Approved by: re (bmah)
* - Remove UMAP filesystem. It was disconnected from build three years ago,rafan2007-06-251-2/+0
| | | | | | | and it is seriously broken. Discussed on: freebsd-arch@ Approved by: re (mux)
* Document hw.bce.msi_enable tunable.brueffer2007-06-241-1/+12
| | | | Approved by: re (blanket)
* Document two new sysctls: hw.snd.compat_linux_mmap and hw.snd.default_auto.joel2007-06-231-1/+9
| | | | | Reviewed by: ariff Approved by: re (hrs)
* Remove duplicate xref and add missing commas.brueffer2007-06-212-4/+3
| | | | | | PR: 113891 Submitted by: pluknet <pluknet@gmail.com> Approved by: re (blanket)
* Remove some stuff I accidently left in the previous commit.brueffer2007-06-181-4/+0
|
* Complete SYNOPSIS and some cleanup.brueffer2007-06-181-3/+18
|
* Document hw.firewire.phydma_enable knob.simokawa2007-06-171-0/+9
|
* Add xfs(5) man page.rodrigc2007-06-162-1/+100
|
* Add a manual page for tmpfs(5).delphij2007-06-162-0/+85
|
* Add a man page for wlan_amrrkevlo2007-06-154-0/+61
| | | | Reviewed by: sam, sephe
* You can never have enough documentation.gshapiro2007-06-151-0/+40
| | | | | | | | | | | | Document the SENDMAIL_ALIASES, SENDMAIL_MAP_SRC, SENDMAIL_MAP_TYPE, and SENDMAIL_START_SCRIPT .Xr make.conf 5 variables. These are used in .Pa /etc/mail/Makefile . PR: conf/40548 MFC after: 3 days
* The struct selinfo pointed to by *sip MUST be zeroed before callingnjl2007-06-141-1/+8
| | | | | | selrecord() or selwake*(). Otherwise, a panic may occur. MFC after: 1 day
* Add a missing Va option.brueffer2007-06-141-1/+1
|
* Add myself as a commiter.timur2007-06-131-0/+3
| | | | Approved by: shaun (mentor)
* Major update for the recently overhauled nfe(4) driver.brueffer2007-06-131-6/+107
| | | | Reviewed by: yongari
* Regen.sepotvin2007-06-131-1/+21
|
* Options spring cleanup:sepotvin2007-06-131-0/+2
| | | | | | | | | | - Add and document the KVM and KVM_SUPPORT options that are needed for the ifmcstats(3) makefile - Garbage collect unused variables - Add missing inclusion of bsd.own.mk where needed Approved by: kan (mentor) Reviewed by: ru
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and protocol-independent host mode multicast. The code is written to accomodate IPv6, IGMPv3 and MLDv2 with only a little additional work. This change only pertains to FreeBSD's use as a multicast end-station and does not concern multicast routing; for an IGMPv3/MLDv2 router implementation, consider the XORP project. The work is based on Wilbert de Graaf's IGMPv3 code drop for FreeBSD 4.6, which is available at: http://www.kloosterhof.com/wilbert/igmpv3.html Summary * IPv4 multicast socket processing is now moved out of ip_output.c into a new module, in_mcast.c. * The in_mcast.c module implements the IPv4 legacy any-source API in terms of the protocol-independent source-specific API. * Source filters are lazy allocated as the common case does not use them. They are part of per inpcb state and are covered by the inpcb lock. * struct ip_mreqn is now supported to allow applications to specify multicast joins by interface index in the legacy IPv4 any-source API. * In UDP, an incoming multicast datagram only requires that the source port matches the 4-tuple if the socket was already bound by source port. An unbound socket SHOULD be able to receive multicasts sent from an ephemeral source port. * The UDP socket multicast filter mode defaults to exclusive, that is, sources present in the per-socket list will be blocked from delivery. * The RFC 3678 userland functions have been added to libc: setsourcefilter, getsourcefilter, setipv4sourcefilter, getipv4sourcefilter. * Definitions for IGMPv3 are merged but not yet used. * struct sockaddr_storage is now referenced from <netinet/in.h>. It is therefore defined there if not already declared in the same way as for the C99 types. * The RFC 1724 hack (specify 0.0.0.0/8 addresses to IP_MULTICAST_IF which are then interpreted as interface indexes) is now deprecated. * A patch for the Rhyolite.com routed in the FreeBSD base system is available in the -net archives. This only affects individuals running RIPv1 or RIPv2 via point-to-point and/or unnumbered interfaces. * Make IPv6 detach path similar to IPv4's in code flow; functionally same. * Bump __FreeBSD_version to 700048; see UPDATING. This work was financially supported by another FreeBSD committer. Obtained from: p4://bms_netdev Submitted by: Wilbert de Graaf (original work) Reviewed by: rwatson (locking), silence from fenner, net@ (but with encouragement)
* - Document support for Realtek ALC660 and Analog Devices AD1988B.joel2007-06-121-5/+9
| | | | - Fix minor typos.
* - add myselfchinsan2007-06-121-0/+3
| | | | Approved by: rafan (mentor)
* Xref altq(4).yongari2007-06-121-1/+2
|
* nfe(4) supports altq(4).yongari2007-06-121-1/+2
|
* Add nfe(4) to the list of device drivers use the miibus interface.yongari2007-06-121-1/+4
|
* Fix what seems to be a copy-paste buglet (`moused_type' is usedkeramida2007-06-111-3/+30
| | | | | | | | | | | in the description of `moused_flags', instead of the later), and add a description of `moused_XXX_flags' where `XXX' is the port name of a non-default moused invocation -- including an example of using "-3" with the default moused(8) instance, but no special flags for moused(8) invocations handling 3-button USB mice (which seems a very common scenario these days). MFC after: 3 days
* Remove /usr/X11R6 and subdirs.brueffer2007-06-101-18/+1
| | | | MFC after: 3 days
* - Add myself.beech2007-06-091-0/+3
| | | | Approved by: sat (mentor)
* Specify which Dlink chip is supported (D-Link DUB-E100 ver A) becauseremko2007-06-061-2/+2
| | | | | | | | | others (D-Link DUB-E100 ver B1) are not. PR: docs/109664 Submitted by: Martin Nilsson<martin at mullet dot se> Patch by: asmodai MFC after: 1 week
* Update rum driver that needs wlan(4).kevlo2007-06-061-0/+2
|
* bump date for 1.20imp2007-06-051-1/+1
|
* Add note about condvars not working with spin locks.imp2007-06-051-0/+6
|
* Update man page for VOP_OPEN() after fdidx->fp conversion.kib2007-06-051-16/+16
| | | | Reminded by: ru
* - ULE is no longer buggy or experimental.jeff2007-06-051-8/+0
|
* sched_core(4) removed.delphij2007-06-054-108/+2
|
* Xref altq(4).brueffer2007-06-041-1/+2
|
* gem(4) supports altq(4) now.yongari2007-06-041-1/+2
|
* Update bmake glue for the BIND 9.4.1 import.dougb2007-06-021-2/+6
| | | | | This includes a return to building with threads, since one of the major focuses of the 9.4.x branch is to improve thread performance.
* Add support for Asus A3N laptops.philip2007-06-021-1/+3
| | | | | Submitted by: Holger Jorra <holger_jorra -at- gmx.net> MFC after: 1 day
* Correct the referenced securelevel document, it's now securelevel 7.remko2007-06-021-2/+2
| | | | Pointed out by: ru
* I understood the MLINK part incorrectly, it should be the other way aroundremko2007-06-011-1/+1
| | | | | | also remove the init mlink to securelevel. Discussed with and sharing pointyhat with: brueffer
OpenPOWER on IntegriCloud