aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add myself to calendar.freebsd and committers-src.dot.Mikolaj Golub2011-03-111-0/+3
| | | | | | | Approved by: pjd (mentor) Notes: svn path=/head/; revision=219478
* Add a couple of nodes and edges in order to reduce the number of unattachedGavin Atkinson2011-03-102-1/+10
| | | | | | | | committers in the rendered output. While here, add versus@ as being mentered by myself and fjoe@ Notes: svn path=/head/; revision=219470
* - Remove superfluous ucom device lines in USB manual pages.Hans Petter Selasky2011-03-0713-13/+0
| | | | | | | | | Submitted by: Carl @ telus.net MFC after: 14 days Approved by: thompsa (mentor) Notes: svn path=/head/; revision=219387
* Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.confMartin Matuska2011-03-072-4/+4
| | | | | | | | | | For CPUTYPE=core2 use -march=core2 PR: gnu/155308 MFC after: 2 weeks Notes: svn path=/head/; revision=219376
* To be able to use printf extensions we need to turn off gcc format checking.Pawel Jakub Dawidek2011-03-071-0/+3
| | | | | | | | | | | Following the convention of NO_WERROR and NO_WCAST_ALIGN add NO_WFORMAT, which, when defined in Makefile, turns off compile-time format checking (by adding -Wno-format), but still allows to use high WARNS level. MFC after: 2 weeks Notes: svn path=/head/; revision=219368
* mbone is no longer a physical categoryDoug Barton2011-03-062-2/+0
| | | | | | | Submitted by: pav Notes: svn path=/head/; revision=219353
* Obligatory first commit to the include myself in the list ofSteve Kargl2011-03-061-0/+3
| | | | | | | | | committers list. Approved by: das Notes: svn path=/head/; revision=219319
* Add two missing vertical bars.Gavin Atkinson2011-03-051-2/+2
| | | | Notes: svn path=/head/; revision=219308
* Add the Buffalo (Melco Inc.) WLI-UC-G301NDaichi GOTO2011-03-041-0/+1
| | | | | | | | | PR: usb/155229 Submitted by: Yoshiaki UCHIKAWA MFC after: 1 week Notes: svn path=/head/; revision=219257
* Update manual: node now supports NetFlow v9.Gleb Smirnoff2011-03-021-13/+58
| | | | | | | Submitted by: Alexander V. Chernikov <melifaro ipfw.ru> Notes: svn path=/head/; revision=219183
* Add XMIT_FAILOVER transmit algorithm to ng_one2many node. Packets areAndrey V. Elsukov2011-03-011-1/+5
| | | | | | | | | | | delivered out the first active "many" hook. PR: kern/137775 Submitted by: Maxim Ignatenko MFC after: 2 weeks Notes: svn path=/head/; revision=219127
* Remove duplicate "in".Rebecca Cran2011-03-011-1/+1
| | | | | | | | Suggested by: Rob Farmer <rfarmer at predatorlabs.net> MFC after: 3 days Notes: svn path=/head/; revision=219126
* - Add support for software pre-scaling of ISOCHRONOUS transfers.Hans Petter Selasky2011-02-281-0/+4
| | | | | | | | MFC after: 14 days Approved by: thompsa (mentor) Notes: svn path=/head/; revision=219100
* Revert some of r177626. "in in" is valid in certain sentences.Rebecca Cran2011-02-281-1/+1
| | | | | | | | PR: 121490 MFC after: 3 days Notes: svn path=/head/; revision=219096
* Partial fix for PR 91106. Correct the short weekday names. Done according to ↵Konrad Jankowski2011-02-272-4/+4
| | | | | | | | | | | this poll https://bugzilla.redhat.com/show_bug.cgi?id=242296. This will not close the bug fully yet, as the month names are still not correctly in Genitive. More research on this topic will be done, as I'm suspecting a bug in the libc locale functions picking the month name from the wrong group. PR: conf/91106 Approved by: gavin (mentor) MFC after: 1 month Notes: svn path=/head/; revision=219091
* Fix typo in kernel configuration entry.Glen Barber2011-02-271-2/+2
| | | | | | | | | PR: 155074 Submitted by: Warren Block (wblock of wonkity com) MFC after: 3 days Notes: svn path=/head/; revision=219086
* Fix typo - "is is" should have been changed to "it is" in r218965.Rebecca Cran2011-02-261-1/+1
| | | | Notes: svn path=/head/; revision=219055
* - Correct USB 3.0 wire-speed to 5.0GbpsHans Petter Selasky2011-02-261-1/+1
| | | | | | | | MFC after: 3 days Approved by: thompsa (mentor) Notes: svn path=/head/; revision=219048
* o FreeBSD 8.2 and 7.4-RELEASE added. Mac OS X 10.6 added belatedly.Maxim Konovalov2011-02-251-7/+15
| | | | Notes: svn path=/head/; revision=219024
* Add the BSD-licensed Citrus iconv to the base system with default offGabor Kovesdan2011-02-25615-0/+850032
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setting. It can be built by setting the WITH_ICONV knob. While this knob is unset, the library part, the binaries, the header file and the metadata files will not be built or installed so it makes no impact on the system if left turned off. This work is based on the iconv implementation in NetBSD but a great number of improvements and feature additions have been included: - Some utilities have been added. There is a conversion table generator, which can compare conversion tables to reference data generated by GNU libiconv. This helps ensuring conversion compatibility. - UTF-16 surrogate support and some endianness issues have been fixed. - The rather chaotic Makefiles to build metadata have been refactored and cleaned up, now it is easy to read and it is also easier to add support for new encodings. - A bunch of new encodings and encoding aliases have been added. - Support for 1->2, 1->3 and 1->4 mappings, which is needed for transliterating with flying accents as GNU does, like "u. - Lots of warnings have been fixed, the major part of the code is now WARNS=6 clean. - New section 1 and section 5 manual pages have been added. - Some GNU-specific calls have been implemented: iconvlist(), iconvctl(), iconv_canonicalize(), iconv_open_into() - Support for GNU's //IGNORE suffix has been added. - The "-" argument for stdin is now recognized in iconv(1) as per POSIX. - The Big5 conversion module has been fixed. - The iconv.h header files is supposed to be compatible with the GNU version, i.e. sources should build with base iconv.h and GNU libiconv. It also includes a macro magic to deal with the char ** and const char ** incompatibility. - GNU compatibility: "" or "char" means the current local encoding in use - Various cleanups and style(9) fixes. Approved by: delphij (mentor) Obtained from: The NetBSD Project Sponsored by: Google Summer of Code 2009 Notes: svn path=/head/; revision=219019
* - Add missing xhci(4) manual page.Hans Petter Selasky2011-02-247-14/+93
| | | | | | | | | | - Minor update in some USB manual pages. MFC after: 3 days Approved by: thompsa (mentor) Notes: svn path=/head/; revision=219004
* Move the sticky manual from section 8 to sectionRemko Lodder2011-02-243-2/+2
| | | | | | | | | | | 7 like NetBSD has, since this is not a command on itself. PR: 124468 MFC after: 1 week Notes: svn path=/head/; revision=218998
* - Fix typoPietro Cerutti2011-02-241-1/+1
| | | | | | | Approved by: davidxu Notes: svn path=/head/; revision=218991
* Fix typos - remove duplicate "is".Rebecca Cran2011-02-232-2/+2
| | | | | | | | | PR: docs/154934 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days Notes: svn path=/head/; revision=218965
* Use a single list to simplify future maintenance and ensure all list items areLawrence Stewart2011-02-221-2/+0
| | | | | | | | | | | | aligned the same (no functional change at the moment as both list items are the same number of characters). Sponsored by: FreeBSD Foundation MFC after: 3 months X-MFC with: 218912 Notes: svn path=/head/; revision=218945
* Regen src.conf(5) after r218941 and r218942.Ulrich Spörlein2011-02-221-6/+10
| | | | Notes: svn path=/head/; revision=218943
* Flesh out WITHOUT_GROFF support to DTRT.Ulrich Spörlein2011-02-221-1/+6
| | | | | | | | | | | | | | | A full featured groff is required during buildworld, so build it always and don't rely on it being present on the host system. vgrind(1) is tightly coupled to a roff processor and will not be built/installed when groff is disabled. Also much of the roff'ed documentation under share/doc will not be built/installed when WITHOUT_GROFF is defined. Reviewed by: ru (partial) Notes: svn path=/head/; revision=218941
* Back out 218933 and 281934. The easy cases still worked, but someWarner Losh2011-02-221-1/+16
| | | | | | | | hard cases broke in worse ways than the status quo. Back them out until that can be resolved. Notes: svn path=/head/; revision=218936
* Testing based on MACHINE_ARCH is problematic. Default to yes to buildWarner Losh2011-02-221-14/+1
| | | | | | | | clang. A separate change will fix buildworld to default to yes or no based on the target. Notes: svn path=/head/; revision=218933
* Actually install the example Khelp module committed in r218545.Lawrence Stewart2011-02-211-0/+3
| | | | | | | | | Sponsored by: FreeBSD Foundation MFC after: 4 weeks X-MFC with: r218545 Notes: svn path=/head/; revision=218914
* Final commit to round out the "Five New TCP Congestion Control Algorithms forLawrence Stewart2011-02-2114-8/+2170
| | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD" FreeBSD Foundation funded project. - Add new man pages for the modular congestion control, Khelp and Hhook frameworks (cc.4, cc.9, khelp.9 and hhook.9). - Add new man pages for each available congestion control algorithm (cc_chd.4, cc_cubic.4, cc_hd.4, cc_htcp.4, cc_newreno.4 and cc_vegas.4). - Add a new man page for the Enhanced Round Trip Time (ERTT) Khelp module (h_ertt.4). - Update the TCP (tcp.4) man page to mention the TCP_CONGESTION socket option, cross reference to cc.4 and remove references to the retired "net.inet.tcp.newreno" sysctl MIB variable. In collaboration with: David Hayes <dahayes at swin edu au> and Grenville Armitage <garmitage at swin edu au> Sponsored by: FreeBSD Foundation MFC after: 3 months Notes: svn path=/head/; revision=218912
* Add opteron-sse3, athlon64-sse3 and k8-sse3 cpu types to bsd.cpu.mk.Martin Matuska2011-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 Notes: svn path=/head/; revision=218896
* Add restrict keyword to pthread_sigmask prototype and manpage.Konstantin Belousov2011-02-201-2/+3
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=218881
* Update the icmp example to show allowing only the safe types.Rebecca Cran2011-02-191-1/+1
| | | | | | | | Suggested by: Tom Judge <tom at tomjudge.com> MFC after: 3 days Notes: svn path=/head/; revision=218854
* Improve 256 color support.Ed Schouten2011-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 Notes: svn path=/head/; revision=218844
* cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters.Navdeep Parhar2011-02-184-0/+170
| | | | | | | MFC after: 3 weeks Notes: svn path=/head/; revision=218792
* - Fix build of manual page and inclusion of mos driver into kernel config file.Hans Petter Selasky2011-02-172-0/+3
| | | | | | | | | - Fix style compliancy by wrapping some long lines in if_mos.c Approved by: thompsa (mentor) Notes: svn path=/head/; revision=218765
* Add support for new USB to ethernet controller:Hans Petter Selasky2011-02-161-0/+95
| | | | | | | | | | Moschip MCS7730/MCS7830 Submitted by: Rick van der Zwet <info@rickvanderzwet.nl> Approved by: thompsa (mentor) Notes: svn path=/head/; revision=218729
* Document TRYBROKEN in ports(7).Giorgos Keramidas2011-02-151-1/+4
| | | | | | | | | PR: docs/153542 Submitted by: Eitan Adler <lists@eitanadler.com> MFC after: 3 days Notes: svn path=/head/; revision=218699
* - Add Dell Wireless 1390 BCM4311 Mini PCI to supported list.Martin Wilke2011-02-151-1/+2
| | | | | | | | | PR: 154500 Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru> Approved by: rwatson Notes: svn path=/head/; revision=218694
* - Added following port committers:Martin Wilke2011-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) Notes: svn path=/head/; revision=218631
* If the pf.conf(5) example file is copied when setting up a firewall it'sRebecca Cran2011-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 Notes: svn path=/head/; revision=218620
* Add an example Khelp module, which will be referenced in the forthcoming KhelpLawrence Stewart2011-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 Notes: svn path=/head/; revision=218545
* Add LIBEXECDIR to the bsd.own.mk vars, pointing to /usr/libexec by defaultGiorgos Keramidas2011-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 Notes: svn path=/head/; revision=218525
* - Add a new UNIVERSE_TARGET variable for 'make universe'. If it is set,John Baldwin2011-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 Notes: svn path=/head/; revision=218524
* Netgear renamed the WG311 to the WG311v1 after they released a secondJosh Paetzel2011-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 Notes: svn path=/head/; revision=218523
* Document requirement that sys/types.h be included before rman.h.Warner Losh2011-02-101-0/+1
| | | | | | | | Submitted by: Raphael Kubo da Costa MFC after: 2 weeks Notes: svn path=/head/; revision=218506
* Fix the previous commit of pthread_getthreadid_np(3).Jung-uk Kim2011-02-071-57/+0
| | | | Notes: svn path=/head/; revision=218417
* Introduce a non-portable function pthread_getthreadid_np(3) to retrieveJung-uk Kim2011-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 Notes: svn path=/head/; revision=218414
* Minor grammar fix. s/cores'/core's/Glen Barber2011-02-071-1/+1
| | | | | | | | Approved by: keramida (mentor) MFC after: 3 days Notes: svn path=/head/; revision=218398