]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
27 years agoThis commit was generated by cvs2svn to compensate for changes in r24143,
joerg [Sun, 23 Mar 1997 18:55:20 +0000 (18:55 +0000)]
This commit was generated by cvs2svn to compensate for changes in r24143,
which included commits to RCS files with non-trunk default branches.

27 years agoThis is the FreeBSD-specific files for top, plus the Makefile
joerg [Sun, 23 Mar 1997 18:55:20 +0000 (18:55 +0000)]
This is the FreeBSD-specific files for top, plus the Makefile
that pulls all the files from contrib.

Obtained from: The ports collection (mostly).

27 years agoApply the FreeBSD-local patches.
joerg [Sun, 23 Mar 1997 18:53:01 +0000 (18:53 +0000)]
Apply the FreeBSD-local patches.

Obtained from: The ports collection.

27 years agoThis commit was generated by cvs2svn to compensate for changes in r24139,
joerg [Sun, 23 Mar 1997 18:51:21 +0000 (18:51 +0000)]
This commit was generated by cvs2svn to compensate for changes in r24139,
which included commits to RCS files with non-trunk default branches.

27 years agoThis is the long-awaited import of top into the base system (actually,
joerg [Sun, 23 Mar 1997 18:51:21 +0000 (18:51 +0000)]
This is the long-awaited import of top into the base system (actually,
the src/contrib/top part right now).  This tools is simply too system-
dependant to maintain it in the ports collection.

27 years agoCreated new section `CPU OPTIONS'. CPU classes and math emulator are
kato [Sun, 23 Mar 1997 11:08:28 +0000 (11:08 +0000)]
Created new section `CPU OPTIONS'.  CPU classes and math emulator are
moved to there.  Options for CPU feature is also described there.

27 years agoRemoved nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>
bde [Sun, 23 Mar 1997 06:33:55 +0000 (06:33 +0000)]
Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>
from <scsi/scsiconf.h> and fixed everything that depended on them.

27 years agoRemoved nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>
bde [Sun, 23 Mar 1997 06:26:47 +0000 (06:26 +0000)]
Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>
from <scsi/scsiconf.h> and fixed everything that depended on them.

27 years agoAdded Accton EN1207-TX support.
kato [Sun, 23 Mar 1997 05:10:14 +0000 (05:10 +0000)]
Added Accton EN1207-TX support.

27 years agoRemoved nested #include of <sys/conf.h> from <scsi/scsi_driver.h>
bde [Sun, 23 Mar 1997 04:40:00 +0000 (04:40 +0000)]
Removed nested #include of <sys/conf.h> from <scsi/scsi_driver.h>
and fixed everything that depended on getting it from the wrong
place.  Most of the broken things actually only depended on getting
the declaration of their interrupt handler from "ioconf.h".

27 years agoDon't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde [Sun, 23 Mar 1997 03:49:00 +0000 (03:49 +0000)]
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
Fixed everything that depended on getting fcntl.h stuff from the wrong
place.  Most things don't depend on file.h stuff at all.

27 years agoDon't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde [Sun, 23 Mar 1997 03:37:54 +0000 (03:37 +0000)]
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
Fixed everything that depended on getting fcntl.h stuff from the wrong
place.  Most things don't depend on file.h stuff at all.

27 years agoFix a significant error in the accounting for pre-zeroed pages. This
dyson [Sun, 23 Mar 1997 02:44:54 +0000 (02:44 +0000)]
Fix a significant error in the accounting for pre-zeroed pages.  This
is a candidate for RELENG_2_2...

27 years agoslight fix to gcc's man page...
jmg [Sun, 23 Mar 1997 00:51:16 +0000 (00:51 +0000)]
slight fix to gcc's man page...

27 years agoMerged the rest of lfs from Lite2. It compiles (uncleanly) but is as
bde [Sun, 23 Mar 1997 00:45:27 +0000 (00:45 +0000)]
Merged the rest of lfs from Lite2.  It compiles (uncleanly) but is as
unlikely to work as before.

27 years agoFix the location of the files in the FILES section.
mpp [Sat, 22 Mar 1997 23:59:56 +0000 (23:59 +0000)]
Fix the location of the files in the FILES section.
Closes PR# 3063.

Submitted by: Kent Vander Velden <graphix@iastate.edu>

27 years agoAdd malloc(9) to document the kernel malloc() and free() routines.
mpp [Sat, 22 Mar 1997 23:50:21 +0000 (23:50 +0000)]
Add malloc(9) to document the kernel malloc() and free() routines.

Obtained from: NetBSD w/changes to reflect current FreeBSD headers
and diagnostic messages.

27 years agoRemove an extra comma.
mpp [Sat, 22 Mar 1997 23:48:12 +0000 (23:48 +0000)]
Remove an extra comma.

27 years agoMake the argument handling for select() less bogus. Also, move the
joerg [Sat, 22 Mar 1997 23:12:08 +0000 (23:12 +0000)]
Make the argument handling for select() less bogus.  Also, move the
amq service from UDP to TCP for better reliability.

27 years agoMinor mdoc fixes.
mpp [Sat, 22 Mar 1997 22:47:34 +0000 (22:47 +0000)]
Minor mdoc fixes.

27 years agoAdd vslock(9) to document the vslock() and vsunlock() kernel functions.
mpp [Sat, 22 Mar 1997 22:21:37 +0000 (22:21 +0000)]
Add vslock(9) to document the vslock() and vsunlock() kernel functions.

Obtained from: NetBSD

27 years agoOne minor mdoc fix.
mpp [Sat, 22 Mar 1997 22:19:26 +0000 (22:19 +0000)]
One minor mdoc fix.

27 years agoAdd kernacc(9) that documents the kernacc() and useracc() kernel
mpp [Sat, 22 Mar 1997 22:06:07 +0000 (22:06 +0000)]
Add kernacc(9) that documents the kernacc() and useracc() kernel
functions.

Obtained from: NetBSD (renamed from access.9)

27 years agoAdd physio(9).
mpp [Sat, 22 Mar 1997 21:31:29 +0000 (21:31 +0000)]
Add physio(9).

Obtained from: NetBSD w/minor FreeBSD changes

27 years agoAdd mi_switch.9. It documents the kernel mi_switch() and cpu_switch()
mpp [Sat, 22 Mar 1997 20:59:18 +0000 (20:59 +0000)]
Add mi_switch.9.  It documents the kernel mi_switch() and cpu_switch()
context switching functions.

Obtained from: NetBSD (renamed from ctxsw.9)

27 years agoRestore Bruce's original comment. It seems that "iff" = if and only if,
mpp [Sat, 22 Mar 1997 20:34:21 +0000 (20:34 +0000)]
Restore Bruce's original comment.  It seems that "iff" = if and only if,
and is not a typo.  It is used other places in the kernel, too.

27 years agoAdd resettodr(9).
mpp [Sat, 22 Mar 1997 20:07:04 +0000 (20:07 +0000)]
Add resettodr(9).

Obtained from: NetBSD

27 years agoAdd inittodr(9) to document how the system clock is initialized.
mpp [Sat, 22 Mar 1997 19:46:44 +0000 (19:46 +0000)]
Add inittodr(9) to document how the system clock is initialized.
Obtained from NetBSD and then modified to reflect how things work
in FreeBSD, along with some minor changes to make a few points
clearer.

27 years agoAdd time(9) to document the kernel time variables. Obtained from
mpp [Sat, 22 Mar 1997 19:09:31 +0000 (19:09 +0000)]
Add time(9) to document the kernel time variables.  Obtained from
NetBSD and then modified by me to reflect some FreeBSD specific
things and to clarify some other pointed based on some old mail
from Bruce Evans about this man page.

27 years agoOops, I forgot to `cvs add'. This file is a part of new CPU
kato [Sat, 22 Mar 1997 19:00:36 +0000 (19:00 +0000)]
Oops, I forgot to `cvs add'.  This file is a part of new CPU
identification and initialization routines.

27 years agoImproved CPU identification and initialization routines. This
kato [Sat, 22 Mar 1997 18:54:54 +0000 (18:54 +0000)]
Improved CPU identification and initialization routines.  This
supports All Cyrix CPUs, IBM Blue Lightning CPU and NexGen (now AMD)
Nx586 CPU, and initialize special registers of Cyrix CPU and msr of
IBM Blue Lightning CPU.

If revision of Cyrix 6x86 CPU < 2.7, CPU cache is enabled in
write-through mode.  This can be disabled by kernel configuration
options.

Reviewed by: Bruce Evans <bde@freebsd.org> and
             Jordan K. Hubbard <jkh@freebsd.org>

27 years agoRemove the text that says nroff and pr automatically disable
mpp [Sat, 22 Mar 1997 17:19:32 +0000 (17:19 +0000)]
Remove the text that says nroff and pr automatically disable
writing to the tty while they are running because they don't.

27 years agoFix a typo in a comment of a recent commit.
mpp [Sat, 22 Mar 1997 16:52:19 +0000 (16:52 +0000)]
Fix a typo in a comment of a recent commit.

27 years agoYAMF22
jkh [Sat, 22 Mar 1997 15:20:51 +0000 (15:20 +0000)]
YAMF22

27 years agoDon't indirect through a NULL pointer in rl_strpbrk. This makes filename
dfr [Sat, 22 Mar 1997 14:03:08 +0000 (14:03 +0000)]
Don't indirect through a NULL pointer in rl_strpbrk.  This makes filename
completion work in GDB.

27 years agoMerged enough of lfs from Lite2 for mkdep of LINT to work again.
bde [Sat, 22 Mar 1997 09:33:55 +0000 (09:33 +0000)]
Merged enough of lfs from Lite2 for mkdep of LINT to work again.

27 years agoRemoved `volatile' from declaration of `time', and removed the resulting
bde [Sat, 22 Mar 1997 08:03:51 +0000 (08:03 +0000)]
Removed `volatile' from declaration of `time', and removed the resulting
null casts.  `time' is nonvolatile for accesses within a region locked
by splclock()/splx().  Accesses outside such a region are invalid, and
splx() must have the side effect of potentially changing all global
variables (since there are hundreds of sort of volatile variables like
`time'), so declaring `time' as volatile didn't have any real benefits.

27 years agoFixed some invalid (non-atomic) accesses to `time', mostly ones of the
bde [Sat, 22 Mar 1997 06:53:45 +0000 (06:53 +0000)]
Fixed some invalid (non-atomic) accesses to `time', mostly ones of the
form `tv = time'.  Use a new function gettime().  The current version
just forces atomicicity without fixing precision or efficiency bugs.
Simplified some related valid accesses by using the central function.

27 years agoQuick fix for section limits not being relocated. This has always been
bde [Sat, 22 Mar 1997 04:44:51 +0000 (04:44 +0000)]
Quick fix for section limits not being relocated.  This has always been
broken for gdb -k, but the section limits weren't used much in previous
versions of gdb in FreeBSD.  Now they are used for backtracing when full
symbols aren't available, and in some other new cases.

This should be fixed properly by someone who knows bfd.

This should be fixed in 2.2.

27 years agoDecrease the latency/overhead in the prezero code when there is
dyson [Sat, 22 Mar 1997 04:28:16 +0000 (04:28 +0000)]
Decrease the latency/overhead in the prezero code when there is
an adequate number of prezeroed pages.

27 years agoBacked out rev.1.27, which broke unmounting of mfs and caused panics
bde [Sat, 22 Mar 1997 03:59:46 +0000 (03:59 +0000)]
Backed out rev.1.27, which broke unmounting of mfs and caused panics
on shutdown.

Should not have been in 2.2 (the buggy last minute change, that is).

27 years agoAdd a new "-f" option to the linker, to print the resolved paths
jdp [Sat, 22 Mar 1997 02:59:40 +0000 (02:59 +0000)]
Add a new "-f" option to the linker, to print the resolved paths
of all the files and libraries in the command line.

Submitted by: bde (Bruce Evans)

27 years agoDon't generate invalid C++ code (for implicit conversion from `void *' in
bde [Sat, 22 Mar 1997 01:48:17 +0000 (01:48 +0000)]
Don't generate invalid C++ code (for implicit conversion from `void *' in
assignment).

27 years agoMake makewhatis(1) happy.
wosch [Fri, 21 Mar 1997 20:59:44 +0000 (20:59 +0000)]
Make makewhatis(1) happy.

27 years agoUse the .Tn macro for generic FreeBSD references. Other minor cleanup.
mpp [Fri, 21 Mar 1997 20:57:20 +0000 (20:57 +0000)]
Use the .Tn macro for generic FreeBSD references.  Other minor cleanup.

27 years agoMdoc cleanup.
mpp [Fri, 21 Mar 1997 20:46:30 +0000 (20:46 +0000)]
Mdoc cleanup.

27 years agoMinor mdoc cleanup - don't use .Pa for non-pathname items.
mpp [Fri, 21 Mar 1997 20:16:33 +0000 (20:16 +0000)]
Minor mdoc cleanup - don't use .Pa for non-pathname items.

27 years agoUse the .Fx macro for FreeBSD references for releases prior to 2.0.
mpp [Fri, 21 Mar 1997 20:14:15 +0000 (20:14 +0000)]
Use the .Fx macro for FreeBSD references for releases prior to 2.0.
Use the .Tn macro for generic FreeBSD references.  Cleanup other
formatting problems noticed while making the above changes.

27 years agoFix a number of typos and use the .Tn macro where appropriate.
mpp [Fri, 21 Mar 1997 20:04:21 +0000 (20:04 +0000)]
Fix a number of typos and use the .Tn macro where appropriate.

27 years agoAdd all of the pre-FreeBSD 2.0 release to the .Fx macro.
mpp [Fri, 21 Mar 1997 19:09:21 +0000 (19:09 +0000)]
Add all of the pre-FreeBSD 2.0 release to the .Fx macro.

27 years agoChange X Inside to Xi Graphics
wosch [Fri, 21 Mar 1997 18:40:08 +0000 (18:40 +0000)]
Change X Inside to Xi Graphics

See http://www.xig.com/ci/pr/970219.xigraphics.html
Leading Software Company Changes Name to Avoid Confusion with Internet
Porn Denver -- A leading developer of high-performance graphical
software has changed its name from X Inside to Xi Graphics. The
reason: Ongoing confusion between the software developer and the
increasing number of X-rated pornography companies on the Internet

27 years agoSubmitted by: Michael Petry <petry@netwolf.NetMasters.com>
fsmp [Fri, 21 Mar 1997 17:33:03 +0000 (17:33 +0000)]
Submitted by: Michael Petry <petry@netwolf.NetMasters.com>
Michael submitted code to activate the audio muxes.

fsmp:
 extended those changes for different boards.
 auto-detection of board types.
 auto-detection of tuner types.
 auto-detection of stereo option.

27 years agoSubmitted by: Michael Petry <petry@netwolf.NetMasters.com>
fsmp [Fri, 21 Mar 1997 17:29:54 +0000 (17:29 +0000)]
Submitted by:  Michael Petry <petry@netwolf.NetMasters.com>
Michael submitted code to activate the audio muxes.

fsmp:
 extended those changes for different boards.
 auto-detection of board types.
 auto-detection of tuner types.
 auto-detection of stereo option

27 years agoChange domain name xinside.com to xig.com
wosch [Fri, 21 Mar 1997 17:02:44 +0000 (17:02 +0000)]
Change domain name xinside.com to xig.com

http://www.xig.com/ci/pr/970219.xigraphics.html

Leading Software Company Changes Name to Avoid Confusion with Internet
Porn Denver -- A leading developer of high-performance graphical
software has changed its name from X Inside to Xi Graphics. The
reason: Ongoing confusion between the software developer and the
increasing number of X-rated pornography companies on the Internet

27 years agoDocument SCM_CREDS changes.
wpaul [Fri, 21 Mar 1997 16:52:05 +0000 (16:52 +0000)]
Document SCM_CREDS changes.

27 years agoAdd support to sendmsg()/recvmsg() for passing credentials between
wpaul [Fri, 21 Mar 1997 16:12:32 +0000 (16:12 +0000)]
Add support to sendmsg()/recvmsg() for passing credentials between
processes using AF_LOCAL sockets. This hack is going to be used with
Secure RPC to duplicate a feature of STREAMS which has no real counterpart
in sockets (with STREAMS/TLI, you can apparently use t_getinfo() to learn
UID of a local process on the other side of a transport endpoint).

What happens is this: the client sets up a sendmsg() call with ancillary
data using the SCM_CREDS socket-level control message type. It does not
need to fill in the structure. When the kernel notices the data,
unp_internalize() fills in the cmesgcred structure with the sending
process' credentials (UID, EUID, GID, and ancillary groups). This data
is later delivered to the receiving process. The receiver can then
perform the follwing tests:

- Did the client send ancillary data?
o Yes, proceed.
o No, refuse to authenticate the client.

- The the client send data of type SCM_CREDS?
o Yes, proceed.
o No, refuse to authenticate the client.

- Is the cmsgcred structure the right size?
o Yes, proceed.
o No, signal a possible error.

The receiver can now inspect the credential information and use it to
authenticate the client.

27 years agoCatch up with the original.
hanai [Fri, 21 Mar 1997 09:46:34 +0000 (09:46 +0000)]
Catch up with the original.

27 years agoCatch up with the original.
hanai [Fri, 21 Mar 1997 09:22:24 +0000 (09:22 +0000)]
Catch up with the original.

27 years agoAdded support for newer cards that have the DP83840A PHY chip.
dg [Fri, 21 Mar 1997 08:00:13 +0000 (08:00 +0000)]
Added support for newer cards that have the DP83840A PHY chip.
Fixed a bug in fxp_mdi_write - a hex number was missing a preceding 0x
and this was causing the routine to not wait for a PHY write to complete.
Added support for link0, link1, and link2 flags to toggle auto-
negotiation, 10/100, and half/full duplex:

link0 disable auto-negotiation

When set, these flags then have meaning:

-link1 10Mbps
link1 100Mbps
-link2 half duplex
link2 full duplex

...needs a manual page.

27 years agoChange the release number and <date> to fit with the current release.
hanai [Fri, 21 Mar 1997 06:57:50 +0000 (06:57 +0000)]
Change the release number and <date> to fit with the current release.

27 years agoAdd Iceland.
jkh [Fri, 21 Mar 1997 05:18:20 +0000 (05:18 +0000)]
Add Iceland.

27 years agoVery minor word change.
obrien [Fri, 21 Mar 1997 01:36:18 +0000 (01:36 +0000)]
Very minor word change.

27 years agoFix a minor grammar problem.
mpp [Fri, 21 Mar 1997 00:30:58 +0000 (00:30 +0000)]
Fix a minor grammar problem.

27 years agoI had to rename one additional file in the last file import, so
mpp [Thu, 20 Mar 1997 23:34:11 +0000 (23:34 +0000)]
I had to rename one additional file in the last file import, so
update this script to reflect that.

27 years agoTypo police.
mpp [Thu, 20 Mar 1997 16:33:15 +0000 (16:33 +0000)]
Typo police.

27 years agoAdd backward compatibility so that static executables built on
jdp [Thu, 20 Mar 1997 16:28:27 +0000 (16:28 +0000)]
Add backward compatibility so that static executables built on
modern FreeBSD systems will syslog properly on older systems that
still name the logging socket "/dev/log".  This includes pre-2.2
versions of FreeBSD as well as BSD/OS systems.  If the connect to
"/var/run/log" fails, the function now tries to connect to
"/dev/log" as a fallback.

27 years agoUse the .An macro in the AUTHOR section.
mpp [Thu, 20 Mar 1997 16:14:21 +0000 (16:14 +0000)]
Use the .An macro in the AUTHOR section.

27 years agoDocument the .An (author name) macro. Also cleanup some other problems
mpp [Thu, 20 Mar 1997 16:04:04 +0000 (16:04 +0000)]
Document the .An (author name) macro.  Also cleanup some other problems
I noticed while editing these man pages.

Usage: .An Author_name

Example:

This manual page was written by
.An Mike Pritchard Aq mpp@FreeBSD.ORG .

Produces:

This manual page was written by Mike Pritchard <mpp@FreeBSD.ORG>.

27 years agoRemove term=dumb from default entry: ovverrides TERM variable for login
ache [Thu, 20 Mar 1997 13:41:16 +0000 (13:41 +0000)]
Remove term=dumb from default entry: ovverrides TERM variable for login

27 years agoReinstating stuff that fell out after jeorg's update...
jkh [Thu, 20 Mar 1997 13:15:41 +0000 (13:15 +0000)]
Reinstating stuff that fell out after jeorg's update...
Submitted-By: pds
27 years agoAdded Allied Telesis CenterCOM LA100-PCI support. Currently, full
kato [Thu, 20 Mar 1997 07:25:22 +0000 (07:25 +0000)]
Added Allied Telesis CenterCOM LA100-PCI support.  Currently, full
duplex mode doesn't work.

27 years agoFix possible (not stack) overflow from -d <dir> commandline option.
davidn [Thu, 20 Mar 1997 03:35:06 +0000 (03:35 +0000)]
Fix possible (not stack) overflow from -d <dir> commandline option.

27 years agoMdoc cleanup.
mpp [Wed, 19 Mar 1997 22:42:02 +0000 (22:42 +0000)]
Mdoc cleanup.

27 years agoDon't use the undocumented .Fr (function return value) macro for function
mpp [Wed, 19 Mar 1997 22:09:08 +0000 (22:09 +0000)]
Don't use the undocumented .Fr (function return value) macro for function
arguments.  Use .Fa instead (the output is the same).  Also fixed
a formatting error.

27 years agoUpdate to use the .Rv macro now that I know it exists :-).
mpp [Wed, 19 Mar 1997 21:08:48 +0000 (21:08 +0000)]
Update to use the .Rv macro now that I know it exists :-).

27 years agoFixed missing #includes in synopsis.
bde [Wed, 19 Mar 1997 21:02:11 +0000 (21:02 +0000)]
Fixed missing #includes in synopsis.

Fixed stale reference to <sys/inode.h>.

27 years agoDocument the .Rv (return values) macro.
mpp [Wed, 19 Mar 1997 21:01:45 +0000 (21:01 +0000)]
Document the .Rv (return values) macro.

".Rv -std atexit" will generate the following text:

The atexit() function returns the value 0 if successful; otherwise the
value -1 is returned and the global variable errno is set to indicate the
error.

27 years agoFixed misuse of .Ft for enum members. (.Fa seems to be the best
bde [Wed, 19 Mar 1997 20:42:18 +0000 (20:42 +0000)]
Fixed misuse of .Ft for enum members.  (.Fa seems to be the best
available macro for enum, struct and union members.  .Ft seems to
be the best available macro for enum, struct and union tags and
types).

Fixed missing void arg types.

27 years agoUpdate the table of contents such as it is to reflect my previous change.
mpp [Wed, 19 Mar 1997 20:31:42 +0000 (20:31 +0000)]
Update the table of contents such as it is to reflect my previous change.

27 years agoDocument the previously undocumented .Bf (begin font mode) macro.
mpp [Wed, 19 Mar 1997 20:16:50 +0000 (20:16 +0000)]
Document the previously undocumented .Bf (begin font mode) macro.
Moved the descriptions of the .Em, .Li and .Sy macros into
the new "Font Modes" sub-section along with .Bf, since they are
all related.

27 years agoUpdate the usage message for the ".Bf" macro to match the actual
mpp [Wed, 19 Mar 1997 20:05:19 +0000 (20:05 +0000)]
Update the usage message for the ".Bf" macro to match the actual
arguments that it takes.

27 years agoFixed missing #include of <sys/types.h> in synopsis.
bde [Wed, 19 Mar 1997 19:48:24 +0000 (19:48 +0000)]
Fixed missing #include of <sys/types.h> in synopsis.

27 years agoFixed missing #include(s) (mostly of <sys/types.h> in synopsis).
bde [Wed, 19 Mar 1997 19:47:43 +0000 (19:47 +0000)]
Fixed missing #include(s) (mostly of <sys/types.h> in synopsis).

Reviewed by: wollman

27 years agoFixed missing #include of <sys/types.h> and wrong arg types in synopsis.
bde [Wed, 19 Mar 1997 19:41:20 +0000 (19:41 +0000)]
Fixed missing #include of <sys/types.h> and wrong arg types in synopsis.

Reviewed by: wollman

27 years agoadditions for table-driven frequency calculation.
fsmp [Wed, 19 Mar 1997 19:10:45 +0000 (19:10 +0000)]
additions for table-driven frequency calculation.
addition of colorbar ioctl.
removed unneeded disable_intr()/enable_intr() wrappers in i2c code.
minor cleanup.

27 years agoadditions for table-driven frequency calculation.
fsmp [Wed, 19 Mar 1997 19:08:31 +0000 (19:08 +0000)]
additions for table-driven frequency calculation.
addition of colorbar ioctl.

27 years agoUse the correct name for the HLT instruction.
obrien [Wed, 19 Mar 1997 18:31:59 +0000 (18:31 +0000)]
Use the correct name for the HLT instruction.

Submitted by: bde

27 years agoFreeBSD uses the HALT instruction in its idle loop to save power.
obrien [Wed, 19 Mar 1997 17:17:59 +0000 (17:17 +0000)]
FreeBSD uses the HALT instruction in its idle loop to save power.

Noticed by: Stephen Roome <steve@visint.co.uk>

27 years agoSynchronize with sys/i386/conf/files.i386 revision 1.156.
kato [Wed, 19 Mar 1997 16:14:25 +0000 (16:14 +0000)]
Synchronize with sys/i386/conf/files.i386 revision 1.156.

27 years agoYAMF22
jkh [Wed, 19 Mar 1997 10:09:46 +0000 (10:09 +0000)]
YAMF22

27 years agoSome of my pending merge changes, Paul Traina's more flexible config
jkh [Wed, 19 Mar 1997 10:09:28 +0000 (10:09 +0000)]
Some of my pending merge changes, Paul Traina's more flexible config
file loading code.
Submitted by: pst

27 years agoUpdate the O'Reilly books that are now in the 2nd ed.
obrien [Wed, 19 Mar 1997 07:59:19 +0000 (07:59 +0000)]
Update the O'Reilly books that are now in the 2nd ed.

27 years agoFixed synopsis (after the cleanup of <sys/snoop.h>, there are no other
bde [Wed, 19 Mar 1997 04:58:33 +0000 (04:58 +0000)]
Fixed synopsis (after the cleanup of <sys/snoop.h>, there are no other
prerequisites; previously <sys/ioctl.h> was bogus and some prerequisites
weren't documented).

27 years agoRemoved old bogus prerequisite <sys/select.h>. Cleaned up #include mess.
bde [Wed, 19 Mar 1997 04:44:07 +0000 (04:44 +0000)]
Removed old bogus prerequisite <sys/select.h>.  Cleaned up #include mess.

27 years agoOnly export ioctl-related stuff to applications. Include prerequisite
bde [Wed, 19 Mar 1997 04:37:26 +0000 (04:37 +0000)]
Only export ioctl-related stuff to applications.  Include prerequisite
headers (like most other ioctl-related headers).

Didn't fix spelling errors and other warts.

27 years agoThe New Hacker's Dictionary (aka. the Jargon File) to the history section
obrien [Wed, 19 Mar 1997 04:32:30 +0000 (04:32 +0000)]
The New Hacker's Dictionary (aka. the Jargon File) to the history section

27 years agoAdd "Lion's Commentary on UNIX, 6th Ed. w/source code".
obrien [Wed, 19 Mar 1997 04:23:12 +0000 (04:23 +0000)]
Add "Lion's Commentary on UNIX, 6th Ed. w/source code".

Yep, you heard it, this book has survived since 1997 via the photocopier
underground.  Well SCO decided it is now safe for us to see the 6th ed.
Kernel source.  :-)

27 years agoFix Peter Salus's name.
obrien [Wed, 19 Mar 1997 04:08:34 +0000 (04:08 +0000)]
Fix Peter Salus's name.

27 years agoAdded UNIX System Architecture by Prabhat Andleigh.
obrien [Wed, 19 Mar 1997 03:54:15 +0000 (03:54 +0000)]
Added  UNIX System Architecture by Prabhat Andleigh.

This is a really nice small (274 pages) book on UNIX architecture.
It "reads" like K&R, has good straightforward explantions and nice diagrams
of structures and things, w/o unnessiary bulk.  It covers both BSD and sysV.
I wish this had been the textbook for my undergrad OS class rather
than Tannenbam.

27 years agoFixed wrong #include in synopsis. <sys/dir.h> has been deprecated for
bde [Wed, 19 Mar 1997 03:48:12 +0000 (03:48 +0000)]
Fixed wrong #include in synopsis.  <sys/dir.h> has been deprecated for
years.

Not fixed: stale, misformatted copy of <dirent.h>.  I will be cleaning
up the dirent.h and dir.h headers soon (ufs stuff needs to be separated
better), so don't change the man page yet.