summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* Add the option stub for the Globetrotter Max 3.6 Modem.attilio2008-06-181-0/+2
| | | | Submitted by: Greg Rivers <gcr at tharned dot org>
* Bring this up to date with regard to our other section 4 and Intel manpages,brueffer2008-06-171-14/+18
| | | | also fixes a few mdoc bugs.
* Record my roots.eri2008-06-161-0/+3
| | | | Reviewed by: mlaier (mentor)
* Update to include the Camellia algorithm which is in the code butgnn2008-06-161-0/+1
| | | | which was accidentally left undocumented in the manual page.
* Properly alphabetize the BSD_CPIO optiondougb2008-06-161-1/+1
|
* Regenerate to add the definitions of WITHOUT_BSD_CPIO WITH_GNU_CPIOdougb2008-06-161-0/+14
| | | | and WITHOUT_GNU_GREP
* 1. Make the BSD version of cpio the default [1]dougb2008-06-161-0/+3
| | | | | | | | | | | | | | | | | a. The BSD version will be built and installed unless WITHOUT_BSD_CPIO is defined. b. The GNU version will not be built or installed unless WITH_GNU_CPIO is defined. If this is defined, the symlink in /usr/bin will be to the GNU version whether the BSD version is present or not. When these changes are MFCed the defaults should be flipped. 2. Add a knob to disable the building of GNU grep. This will make it easier for those that want to test the BSD version in the ports. Approved by: kientzle [1]
* Regenerate using svn $FreeBSD$ tags. There is no change in the actualdougb2008-06-161-87/+87
| | | | man page text other than the date.
* It's Friday the 13th, not the 10th and I can't travel in time. Yet.gonzo2008-06-131-1/+1
|
* Add "fast" versions of macros and functions to taskqueue(9) APIgonzo2008-06-131-5/+22
| | | | | | | | | description: TASKQUEUE_FAST_DEFINE(9), TASKQUEUE_FAST_DEFINE_THREAD(9), taskqueue_create_fast(9). They deal with taskqueues intended for use in fast interrupt handlers. Approved by: cognet (mentor) Reviewed by: keramida
* Record my place in the universe.ivoras2008-06-121-0/+2
| | | | Approved by: gnn (mentor)
* Document more tmpfs mount options that are alreadyremko2008-06-121-1/+17
| | | | | | | available. PR: 124488 Submitted by: gahr
* Add man page for ixgbe driverjfv2008-06-111-0/+121
|
* Add Belkin F5U257 to the mix.imp2008-06-101-0/+2
|
* Add support for the P212, P410, P410i, P411, and P812 HP Smart Arrayps2008-06-101-0/+10
| | | | | | controllers. Submitted by: Scott Benesh at HP
* Mark "highaddr" and "lowaddr" appropriately. Change "dma" to "DMA".wkoszek2008-06-091-9/+18
| | | | | | Fix spelling mistage found by rodrigc@. Reviewed by: rodrigc, danger
* Change header file references from <filename>.h towkoszek2008-06-081-10/+10
| | | | | | | | | | path relative to /usr/include. It looks much better anyway. Instead of referencing "socket", which is bogus, reference 'sys/socket.h', which is what should be placed here from the beggining. Suggested by: maxim
* Fix the way the date must be specified (leading 0 is redundant).wkoszek2008-06-081-4/+4
| | | | | | | Fix several spelling mistakes brought by my earlier commit. Trim whitespace. Submitted by: maxim
* Bring more commands to the ddb(4) manual page. This should be consideredwkoszek2008-06-081-32/+494
| | | | | | "complete" list, but some commands might be still missing. Reviewed by: julian
* Add the missing option LK_NOWITNESS for vn_lock / VOP_LOCK operations.attilio2008-06-051-0/+4
|
OpenPOWER on IntegriCloud