summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* The month name in .Dd should be spelled in full.yar2006-07-221-1/+1
| | | | Pointed out by: ru
* Touch document date (Dd).yar2006-07-211-1/+1
|
* Since Alpha support isn't in HEAD anymore, remove Alpha-specificyar2006-07-211-13/+0
| | | | rc.conf(5) knobs, too: osf1_enable, unaligned_print.
* Grr we also need to set -mbig-endian to LDFLAGS. Now I can build acognet2006-07-211-0/+1
| | | | big-endian arm world.
* Remove ALPHA optimization pointer for gcc flags.imp2006-07-201-1/+1
| | | | Add ARM optimization pointer for gcc flags.
* Oops LDFLAGS can be used to invoke gcc, so directly add -EB to {LD}.cognet2006-07-201-1/+1
|
* Honor ARM_BIG_ENDIAN by adding -mbig-endian to CFLAGS and -EB to LDFLAGS ifcognet2006-07-201-0/+5
| | | | it is defined.
* - Remove hardcoded /etc/ntp.conf configuration file from ntpdate rc.d scriptflz2006-07-201-2/+8
| | | | | | | | | | and replace it with a new ntpdate_config variable. - Document it in defaults/rc.conf and rc.conf.5. - Document ntpdate_hosts in defaults/rc.conf. Requested by: Chris Timmons <cwt@networks.cwu.edu> Approved by: cperciva (mentor, implicit) MFC after: 1 week
* Reflect the additional support of C7 CPU's in padlock(4).mr2006-07-191-5/+10
| | | | | Submitted by: brueffer MFC after: 1 day
* The pcn does not work on NEC SV-98/2-B05 and B06.nyan2006-07-191-2/+0
| | | | | Submitted by: Chiharu Shibata MFC after: 3 days
* Add CPUTYPE support for Via C3 and C3-2 processors.des2006-07-192-0/+5
| | | | MFC after: 2 weeks
* - Bring kern.random output closer to realitybrueffer2006-07-191-28/+18
| | | | | | | | - Remove kern.random.sys.burst, it's no longer available - Document kern.random.sys.harvest.swi (1) PR: 100167 (1) MFC after: 3 days
* - Add dependency of firmware(9). "MODULE_DEPEND(iwi, firmware, 1, 1, 1);"mnag2006-07-171-1/+3
| | | | | Approved by: brueffer MFC after: 1 week
* Fix typo (s/writeer/writer/).flz2006-07-171-1/+1
|
* General cleanup, not quite finished yet.brueffer2006-07-161-45/+75
|
* Add a man-page for snd_emu10kx. Someone with man-fu should have a looknetchild2006-07-152-0/+179
| | | | | | and improve it. Submitted by: Yuriy Tsibizov <Yuriy.Tsibizov@gfk.ru> (minor mods by me)
* o Sort sx(9) MLINKS.maxim2006-07-121-2/+2
|
* When securelevel is >= 1, /dev/io may not be opened at all (not just forkeramida2006-07-121-3/+4
| | | | | | | write). Update the securelevel description to match this. Reported by: Alexandros Kosiaris <akosiaris@gmail.com> MFC after: 3 days
* Correct path to the firmware ports.brueffer2006-07-122-2/+2
|
* Document sx_xlocked(9).pjd2006-07-122-1/+9
| | | | Submitted by: ssouhlal
* Gah. Replace another instance of "Developer's Handbook" withjoel2006-07-111-1/+1
| | | | "Architecture Handbook".
* The TrustedBSD MAC Framework is documented in the Architecture handbook,joel2006-07-101-3/+3
| | | | | | not in the Developers handbook. Submitted by: Samy Al Bahra
* o Fix MTX_SYSINIT prototype.maxim2006-07-091-1/+1
| | | | | | PR: kern/99956 Submitted by: Arne Woerner MFC after: 1 week
* - Document RANDOMIZE_MASTER_SITES, MASTER_SORTpav2006-07-051-13/+7
| | | | - Remove OPTIONS, it's no user settable variable
* - Document new missing targetpav2006-07-051-0/+2
|
* Document ServerWorks HT1000 support.brueffer2006-07-051-2/+2
|
* Grammar nit.ru2006-07-011-1/+1
|
* Gleb committed an intermediary version, commit the right one now.ru2006-06-301-10/+11
| | | | Submitted by: Vadim Goncharov
* - Reflect recent sched_core(4) changes.delphij2006-06-301-10/+22
| | | | - Some typo fixes.
* Update man page.takawata2006-06-291-0/+2
| | | | | Pointed out by: netchild MFC after: 3 days
* - s/nve/nfe/ in the SYNOPSIS (1)brueffer2006-06-281-2/+2
| | | | | | | - bump date PR: 99575 Submitted by: thierry herbelot <thierry@herbelot.com> (1)
* - Convert to our new SYNOPSIS stylebrueffer2006-06-271-2/+7
| | | | - Correct tcpdump reference
* A netgraph node that can do different manipulations withglebius2006-06-272-0/+338
| | | | | | | mbuf_tags(9) on packets. Submitted by: Vadim Goncharov <vadimnuclight tpu.ru> mdoc(7) reviewed by: ru
* Add a pure open source nForce Ethernet driver, under BSDL.obrien2006-06-262-0/+100
| | | | | | | | | This driver was ported from OpenBSD by Shigeaki Tagashira <shigeaki@se.hiroshima-u.ac.jp> and posted at http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html It was additionally cleaned up by me. It is still a work-in-progress and thus is purposefully not in GENERIC. And it conflicts with nve(4), so only one should be loaded.
* Hook enc(4) to the build.thompsa2006-06-261-0/+1
|
* Add a pseudo interface for packet filtering IPSec connections before or afterthompsa2006-06-262-0/+88
| | | | | | | | | | | encryption. There are two functions, a bpf tap which has a basic header with the SPI number which our current tcpdump knows how to display, and handoff to pfil(9) for packet filtering. Obtained from: OpenBSD Based on: kern/94829 No objections: arch, net MFC after: 1 month
* Add support for the RealTek 8169SC/8110SC and RTL8101E devices. Thewpaul2006-06-261-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | latter is a PCIe 10/100 chip. Finally fix the EEPROM reading code so that we can access the EEPROMs on all devices. In order to access the EEPROM, we must select 'EEPROM programming' mode, and then set the EEPROM chip select bit. Previously, we were setting both bits simultaneously, which doesn't work: they must be set in the right sequence. Always obtain the station address from the EEPROM, now that EEPROM reading works correctly. Make the TX interrupt moderation code based on the internal timer optional and turned off by default. Make the re_diag() routine conditional and off by default. When it is on, only use it for the original 8169, which was the only device that that really needed it. Modify interrupt handling to use a fast interrupt handler and fast taskqeueue. Correct the rgephy driver so that it only applies the DSP fixup for PHY revs 0 and 1. Later chips are fixed and don't need the fixup. Make the rgephy driver advertise both 1000_FD and 1000_HD bits in autoneg mode. A couple of the devices don't autoneg correctly unless configured this way.
* - Convert to new SYNOPSIS layoutbrueffer2006-06-221-19/+32
| | | | | | | - New Sentence, new line - Remove eol whitespace MFC after: 3 days
* Don't forget to touch Dd.yar2006-06-211-1/+1
|
* Quite a number of rc.d scripts try to load kernel modules. Manyyar2006-06-211-0/+16
| | | | | | | | | | of them do that conditionally depending on kldstat. The code is duplicated all over, but bugs can be uniqie. To make the things more consistent, introduce a new rc.subr function, load_kld, which takes care of loading a kernel module conditionally. (Found this lying for a while in my p4 branch for various hacks.)
* o Remove LK_REENABLE and LK_NOPAUSE lockinit(9) flags, add LK_NOSHARE.maxim2006-06-201-5/+3
| | | | MFC after: 1 week
* Boji Tony Kannanthanam no longer supports this driver, Achim Leubnerbrueffer2006-06-191-4/+1
| | | | | | however still does. Confirmed by email contact with both of them. MFC after: 3 days
* Document support for the Aceeca Mez1000 RDA.netchild2006-06-181-1/+3
|
* We just have one generic sound driver, reflect this.brueffer2006-06-184-4/+4
| | | | MFC after: 3 days
* o We only have one generic audio driver, reflect this (1)brueffer2006-06-181-2/+7
| | | | | | | o Mention the author of the driver o Minor mdoc improvement Discussed with: netchild (1)
* Add support for:netchild2006-06-182-2/+6
| | | | | | | - Curitel PC5740 Wireless Modem (Verizon's PCMCIA card) - Sierra MC5720 Wireless Modem (Built in to Thinkpad X60s) Bump the date in the uscanner man page for the update some minutes ago.
* Add Epson Perfection 1270 scanner. All other scanners in the PR are alreadynetchild2006-06-181-0/+2
| | | | | | | detected, but with a different name. PR: 98106 Submitted by: Lars Engels <lars.engels@0x20.net>
* 2 spelling fixes...netchild2006-06-181-2/+2
| | | | Noticed by: John E Hein <jhein@timing.com>
* o sort the HARDWARE list somewhatbrueffer2006-06-181-23/+20
| | | | | | | o mention ATA and SATA support o mdoc improvements MFC after: 3 days
* o Remove FILES section (uninteresting for users)brueffer2006-06-181-12/+2
| | | | | | o Xref asr(4) MFC after: 3 days
OpenPOWER on IntegriCloud