summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5.foxfair1999-06-086-7/+280
| | | | | | | It makes compatible with IANA charset defination, and let existent I18N app happier. Ref: <http://www.isi.edu/in-notes/iana/assignments/character-sets>
* Fixed previous fix (dad -> rda via rad).bde1999-06-071-3/+3
|
* Correct typos.jkoshy1999-06-071-3/+3
| | | | | PR: docs/12068 Submitted by: Steve Coltrin <spcoltri@io.com>
* Add a clarification in the man page suggesting that some tapesmjacob1999-06-061-3/+9
| | | | | | | | (QIC) written under 2.X may not be easily read under the current driver without explicitly setting to variable mode or to the blocksize these tapes were written under 2.X with. PR: 6681
* Support the IANA definition of Shift Jis nameley ja_JP.Shift_JISjulian1999-06-053-4/+11
| | | | as well as the X11 version ja_JP.SJIS
* sunsite is now metalab.billf1999-06-041-2/+2
|
* Fixed bitrot in synopsis (a missing include).bde1999-06-021-1/+2
|
* 'make update' in the ports directory.billf1999-06-011-2/+2
|
* procedure, not proceedure.billf1999-05-301-3/+3
|
* "Tn DNS" -> ".Tn DNS"nik1999-05-292-4/+4
| | | | | PR: docs/10474 Submitted by: Yoshiteru Kageyama <yt-kage@cb3.so-net.ne.jp>
* Fix a couple of typos related to wfd.nik1999-05-291-3/+3
| | | | | PR: docs/10624 Submitted by: Joe Abley <jabley@buddha.clear.net.nz>
* Description of LOCKLEAF said "inode" when it should have said "vnode".nik1999-05-291-2/+2
| | | | | PR: docs/11596 Submitted by: Robert Watson <robert@fledge.watson.org>
* Note that using the dirent.d_type member is non-portable, and mightnik1999-05-291-1/+4
| | | | | | | fail on some filesystems. PR: docs/11645 Submitted by: Harold Gutch <logix@foobar.franken.de>
* Fix the typos, and add new entries (like the /etc/periodic/ and /etc/mail/nik1999-05-291-32/+54
| | | | | | | directories). PR: docs/11695 Submitted by: Chris Costello <chris@calldei.com>
* Fix support for the PNIC II. Earlier I had assumed that the PNIC II waswpaul1999-05-282-4/+14
| | | | | | | | | | | | | | | | similar to the PNIC I (supported by the pn driver). In fact, it's really a Macronix 98715A with wake on LAN support added. According to LinkSys, the PNIC II was jointly developed by Lite-On and Macronis. I get the feeling Macronix did most of the work. (The datasheet has the Macronix logo on it, and is in fact nearly identical to the 98715 datasheet, except for the extra wake on LAN registers.) In any case, the PNIC II works just fine with the Macronix driver. The changes are: - Move PCI ID for the PNIC II from the pn driver to the mx driver. - Mention PNIC II support in mx.4. - Mention PNIC II support in RELNOTES.TXT and HARDWARE.TXT.
* Document device_add_child_ordered().dfr1999-05-281-16/+12
|
* Add description on configuration options and the EXAMPLE section.yokota1999-05-282-8/+88
|
* add libhistoryache1999-05-281-1/+2
|
* Where the fstab page discusses filesystem options, add a referenceghelmer1999-05-281-2/+8
| | | | | | | | to the '-o' flag in the mount(8) and filesystem specific mount pages where information can be obtained about the available options. PR: docs/10108
* There are six bit fields in the flags now, not four.ghelmer1999-05-271-2/+2
| | | | PR: i386/10328
* Spell vp0 correctly. Add id.hoek1999-05-251-1/+2
| | | | PR: docs/10500 (Masaru Tsunoda [3]masaru@pokemon.to)
* Remove references to the obsolete src-eBones collection.jdp1999-05-256-17/+11
| | | | PR: conf/11873
* Get case right in "COMPAT3X".obrien1999-05-231-2/+2
| | | | Submitted by: Kevin Street <street@iname.com>
* - Fix up some comments in if_wi.c (no code changes)wpaul1999-05-222-6/+12
| | | | | | | - Mention that the 6Mbps turbo adapters are supported in HARDWARE.TXT and RELNOTES.TXT and the wi.4 man page - Mention turbo adapters in the wicontrol.8 man page and provide a complete table of available transmit speed settings
* Fixed disordering in previous commit.bde1999-05-221-4/+4
|
* Fix a couple of small grammatical errors.wpaul1999-05-214-8/+8
|
* This commit adds driver support for PCI fast ethernet cards based on thewpaul1999-05-213-2/+307
| | | | | | | | | | | | | | | | | | | | | | | ADMtek AL981 "Comet" chipset. The AL981 is yet another DEC tulip clone, except with simpler receive filter options. The AL981 has a built-in transceiver, power management support, wake on LAN and flow control. This chip performs extremely well; it's on par with the ASIX chipset in terms of speed, which is pretty good (it can do 11.5MB/sec with TCP easily). I would have committed this driver sooner, except I ran into one problem with the AL981 that required a workaround. When the chip is transmitting at full speed, it will sometimes wedge if you queue a series of packets that wrap from the end of the transmit descriptor list back to the beginning. I can't explain why this happens, and none of the other tulip clones behave this way. The workaround this is to just watch for the end of the transmit ring and make sure that al_start() breaks out of its packet queuing loop and waiting until the current batch of transmissions completes before wrapping back to the start of the ring. Fortunately, this does not significantly impact transmit performance. This is one of those things that takes weeks of analysis just to come up with two or three lines of code changes.
* upgrade isdn4bsd from version 0.71 to the just released version 0.81hm1999-05-2029-4804/+4961
|
* Remove bio/cam/net/tty labels.yokota1999-05-2047-132/+132
| | | | OKed by: peter
* * Remove "'s in the synopsis as config(8) does not require them any more.obrien1999-05-191-4/+4
| | | | | | * Optional bits now shown as such. Submitted by: Philippe Charnier & bde
* Show the usage of flags in the synopsis.obrien1999-05-191-4/+4
| | | | (I couldn't figure out how to suround `flags _flags_' by []'s :-( )
* Add a commented out COMPAT22 and COMPAT3x, since we have the others.obrien1999-05-191-1/+3
|
* Typo.pb1999-05-171-2/+2
| | | | PR: doc/11582
* s/cF/nF/ in a couple of places.steve1999-05-162-10/+10
| | | | | PR: 10841 Submitted by: Kaneda Hiloshi <vanitas@ma3.seikyou.ne.jp>
* This needs to be "at atkbdc?" rather than "at isa?". It's correctmph1999-05-162-4/+4
| | | | | in GENERIC and LINT, which is why I only needed four reboots to figure out why my keyboard wasn't keyboarding.
* Removed extraneous comma in xrefs.alex1999-05-142-4/+4
|
* Added missing comma in xrefs.alex1999-05-141-2/+2
|
* Rewording.dcs1999-05-141-3/+3
|
* Slight not-exactly-bug-but-useful-as-example-code fix.dcs1999-05-141-2/+2
|
* Add a menu example making use of loader.4th(8) facilities.dcs1999-05-143-2/+159
| | | | Merge candidate, as it is just an example...
* Refer to kget(8) instead of dset(8).jkoshy1999-05-141-3/+3
| | | | | PR: docs/11702 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
* Add doc-supfile and www-supfile, for those who'd like to track thosebillf1999-05-122-0/+123
| | | | | | | | | | repositories. On a side note, I think www should be called www-all, like all of our other collections. Requested By: jesusr No Problems: jdp
* s/file it possible/file if possible/mharo1999-05-111-2/+2
|
* Fixed disordering in previous commit.bde1999-05-101-3/+3
|
* Add the USB Mass Storage manual pagen_hibma1999-05-093-2/+209
|
* The 2930U2 and 3950U2 are supported by the Adaptec driver.ken1999-05-082-2/+6
|
* Devices are hardwired with "unit 0", not "lun 0" as was in these man pages.ken1999-05-085-13/+19
| | | | | | | Also, update the pass(4) man page to indicate that some CCBs must be sent through the xpt(4) device and cannot be sent through a pass device. PR: 8826
* Remove one tab from us.iso.kbd so that it now has no tabs in it. Thisimp1999-05-082-12/+13
| | | | | | | | | is likely the intent of the original author since no other places use tabs. Sync us.unix.kdb to us.iso.kbd. It should now only swap ESC and `~, bs and delete, control and caps lock and make no other changes from us.iso.kdb.
* Fix confusing sentence, the PR noticed the sentence, I rewrote the sentence.billf1999-05-062-4/+4
| | | | | PR: docs/11257 Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
* "Fixed" missing dependency of ${PROG} on ${LIBC} in the elf case.bde1999-05-061-4/+2
|
OpenPOWER on IntegriCloud