summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add opteron-sse3, athlon64-sse3 and k8-sse3 cpu types to bsd.cpu.mk.mm2011-02-202-4/+12
| | | | | | | | | - add "sse3" to MACHINE_CPU for the new cpu types - for i386, default to CPUTYPE=prescott for the new cpu types PR: gnu/154906 Discussed with: kib, kan, dim MFC after: 2 weeks
* Add restrict keyword to pthread_sigmask prototype and manpage.kib2011-02-201-2/+3
| | | | MFC after: 1 week
* Update the icmp example to show allowing only the safe types.brucec2011-02-191-1/+1
| | | | | Suggested by: Tom Judge <tom at tomjudge.com> MFC after: 3 days
* Improve 256 color support.ed2011-02-191-1/+8
| | | | | | | | | | - Add screen-256color, - Improve rxvt-256color to set pa and op properly. - Add rxvt-unicode-256color as an alias to rxvt-256color. PR: conf/152713, conf/153164 Submitted by: Alexander Verbod and Frédéric Perrin MFC after: 2 weeks
* cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters.np2011-02-184-0/+170
| | | | MFC after: 3 weeks
* - Fix build of manual page and inclusion of mos driver into kernel config file.hselasky2011-02-172-0/+3
| | | | | | - Fix style compliancy by wrapping some long lines in if_mos.c Approved by: thompsa (mentor)
* Add support for new USB to ethernet controller:hselasky2011-02-161-0/+95
| | | | | | | Moschip MCS7730/MCS7830 Submitted by: Rick van der Zwet <info@rickvanderzwet.nl> Approved by: thompsa (mentor)
* Document TRYBROKEN in ports(7).keramida2011-02-151-1/+4
| | | | | | PR: docs/153542 Submitted by: Eitan Adler <lists@eitanadler.com> MFC after: 3 days
* - Add Dell Wireless 1390 BCM4311 Mini PCI to supported list.miwi2011-02-151-1/+2
| | | | | | PR: 154500 Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru> Approved by: rwatson
* - Added following port committers:miwi2011-02-131-0/+17
| | | | | | | | | Marcus von Appen (mva@) (mentor: beech, miwi) Dennis Herrmann (dhn@) (mentor: tabthorpe, miwi) Brendan Fabeny (bf@) (mentor: makc, miwi) Kris Moore (kmoore@) (mentor: brooks, miwi) Sylvio Cesar Teixeira <sylvio@> (mentor: itetcu, miwi) Lars Engels (lme) (mentor: miwi)
* If the pf.conf(5) example file is copied when setting up a firewall it'sbrucec2011-02-121-0/+1
| | | | | | | | easy to forget about icmp. Update the file to show allowing icmp through the firewall. PR: docs/144986 MFC after: 1 month
* Add an example Khelp module, which will be referenced in the forthcoming Khelplstewart2011-02-114-1/+172
| | | | | | | | | documentation. Sponsored by: FreeBSD Foundation Discussed with: David Hayes <dahayes at swin edu au> MFC after: 5 weeks X-MFC with: r216615
* Add LIBEXECDIR to the bsd.own.mk vars, pointing to /usr/libexec by defaultkeramida2011-02-101-0/+3
| | | | | | | | | | | Some of the patches we are preparing for porting ATF from NetBSD refer to '/usr/libexec' several times. Instead of repeating the path all over the place, add ${LIBEXECDIR} to match ${LIBDATADIR} and reduce the redundancy of the relevant makefiles. Submitted by: Garrett Cooper <yanegomi@gmail.com> Approved by: ru MFC after: 1 month
* - Add a new UNIVERSE_TARGET variable for 'make universe'. If it is set,jhb2011-02-101-6/+32
| | | | | | | | | | | | then that target is invoked for each architecture rather than the default action of building world and kernels for each architecture. - Add a 'make toolchains' wrapper which uses UNIVERSE_TARGET to build toolchains for all architectures. - Document JFLAG, MAKE_JUST_KERNELS, and MAKE_JUST_WORLDS variables for 'make universe'. Reviewed by: bz MFC after: 1 week
* Netgear renamed the WG311 to the WG311v1 after they released a secondjpaetzel2011-02-101-1/+3
| | | | | | | | | | version of it. There is also a WG311v3 which uses a chipset covered by malo(4). Along the way add the WG311T to the list which is also an atheros chipset. PR: docs/154589 Approved by: kib (mentor) MFC after: 3 days
* Document requirement that sys/types.h be included before rman.h.imp2011-02-101-0/+1
| | | | | Submitted by: Raphael Kubo da Costa MFC after: 2 weeks
* Fix the previous commit of pthread_getthreadid_np(3).jkim2011-02-071-57/+0
|
* Introduce a non-portable function pthread_getthreadid_np(3) to retrievejkim2011-02-073-1/+116
| | | | | | | calling thread's unique integral ID, which is similar to AIX function of the same name. Bump __FreeBSD_version to note its introduction. Reviewed by: kib
* Minor grammar fix. s/cores'/core's/gjb2011-02-071-1/+1
| | | | | Approved by: keramida (mentor) MFC after: 3 days
* - Use tabs not spacesmiwi2011-02-061-1/+1
| | | | Reported by: bschmidt
* - Add Dell Wireless 1390 BCM4311 Mini PCI to supported list.miwi2011-02-061-8/+9
| | | | | PR: 154500 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* syscons: install all available kbdmapsuqs2011-01-301-3/+3
| | | | | | | eee_nordic.kbd, us.dvorakl.kbd, and us.dvorakr.kbd were not installed. Found by: Neil Short <neshort@yahoo.com> MFC after: 3 weeks
* ixgb(4) does not support altq(4) yet.yongari2011-01-271-1/+0
|
* Backout r216577. ixgb(4) does not support altq(4) yet.yongari2011-01-271-2/+1
|
* Explicitly wire the user buffer rather than doing it implicitly inmdf2011-01-271-3/+3
| | | | | | | | sbuf_new_for_sysctl(9). This allows using an sbuf with a SYSCTL_OUT drain for extremely large amounts of data where the caller knows that appropriate references are held, and sleeping is not an issue. Inspired by: rwatson
* Document newly added tunables.yongari2011-01-261-1/+25
| | | | | | hw.re.intr_filter hw.re.msix_disable dev.re.%d.int_rx_mod
* Unroll vgrind filter to no longer depend on vgrind(1) during buildworld.uqs2011-01-264-12/+1316
| | | | | The source files haven't been touched in ages and this is unlikely to change in the future.
* Fix another broken datedougb2011-01-261-1/+1
|
* Fix my fix to nfe.4, and also fix re.4dougb2011-01-262-2/+2
| | | | So just when I thought my pointy hat collection was going down ...
* Fix date in .Dddougb2011-01-261-1/+1
|
* Document sbuf_new_for_sysctl(9).mdf2011-01-252-1/+15
| | | | Pointed out by: lstewart
* Remove DOS-style EOLssem2011-01-251-11/+11
| | | | Approved by: kib
* Back out r217734. [1]bz2011-01-251-1/+7
| | | | | | | | | Properly document what `make targets` is supposed to list to avoid further confusion given the place the target sits. Should have happened with r217125. Requested by: imp [1] Reviewed by: rwatson
* Add missing section number for .Xr rc.gjb2011-01-241-1/+1
| | | | | Pointed out by: keramida Approved by: keramida (mentor)
* Properly document what the top-level `make tinderbox` does.bz2011-01-221-1/+6
| | | | | | Reviewed by: jmallett MFC After: 3 days X-MFC: build.7 only
* Fix typos.jh2011-01-221-4/+4
|
* Fix '.Xr' ordering in SEE ALSO section.gjb2011-01-221-1/+1
| | | | | Approved by: keramida (mentor) MFC after: 3 days
* Add myself to the list of doc commiters.ryusuke2011-01-201-0/+1
|
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-191-1/+3
| | | | existing uses. Rename sysctl_handle_quad() to sysctl_handle_64().
* document that even when wakeup_one is used to wakeup, msleep and friendsjmg2011-01-191-0/+8
| | | | | | | | may still return a non-zero value... You are not guaranteed to get a one to one mapping between wakeup_one and zero return values... Reviewed by: kib MFC after: 3 days
* Bump .Dd date of manpage for r217481keramida2011-01-191-1/+1
|
* sysctl(8) should use the CTLTYPE to determine the type of data whenmdf2011-01-192-9/+2
| | | | | | | | | | | reading. (This was already done for writing to a sysctl). This requires all SYSCTL setups to specify a type. Most of them are now checked at compile-time. Remove SYSCTL_*X* sysctl additions as the print being in hex should be controlled by the -x flag to sysctl(8). Succested by: bde
* o Correct version of DragonFly: it was 2.8.2 released, not 2.8.0.maxim2011-01-191-2/+2
| | | | Submitted by: Sascha Wildner
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.mdf2011-01-191-2/+3
|
* Fix the mount example of xfDmitry Marakasov <amdmi3@FreeBSD.org>s(5) ↵keramida2011-01-161-1/+1
| | | | | | | | | | | filesystems by including the read-only option. We only support ro mounts for xfs, so it's nice if the examples we show in the manpage are easy to copy/paste. PR: docs/149106 Submitted by: amdmi3 MFC after: 3 days
* Add a missing word.marius2011-01-161-1/+1
| | | | Submitted by: gj
* Reference rgephy.4 in man pages of additional MAC drivers also known tomarius2011-01-163-3/+6
| | | | | | | come in combination with these PHYs. Submitted by: yongari MFC after: 3 days
* Add a manual page for rgephy(4) and reference it as appropriate. Themarius2011-01-155-3/+103
| | | | | | | motivation for having rgephy.4 is to document the special media option add in r217415. MFC after: 3 days
* Update dialog to version 20100428. This changes the license under whichnwhitehorn2011-01-121-0/+1
| | | | | | | | | | | | | dialog is distributed from GPLv2 to LGPLv2 and introduces a number of new features and a new and better libdialog API. The existing libdialog will be kept temporarily as libodialog for compatibility purposes until sade, sysinstall and tzsetup have been either updated or replaced. __FreeBSD_version is now 900030. Discussed on: -current Approved by: core Obtained from: http://invisible-island.net/dialog
* Add manpage for runfw, the Ralink RT2700U, RT2800U and RT3000U firmwarethompsa2011-01-113-6/+65
| | | | | | module. Also fix a few nits in run.4. Submitted by: Akinori Furukoshi
OpenPOWER on IntegriCloud