Garrett Wollman
c1c8bf8375
.Lb-ify
2000-04-23 02:02:33 +00:00
Kris Kennaway
f32b130012
Oops, remove vestigial reference to SHS passwords.
2000-04-22 20:43:21 +00:00
Chris Costello
5bd15102b5
Update the `file' entry to reflect its nature as a symbolic link.
2000-04-22 18:19:54 +00:00
Brian Feldman
28749c79c8
Quiet an unused variable warning by commenting out a variable declaration
...
that goes with a commented out statement.
2000-04-22 17:58:40 +00:00
Alexey Zelkin
ae23d9ac9f
Introduce .Lb macro to libvgl manpage
2000-04-22 16:17:38 +00:00
Alexey Zelkin
3dc329d1be
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.
2000-04-22 16:17:00 +00:00
Alexey Zelkin
67e7c55f40
Introduce .Lb macro to libskey manpage
2000-04-22 16:14:26 +00:00
Alexey Zelkin
f75b050c99
Introduce .Lb macro to libposix1e manpages
...
Sort some .Nm values
Decapitalize .Nd values
2000-04-22 16:13:36 +00:00
Alexey Zelkin
795f95b13a
Introduce .Lb macro to netgraph library manpage
2000-04-22 16:12:13 +00:00
Alexey Zelkin
9452ceeb84
Introduce .Lb macro to libmd manpages
2000-04-22 16:11:30 +00:00
Alexey Zelkin
cf135f6371
Introduce .Lb macro to libmanpages
2000-04-22 16:11:05 +00:00
Alexey Zelkin
7f5e8c848c
Introduce .Lb macro to libkvm manpages.
...
Use .Pa macro for "enlighting" path
2000-04-22 16:10:12 +00:00
Alexey Zelkin
15efcd39ae
Introduce .Lb macro to libfetch manpage
...
Sort .Nm values
Change first column width in errors list (table look much better now)
Remove redundant comma
2000-04-22 16:08:41 +00:00
Alexey Zelkin
490b02b624
Introduce .Lb macro to libedit manpage
2000-04-22 16:01:33 +00:00
Alexey Zelkin
e787526f2f
Introduce .Lb macro to libipx library manpage
2000-04-22 16:01:01 +00:00
Alexey Zelkin
c7ff9837bb
Introduce .Lb macro to libdisk manpage
2000-04-22 15:58:49 +00:00
Alexey Zelkin
9d5b4f83cc
Introduce .Lb macro to libdevstat library manpage
2000-04-22 15:58:01 +00:00
Alexey Zelkin
f45f23ddb4
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
2000-04-22 15:56:59 +00:00
Alexey Zelkin
c8baaf1823
Introduce .Lb macro to libcam manpages.
2000-04-22 15:52:37 +00:00
Alexey Zelkin
844e8a6682
Introduce .Lb macro to libcalendar manpage.
2000-04-22 15:51:37 +00:00
Alexey Zelkin
d8a7868820
Introduce .Lb macro to libc_r manpages.
2000-04-22 15:50:29 +00:00
Alexey Zelkin
efa90abcbe
Teach .Lb macro about other libraries.
2000-04-22 15:48:32 +00:00
Garrett Wollman
553654a570
Note the presence of POSIX.1b Shared Memory Objects.
...
There's got to be a better way to handle cross-architecture
kernel changes.
2000-04-22 15:36:56 +00:00
Garrett Wollman
8c3f05ad1d
Add a little test program to demonstrate POSIX Shared Memory Objects.
2000-04-22 15:29:21 +00:00
Garrett Wollman
5c317306cb
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).
2000-04-22 15:24:29 +00:00
Garrett Wollman
aa543039b5
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
2000-04-22 15:22:31 +00:00
Yoshihiro Takahashi
b39b38ecd0
- PC-98 uses IRQ2 too.
...
- Fixed the range of DMA channels on PC-98.
Submitted by: "T.Yamaoka" <taka@windows.squares.net>
2000-04-22 15:19:22 +00:00
Garrett Wollman
4505fec89e
Add $FreeBSD$.
...
Initialize the POSIX.1b sysconf information appropriately for
non-optional kernel functions.
2000-04-22 15:13:06 +00:00
Yoshihiro Takahashi
4b38c2c0ac
Release allocated resources and return ENXIO on error.
2000-04-22 15:12:52 +00:00
Garrett Wollman
7a15d61951
Enable PnP attachment for parallel port controllers.
...
PR: 17495
2000-04-22 15:08:50 +00:00
Yoshihiro Takahashi
5844ed9ed1
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>
2000-04-22 15:07:02 +00:00
Doug Rabson
0d484d4793
Make sure the driver's ops table has been initialised before calling
...
static methods.
2000-04-22 15:03:08 +00:00
Duncan Barclay
66682a7f1e
Moved functions around so that they are grouped a little more sensibly.
2000-04-22 14:22:51 +00:00
Greg Lehey
b3fce61714
initsd(): Complete the intention of revision 1.25 and write init data to disk.
...
Sleuthwork-by: alfred
2000-04-22 09:05:16 +00:00
Jordan K. Hubbard
e0477e7f07
make release builds a bit more error-resistant
2000-04-22 09:00:51 +00:00
Matthew N. Dodd
815308668a
- Fix a problem with the cdevsw struct that prevented the kernel from
...
booting on a RAID volume.
- Change 'id_foo' and 'idfoo' to 'idad_foo' and 'idadfoo'. This makes
names more consistent with the devices that the code belongs to (more
in line with the style used in the amr/mlx driver.)
Reviewed by: jlemon
2000-04-22 06:28:03 +00:00
Poul-Henning Kamp
a1da82154d
Convert the magic MFS device to a VCHR.
...
Detected by: obrien
2000-04-22 05:45:38 +00:00
Brian Feldman
bb529be712
There's no reason to make "file" 0500 rather than 0555.
2000-04-22 04:01:54 +00:00
Brian Feldman
081d7b00c7
Welcome back our old friend from procfs, "file"!
2000-04-22 03:44:41 +00:00
Brian Feldman
8a2852b12f
Move the declaration of "struct namecache" to vnode.h, as it can be useful
...
elsewhere. Note, of course, that in an ideal world nothing should need
to see our VFS implementation :-/
2000-04-22 03:44:00 +00:00
Bill Paul
a83b508eb4
Update to include info about the 1000baseTX adapters.
2000-04-22 02:17:44 +00:00
Bill Paul
bd80fa2c7f
Reoganize/update the SysKonnect driver:
...
- Break out the support for the XMAC II's PHY into an miibus driver.
- Reorganize the probe/attach stuff using newbus. Each XMAC is now
attached to the parent GEnesis controller using newbus. This is
necessary since each XMAC must also have an attached miibus, and
the miibus read/write register routines need to be able to get
at the softc struct for each XMAC, not the one for the parent
controller. This allows me to get rid of the grotty code I added
for selecting the unit numbers for the ifnet interfaces: the unit
numbers are now derived from the newbus-assigned unit numbers,
which should track with the ifnet interface numbers. I think.
At the very least, there should never be any collisions.
- Add support for the SK-9821 and SK-9822 1000baseTX adapters. Special
thanks to SysKonnect for loaning me two adapters for testing.
2000-04-22 02:16:41 +00:00
Bill Paul
c0d7d4d45b
Add PHY drivers for the XMAC II's internal PHY and the Broadcom BCM5400
...
1000baseTX PHY. These will be used by the SysKonnect gigabit ethernet
driver shortly.
2000-04-22 01:58:18 +00:00
Bill Paul
c863ff7b04
Regenerate
2000-04-22 01:55:38 +00:00
Bill Paul
7046508cb8
Add entries for the XMAC II's internal PHY and the Broadcom BCM5400
...
1000baseTx PHY.
2000-04-22 01:54:55 +00:00
Kris Kennaway
e926b4ee29
Correct a typo
2000-04-21 23:51:58 +00:00
Paul Saab
43e797fd31
Move the building of the PXE module into libi386.
2000-04-21 22:06:02 +00:00
Matt Jacob
16c9a708a4
Now that we fixed the isp_sendmarker botch, we can now do initial bus
...
resets for ULTRA2/ULTRA3 cards again (which were turned off really because
of a botch for dual bus configurations).
2000-04-21 19:18:06 +00:00
David E. O'Brien
8a5e48368a
Until it's impact is better understood, only active KANJI/DSPMBYTE/MBYTEDEBUG
...
if "WANT_KANJI" is defined in /etc/make.conf.
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
2000-04-21 18:45:06 +00:00
Guido van Rooij
d91a068efb
IOCGIFCONF once and for all. Sometimes the ifc_len variable
...
would be returned with a wrong value.
While we're here, get rid of unnecessary panic call.
PR: 17311, 12996, 14457
Submitted by: Patrick Bihan-Faou <patrick@mindstep.com>,
Kris Kennaway <kris@FreeBSD.org>
2000-04-21 17:48:48 +00:00