Commit Graph

209 Commits

Author SHA1 Message Date
bde
d5aa3031c6 Actually install pci_vendors. 2000-12-10 08:06:36 +00:00
msmith
68fb5700dc Add a PCI vendor/device database, used by pciconf (and available for use
by other tools as well).

Note that omissions and corrections for this file should be resolved
via http://www.yourvote.com/pci, as this is the master source for this
database, rather than by editing this file directly.
2000-12-07 10:56:29 +00:00
asmodai
8055e0329e Correct some more dates and fix the order based on those dates.
Also add some forgotten point releases.
2000-11-27 17:03:04 +00:00
asmodai
7de0287f78 NetBSD 1.4.3 is released.
Detail some FreeBSD release dates.
OpenBSD 2.8 will be released 1 Dec 2000.

Some grammar and typo fixes.
2000-11-27 16:35:21 +00:00
nik
6e4b648b09 Remove the comment about the occupied Palestinian territory not having a
code designation, as it's code 275.

Include the URL of the ISO3166 Maintenance Agency.

Remove FX, it's been deprecated.

Update the Palestine entry with the correct code and description.

PR:		     docs/22570
Submitted by:	     Laurent Wacrenier <lwa@victor.teaser.fr>
2000-11-12 16:27:48 +00:00
mjacob
4be209e715 fix minor oops in new data compression page definition 2000-10-29 00:54:59 +00:00
mjacob
37fb3925f3 Add 3 SCSI-3 bits for Sequential Access Device Congifuration Page.
Add Data Compression Page (SCSI-3). Add some clarifying comments
at the top of the file that say what the syntax is.
2000-10-28 22:47:47 +00:00
wosch
5b81994133 update URL and copyright 2000-10-20 18:27:53 +00:00
wosch
47ffbccf9f Added upcoming FreeBSD 4.2 2000-10-20 18:21:44 +00:00
itojun
aad2f4fe75 fix ordering of NetBSD 1.3 (sync with NetBSD share/misc/bsd-family-tree). 2000-10-02 11:26:59 +00:00
wosch
e42b75171d Added FreeBSD 4.1.1 2000-09-17 09:13:15 +00:00
wosch
52514817c0 Added page http://perso.wanadoo.fr/levenez/unix/ to Bibliography.
This is the most comprehensive UNIX famility tree I know of.

Submitted by: Poul-Henning Kamp <phk@critter.freebsd.dk>
2000-09-03 17:11:26 +00:00
wosch
107eda6ecb Added OpenBSD 2.7 2000-09-03 16:45:46 +00:00
wosch
fe3a1ff5d0 Added FreeBSD 3.5.1 2000-09-03 16:38:47 +00:00
alex
b22fc876c0 Add dates for FreeBSD 3.5 and 4.1.
Not included in both the tree and the dates part FreeBSD 3.5.1.
2000-08-13 14:54:51 +00:00
kbyanc
8f0afc6b0a This is an overhaul of the mode page handling in camcontrol as well as
related patches. These include:
	* Mode page editting can be scripted. This involves two
	  things: first, if stdin is not a tty, changes are read from
	  stdin rather than invoking $EDITOR. Second, and more
	  importantly, not all modepage entries must be included in the
	  change set. This means that camcontrol can now gracefully handle
	  more intrusive editting from the $EDITOR, including removal or
	  rearrangement of lines. It also means that you can do stuff
	  like:
		# echo "WCE: 1" | camcontrol modepage da3 -m 8 -e
		# newfs /dev/da3
		# echo "WCE: 0" | camcontrol modepage da3 -m 8 -e
	* Range-checking on user-supplied input values. modeedit.c now
	  uses the field width specifiers to determine the maximum
	  allowable value for a field. If the user enters a value larger
	  than the maximum, it clips the value to the max and warns the
	  user. This also involved patching cam_cmdparse.c to be more
	  consistent with regards to the "count" parameter to arg_put
	  (previously is was the length of strings and 1 for all integral
	  types). The cam_cdbparse(3) man page was also updated to reflect
	  the revised semantics.
	* In the process, I removed the 64 entry limit on mode pages (not
	  that we were even close to hitting that limit). This was a nice
	  side-effect of the other changes.
	* Technically, the new mode editting functionality allows editting
	  of character array entries in mode pages (type 'c' or 'z'),
	  however since buff_encode doesn't grok them it is currently
	  useless.
	* Camcontrol gained two new options related to mode pages: -l and
	  -b. The former lists all available mode pages for a given
	  device. The latter forces mode page display in binary format
	  (the default when no mode page definition was found in
	  scsi_modes).
	* Added support for mode page names to scsi_modes. Allows names to
	  be displayed alongside mode numbers in the mode page
	  listing. Updated scsi_modes to use the new functionality. This
	  also adds the semicolon into the scsi_modes syntax as an
	  optional mode page definition terminator. This is needed to name
	  pages without providing a page format definition.
	* Updated scsi_all.h to include a structure describing mode page
	  headers.
	* Added $FreeBSD$ line to scsi_modes.

Inspired by:	dwhite
Reviewed by:	ken
2000-08-08 06:24:17 +00:00
n_hibma
74454ab778 The USB library from NetBSD by Lennart Augustsson <lennart@augustsson.net>. 2000-06-11 18:19:14 +00:00
grog
5515f427b3 Add reference to UNIX history graphing project.
Correct derivation of Eighth Edition Research UNIX.  According to dmr,
it was derived from 4.1cBSD; according to the 4.4BSD book, it was
derived from 4.1BSD.  Since dmr did the work, he's more likely to be
correct.

Correct typos.

Remove dead URLs.
2000-04-30 01:17:34 +00:00
wosch
c5f7788417 The latest patchlevel of 2.11BSD is 430
Submitted by:	Victor.Langeveld@mbfys.kun.nl
2000-04-11 21:02:24 +00:00
wosch
b77682649c Added NetBSD 1.4.2 2000-03-21 20:17:17 +00:00
wosch
44a1c50623 Added upcoming FreeBSD 3.5, FreeBSD 4.0, FreeBSD 4.1 and FreeBSD 5.0-current. 2000-03-12 21:54:18 +00:00
wosch
cc5b96d813 Minor NetBSD fixes. 2000-02-05 14:02:34 +00:00
wosch
dedb070c12 Added NetBSD -current, OpenBSD -current and Added NetBSD 1.4.1
Update/Fix release date for NetBSD 1.3, 1.3.1, 1.4, 1.4.1
2000-01-22 22:22:45 +00:00
billf
3e495d3429 Update the graph to include FreeBSD 3.4 and OpenBSD 2.6
Update the play-by-play history to include FreeBSD 3.[234] and OpenBSD 2.[56]

Dates obtained from:	www.FreeBSD.org and www.OpenBSD.org
2000-01-04 04:31:27 +00:00
phk
21896fdf9b Duh! Also remove inter.phone from the makefile. 1999-12-23 09:28:49 +00:00
phk
4becc018d8 Remove this file for the same reasons as for na.phone: There are
better and more comprehensive and reliable sources for such
information in the global village.
1999-12-23 08:52:59 +00:00
grog
f206b46b8d Add dialing code for Limassol, Cyprus. 1999-12-23 00:37:47 +00:00
grog
79df2fc34a Update area codes for Australia.
Update some area codes for Malaysia.  The list is still woefully incomplete.
1999-12-23 00:31:04 +00:00
jkoshy
25ab62d5d5 Add entries for two cities in India. 1999-12-21 05:22:43 +00:00
phantom
bc13ba1728 Add Simferopol, Ukraine (Crimean republic capital) 1999-12-20 16:30:39 +00:00
mpp
417fa30de6 Make share/examples/mdoc and share/misc/mdoc.template internally
consistent, and consistent with mdoc(7) and mdoc.samples(7).

PR:		doc/15352, doc/15353
1999-12-08 22:15:09 +00:00
chris
ad9088791f Update the ASCII diagram for FreeBSD 3.3 1999-11-15 23:09:34 +00:00
peter
7f3bd9fcf6 $Revision$,$Date$ -> $FreeBSD$ 1999-09-05 19:11:41 +00:00
peter
76f0c923fe $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
wosch
65a32937ec Typo
Submitted by:	 Christian Weisgerber <naddy@mips.rhein-neckar.de>
1999-08-03 08:15:02 +00:00
wosch
2ef9dee196 FreeBSD-3.0 is a snapshot from -current, while 3.1 and 3.2
are from 3.x-stable which was branched quite some time after 3.0-release
(about Jan 15 if I recall correctly).

----> FreeBSD-3.0-----\----- FreeBSD-4.x-current -----....
                       \
                     3.x-stable ----> 3.1 ---> 3.2 ....

Submitted by: peter
1999-05-02 16:23:53 +00:00
wosch
803e033016 Space typos from last commit.
Added upcoming releases FreeBSD 3.2, NetBSD 1.3, OpenBSD 2.5

NetBSD 1.2.1 is a patch release of NetBSD 1.2 (a branch of 1.2)
NetBSD 1.3.1, 1.3.2, 1.3.3 are a patch release of NetBSD 1.3 (a branch of 1.3).

FreeBSD 3.0, FreeBSD 3.1 and FreeBSD 3.2 are a releases
from the 3.0-stable branch.

Added FreeBSD 4.0-current.

Added FreeBSD 3.1 release date.
1999-05-02 15:40:49 +00:00
wosch
ac11598c99 I've taken a pass through to add NetBSD and OpenBSD release dates,
and to shuffle the NetBSD and OpenBSD entries in the tree to line
the dates up with FreeBSD.

Submitted by: David Brownlee <abs@anim.dreamworks.com>
1999-04-05 21:51:32 +00:00
wollman
1970e9db78 Add the new code for Palestine, with the comment that we don't know
what its correct numeric is.  Although Hong Kong (HK) was deleted at
about the same time, it remains in wide use so we leave it in.
1999-01-21 19:09:15 +00:00
nik
e314fa3527 iso639 is the ISO two letter codes for the representation of the names of
languages (en = English, de = German, zn = Chinese, and so on). This
complements the existing iso3166 file, which maps codes to countries.

Country code != language code.

I ran this past -core. No one voiced any objections, jkh said "fine".
1999-01-20 19:46:42 +00:00
wosch
ae75250df3 Misspelt Eighth Edition.
The Eighth Edition is *not* descended from the Seventh Edition.

Submitted by: Greg Lehey <grog@lemis.com>
              and Dennis Ritchie

Here's a quote from Dennis Ritchie, posted to Warren Toomey:
[January 1999]
----- Forwarded message from dmr -----

I also got mail from Norman Wilson today about the discussion.

This is mainly to confirm and fill out details of Wilson's account.

The Eighth Edition system started with (I believe) BSD 4.1c and
the work was done on VAX 11/750s -- our group did not get
a 780 until a while later.

Most of the operating system superstructure of BSD was retained
(in particular no one (even the indefatigable Norman)
wanted to get much into the paging code.  Norman is also
right that the competitor was John Reiser's (and Tom London's)
32V descendant from another group at the Labs.  In structure
this system had a lot to offer (in particular the buffer cache and the page
pool were unified, but it was clear that their work was not being
supported by their own management.  It was used for a while on
our first 750 and also our first 11/780 ("alice", a name that lives
in netnews fame preceding  the reach of Dejanews).

The big change leading to V8 was the scooping-out and replacement of
the character-device and networking part by the streams mechanism.  Later,
Peter Weinberger added the file-system switch that enabled
remote file systems and prescient things ideas like /proc).  Weinberger,
as Norman said, also did a simple-minded FFS.

The TCP/IP stack wasn't very important to us then and it has a mixed and
murky history.  Much of it came from early CSRG work, but it was converted
to a streams approach by Robert Morris and subsequently fiddled over a lot.

Likewise, as Norman said, the applications (/bin and whatnot) were somewhat
of a mixture.  Many were the locally-done versions, some were taken
from BSD in some incarnation, some from System V.

        Dennis

----- End of forwarded message from dmr -----
1999-01-15 17:21:39 +00:00
wosch
0df7b422a9 Added FreeBSD 2.2.8, FreeBSD 3.0, FreeBSD 3.1
Added NetBSD 1.3.3, OpenBSD 2.4
Update URL & Copyright
1999-01-12 16:14:24 +00:00
dt
ba6f5fedab Install the file init.ee (after 1 year in the source tree).
Make it actually work.
1998-09-11 16:38:20 +00:00
jkh
63da8b3c12 Adjust family tree to list some freebsd dates as well. 1998-08-19 12:58:38 +00:00
wosch
f6b94f030e Update URL of BSD Hypertext Man Pages. 1998-08-13 10:10:10 +00:00
jkh
3211c657b3 Say goodbye to Airport 71 1998-06-21 04:46:53 +00:00
jkh
c1a1642c2d Nuke this, it's bogus and out of date.
Pointed out by:	An anonymous air traffic controller. :)
1998-06-21 04:46:04 +00:00
wosch
cf33162fa6 Add upcoming NetBSD 1.3.2
Submitted by: Sune Stjerneby <stjerneby@usa.net>
1998-05-12 14:33:37 +00:00
wosch
5759523a09 Add upcoming FreeBSD 2.2.7 and FreeBSD 2.2.8
Add NetBSD-1.3.1.
1998-05-12 08:04:27 +00:00
phk
df627a5b3a In these enlightened times there are more and better places to find
this information.  PR 2789 mentions:

     http://www.pacbell.com/about-pb/areacodes/

     http://www.bellcore.com/NANP/

PR:		2789 (in a backewards kind of way)
1998-04-11 20:45:16 +00:00
wollman
8b20894f66 Add 781, 978. 1998-01-27 17:04:35 +00:00
wosch
c2cc0cb5f2 These files are now ports in ports/misc. 1998-01-02 19:32:37 +00:00
wosch
a708b6e5a0 Fix install target again.
Pointed out by: bde
1998-01-02 17:47:07 +00:00
wosch
aaa53a4c55 Do not install the file `zipcodes'. It is now a port (misc/na-zipcodes).
Fix INSTALL variables.
1998-01-01 14:05:30 +00:00
wosch
3d0db0c385 Sync: add FreeBSD 2.2.6, OpenBSD 2.3; Correct 4.4BSD Lite2 integreation links. 1997-12-30 19:27:30 +00:00
brian
22f7680abf Remove the UK phone codes from inter.phone and create
uk.phone (in line with na.phone).  This is a more detailed
list than the one in inter.phone.

Add uk.postcodes.  I've prefixed it with `uk' to leave room
for (maybe) au.postcodes etc. (if someone feels so inclined).

Obtained from: http://www.brainstorm.co.uk/public/utils
Ok'd to use by: steve@brainstorm.co.uk (Steve Crook)
1997-12-16 04:05:14 +00:00
wosch
4604acd104 Sync with original source: add FreeBSD 2.2.5, NetBSD 1.3, and OpenBSD 2.2 1997-12-09 22:53:06 +00:00
tegge
074a0947ba Add some extra flags in the caching page.
Some firmware versions becomes unreliable when these bits are not preserved,
e.g. ST15150N-0017 breaks if the DISC bit is cleared in the caching page.
This happened by default when editing the page.
1997-12-05 22:14:15 +00:00
julian
970ab2b91b Submitted by: Terry Lambert
Obtained from: pure guesswork?
1997-11-05 02:32:17 +00:00
wollman
5a1ca03129 Zaire is now the Dem. Rep. of the Congo, and has new two- and three-letter
codes.

Obtained from: ISO 3166 Maintenance Agency via RIPE NCC
1997-10-28 15:45:09 +00:00
jmb
0db42117ac add an initialization file for the default editor "ee"
configure ee to use emacs key-bindings
             do not expand tabs into spaces
	     dont truncate lines at the right margin
Submitted by:	Aled Morris <aledm@routers.co.uk>
Reviewed by:	jkh
1997-09-12 19:38:32 +00:00
wosch
198572e61a Sync with original source:
Add Steven M. Schultz for providing 2.11 BSD manual pages.
	Add OpenBSD 2.1, FreeBSD 2.2.2, BSDI 2.0.1 releases.
1997-07-02 14:06:45 +00:00
wosch
c570f5093d Sync with original source.
BTW, the BSD family tree has been reviewed by:
John S. Quarterman, Keith Bostic, Kirk McKusick, Peter H. Salus.
1997-04-19 20:25:36 +00:00
andreas
8871c2899e Added new file bsd-family-tree
Forgotten by:	wosch ;-)
1997-03-31 20:18:55 +00:00
wosch
758b1dfa68 The Unix system family tree, BSD part. This is a local copy of
http://www.de.freebsd.org/de/ftp/unix-stammbaum
1997-03-31 00:06:03 +00:00
imp
b3456b411a Add cities from Minnesota
Submitted by:	"Brent J. Nordquist" <bjn@visi.com>
1997-03-05 07:01:59 +00:00
adam
1736bc201c new codes for Czech and Slovakia 1997-03-03 05:01:54 +00:00
peter
83b3c2c161 Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
adam
5ce9637600 updated entries for France
added entries for former Soviet territories matching "*stan"
1997-02-19 02:56:43 +00:00
dyson
58e2f6b9ce New area code for certain parts of central Indiana. 1997-02-18 21:52:35 +00:00
joerg
7c66c44c4f Add page 0x10 (Device Configuration Page for sequential-access devices). 1997-01-17 18:55:53 +00:00
jkh
808a36ef65 Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
wosch
bfc29630fd Romania is not a Soc. Rep
fix umlaut converting for Zuerich
1997-01-05 14:36:23 +00:00
adam
8b939582e8 actually apply submitted changes for Finland and Australia
Submitted by:	Ville.Eerola@vlsi.fi, danny@hilink.com.au
1997-01-05 06:34:19 +00:00
adam
a2603abeb3 Caribbean Islands moved from inter.phone to na.phone
partial sync with iso3166
2-letter country codes added to na.phone for Caribbean islands
(except Cayman Islands and Monserrat since the 2-letter codes clash with
Kentucky and Mississippi)
changed city codes in Finland (from Ville.Eerola@vlsi.fi)
changed city codes in Australia (from danny@hilink.com.au)
1997-01-05 06:28:16 +00:00
imp
f71101006b Correct a few duplicates, fixes for George, add the Caribean Islands that
are now online with new area codes.
Obtained from: http://www.bellcore.com/NANP/newarea.html
Obtained from: http://www.555-1212.com/aclookup.html
1997-01-03 21:20:15 +00:00
wosch
7b4778cf4f 960 -> 860 for Connecticut, typo from last commit
Obtained from: http://www.bellcore.com/NANP/newarea.html
1997-01-03 16:43:35 +00:00
wosch
782002f1b8 Poland is not a People's Rep. of
fix umlauts for Koeln & Duesseldorf
1997-01-03 11:37:28 +00:00
imp
cfcb6afefe Massive update of the na.phone database to match the couple of phone
books that I have laying around my house.  Please check to see if your
state is now correct :-).  I know that the one area code states are correct,
as well as CO and KS, but although I've tried to be careful about the
rest, I may have goofed.
1997-01-03 00:30:59 +00:00
mpp
099391c16f Moved these to /usr/share/examples/mdoc. 1997-01-02 20:39:01 +00:00
mpp
6d0a0d3313 Add several example man pages that contain something a
developer can actually take and convert into a real man page
with little work, as opposed to mdoc.template which really
just defines what sections should be present.

So now there is no reason for not providing man pages
with new commands/functions!
1997-01-02 20:11:33 +00:00
imp
2b3bbc5c32 Colorado has a new area code, and has for some time: 970. Anything that
was in the 303 area code that isn't Boulder or Denver is now 970.  Update
to reflect this new reality.

Obtained from: US West :-)
1997-01-02 17:17:06 +00:00
obrien
b7be7fbc6e Virginia has a new area code (540).
I'm not sure if Fredicksburg is still 703.  Any FBSD hackers in VA
(I'm in CA for a few years), that can double check this.
1997-01-01 23:47:33 +00:00
adam
ea2745b995 corrected Aruba from phonebook
2nd area code for Puerto Rico
added various Caribbean islands
1997-01-01 13:38:25 +00:00
adam
5afae04de4 added many countries, and a few cities
corrected various dialcodes, from 1996 phonebook
NB: many ex-soviet countries with prefix 7 were not added, and others
        might have been missed
    some ex-yugoslav states are probably missing
    Belgrade is both in Serbia and Yugoslavia, while the latter retains
        an existence
1997-01-01 11:31:14 +00:00
adam
2443764d47 Iceland is now unified as one area code 1997-01-01 04:11:52 +00:00
mpp
072b837a26 Add .Nm and .Nd lines to the template so that anyone starting
a man page from this file will not forget to include them,
since they are not optional..
1996-12-15 23:33:19 +00:00
alex
f1cbbed9f1 Added Oregon's new 541 area code. Closes PR#1731.
Submitted by:	John-Mark Gurney <jmg@nike.efn.org>
1996-10-19 20:47:26 +00:00
alex
a35caa54e5 Added 210 (San Antonio, TX) and 630 (IL) area codes. 1996-10-05 13:42:44 +00:00
mpp
3e034d2897 Fix a spelling error. 1996-08-21 22:38:20 +00:00
mpp
a7be8f9234 Add my own zipcode, since it seems to be missing, along with
some other ones that NetBSD has in their zipcode file that we
don't.
1996-08-21 22:32:54 +00:00
mpp
d72cac991d Update the area code for St. Cloud, MN, since it received a new
one this year.

Also move one entry that was out of place into the correct sort order.
1996-08-21 22:18:21 +00:00
wollman
bca99d79d3 Add a listing of ISO 3166 country codes (probably the first thing in this
directory that's actually useful).  This will be needed for the
next-generation `tzsetup'.
1996-08-05 18:35:35 +00:00
jraynard
c6af739d2a Brought UK entries up-to-date with present reality, corrected a spello. 1996-07-21 19:41:21 +00:00
phk
42584dfadc Remove the ipfw sample files from the Makefile too.
Forgotten by:	alex :-)
1996-07-15 05:48:27 +00:00
alex
4df49241b6 Change Arlington Heights, IL to 847. 1996-07-15 00:27:55 +00:00
alex
e18bc018d8 These files have been replaced by /etc/rc.firewall. 1996-07-14 16:49:55 +00:00
wosch
c8069523b3 update Istanbul
Submitted by:	jhs
1996-06-24 01:28:56 +00:00
mpp
b9a84bfdc6 Fix some more spelling errors. 1996-01-31 13:53:01 +00:00
joerg
d555d3cbdc Add the ``CD-ROM Audio Control Parameter Page''. 1995-12-28 14:24:08 +00:00
bde
f5284ed86d Change install' to ${INSTALL}' so that default install flags can be
specified in the top level Makefiles.
1995-07-25 00:37:58 +00:00
joerg
cfcbb9e6f7 Description:
German reunification was _way_ back.  Fixing anachronism.

Reviewed by:
Submitted by:	kieber@sax.sax.de (Ulf Kieber)
Obtained from:
1995-07-22 22:15:42 +00:00
ache
1b3d9fbb64 Add Moscow and Kiev 1995-05-12 20:13:19 +00:00
dufault
17c56e0ef0 New modes file needed for mode editor. "b" can not stand for bit fields. 1995-05-05 20:43:46 +00:00
dufault
d193340352 Add scsi_modes 1995-05-01 17:09:49 +00:00
dufault
1e5ffe600f Symoblic representation of mode pages 1995-04-28 19:25:17 +00:00
guido
64a49cb518 Install the ipfw.samp.* files
Reviewed by:
Submitted by:
Obtained from:
1995-01-12 18:40:10 +00:00
jkh
4cdf6c2084 Add sample stuff for the ipfw(1) utility. 1994-10-28 15:17:23 +00:00
rgrimes
b0d61785ca BSD 4.4 Lite Share Sources 1994-05-30 19:09:18 +00:00