]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoThis file isn't needed anymore, has symbols that conflicts with cdrio.h
David E. O'Brien [Wed, 26 Apr 2000 11:18:16 +0000 (11:18 +0000)]
This file isn't needed anymore, has symbols that conflicts with cdrio.h
which produces warnings when compiling kdump.

24 years agoClarify the use of the auth service's -d option for specifying
Sheldon Hearn [Wed, 26 Apr 2000 10:40:35 +0000 (10:40 +0000)]
Clarify the use of the auth service's -d option for specifying
a fallback username.

Reviewed by: green

24 years agoAdd braces to avoid ambiguity in a nested conditional (silences a gcc
Sheldon Hearn [Wed, 26 Apr 2000 10:38:19 +0000 (10:38 +0000)]
Add braces to avoid ambiguity in a nested conditional (silences a gcc
warning).

24 years agoBring support in for Intel Wired for Management 1.1 (PXE 0.99 and
Paul Saab [Wed, 26 Apr 2000 07:38:40 +0000 (07:38 +0000)]
Bring support in for Intel Wired for Management 1.1 (PXE 0.99 and
below).  This did not work previously because interrupts were
disabled when PXE calls were being made, and they must be enabled.
This should also allow us to be compliant with all newer PXE rom's
from Intel.

For PXE 0.99, this has been tested using the Intel N440BX motherboard
and I am confident it will work on the Intel L440GX motherboard.

Lots of help/information from: jhb, peter

I would like to thank Michael Johnston <michael.johnston@intel.com>,
Mike Henry <mike.henry@intel.com>, and all the other PXE developers
at Intel for their help, and information in helping solve this
problem.

24 years agorandom.h moved to sys/
David E. O'Brien [Wed, 26 Apr 2000 07:17:26 +0000 (07:17 +0000)]
random.h moved to sys/

24 years agoUnbreak for the case where ``make obj'' was run first.
David E. O'Brien [Wed, 26 Apr 2000 07:00:46 +0000 (07:00 +0000)]
Unbreak for the case where ``make obj'' was run first.

24 years agoRemove dummy read_random function since we now have a real one.
Matt Jacob [Wed, 26 Apr 2000 06:49:39 +0000 (06:49 +0000)]
Remove dummy read_random function since we now have a real one.

24 years agoWell, make intrhand2_t take a void * arg then. Matches i386.
Matt Jacob [Wed, 26 Apr 2000 06:48:54 +0000 (06:48 +0000)]
Well, make intrhand2_t take a void * arg then. Matches i386.

24 years agoReplace the /dev/stdin, /dev/stdout, and /dev/stderr nodes with
Chris Costello [Wed, 26 Apr 2000 06:12:42 +0000 (06:12 +0000)]
Replace the /dev/stdin, /dev/stdout, and /dev/stderr nodes with
symlinks to fd/0, fd/1, and fd/2 respectively.  This will make
things easier for upcoming changes to fdesc (and does not break
anything for the current state of things) and hopefully its
position as the replacement for our existing static /dev/fd nodes.

Suggested (and reviewed) by: phk

24 years agoLanMedias driver sources for the LMC1000 and similar cards.
Poul-Henning Kamp [Wed, 26 Apr 2000 06:02:13 +0000 (06:02 +0000)]
LanMedias driver sources for the LMC1000 and similar cards.

Does not yet compile yet.

24 years agoCorrect typo in description string: `CANNOT' -> `CAN'.
Joseph Koshy [Wed, 26 Apr 2000 05:21:54 +0000 (05:21 +0000)]
Correct typo in description string: `CANNOT' -> `CAN'.

PR: docs/18177
Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>

24 years agoFix typo. Use `.Fa' to denote a function argument.
Joseph Koshy [Wed, 26 Apr 2000 05:09:22 +0000 (05:09 +0000)]
Fix typo.  Use `.Fa' to denote a function argument.

PR: docs/18214
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>

24 years agoDon't disable interrupts when calling a vm86 mode interrupt or routine
John Baldwin [Wed, 26 Apr 2000 04:35:25 +0000 (04:35 +0000)]
Don't disable interrupts when calling a vm86 mode interrupt or routine
from user mode.  Don't disable interrupts when returning from vm86 mode
to user mode either.  Now, we only disable interrupts before calling a
hardware interrupt handler, which is the only time we _should_ be
disabling interrupts.

Because of this, err, feature, any routine that one called in vm86 mode
had to re-enable interrupts by setting the interrupt flag or interrupts
would remain disabled even after the routine returned.  For example, I
have a simple debugging routine that uses a vm86 mode function to dump
any arbitrary memory word that I use to read the BIOS timer or any other
memory location.  This function does 1 load instruction from memory and
then returns.  Since it didn't re-enable interrupts, the first time I
called it to read the BIOS timer, it disabled interrupts.   This also
affected the PXE bootstrap as it needs interrupts enabled while it is
processing.  This patch fixes both of those situations so that those
functions do not worry about having to enable interrupts.  Hardware
interrupt handlers worked fine with the old code because they always
enable interrupts as part of their routine.

If you have any problems with the loader after this commit, please
let me know.  I'd like to MFC it in a week or two since PXE support
needs it.

Noticed by: ps, Michael Johnston <michael.johnston@intel.com>

24 years agoremove "register" specifiers to supress compiler warning.
Kenjiro Cho [Wed, 26 Apr 2000 02:40:33 +0000 (02:40 +0000)]
remove "register" specifiers to supress compiler warning.

24 years agoHello, getconf. This is a slight reinvention of the
Garrett Wollman [Wed, 26 Apr 2000 02:36:54 +0000 (02:36 +0000)]
Hello, getconf.  This is a slight reinvention of the
wheel^H^H^H^H^HPOSIX.2 and X/Open utility, and rather
more complicated than necessary.

24 years agoRemove unused variable.
Matt Jacob [Wed, 26 Apr 2000 00:20:01 +0000 (00:20 +0000)]
Remove unused variable.

24 years agoIgnore tulip chips on LanMedia WAN cards.
Poul-Henning Kamp [Tue, 25 Apr 2000 21:45:45 +0000 (21:45 +0000)]
Ignore tulip chips on LanMedia WAN cards.

24 years agoRemove mistakenly added {o}init. The build system adds it automatically.
Doug White [Tue, 25 Apr 2000 19:03:31 +0000 (19:03 +0000)]
Remove mistakenly added {o}init.  The build system adds it automatically.

24 years agoCommit PicoBSD mega-patch:
Doug White [Tue, 25 Apr 2000 19:00:08 +0000 (19:00 +0000)]
Commit PicoBSD mega-patch:
. Bring PicoBSD up to date with -CURRENT reality.
. Make PicoBSD smart and not spam /dev/vn0 and /mnt.  Now it uses the first
  unused vn device and creates a temporary mountpoint in /tmp.
. Miscellaneous build cleanups and optimizations.

Unfortunately the bridge, isp, and router floppies are too big and need
the axe treatment.  The install floppy needs updating to -CURRENT. Dial and
net build and (appear to) run OK.  I will be adressing these in the
near future (unless someone beats me to it :-) ).

PR: misc/17737
Submitted by: Omachonu Ogali <oogali@intranova.net>

24 years agoAdd punctuation to make a sentence more readable.
Garrett Wollman [Tue, 25 Apr 2000 16:40:57 +0000 (16:40 +0000)]
Add punctuation to make a sentence more readable.

24 years agoReassemble a sentence that has been botched in rev 1.4.
Joerg Wunsch [Tue, 25 Apr 2000 13:53:48 +0000 (13:53 +0000)]
Reassemble a sentence that has been botched in rev 1.4.

Reported by: Alexander Leidinger <Alexander@leidinger.net>

24 years agoClone the {b|bio}_offset field, and make sure it is always initialized
Poul-Henning Kamp [Tue, 25 Apr 2000 10:51:18 +0000 (10:51 +0000)]
Clone the {b|bio}_offset field, and make sure it is always initialized
in struct bio.  Eventually, bio_offset will probably obsolete the
bio_blkno and bio_pblkno fields.

Remove the special hack in atapi-cd.c to determine of bio_offset was valid.

24 years agoFix excessive use of parenthesis in previous commit.
Sheldon Hearn [Tue, 25 Apr 2000 08:59:51 +0000 (08:59 +0000)]
Fix excessive use of parenthesis in previous commit.

Requested by: bde

24 years agoFirst cut at adding CIS reading to xe driver. I don't have a card
Warner Losh [Tue, 25 Apr 2000 06:09:54 +0000 (06:09 +0000)]
First cut at adding CIS reading to xe driver.  I don't have a card
that seems to be working (I have a MF card that has a 336 modem and
ethernet that the probe routine finds, but the attach fails on because
pccardd doesn't do what you'd like with MF cards all the time).

24 years agoCheckin my first batch of New Mexico changes:
Warner Losh [Tue, 25 Apr 2000 06:07:27 +0000 (06:07 +0000)]
Checkin my first batch of New Mexico changes:
o minor whitespace things (bad because this is also a functional commit)
o Backport reading in of CIS entries from the driver level.

24 years agoMore machdep/random.h -> sys/random.h fixes.
Boris Popov [Tue, 25 Apr 2000 05:06:31 +0000 (05:06 +0000)]
More machdep/random.h -> sys/random.h fixes.

24 years agoFix a long-standing bug which caused massive character loss in remote
Greg Lehey [Tue, 25 Apr 2000 01:41:57 +0000 (01:41 +0000)]
Fix a long-standing bug which caused massive character loss in remote
serial gdb: interrupts were causing either overruns or stealing
characters.  Put splhigh() around the routines which transfer packets
across the line.  Since this happens when the system is halted in
debug, this doesn't cause any particular problem.  Now it is possible
to run the link at 115,200 bps.

PR:    (not assigned yet, must be in limbo somewhere)

Add partial support for detecting non-existent gdb devices.

Add $FreeBSD$ tag.

24 years agoAdd linker_if.m to the mix.
David E. O'Brien [Mon, 24 Apr 2000 23:08:23 +0000 (23:08 +0000)]
Add linker_if.m to the mix.

24 years agoUse kern/kern_random.c.
David E. O'Brien [Mon, 24 Apr 2000 21:53:54 +0000 (21:53 +0000)]
Use kern/kern_random.c.

24 years agoAutomated regression test harness for libc_r. Existing tests are integrated,
Jason Evans [Mon, 24 Apr 2000 21:07:45 +0000 (21:07 +0000)]
Automated regression test harness for libc_r.  Existing tests are integrated,
a new test for POSIX semaphores was added, and examples of harness usage are
included.

24 years agoDisable the returning of "wedged" commands; this is wrong and needs to be
Mike Smith [Mon, 24 Apr 2000 19:56:26 +0000 (19:56 +0000)]
Disable the returning of "wedged" commands; this is wrong and needs to be
rethought.

24 years agoUpdate the Tigon firmware to 12.3.21. This fixes a few bugs and adds support
Bill Paul [Mon, 24 Apr 2000 17:44:45 +0000 (17:44 +0000)]
Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds support
for cards with 2MB of on-board SRAM.

24 years ago* Use sys/sys/random.h rather than a i386 specific one.
David E. O'Brien [Mon, 24 Apr 2000 17:30:08 +0000 (17:30 +0000)]
* Use sys/sys/random.h rather than a i386 specific one.
* There was nothing that should be machine dependant about
  i386/isa/random_machdep.c, so it is now sys/kern/kern_random.c.

24 years ago* Rewrite to use kobj(9) instead of hard-coded function tables.
Doug Rabson [Mon, 24 Apr 2000 17:08:04 +0000 (17:08 +0000)]
* Rewrite to use kobj(9) instead of hard-coded function tables.
* Report link errors to stdout with uprintf() so that the user can see
  what went wrong (PR kern/9214).
* Add support code to allow module symbols to be loaded into GDB using
  the debugger's "sharedlibrary" command.

24 years agoRemove a debugging define which I left by mistake.
Doug Rabson [Mon, 24 Apr 2000 16:59:46 +0000 (16:59 +0000)]
Remove a debugging define which I left by mistake.

24 years agoCosmetic to make errors messages look similar.
Duncan Barclay [Mon, 24 Apr 2000 15:49:20 +0000 (15:49 +0000)]
Cosmetic to make errors messages look similar.

24 years agoMoved debugging definitions to a header file.
Duncan Barclay [Mon, 24 Apr 2000 15:19:40 +0000 (15:19 +0000)]
Moved debugging definitions to a header file.

Removed NETBSDTX spares.

Renamed a load of functions - specifcally
start -> tx
init has download, sj and assoc as sub-functions
report_params and update params move to repparams/upparams

Tidied up old #define's

Got rid of old DPRINTF, made printf's RAY_PRINTF and panic's RAY_PANIC

All code KNF

Removed checking the ECF_TO_HOST area in ray_init - this gets hosed
when someone updates/read a parameter from the card so causes
unneeded grief. This required moving the tib check into ray_attach.

Changed handling of interface flags in ioctl so that promiscous mode
changes are only done as needed.

Sequences of comq entries can be added to an array and automatically
dealt with - used in ray_init_user and others.

Moved IFF_RUNNING checks from the comq commands to com_runq - still
not sure what to do so we PANIC - will be fixed.

ray_sj now checks to see if any of the parameters it can update can be
updated.

ray_sj_done now updates parameters to the current n/w set if we changed
them earlier. I was being a bit thick in earlier comments as to why this
check was done - the ECF never changes the parameters.

Assocication with APs is handled outside of ray_sj - need to add
WEP stuff if I ever get my hands on an AP.

ray_stop, ray_unload and ray_reset are currently broken - reset isn't used anyway.

ray_tx_XXX and ray_rx only have cosmetic changes.

Interrupt handler now gets command out of ccs. This is so ray_intr_ccs and
ray_intr_rcs don't need to remap CM (I'm trying to roll things up a bit as
it must be slowing us down).

ray_intr_ccs just vectors commands to functions or error checks - a
jump table could replace it in ray_intr.

Ditto for ray_intr_rcs.

mcast is currently broken - I need to do more work for ALLMULTI etc. This is reasonably easy to fix becuase of the comq array stuff.

Added a few more checks into repparams so that it is firmware version aware. It also uses the new comq framework.

Parameter updating is also much better with the update parameter return routine re-worked.

Added a couple of runq entry helper functions - one that malloc's a new
entry and fills it in with sensible defaults and another that adds and
runs a seqencue of entries.

24 years agoBit mask definitions for firmware versioning.
Duncan Barclay [Mon, 24 Apr 2000 14:51:25 +0000 (14:51 +0000)]
Bit mask definitions for firmware versioning.

Added versioning info to the MIB sizes array so that both raycontrol
and if_ray have a better chance of not sending duff data to the ECF.

24 years agoInitial import.
Duncan Barclay [Mon, 24 Apr 2000 14:50:01 +0000 (14:50 +0000)]
Initial import.

24 years agoMake the moved about version compile and run
Duncan Barclay [Mon, 24 Apr 2000 10:10:01 +0000 (10:10 +0000)]
Make the moved about version compile and run

24 years ago- Added support for 1bpp and 4bpp BMP files.
Kazutaka YOKOTA [Mon, 24 Apr 2000 10:09:42 +0000 (10:09 +0000)]
- Added support for 1bpp and 4bpp BMP files.
  (PC98 part of the commit will follow.)

Submitted (50%) by: Chiharu Shibata <chi@bd.mbn.or.jp>

24 years agoFix the grammar in my previous commit "lose" -> "loss".
Mike Pritchard [Mon, 24 Apr 2000 08:50:15 +0000 (08:50 +0000)]
Fix the grammar in my previous commit "lose" -> "loss".
I should have done it that way in the first place.

Pointed-out-by: bde
24 years agoActivate ja nls if WANT_KANJI
Andrey A. Chernov [Mon, 24 Apr 2000 08:14:16 +0000 (08:14 +0000)]
Activate ja nls if WANT_KANJI
Fix 'make release'
Suppress 'make distribute'

24 years agoAdd "device miibus" to SYNOPSIS section.
Bill Paul [Mon, 24 Apr 2000 02:01:56 +0000 (02:01 +0000)]
Add "device miibus" to SYNOPSIS section.

24 years agoMake FTP_PASSIVE_MODE check more specific.
Jordan K. Hubbard [Sun, 23 Apr 2000 21:23:34 +0000 (21:23 +0000)]
Make FTP_PASSIVE_MODE check more specific.
Suggested by: Eric D. Futch <efutch@nyct.net>

24 years agoDon't refer to non-existent automount(8).
David E. O'Brien [Sun, 23 Apr 2000 18:16:16 +0000 (18:16 +0000)]
Don't refer to non-existent automount(8).

Submitted by: Alexey M. Zelkin <phantom@cris.net>

24 years agoimplement settrigger according to spec
Cameron Grant [Sun, 23 Apr 2000 18:09:18 +0000 (18:09 +0000)]
implement settrigger according to spec

fixes for non-blocking mode

24 years agoPass "WANT_KANJI" from make.conf to the compiler.
David E. O'Brien [Sun, 23 Apr 2000 18:08:49 +0000 (18:08 +0000)]
Pass "WANT_KANJI" from make.conf to the compiler.

24 years agoMBYTEDEBUG not needed for "WANT_KANJI"
David E. O'Brien [Sun, 23 Apr 2000 18:08:10 +0000 (18:08 +0000)]
MBYTEDEBUG not needed for "WANT_KANJI"

Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>

24 years agomaybe make cmi8330 work - no feedback yet
Cameron Grant [Sun, 23 Apr 2000 17:57:35 +0000 (17:57 +0000)]
maybe make cmi8330 work - no feedback yet

implement bass/treble for yamaha opl-sax chips

24 years agoancontrol first appeared in FreeBSD 4.0, not 3.0.
Mike Pritchard [Sun, 23 Apr 2000 16:40:02 +0000 (16:40 +0000)]
ancontrol first appeared in FreeBSD 4.0, not 3.0.

Also fix a couple of minor mdoc style things as long as I'm in here.

Submitted by: Allen Campbell <allenc@verinet.com>

24 years agoFix a typo in the comments.
Mike Pritchard [Sun, 23 Apr 2000 16:32:21 +0000 (16:32 +0000)]
Fix a typo in the comments.

Submitted by: Allen Campbell <allenc@verinet.com>

24 years agoSpell MAP_NOSYNC correctly.
Garrett Wollman [Sun, 23 Apr 2000 15:15:15 +0000 (15:15 +0000)]
Spell MAP_NOSYNC correctly.

Submitted by: allenc@verinet.com

24 years agoCorrect uk_UA.KOI8-U locale ALPHAs specification
Alexey Zelkin [Sun, 23 Apr 2000 15:07:51 +0000 (15:07 +0000)]
Correct uk_UA.KOI8-U locale ALPHAs specification

Submitted by: Vadim Chekan <vadim@etc.lviv.ua> (PR: conf/17826)
Submitted by: <matey@cis.ohio-state.edu> via ache

24 years agoAdd note about synchronization of .Lb macro code and its section
Alexey Zelkin [Sun, 23 Apr 2000 14:53:57 +0000 (14:53 +0000)]
Add note about synchronization of .Lb macro code and its section
in mdoc.samples(7)

24 years agoAdd expanded information about .Lb macro
Alexey Zelkin [Sun, 23 Apr 2000 14:50:38 +0000 (14:50 +0000)]
Add expanded information about .Lb macro

24 years agoAdd information about newly added .Lb macro
Alexey Zelkin [Sun, 23 Apr 2000 14:49:22 +0000 (14:49 +0000)]
Add information about newly added .Lb macro

24 years agoSuggest to use .Lb macro in 2nd/3rd section manpages.
Alexey Zelkin [Sun, 23 Apr 2000 14:47:26 +0000 (14:47 +0000)]
Suggest to use .Lb macro in 2nd/3rd section manpages.

24 years agoUse Garrett's new (clearer) names.
Mark Murray [Sun, 23 Apr 2000 14:18:18 +0000 (14:18 +0000)]
Use Garrett's new (clearer) names.

24 years agoDisable PCI BIOS on PC-98.
Yoshihiro Takahashi [Sun, 23 Apr 2000 10:30:09 +0000 (10:30 +0000)]
Disable PCI BIOS on PC-98.

24 years agoCosmetic - fix RCS tag.
Mark Murray [Sun, 23 Apr 2000 10:01:30 +0000 (10:01 +0000)]
Cosmetic - fix RCS tag.

24 years agoSync with the following changes.
Yoshihiro Takahashi [Sun, 23 Apr 2000 09:33:31 +0000 (09:33 +0000)]
Sync with the following changes.

sys/boot/i386/libi386/Makefile 1.16 and 1.17
sys/boot/i386/loader/Makefile 1.44
sys/boot/i386/loader/main.c 1.20

24 years agoHide annoying message under boot-verbose.
Poul-Henning Kamp [Sun, 23 Apr 2000 09:11:19 +0000 (09:11 +0000)]
Hide annoying message under boot-verbose.
Fix Typo.

Approved by: nyan
Also: PR-18172

24 years agoSync with sys/conf/options.i386 revision 1.135.
Yoshihiro Takahashi [Sun, 23 Apr 2000 09:10:24 +0000 (09:10 +0000)]
Sync with sys/conf/options.i386 revision 1.135.

24 years agoEnforce and respect the 8 unit limit.
Poul-Henning Kamp [Sun, 23 Apr 2000 09:10:09 +0000 (09:10 +0000)]
Enforce and respect the 8 unit limit.

24 years agoSync with sys/i386/conf/GENERIC revision 1.252.
Yoshihiro Takahashi [Sun, 23 Apr 2000 09:04:42 +0000 (09:04 +0000)]
Sync with sys/i386/conf/GENERIC revision 1.252.

24 years agoA couple months ago, Kirk and I were doing a walkthrough of the radix-tree
Garrett Wollman [Sun, 23 Apr 2000 04:00:00 +0000 (04:00 +0000)]
A couple months ago, Kirk and I were doing a walkthrough of the radix-tree
search routine, and scratching our heads over why it was so obfuscated.
This delta fixes a number of confusing style bugs and renames several
structure members to have more meaningful names.  There remain a number
of odd control-flow structures.  These changes do not affect the generated
code.

24 years agoFix a warning with a forward struct declaration.
Garrett Wollman [Sun, 23 Apr 2000 02:43:44 +0000 (02:43 +0000)]
Fix a warning with a forward struct declaration.

24 years ago.Lb-ify
Garrett Wollman [Sun, 23 Apr 2000 02:02:33 +0000 (02:02 +0000)]
.Lb-ify

24 years agoOops, remove vestigial reference to SHS passwords.
Kris Kennaway [Sat, 22 Apr 2000 20:43:21 +0000 (20:43 +0000)]
Oops, remove vestigial reference to SHS passwords.

24 years agoUpdate the `file' entry to reflect its nature as a symbolic link.
Chris Costello [Sat, 22 Apr 2000 18:19:54 +0000 (18:19 +0000)]
Update the `file' entry to reflect its nature as a symbolic link.

24 years agoQuiet an unused variable warning by commenting out a variable declaration
Brian Feldman [Sat, 22 Apr 2000 17:58:40 +0000 (17:58 +0000)]
Quiet an unused variable warning by commenting out a variable declaration
that goes with a commented out statement.

24 years agoIntroduce .Lb macro to libvgl manpage
Alexey Zelkin [Sat, 22 Apr 2000 16:17:38 +0000 (16:17 +0000)]
Introduce .Lb macro to libvgl manpage

24 years agoIntroduce .Lb macro to libutil manpages
Alexey Zelkin [Sat, 22 Apr 2000 16:17:00 +0000 (16:17 +0000)]
Introduce .Lb macro to libutil manpages
Sort .Nm values in some manpages
Remove explicit note about compiling with -lutil, it's implicitly
declared by .Lb macro now.

24 years agoIntroduce .Lb macro to libskey manpage
Alexey Zelkin [Sat, 22 Apr 2000 16:14:26 +0000 (16:14 +0000)]
Introduce .Lb macro to libskey manpage

24 years agoIntroduce .Lb macro to libposix1e manpages
Alexey Zelkin [Sat, 22 Apr 2000 16:13:36 +0000 (16:13 +0000)]
Introduce .Lb macro to libposix1e manpages
Sort some .Nm values
Decapitalize .Nd values

24 years agoIntroduce .Lb macro to netgraph library manpage
Alexey Zelkin [Sat, 22 Apr 2000 16:12:13 +0000 (16:12 +0000)]
Introduce .Lb macro to netgraph library manpage

24 years agoIntroduce .Lb macro to libmd manpages
Alexey Zelkin [Sat, 22 Apr 2000 16:11:30 +0000 (16:11 +0000)]
Introduce .Lb macro to libmd manpages

24 years agoIntroduce .Lb macro to libmanpages
Alexey Zelkin [Sat, 22 Apr 2000 16:11:05 +0000 (16:11 +0000)]
Introduce .Lb macro to libmanpages

24 years agoIntroduce .Lb macro to libkvm manpages.
Alexey Zelkin [Sat, 22 Apr 2000 16:10:12 +0000 (16:10 +0000)]
Introduce .Lb macro to libkvm manpages.
Use .Pa macro for "enlighting" path

24 years agoIntroduce .Lb macro to libfetch manpage
Alexey Zelkin [Sat, 22 Apr 2000 16:08:41 +0000 (16:08 +0000)]
Introduce .Lb macro to libfetch manpage
Sort .Nm values
Change first column width in errors list (table look much better now)
Remove redundant comma

24 years agoIntroduce .Lb macro to libedit manpage
Alexey Zelkin [Sat, 22 Apr 2000 16:01:33 +0000 (16:01 +0000)]
Introduce .Lb macro to libedit manpage

24 years agoIntroduce .Lb macro to libipx library manpage
Alexey Zelkin [Sat, 22 Apr 2000 16:01:01 +0000 (16:01 +0000)]
Introduce .Lb macro to libipx library manpage

24 years agoIntroduce .Lb macro to libdisk manpage
Alexey Zelkin [Sat, 22 Apr 2000 15:58:49 +0000 (15:58 +0000)]
Introduce .Lb macro to libdisk manpage

24 years agoIntroduce .Lb macro to libdevstat library manpage
Alexey Zelkin [Sat, 22 Apr 2000 15:58:01 +0000 (15:58 +0000)]
Introduce .Lb macro to libdevstat library manpage

24 years agoIntroduce .Lb macro to libcrypt manpage.
Alexey Zelkin [Sat, 22 Apr 2000 15:56:59 +0000 (15:56 +0000)]
Introduce .Lb macro to libcrypt manpage.
Make it more mdoc(7) compliant:
. use .Tn for DES, MD5 andSHS.
. Replace double quotes with .Dq macro
. use An/Aq scheme for listing authors

24 years agoIntroduce .Lb macro to libcam manpages.
Alexey Zelkin [Sat, 22 Apr 2000 15:52:37 +0000 (15:52 +0000)]
Introduce .Lb macro to libcam manpages.

24 years agoIntroduce .Lb macro to libcalendar manpage.
Alexey Zelkin [Sat, 22 Apr 2000 15:51:37 +0000 (15:51 +0000)]
Introduce .Lb macro to libcalendar manpage.

24 years agoIntroduce .Lb macro to libc_r manpages.
Alexey Zelkin [Sat, 22 Apr 2000 15:50:29 +0000 (15:50 +0000)]
Introduce .Lb macro to libc_r manpages.

24 years agoTeach .Lb macro about other libraries.
Alexey Zelkin [Sat, 22 Apr 2000 15:48:32 +0000 (15:48 +0000)]
Teach .Lb macro about other libraries.

24 years agoNote the presence of POSIX.1b Shared Memory Objects.
Garrett Wollman [Sat, 22 Apr 2000 15:36:56 +0000 (15:36 +0000)]
Note the presence of POSIX.1b Shared Memory Objects.
There's got to be a better way to handle cross-architecture
kernel changes.

24 years agoAdd a little test program to demonstrate POSIX Shared Memory Objects.
Garrett Wollman [Sat, 22 Apr 2000 15:29:21 +0000 (15:29 +0000)]
Add a little test program to demonstrate POSIX Shared Memory Objects.

24 years agoAdd shm_open(3) and shm_unlink(3). The documentation could use a good
Garrett Wollman [Sat, 22 Apr 2000 15:24:29 +0000 (15:24 +0000)]
Add shm_open(3) and shm_unlink(3).  The documentation could use a good
bit of work (and is stylistically probably the worst manual page
I've ever written).

24 years agoImplement POSIX.1b shared memory objects. In this implementation,
Garrett Wollman [Sat, 22 Apr 2000 15:22:31 +0000 (15:22 +0000)]
Implement POSIX.1b shared memory objects.  In this implementation,
shared memory objects are regular files; the shm_open(3) routine
uses fcntl(2) to set a flag on the descriptor which tells mmap(2)
to automatically apply MAP_NOSYNC.

Not objected to by: bde, dillon, dufault, jasone

24 years ago- PC-98 uses IRQ2 too.
Yoshihiro Takahashi [Sat, 22 Apr 2000 15:19:22 +0000 (15:19 +0000)]
- PC-98 uses IRQ2 too.
- Fixed the range of DMA channels on PC-98.

Submitted by: "T.Yamaoka" <taka@windows.squares.net>

24 years agoAdd $FreeBSD$.
Garrett Wollman [Sat, 22 Apr 2000 15:13:06 +0000 (15:13 +0000)]
Add $FreeBSD$.
Initialize the POSIX.1b sysconf information appropriately for
non-optional kernel functions.

24 years agoRelease allocated resources and return ENXIO on error.
Yoshihiro Takahashi [Sat, 22 Apr 2000 15:12:52 +0000 (15:12 +0000)]
Release allocated resources and return ENXIO on error.

24 years agoEnable PnP attachment for parallel port controllers.
Garrett Wollman [Sat, 22 Apr 2000 15:08:50 +0000 (15:08 +0000)]
Enable PnP attachment for parallel port controllers.

PR: 17495

24 years agoChanged interrupt level to splcam() because of the bs driver is CAM driver.
Yoshihiro Takahashi [Sat, 22 Apr 2000 15:07:02 +0000 (15:07 +0000)]
Changed interrupt level to splcam() because of the bs driver is CAM driver.

Pointed out: MITSUNAGA Noriaki <mitchy@er.ams.eng.osaka-u.ac.jp>

24 years agoMake sure the driver's ops table has been initialised before calling
Doug Rabson [Sat, 22 Apr 2000 15:03:08 +0000 (15:03 +0000)]
Make sure the driver's ops table has been initialised before calling
static methods.