summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Macbook [Pro] keyboards in AZERTY don't need shift to get to '~'.roberto2008-07-291-1/+1
| | | | MFC after: 3 days
* In some cases (such as LC_COLLATE), nb_NO and nn_NO are identical, and itdes2008-07-283-1/+1
| | | | | | | | | makes sense to have them both link to no_NO. In other cases (such as LC_TIME), they differ, and the correct solution is to have no_NO link to nb_NO, rather than the other way around.o MFC after: 2 weeks
* Add collation sequence for no_NO. The same sequence applies to nb_NOdes2008-07-283-3/+87
| | | | | | | | | | | | | | | and nn_NO, which are symlinked to no_NO. The patch in the PR contained a number of errors apparently based on (sometimes incorrect) pronunciation; for instance, v and w are distinct letters and should be collated in that order, even if they are pronounced the same, while <u:> should be collated with u, even though it is often mispronounced as y. For lack of a solid reference, I have taken sv_SE and simply changed the last three letters of the alphabet. PR: conf/51920 MFC after: 2 weeks
* Add a few clarifications to this man page. Also, add a table thatimp2008-07-261-0/+18
| | | | | | | | | describes the minimum versions of each feature and each chipset type supported by this driver. Basically, unless you have a very modern version of firmware on a Prism card, you won't be able to use these cards for much on modern networks that have any kind of protection enabled, except for the few WEP-only stranglers that appear at some conferences...
* o DragonFly BSD 2.0 added.maxim2008-07-231-1/+2
|
* Turn of SSP for mips for now until support is added to the baseimp2008-07-231-1/+1
| | | | architecture.
* Adding myself as a new ports committerpgollucci2008-07-231-0/+2
| | | | | Reviewed by: gabor (mentor) Approved by: araujo (mentor)
* Retroactively add my entry and link to garga. Forgot to do this when Iwxs2008-07-231-0/+2
| | | | got my commit bit.
* Added me as a commitervanhu2008-07-221-0/+2
| | | | Approved by: gnn (mentor)
* Implement the following macros for completeness:pjd2008-07-212-2/+19
| | | | | | | | | SYSCTL_QUAD() SYSCTL_ADD_QUAD() TUNABLE_QUAD() TUNABLE_QUAD_FETCH() Now we can use 64bit tunables on 32bit systems.
* o Document "show conifhk", wording from r180610 commit log.maxim2008-07-211-1/+6
| | | | Reviewed by: rwatson
* Properly underline force_depend's parameter.lme2008-07-201-1/+1
| | | | Reviewed by: brueffer
* Disable SSP on arm for the time being.cognet2008-07-191-1/+2
| | | | | | The segfaults when using SSP seem to be a gcc bug, a patch is available in the gcc bugzilla, and will be imported once it's committed into the official gcc tree.
* Add a man page for the DNS accept filter.dwmalone2008-07-184-0/+82
|
* Manpage for the et(4) driver.brueffer2008-07-142-0/+182
| | | | Obtained from: DragonFly
* More explicitly mention that we support the 2920C with the ahc driver.remko2008-07-131-2/+2
| | | | | | PR: 125535 Submitted by: Bob Bishop <rb at gid dot co dot uk> MFC after: 3 days
* Back-out my previous change. See the thread atdanger2008-07-101-3/+6
| | | | http://lists.freebsd.org/pipermail/cvs-all/2008-July/263779.html
* the driver don't support AD-HOC mode currently.weongyo2008-07-101-2/+1
|
* - nested functions are a GCC extensions and should not be useddanger2008-07-091-6/+3
| | | | | Submitted by: gahr MFC after: 3 days
* Leapsecond at end of december.phk2008-07-091-6/+17
|
* Added myself to the src committers graph.sson2008-07-081-0/+3
| | | | Approved by: jb (mentor)
* remove a useless example.weongyo2008-07-081-6/+0
| | | | Pointed by: imp
* Add a `show cpusets' DDB command to print numbered root andbz2008-07-071-1/+8
| | | | | | assigned CPU affinity sets. Reviewed by: brooks
* Update man page for addition of BIOCSETFNR. Subversion didn't wantdwmalone2008-07-071-3/+12
| | | | to commit this at the same time for some reason.
* correct device name errors and wrong informations that currently malo(4)weongyo2008-07-071-7/+5
| | | | don't support ad-hoc mode and there's no a man page like malofw(4).
* Add two corega cards and annotate 8041 V2 chipset.imp2008-07-061-2/+2
|
* Remove the sbsh(4) driver. No one responded to requests for testing thejhb2008-07-042-84/+0
| | | | | | | MPSAFE patches on current@ and stable@. This driver also has a fundamental issue in that it sleeps when sending commands to the card including in the if_init/if_start routines (which can be called from interrupt context). As such, the driver shouldn't be working reliably even on 4.x.
* Remove the sbni(4) driver. No one responded to calls to test it onjhb2008-07-042-134/+0
| | | | current@ and stable@.
* Remove the cnw(4) driver. No one responded to calls to test it on current@jhb2008-07-042-127/+0
| | | | | | and stable@. It also is a driver for an older non-802.11 wireless PC card that is quite slow in comparison to say, wi(4). I know Warner wants this driver axed as well.
* Remove the oltr(4) driver. No one responded to calls for testing onjhb2008-07-042-90/+0
| | | | | | | | current@ and stable@ for the locking patches. The driver can always be revived if someone tests it. This driver also sleeps in its if_init routine, so it likely doesn't really work at all anyway in modern releases.
* Remove the arl(4) driver. It is reported to not work on 6.x or laterjhb2008-07-042-116/+0
| | | | | even though the driver hasn't changed since 4.x (last known working release).
* Add manpage for Apple BMAC ethernet driver.nwhitehorn2008-07-042-1/+91
| | | | Approved by: marcel (mentor)
* Belatedly add myself to the committers graphcokane2008-07-031-0/+2
|
* Add myself to src committers graph.nwhitehorn2008-07-031-0/+2
| | | | Approved by: marcel (mentor)
* Belatedly add myself to the active *cough* doc committers.marcel2008-07-031-0/+1
|
* Belatedly add myself to the alumni section.marcel2008-07-031-0/+1
|
* Soren was my mentor.marcel2008-07-031-0/+5
| | | | I have mentored arun and marius.
* Belatedly add myself to the active committer section.marcel2008-07-031-0/+1
|
* - fix typosdanger2008-07-031-2/+2
| | | | | | PR: docs/125223 Submitted by: Fabian Keil <fk (a) fabiankeil.de> MFC after: 3 days
* Elexol USB MOD3 is also supported.blackend2008-07-031-1/+1
|
* Add explicit PCI IDs for the following Adaptec RAID Series 2 adapters:emaste2008-06-271-1/+9
| | | | | | | | | | | Adaptec RAID 2045 Adaptec RAID 2405 Adaptec RAID 2445 Adaptec RAID 2805 Without this change these devices are supported by the driver's family support, but they then appear as "Adaptec RAID Controller" in boot messages and the dev.aac.0.%desc sysctl.
* Regen properly.ru2008-06-251-85/+85
|
* Regen.ru2008-06-251-88/+88
|
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+6
| | | | | | | | | | | | | | | | | | | | | - It is opt-out for now so as to give it maximum testing, but it may be turned opt-in for stable branches depending on the consensus. You can turn it off with WITHOUT_SSP. - WITHOUT_SSP was previously used to disable the build of GNU libssp. It is harmless to steal the knob as SSP symbols have been provided by libc for a long time, GNU libssp should not have been much used. - SSP is disabled in a few corners such as system bootstrap programs (sys/boot), process bootstrap code (rtld, csu) and SSP symbols themselves. - It should be safe to use -fstack-protector-all to build world, however libc will be automatically downgraded to -fstack-protector because it breaks rtld otherwise. - This option is unavailable on ia64. Enable GCC stack protection (aka Propolice) for kernel: - It is opt-out for now so as to give it maximum testing. - Do not compile your kernel with -fstack-protector-all, it won't work. Submitted by: Jeremie Le Hen <jeremie@le-hen.org>
* Fix links to online gcc docs.ale2008-06-251-3/+3
| | | | | Reported by: Andre Guibert de Bruet <andy@siliconlandmark.com> MFC after: 1 day
* To catch up with rev 179872: rename enable_quotas to quota_enable.simon2008-06-211-5/+5
|
* - link powerd(8) man pagedanger2008-06-201-0/+1
| | | | | PR: docs/123111 MFC after: 3 days
* Add support for the optional key in the GRE header.thompsa2008-06-201-2/+14
| | | | | PR: kern/114714 Submitted by: Cristian KLEIN
* Document the _arg versions of the uma_zalloc and uma_zfree functions.remko2008-06-191-1/+18
| | | | | | PR: docs/120357 Submitted by: gahr MFC after: 3 days
* Add myself.amdmi32008-06-191-0/+2
| | | | Approved by: miwi (mentor)
OpenPOWER on IntegriCloud