summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Suggest that function prototypes in kernel headers be alphabetical,imp2002-08-211-0/+3
| | | | | | | unless there's a compelling reason to deviate. Submitted by: Don Lewis Suggestion not objected to by: developers@
* Man page for new L2TP netgraph node type.archie2002-08-202-0/+304
| | | | Obtained from: Packet Design
* Fix url for wordlists.alfred2002-08-201-1/+1
| | | | PR: docs/41830
* Previous commit of adding ut to xterm entry broke kterm-color entry.ume2002-08-201-1/+1
| | | | | | | | | 3 bytes (ut:) seems too long for kterm-color. There is a limitation of buffer size within 1024 bytes in our ncurses. Submitted by: mistral@imasy.or.jp Reviewed by: matusita MFC after: 1 day
* Insert missing 'are' to fix grammar bogon.schweikh2002-08-201-1/+1
| | | | MFC after: 3 days
* Allow one to override ${MINSTALL} in /etc/make.conf.ru2002-08-201-1/+1
| | | | Prompted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* Update manpage to reflect reality:gordon2002-08-191-9/+9
| | | | | | xntpd -> ntpd single_mountd_enable -> mountd_enable portmap -> rpcbind
* Provide an iso8859 table similar to share/misc/ascii.schweikh2002-08-182-1/+41
| | | | | | PR: misc/11553 Submitted by: Oliver Fromme <olli@fromme.com> MFC after: 1 week
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-182-9/+10
| | | | | | | breaking application ABI use unused ifreq.ifru_flags[1] for upper 16 bits in SIOCSIFFLAGS and SIOCGIFFLAGS ioctl's. Reviewed by: -hackers, -net
* Oops, last manual commit was to -stable, should have been to -current.dillon2002-08-172-0/+53
| | | | | | No biggy, the code MFC to stable will catch up to the docs in a week. X-MFC after: -7 days
* Add ut to xterm (which was removed from vt* it refers)ache2002-08-171-1/+1
|
* Regen:sheldonh2002-08-161-37/+62
| | | | | * Hart: rev 321 of pcidevs.txt (2002-08-11) * Boemler: vendors.txt (2002-08-10)
* Remove usbhidaction(1) manual page under SEE ALSO section. This will betrhodes2002-08-161-1/+0
| | | | | | | added again if/when we port the framework. Submitted by: mwlucas Approved by: joe
* Fix typos: s/Ths/This, s/counties/countriesblackend2002-08-151-2/+2
| | | | | | PR: docs/39060 Submitted by: Nicola Vitale <nivit@libero.it> MFC after: 3 days
* Fix typo.mux2002-08-151-1/+1
|
* mdoc(7) police: fixed indentation in synopsis.ru2002-08-152-4/+14
| | | | Submitted by: bde
* mdoc(7) police: fixed indentation in SYNOPSIS.ru2002-08-141-2/+16
| | | | Submitted by: style(9) police (bde)
* mdoc(7) police: minor nits.ru2002-08-131-2/+5
| | | | Approved by: imp
* mdoc(7) police: Removed redundant .Ns calls.ru2002-08-131-1/+1
|
* Add a bugs section to mention that this device probably doesn't workjoe2002-08-131-0/+4
| | | | properly.
* mdoc(7) police: nits.ru2002-08-131-4/+6
|
* mdoc(7) police: typos.ru2002-08-131-2/+2
|
* mdoc(7) police: nit.ru2002-08-131-1/+1
|
* mdoc(7) police: tidy up formatting.ru2002-08-131-11/+13
|
* mdoc(7) police: revert to a valid construct.ru2002-08-131-1/+1
|
* mdoc(7) police: removed hard sentence break.ru2002-08-132-2/+4
|
* mdoc(7) police: Bump document date, removed (again) hard sentence breaks..ru2002-08-131-7/+14
|
* mdoc(7) police: nit.ru2002-08-131-1/+2
|
* mdoc(7) police: laundry.ru2002-08-131-18/+24
|
* mdoc(7) police: laundry.ru2002-08-131-10/+22
|
* mdoc(7) police: added missing paragraph breaks.ru2002-08-131-1/+7
|
* mdoc(7) police: typo and removed stray .Pp.ru2002-08-131-2/+1
|
* mdoc(7) police: pseudo-devices are gone from -CURRENT.ru2002-08-131-19/+21
|
* mdoc(7) police: nits in rev. 1.4.ru2002-08-131-14/+18
|
* Attach uvisor(4) to the build.trhodes2002-08-131-0/+1
|
* Add the uvisor(4) manual page.trhodes2002-08-131-0/+76
| | | | | Obtained from: NetBSD Requested by: joe
* Replace /dev/tty with /dev/ucom.joe2002-08-121-2/+2
| | | | Submitted by: wilko
* Handle the escaped colon \: in a capability.ru2002-08-121-2/+3
| | | | | | PR: bin/30778 Reviewed by: ache, peter MFC after: 3 days
* Reflect support for 82801CA (ICH3) and 82801DC (ICH4) PCI chips.mp2002-08-121-1/+1
|
* Fix typos (s/seperat/separat/ et al); add FreeBSD ID.schweikh2002-08-121-2/+4
| | | | | Suggested by: bde MFC after: 3 days
* add support properly displaying and logging incoming telephone numbers (MSNs)hm2002-08-124-8/+19
| | | | | | | by looking at the "type of number" field and providing configurable hooks to correct the numbers accordingly. See keywords add-prefix, prefix-national and prefix-international in isdnd.rc(5). This feature was implemented by Christian Ullrich <chris@chrullrich.de>
* Add the uftdi ucom driver which supports the following adapters:joe2002-08-112-0/+81
| | | | | | | | | Inland UAS111 QVS USC-1000 HP USB-Serial adapter shipped with some HP laptops Submitted by: takawata MFC After: 7 days
* add experimental support for Data over Voice (DoV) outgoing calls.hm2002-08-113-2/+14
| | | | | based on patches received from Guy Ellis (guy@traverse.com.au), Chris Collins (xfire@xware.cx) and Phillip Musumeci (phillip@cs.jcu.edu.au).
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-12/+12
| | | | | | | | | | (I skipped those in contrib/, gnu/ and crypto/) While I was at it, fixed a lot more found by ispell that I could identify with certainty to be errors. All of these were in comments or text, not in actual code. Suggested by: bde MFC after: 3 days
* Make ppp(4) devices clonable and unloadable.brooks2002-08-091-1/+12
|
* Restore autoloading of ACPI module.obrien2002-08-091-0/+5
| | | | | Document the approved ways of disabling it. Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
* Add support for SX cards using TBI such as Netgear GA621ambrisko2002-08-081-0/+2
| | | | | Sponsored by: Vernier Networks. MFC after: 1 week
* NetBSD style fixes.wosch2002-08-051-2/+2
| | | | | PR: misc/41164 Submitted by: Bang Jun-Young <junyoung@netbsd.org>
* Added NetBSD 1.5.3wosch2002-08-041-6/+8
| | | | Submitted by: Bang Jun-Young <junyoung@netbsd.org>
* Update FreeBSD 4.6 release date.wosch2002-08-041-2/+3
| | | | Added OpenBSD 3.1
OpenPOWER on IntegriCloud