summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* adds malo(4).weongyo2009-03-261-0/+1
|
* bwi(4) and mwl(4) doesn't exist at CURRENT.weongyo2009-03-261-2/+0
|
* The malo(4) device driver first appeared in FreeBSD 7.1 not 8.0.weongyo2009-03-261-1/+1
| | | | | Reported by: John <lists_at_reiteration.net> MFC after: 3 days
* Add recently added cards.imp2009-03-251-4/+4
|
* update; mostly to eliminate ambiguity about what hardware is supportedsam2009-03-252-27/+11
|
* MFV of tzdata2009d:edwin2009-03-243-7/+148
| | | | | | | | | - Morocco will observe DST from 2009-06-01 00:00 to 2009-08-21 00:00 - Tunisia will not observe DST this year. - Syria will start DST on 2009-03-27 00:00 this year - the Province of San Luis will go to utc-04:00 MFC after: 1 week
* Correct the documentation to reflect the fact that BUS_DMA_NOCACHE is arnoland2009-03-221-9/+9
| | | | | | | flag to bus_dmamem_alloc() rather than bus_dmamap_load(); Discussed with: kib MFC after: 3 days
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerthompsa2009-03-194-168/+2
| | | | | | | driver in Linux 2.6. uscanner was just a simple wrapper around a fifo and contained no logic, the default interface is now libusb (supported by sane). Reviewed by: HPS
* Reference exca.imp2009-03-181-1/+3
|
* Add information about me as a new committer to the src treefabient2009-03-171-0/+2
| | | | Approved by: jkoshy (mentor)
* MFV of tzdata2009cedwin2009-03-171-2/+22
| | | | | | - Cuba has DST again. MFC after: 1 week
* (finally) document -nsam2009-03-161-2/+8
|
* Teach the loopback interface about checksum generation and validationrwatson2009-03-151-11/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | avoidance: - Enable setting the RXCSUM and TXCSUM flags for loopback interfaces; set both by default. - When RXCSUM is set, flag packets sent over the loopback interface as having checked and valid IP, UDP, TCP checksums so that higher protocol layers won't check them. - Always clear CSUM_{IP,UDP_TCP} checksum required flags on transmit, as they will have gotten there as a result of TXCSUM being set. This is done only for packets explicitly sent over the loopback, not simulated loopback via if_simloop() due to !SIMPLEX interfaces, etc. Note that enabling TXCSUM but not RXCSUM will lead to unhappiness, as checksums won't be generated but will be validated. Kris reports that this leads to significant performance improvements in loopback benchmarking with TCP and UDP for throughput: RXCSUM RXCSUM+TXCSUM TCP 15% 37% UDP 10% 74% Update man page. Reviewed by: sam Tested by: kris MFC after: 1 week
* Switch over to gnu99 compilation on default for userland.rdivacky2009-03-141-8/+9
| | | | | | | | Tested by: make universe Tested by: ports exp build (done by pav) Reviewed by: ru Reviewed by: silence on arch Approved by: ed (mentor)
* Don't suggest mounting procfs in diskless configurations.rwatson2009-03-131-1/+0
| | | | MFC after: 3 days
* Rename the k8temp(4) man page to amdtemp(4) and update its contents forrpaulo2009-03-132-11/+20
| | | | | | the new families. MFC after: 2 weeks
* Switch to using official English short country names.ru2009-03-131-24/+24
|
* Add support for setting the debug flags on wlan interfaces after the arebrooks2009-03-131-0/+10
| | | | created using wlandebug_<ifn> variables.
* Xref altq.4 and bump .Ddyongari2009-03-121-1/+2
|
* Add txp(4) to the list of drivers supporting ALTQ.yongari2009-03-121-1/+2
|
* Remove these files, they refer to module bundles that do not exist anymore.thompsa2009-03-1012-783/+0
|
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDbms2009-03-093-2/+18
| | | | | | | | | | | IPv4 stack. Diffs are minimized against p4. PCS has been used for some protocol verification, more widespread testing of recorded sources in Group-and-Source queries is needed. sizeof(struct igmpstat) has changed. __FreeBSD_version is bumped to 800070.
* Add igmp(4) man page, do not connect to build yet.bms2009-03-091-0/+139
|
* A system with plenty of memory would not require so much swap for genericdelphij2009-03-091-1/+3
| | | | | | usage. Discussed with: dillon
* Document the new default implementation of VOP_VPTOCNP(9).marcus2009-03-081-1/+7
| | | | Approved by: kib
* Add Mobile Action MA-620 Infrared Adapter.thompsa2009-03-041-0/+2
| | | | | | PR: usb/125072 Submitted by: Alexander Logvinov MFC after: 1 week
* Add cross-reference to sourcefilter(3).bms2009-03-041-1/+2
|
* Add source-specific multicast (SSM) option documentation.bms2009-03-041-20/+150
|
* Xref glxsb(4).brueffer2009-03-031-1/+2
| | | | MFC after: 3 days
* Extend the "vfsopt" mount options for more general use. Make structjamie2009-03-022-7/+57
| | | | | | | | | | | | | | | | vfsopt and the vfs_buildopts function public, and add some new fields to struct vfsopt (pos and seen), and new functions vfs_getopt_pos and vfs_opterror. Further extend the interface to allow reading options from the kernel in addition to sending them to the kernel, with vfs_setopt and related functions. While this allows the "name=value" option interface to be used for more than just FS mounts (planned use is for jails), it retains the current "vfsopt" name and <sys/mount.h> requirement. Approved by: bz (mentor)
* - Remove kH (kp_kll) from screen. It has the identical key sequence asrafan2009-03-011-1/+1
| | | | | | | | | | | | @7 (kp_end). As ncurses has the limitation that it returns the first matched key symbol, you can not use END in ncurses based program under screen (like ports/misc/mc). We did similar changes to xterm entry last year for exactly the same reason. PR: 132199 Submitted by: Timur I. Bakeyev <timur at FreeBSD.org> MFC after: 2 month
* MFp4 //depot/projects/usb@157855thompsa2009-02-241-1/+6
| | | | | | Document short_frames_ok. Submitted by: Hans Petter Selasky
* Build fixups for the new USB stack.thompsa2009-02-231-2/+0
|
* Explicitly disable generation of Altivec instructions in the kernel on PowerPC,nwhitehorn2009-02-221-0/+2
| | | | and add support to allow users to set their CPUTYPE in make.conf.
* Mention disk_gone() in disk(9).trasz2009-02-222-1/+10
| | | | Approved by: rwatson (mentor)
* Fix a typo and add manpage links to geom(4).trasz2009-02-221-1/+13
| | | | Approved by: rwatson (mentor)
* Fix typo.rpaulo2009-02-221-1/+1
|
* - Add glarkin and mva to mentor sectionbeech2009-02-201-0/+4
|
* Add myself.makc2009-02-191-0/+2
|
* o grammar fixmtm2009-02-191-7/+4
| | | | o remove mention of libkse
* o Fix year in the previous commit.maxim2009-02-181-1/+1
| | | | Submitted by: Munehiro Matsuda
* add myself to committers treeavg2009-02-181-0/+4
| | | | Approved by: rpaulo (mentor)
* o DragonFly 2.2.0 added.maxim2009-02-181-1/+2
|
* Rename the rc.conf(5) knob if_up_delay to defaultroute_delay to bettermtm2009-02-171-1/+1
| | | | reflect its purpose.
* - Add myself to the list of ports committers.beat2009-02-161-0/+2
| | | | Approved by: miwi (mentor)
* Elaborate some on the workings of the stub.n_hibma2009-02-131-21/+22
| | | | Collapse up the list of supported devices.
* Fix spelling a bit.mav2009-02-121-3/+3
|
* Document loader tunable hw.re.msi_disable.yongari2009-02-091-1/+11
| | | | Bump .Dd
* Note that the slave address passed to smb(4) commands must be left-justifiedjhb2009-02-061-1/+4
| | | | | (LSB is 0). The iic(4) manpage probably needs similar language to describe the format it expects.
* Add the Buffalo WLI-U2-SG54HGkevlo2009-02-061-0/+1
|
OpenPOWER on IntegriCloud