summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Xref rwlock(9).glebius2006-02-014-4/+8
| | | | Reviewed by: ru
* Document read/write locks.glebius2006-02-012-0/+201
| | | | Reviewed by: jhb, ru
* Expand contractions.joel2006-02-015-7/+7
|
* Remove unsupported hardware.nyan2006-02-011-2/+0
| | | | X-MFC after: soon
* Attach ce(4) to the build.rik2006-01-311-0/+1
| | | | MFC after: 3 days
* Remove duplicate model entry.rik2006-01-311-4/+0
|
* - Sync the list of supported chips with pcn_probe() as of sys/pci/if_pcn.cmarius2006-01-311-7/+3
| | | | | | | | | | rev. 1.77, i.e. remove Am53C974/Am79C970/Am79C974 PCnet-PCI and Am79C970A PCnet-PCI II. - Change the entry of the PCnet-Home in the list of supported chips to match the other ones, i.e. s,PCnet/Home HomePNA,Am79C978 PCnet-Home,. - s,familly,family MFC after: 1 day
* Add a reference to le(4) as the SBus-based Ultra 1 have on-board LANCE.marius2006-01-311-1/+2
|
* Add le(4) to the list of devices supporting VLAN-sized frames natively.marius2006-01-311-1/+5
|
* Add a man page for le(4), based on the NetBSD one.marius2006-01-312-0/+371
|
* some updates to the manpage.luigi2006-01-311-79/+39
| | | | | | remove references to mdconfig/vnconfig, and remove some of the references to floppies since they are rarely used at all now.
* Document the daily_status_ata_raid_enable and daily_status_gmirror_enablebrueffer2006-01-311-1/+19
| | | | variables.
* The newly added le(4) driver is altq capable.brueffer2006-01-311-1/+2
|
* Xref redzone(9)brueffer2006-01-311-2/+3
|
* sys/linker.h needs sys/systm.h as a requirement.mlaier2006-01-311-0/+1
| | | | Submitted by: gallatin
* Add buffer corruption protection (RedZone) for kernel's malloc(9).pjd2006-01-312-0/+124
| | | | | | | | It detects both: buffer underflows and buffer overflows bugs at runtime (on free(9) and realloc(9)) and prints backtraces from where memory was allocated and from where it was freed. Tested by: kris
* Does not return EBUSY, the mutex will keep blocking until it's unlocked.trhodes2006-01-311-4/+0
|
* Add manual page for Cronyx Tau-PCI/32 ce(4) driver.rik2006-01-301-0/+115
|
* Add more details about enabling a custom ruleset for /dev in `rc.conf',keramida2006-01-301-1/+27
| | | | | | | | and add ruleset labels/numbering to the custom ruleset example. PR: docs/90362 Submitted by: Roland Smith <rsmith@xs4all.nl> MFC after: 3 days
* Note support for the A4D and A6VM models.brueffer2006-01-301-1/+5
|
* Add a couple of obviously missing xrefs to SEE ALSO:yar2006-01-291-0/+2
| | | | ftpd(8), geli(8).
* Fix WEP examples.damien2006-01-291-5/+6
| | | | | Improve rate control algorithm description. Bump copyright year.
* Fix WEP examples.damien2006-01-292-8/+8
| | | | Bump copyright year.
* Fix WEP examples.damien2006-01-291-7/+5
| | | | | Remove man page references to ipwcontrol and wicontrol. Bump copyright year.
* firmware(9) is a subsystem to load binary data into the kernel via amlaier2006-01-299-1/+230
| | | | | | | | | | specially crafted module. There are several handrolled sollutions to this problem in the tree already which will be replaced with this. They include iwi(4), ipw(4), ispfw(4) and digi(4). No objection from: arch MFC after: 2 weeks X-MFC after: some drivers have been converted
* - Add ports-net-p2p collectionpav2006-01-281-0/+1
|
* Make an example command correct and copyable to terminal.glebius2006-01-271-1/+3
| | | | Submitted by: ru
* Update NGM_PPPOE_GETMODE and NGM_PPPOE_SETMODE descriptions, sinceglebius2006-01-271-12/+30
| | | | new D-Link compat mode is introduced.
* Note that options are set using sh(1) syntax.jkoshy2006-01-271-0/+6
| | | | MFC after: 3 days
* Document JMicron JMB360.brueffer2006-01-261-1/+3
|
* Document a bit pts.cognet2006-01-261-0/+34
|
* - Remove the comment about WSS/MSS cards being the best supportedjoel2006-01-251-18/+0
| | | | | | | | cards on the market. - Remove the entire HARDWARE section. It's superfluous since all snd_* manual pages have their own HARDWARE sections these days. Reviewed by: brueffer
* Add an rc.d script for stand-alone ftpd.yar2006-01-211-1/+22
| | | | | | | | Document the script's controls on the rc.conf(5) manpage and touch its Dd. PR: conf/90893 MFC after: 5 days
* Fix the bug in my last commit: ++Year... 8-/netchild2006-01-211-1/+1
|
* It's perfectly valid to run rpc_statd and rpc_lockd as an NFS client, soceri2006-01-211-2/+2
| | | | | | | | | update the documentation to reflect that. PR: docs/86090 Submitted by: Lowell Gilbert <freebsd-bugs-local at be-well dot ilk point org> MFC after: 3 days MFC to: RELENG_5, RELENG_6
* Native 32bit recording is turned on, although broken on some hardware.joel2006-01-211-5/+3
|
* Security levels are not discussed further in init.8; we moved thatceri2006-01-191-3/+1
| | | | discussion to this manual.
* Add the RB_PROTOTYPE_STATIC and RB_GENERATE_STATIC macros.jasone2006-01-192-7/+21
| | | | Approved by: markm (mentor)
* - Bring some sysctl descriptions in sync with reality (additionalnetchild2006-01-181-4/+34
| | | | | | | | | | values/overrides). [1] - Add some supported cards. [2] PR: 91916 [1] Submitted by: mv <mv@hysteria.sk> [1] Requested by: joel [2] (after reading my commit log) MFC after: 3 days
* Bump date to Sept 20, the date of the last content changeimp2006-01-181-1/+1
|
* Bump date for previous commit before ru can hit me with his mdoc-stick.brueffer2006-01-151-1/+1
|
* Mention the fire screensaver.brueffer2006-01-151-0/+2
| | | | Submitted by: rionda
* When SC_DISABLE_KDBKEY or SC_DISABLE_REBOOT are not defined allow thebrooks2006-01-141-0/+10
| | | | | | | | | | | | same behavior to be controlled by the sysctls, hw.syscons.kbd_kbdkey and hw.syscons.kbd_reboot respectively. Apologies to the submitter for taking so long to commit this simple change. PR: kern/72728 Submitted by: Luca Morettoni <morettoni at libero dot it> MFC After: 3 days
* The LinkSys EG1032 is supported by re(4) not nge(4) [1].bz2006-01-142-4/+4
| | | | | | | | I couldn't find the ID for the EG1064 anywhere in our sources so I removed the reference for now. Pointed out by: Robert Huff <roberthuffi at rcn dot com> [1] Reviewed by: simon
* Add code that clears certain capabilities from the member interface, these arethompsa2006-01-141-0/+3
| | | | | | | | | | | | | restored when its removed from the bridge. At the moment we only clear IFCAP_TXCSUM. Since a locally generated packet on the bridge may be sent out any one or more interfaces it cant be assumed that every card does hardware csums. Most bridges don't generate a lot of traffic themselves so turning off offloading won't hurt, bridged packets are unaffected. Tested by: Bruce Walker (bmw borderware.com) MFC after: 5 days
* Add the HP NC7771 adapter to the list of known products.thompsa2006-01-141-0/+2
|
* - Document the latest changes for controlling the fanmarkus2006-01-141-4/+24
| | | | | | | - s/Thinklight/ThinkLight/ in two cases Approved by: brueffer MFC after: 1 week
* Add Time DPA20B MP3 Player (1Gb) [1]mnag2006-01-131-0/+6
| | | | | | | | | Add Qware BeatZkey! Pro [2] Add Merlin SM300 MP3/WMA Player (256Mb) PR: usb/81846 [1], usb/79164 [2] Approved by: njl MFC: 1 week
* "sd(4)" -> "da(4)", "st(4)" -> "sa(4)".jkoshy2006-01-131-3/+3
| | | | MFC after: 3 days
* Fix a misspelled reference.ru2006-01-131-2/+2
|
OpenPOWER on IntegriCloud