summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add an entry for myself to committers-ports.dot.sbz2011-03-181-0/+3
| | | | Approved by: miwi@ (mentor)
* Fix a typo in the previous commit. AMD64 and Intel 64 are two brand names.jkim2011-03-151-1/+3
|
* Unconditionally use binuptime(9) for get_cyclecount(9) on i386. Since thisjkim2011-03-151-4/+4
| | | | | function is almost exclusively used for random harvesting, there is no need for micro-optimization. Adjust the manual page accordingly.
* Add ssse3 capability for CPUTYPE=core2 to MACHINE_CPU in bsd.cpu.mkmm2011-03-141-2/+8
| | | | MFC after: 2 weeks
* add myselfpawel2011-03-131-0/+3
| | | | Approved by: miwi (mentor)
* Cross-reference ip(4) rather than sysctl(8) for the global, shared MIBbz2011-03-131-4/+6
| | | | | | values to control the various port ranges. ip(4) describes these in detail. MFC after: 13 days
* Add myself to calendar.freebsd and committers-src.dot.trociny2011-03-111-0/+3
| | | | Approved by: pjd (mentor)
* Add a couple of nodes and edges in order to reduce the number of unattachedgavin2011-03-102-1/+10
| | | | | committers in the rendered output. While here, add versus@ as being mentered by myself and fjoe@
* - Remove superfluous ucom device lines in USB manual pages.hselasky2011-03-0713-13/+0
| | | | | | Submitted by: Carl @ telus.net MFC after: 14 days Approved by: thompsa (mentor)
* Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.confmm2011-03-072-4/+4
| | | | | | | For CPUTYPE=core2 use -march=core2 PR: gnu/155308 MFC after: 2 weeks
* To be able to use printf extensions we need to turn off gcc format checking.pjd2011-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
* mbone is no longer a physical categorydougb2011-03-062-2/+0
| | | | Submitted by: pav
* Obligatory first commit to the include myself in the list ofkargl2011-03-061-0/+3
| | | | | | committers list. Approved by: das
* Add two missing vertical bars.gavin2011-03-051-2/+2
|
* Add the Buffalo (Melco Inc.) WLI-UC-G301Ndaichi2011-03-041-0/+1
| | | | | | PR: usb/155229 Submitted by: Yoshiaki UCHIKAWA MFC after: 1 week
* Update manual: node now supports NetFlow v9.glebius2011-03-021-13/+58
| | | | Submitted by: Alexander V. Chernikov <melifaro ipfw.ru>
* Add XMIT_FAILOVER transmit algorithm to ng_one2many node. Packets areae2011-03-011-1/+5
| | | | | | | | delivered out the first active "many" hook. PR: kern/137775 Submitted by: Maxim Ignatenko MFC after: 2 weeks
* Remove duplicate "in".brucec2011-03-011-1/+1
| | | | | Suggested by: Rob Farmer <rfarmer at predatorlabs.net> MFC after: 3 days
* - Add support for software pre-scaling of ISOCHRONOUS transfers.hselasky2011-02-281-0/+4
| | | | | MFC after: 14 days Approved by: thompsa (mentor)
* Revert some of r177626. "in in" is valid in certain sentences.brucec2011-02-281-1/+1
| | | | | PR: 121490 MFC after: 3 days
* Partial fix for PR 91106. Correct the short weekday names. Done according to ↵versus2011-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
* Fix typo in kernel configuration entry.gjb2011-02-271-2/+2
| | | | | | PR: 155074 Submitted by: Warren Block (wblock of wonkity com) MFC after: 3 days
* Fix typo - "is is" should have been changed to "it is" in r218965.brucec2011-02-261-1/+1
|
* - Correct USB 3.0 wire-speed to 5.0Gbpshselasky2011-02-261-1/+1
| | | | | MFC after: 3 days Approved by: thompsa (mentor)
* o FreeBSD 8.2 and 7.4-RELEASE added. Mac OS X 10.6 added belatedly.maxim2011-02-251-7/+15
|
* Add the BSD-licensed Citrus iconv to the base system with default offgabor2011-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
* - Add missing xhci(4) manual page.hselasky2011-02-247-14/+93
| | | | | | | - Minor update in some USB manual pages. MFC after: 3 days Approved by: thompsa (mentor)
* Move the sticky manual from section 8 to sectionremko2011-02-243-2/+2
| | | | | | | | 7 like NetBSD has, since this is not a command on itself. PR: 124468 MFC after: 1 week
* - Fix typogahr2011-02-241-1/+1
| | | | Approved by: davidxu
* Fix typos - remove duplicate "is".brucec2011-02-232-2/+2
| | | | | | PR: docs/154934 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days
* Use a single list to simplify future maintenance and ensure all list items arelstewart2011-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
* Regen src.conf(5) after r218941 and r218942.uqs2011-02-221-6/+10
|
* Flesh out WITHOUT_GROFF support to DTRT.uqs2011-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)
* Back out 218933 and 281934. The easy cases still worked, but someimp2011-02-221-1/+16
| | | | | hard cases broke in worse ways than the status quo. Back them out until that can be resolved.
* Testing based on MACHINE_ARCH is problematic. Default to yes to buildimp2011-02-221-14/+1
| | | | | clang. A separate change will fix buildworld to default to yes or no based on the target.
* Actually install the example Khelp module committed in r218545.lstewart2011-02-211-0/+3
| | | | | | Sponsored by: FreeBSD Foundation MFC after: 4 weeks X-MFC with: r218545
* Final commit to round out the "Five New TCP Congestion Control Algorithms forlstewart2011-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
* 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
OpenPOWER on IntegriCloud