summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Typo.bms2007-02-041-2/+2
| | | | | | | | (Oh well, I guess that's the danger of updating two three-letter-named entities at the same time.) Submitted by: Simon L. Nielsen MFC after: 4 weeks
* Implement ifnet cloning for tun(4)/tap(4).bms2007-02-042-9/+65
| | | | | | | | | | | | | | | | | | Make devfs cloning a sysctl/tunable which defaults to on. If devfs cloning is enabled, only the super-user may create tun(4)/tap(4)/vmnet(4) instances. Devfs cloning is still enabled by default; it may be disabled from the loader or via sysctl with "net.link.tap.devfs_cloning" and "net.link.tun.devfs_cloning". Disabling its use affects potentially all tun(4)/tap(4) consumers including OpenSSH, OpenVPN and VMware. PR: 105228 (potentially also 90413, 105570) Submitted by: Landon Fuller Tested by: Andrej Tobola Approved by: core (rwatson) MFC after: 4 weeks
* Expand this man page to provide some details on the structurempp2007-02-041-1/+83
| | | | of the quota data files and how they are maintained.
* Xref altq(4).brueffer2007-02-031-0/+1
|
* Xref altq(4).brueffer2007-02-037-0/+7
|
* Add ALTQ support for aue(4).mlaier2007-02-031-0/+1
| | | | | Tested by: Greg Hennessy, Volker MFC after: 1 week
* Missed npe(4) in the last commit. "ate" also has support but is lagging amlaier2007-02-031-0/+1
| | | | man page to link to.
* bce(4), ipw(4), iwi(4), ral(4), udav(4), ural(4) support ALTQ as well.mlaier2007-02-031-1/+7
|
* Based on input from ru & rodrigc document the mount operation in the newambrisko2007-02-021-2/+10
| | | | | | | | | | world order: mount -t linsysfs linsys /compat/linux/sys instead of mount_linsysfs. Now that 6.X requires mount_linsysfs to work. This is why there is a mount_linsysfs in 6.X and not in -current. Prompted by: ru Reviewed by: ru, rodrigc
* Update with the latest Bulletin C from IERS.phk2007-02-021-29/+29
|
* Remove old libmytinfo link.rafan2007-02-011-1/+0
| | | | | Approved by: delphij (mentor) Requested by: ache
* - Add ports-ports-mgmt collectionpav2007-01-311-0/+1
|
* s/software was developed/documentation was written/rwatson2007-01-311-1/+1
| | | | Suggested by: ru
* o DragonFly 1.8.0 added.maxim2007-01-311-1/+2
|
* Fix typo.glebius2007-01-301-1/+0
| | | | Submitted by: pluknet <pluknet gmail.com>
* Add the 3Com 3c996-SX.brueffer2007-01-301-1/+3
| | | | | Submitted by: Johan Ström MFC after: 3 days
* Xref altq(4) for drivers that support it according to altq(4).brueffer2007-01-3026-0/+26
|
* Xref altq(4).brueffer2007-01-301-0/+1
|
* Add MLINKS for sf_buf.9.rwatson2007-01-291-0/+4
|
* Line break before "All rights reserved" in the license example.joel2007-01-281-1/+2
| | | | Reveiwed by: bde, rwatson
* Update pmap_extract() implementation notes: we appear no longer to serializerwatson2007-01-281-7/+0
| | | | this call with Giant on any platform.
* Add a rudimentary man page for sf_bufs, based on my rudimentaryrwatson2007-01-282-0/+142
| | | | understanding of sf_bufs.
* Fix minor type: "struct disk *" instead of "struct *disk".rwatson2007-01-281-1/+1
| | | | MFC after: 3 days
* Fix grammar [1] and formatting.ru2007-01-271-4/+6
| | | | Submitted by: pluknet AT gmail DOT com [1]
* Add a missing verb in describing MAP_PREFAULT_MADVISE.rwatson2007-01-271-1/+1
|
* Regen.delphij2007-01-261-1/+17
|
* Replace the GNU gzip with a slightly modified NetBSD gzip. Thedelphij2007-01-261-0/+2
| | | | | | | | | | | | | | | | | | | | | NetBSD version is a feature-to-feature re-implementation of GNU gzip using the freely-redistributable zlib and this version is expected to be mostly bug-to-bug compatible with the GNU implementation. - Because this is a piece of mature code and we want to make changes so it is added directly rather than importing to src/contrib. - Connect newly added code to src/usr.bin/ and rescue/rescue build. - Disconnect the GNU gzip code from build for now, they will be eventually removed completely. - Provide two new src.conf(5) knobs, WITHOUT_BZIP2_SUPPORT and WITHOUT_BZIP2. Tested by: kris (full exp-7 pointyhat build) Approved by: core (importing a 4-clause BSD licensed file) Approved by: re (adding new utility during -HEAD code slush)
* Bump .Dd for r1.313.ceri2007-01-241-1/+1
|
* Document new quota knobs.mpp2007-01-231-3/+51
|
* Document the existence of the TCP_INFO socket option.bms2007-01-221-1/+24
| | | | Approved by: rwatson
* Docuemnt exactly which functions access which NSS databases.bms2007-01-221-5/+43
| | | | | | | | Point out that FreeBSD libc has compat stubs for GNU glibc NSS modules which access NSDB_PASSWD/NSDB_GROUP, but not NSDB_HOSTS; based on painful experience porting nss_mdns. Reviewed by: ru
* - For the sake of completeness mention back-end support for the ILACCmarius2007-01-201-29/+57
| | | | | | | | | | and add a list of known-working PCI devices. - For consistency throughout this man page also talk about C-Bus and ISA adapters rather than cards. - Add missing .Tn. - Mention ifconfig(8) along with listing selectable media types. - Add/un-comment hardware notes for the newly supported 'lebuffer' variants (the transition from P/N 501-1860 to 501-1869 isn't a typo).
* Add a section about RSTP support.thompsa2007-01-201-17/+33
|
* Add a reference too pthread_cancel(3).cognet2007-01-191-0/+1
| | | | Submitted by: Jeremie Le-Hen
* Add missing comma.joel2007-01-181-1/+1
| | | | Noticed by: ru
* Oops... Revert previous commit because "installathon" is really a contest'sdelphij2007-01-181-1/+1
| | | | name and not a typo.
* Fix a typo.delphij2007-01-181-1/+1
| | | | Submitted by: applecom at inbox ru
* Document the loader tunables which control hard process memory limits.bms2007-01-171-1/+21
| | | | Reviewed by: ru
* "If I only had a brain..."des2007-01-171-1/+1
| | | | MFC after: 3 weeks
* Correct errors in previous commit. I didn't realize that ${CPUTYPE} isdes2007-01-171-6/+6
| | | | | | | | passed unmodified to gcc. Therefore, "prescott" should be used for Prescott, Nocona, Core and Core 2 CPUs when building 32-bit code, and "nocona" should be used for Prescott, Nocona and Core 2 CPUs when building 64-bit code. MFC after: 3 weeks
* - Add a small section on boot-time configuration.joel2007-01-171-3/+30
| | | | | | | - Add more Xrefs. - Fix minor nits. Reviewed by: ru
* On i386, make "prescott" an alias for "nocona" (instead of the other waydes2007-01-172-6/+11
| | | | | | | | | around), and introduce "core", along with the alias "core2". All of these enable SSE3. On amd64, add "core2" (enables SSE3). MFC after: 3 weeks
* Add French dvorak keymap that supports accents. Based on Francismurray2007-01-163-1/+159
| | | | | | | Leboutte's french layout. Submitted by: Clement Pillias <clementpillias@nerim.net> MFC after: 1 week
* Reviewed by: rwatsonrrs2007-01-152-3/+28
| | | | | | | | Approved by: gnn Add a new function hashinit_flags() which allows NOT-waiting for memory (or waiting). The old hashinit() function now calls hashinit_flags(..., HASH_WAITOK);
* o Add FreeBSD 6.2, bump copyright years.maxim2007-01-151-5/+8
|
* Sync the hardware list with the driver and with what I could find onbrueffer2007-01-101-8/+20
| | | | | | | | the Areca website. Also remove the module from the FILES section, it's already covered in the SYNOPSIS. MFC after: 3 days
* Document recent changes about supported compression and encryption modes.glebius2007-01-091-9/+45
| | | | Wording by: rwatson
* Julian says that he doesn't need the advertising clause, so out it goes.imp2007-01-091-5/+1
|
* Document that we supported Intel PRO/100 VM Network Connection.delphij2007-01-071-1/+3
|
* Document Marvell 6101/6145 support.brueffer2007-01-041-1/+1
|
OpenPOWER on IntegriCloud