]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
21 years agoHunt for a disk to operate on, if we're passed a partition mountpoint, etc.
Juli Mallett [Sun, 19 Jan 2003 00:43:17 +0000 (00:43 +0000)]
Hunt for a disk to operate on, if we're passed a partition mountpoint, etc.

Concept reviewed by: phk

21 years agoFix comment about what we do when there are no listeners.
Warner Losh [Sun, 19 Jan 2003 00:34:17 +0000 (00:34 +0000)]
Fix comment about what we do when there are no listeners.

21 years agoPer-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similar
Juli Mallett [Sun, 19 Jan 2003 00:31:16 +0000 (00:31 +0000)]
Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similar
case to do the right thing and affect exactly one column.  This is consistent
with GNU ps(1) in BSD mode, and POLA.

21 years agoMake the xl driver work on sparc64:
Thomas Moestl [Sun, 19 Jan 2003 00:23:59 +0000 (00:23 +0000)]
Make the xl driver work on sparc64:
- Add conversions to/from little endian for fields that the NIC accesses
  by DMA as required.
- Add some bus_dmamap_sync() calls, and correct some existing ones.
- Read the receiver information from the EEPROM in an endian-neutral
  manner.
- Load all RX and TX descriptors in a single DMA map up front, and
  get the bus addresses of individual descriptors by address arithmetic;
  this fixes multiple use of the descriptor tags, which would have
  undesired effects.
It seems that xl still does not work on e250 boxen, for reasons which
are not clear yet.

Reviewed by: mux

21 years agoWhen inserting a non-user-specified (e.g. not via -o or -O) format, don't dupe
Juli Mallett [Sun, 19 Jan 2003 00:22:34 +0000 (00:22 +0000)]
When inserting a non-user-specified (e.g. not via -o or -O) format, don't dupe
one that is already there.  This is consistent with GNU ps(1)'s BSD mode, and
POLA.

Reported by: Andy Farkas <andyf@speednet.com.au>
Tested by: Andy Farkas <andyf@speednet.com.au>

21 years agoUse __FBSDID.
David E. O'Brien [Sun, 19 Jan 2003 00:17:03 +0000 (00:17 +0000)]
Use __FBSDID.

21 years agoProtect against multiple inclusions.
David E. O'Brien [Sat, 18 Jan 2003 23:43:12 +0000 (23:43 +0000)]
Protect against multiple inclusions.

21 years agoWe don't need our own personal definition of __CONCAT.
David E. O'Brien [Sat, 18 Jan 2003 23:26:04 +0000 (23:26 +0000)]
We don't need our own personal definition of __CONCAT.

21 years agoSimplify the Makefile by just using our standard PROG variable.
David E. O'Brien [Sat, 18 Jan 2003 23:09:56 +0000 (23:09 +0000)]
Simplify the Makefile by just using our standard PROG variable.

21 years agoNote that Wisecom's PCI adapter works.
Tom Hukins [Sat, 18 Jan 2003 21:47:48 +0000 (21:47 +0000)]
Note that Wisecom's PCI adapter works.

21 years agoRev 1.16 renamed VM_METER to VM_TOTAL. This is breaking 3rd-party apps.
David E. O'Brien [Sat, 18 Jan 2003 21:14:02 +0000 (21:14 +0000)]
Rev 1.16 renamed VM_METER to VM_TOTAL.  This is breaking 3rd-party apps.
So add a VM_METER compat define.

Submitted by: Andy Fawcett <andy@athame.co.uk>

21 years agoAdd a missing word
Udo Erdelhoff [Sat, 18 Jan 2003 20:03:48 +0000 (20:03 +0000)]
Add a missing word

21 years agoDocument lock order reversals possible when calling allocation functions
Alfred Perlstein [Sat, 18 Jan 2003 19:51:52 +0000 (19:51 +0000)]
Document lock order reversals possible when calling allocation functions
with vnode interlocks held.

Emphasize that users need to be careful with malloc flags versus mbuf
flags.

Remove stale portion in vnode.9 about v_tag.  We don't have it anylonger.

Submitted by: Hiten Pandya <hiten@unixdaemons.com>

21 years agoOptimize away call to bzero() in the common case by directly checking
Jeffrey Hsu [Sat, 18 Jan 2003 19:03:26 +0000 (19:03 +0000)]
Optimize away call to bzero() in the common case by directly checking
if a connection has any cached TAO information.

21 years agoDon't try to free() map in bus_dmamap_destroy() when it's
Maxime Henrion [Sat, 18 Jan 2003 18:33:56 +0000 (18:33 +0000)]
Don't try to free() map in bus_dmamap_destroy() when it's
set to &nobounce_dmamap.  A similar bug was fixed by wpaul
in revision 1.19 of sys/alpha/alpha/busdma_machdep.c.

21 years agoAllow French releases notes to be build correctly
Sebastien Gioria [Sat, 18 Jan 2003 18:03:01 +0000 (18:03 +0000)]
Allow French releases notes to be build correctly

Hat To:  Hiroki SATO  <hrs@eos.ocn.ne.jp>

21 years agoMFbed: translation updates and fixes
Udo Erdelhoff [Sat, 18 Jan 2003 16:42:18 +0000 (16:42 +0000)]
MFbed: translation updates and fixes
early-adopter/article.sgml: fixes only
errata/article.sgml: 1.17 -> 1.18

21 years agoInline now trivial functions getccdbuf() and putccdbuf().
Poul-Henning Kamp [Sat, 18 Jan 2003 12:23:49 +0000 (12:23 +0000)]
Inline now trivial functions getccdbuf() and putccdbuf().
Fix another trivial memory-leak.

21 years agoDon't truncate lines if an error occurred.
Dag-Erling Smørgrav [Sat, 18 Jan 2003 12:15:34 +0000 (12:15 +0000)]
Don't truncate lines if an error occurred.

21 years agoIndentation cleanup.
Dag-Erling Smørgrav [Sat, 18 Jan 2003 12:12:49 +0000 (12:12 +0000)]
Indentation cleanup.

21 years agoRemoved unnecessary includes and brought up to date with ata
Peter Grehan [Sat, 18 Jan 2003 11:46:50 +0000 (11:46 +0000)]
Removed unnecessary includes and brought up to date with ata
common code by adding lock functions.

21 years agoFix minor memory-leak.
Poul-Henning Kamp [Sat, 18 Jan 2003 11:33:06 +0000 (11:33 +0000)]
Fix minor memory-leak.

21 years agoStub profile.h, required for userland builds.
Peter Grehan [Sat, 18 Jan 2003 11:31:58 +0000 (11:31 +0000)]
Stub profile.h, required for userland builds.

Approved by:  Benno

21 years ago<machine/ieee.h>, taken from sparc64
Peter Grehan [Sat, 18 Jan 2003 11:30:59 +0000 (11:30 +0000)]
<machine/ieee.h>, taken from sparc64

Approved by:  Benno

21 years agoFix bugs with operand ordering and unnecessary sync/eieio ops. Mostly
Peter Grehan [Sat, 18 Jan 2003 11:28:36 +0000 (11:28 +0000)]
Fix bugs with operand ordering and unnecessary sync/eieio ops. Mostly
obtained from Alpha atomic.h

Approved by:  Benno

21 years agoAllow the MD frame definition to be seen in. Required for truss/ptrace.
Peter Grehan [Sat, 18 Jan 2003 11:25:21 +0000 (11:25 +0000)]
Allow the MD frame definition to be seen in. Required for truss/ptrace.

Approved by:  Benno

21 years agoRAIDframe requires LONG_BIT
Peter Grehan [Sat, 18 Jan 2003 11:23:42 +0000 (11:23 +0000)]
RAIDframe requires LONG_BIT

Approved by:  Benno

21 years agoPrepended underscores to macro local vars, avoiding gcc "declaration
Peter Grehan [Sat, 18 Jan 2003 11:20:06 +0000 (11:20 +0000)]
Prepended underscores to macro local vars, avoiding gcc "declaration
shadows global" warning

Approved by:  benno

21 years agoChange definition of int64 to avoid gcc3.2.1 complaints. Taken from i386
Peter Grehan [Sat, 18 Jan 2003 11:18:42 +0000 (11:18 +0000)]
Change definition of int64 to avoid gcc3.2.1 complaints. Taken from i386

Approved by:  benno

21 years agoUse the M_CCD malloc bucket instead of M_DEVBUF.
Poul-Henning Kamp [Sat, 18 Jan 2003 11:04:41 +0000 (11:04 +0000)]
Use the M_CCD malloc bucket instead of M_DEVBUF.
Don't keep a private freelist of a low number of trivially small structures.

21 years agoInline trivial function ccdintr() into its one caller ccdiodone().
Poul-Henning Kamp [Sat, 18 Jan 2003 10:44:17 +0000 (10:44 +0000)]
Inline trivial function ccdintr() into its one caller ccdiodone().
Only call ccdfind() once in ccdiodone() and cache the result.

21 years agoFix two errorchecks to check for negative error returns.
Poul-Henning Kamp [Sat, 18 Jan 2003 10:29:24 +0000 (10:29 +0000)]
Fix two errorchecks to check for negative error returns.

21 years agoSanitize the copyright section a bit: We do not need two copies of the
Poul-Henning Kamp [Sat, 18 Jan 2003 10:08:27 +0000 (10:08 +0000)]
Sanitize the copyright section a bit:  We do not need two copies of the
four-clause BSD license in the file, one will do.

21 years agoRemove unneeded entries.
Yoshihiro Takahashi [Sat, 18 Jan 2003 08:29:10 +0000 (08:29 +0000)]
Remove unneeded entries.

21 years agoFixed comment.
Yoshihiro Takahashi [Sat, 18 Jan 2003 08:26:42 +0000 (08:26 +0000)]
Fixed comment.

21 years agoConsistentify output whitespace.
Juli Mallett [Sat, 18 Jan 2003 06:29:15 +0000 (06:29 +0000)]
Consistentify output whitespace.

21 years agoMFCrypto: update RFC assigned telnet options (r1.9)
Bill Fumerola [Sat, 18 Jan 2003 06:13:57 +0000 (06:13 +0000)]
MFCrypto: update RFC assigned telnet options (r1.9)

21 years agoadd more RFC defined telnet options
Bill Fumerola [Sat, 18 Jan 2003 06:10:21 +0000 (06:10 +0000)]
add more RFC defined telnet options

Reviewed by: ps

21 years agoMake the debug messages, for when a script rolls its own start routine,
Mike Makonnen [Sat, 18 Jan 2003 05:25:59 +0000 (05:25 +0000)]
Make the debug messages, for when a script rolls its own start routine,
more usefull. Currently it just says 'xxx_cmd'; whereas with this
change it will name the routine that's being run.

Approved by: markm (mentor)

21 years agoFix typo.
Juli Mallett [Sat, 18 Jan 2003 05:06:07 +0000 (05:06 +0000)]
Fix typo.

21 years ago- Removed unecesary code.
Matthew N. Dodd [Sat, 18 Jan 2003 04:36:12 +0000 (04:36 +0000)]
- Removed unecesary code.
- Correct smapi32_new() asm (still doesn't work.)
- Attach to mainboard not isa.

21 years agoNuke dumb error reporting code, people can just use disk::d_error. Unify the
Juli Mallett [Sat, 18 Jan 2003 04:22:14 +0000 (04:22 +0000)]
Nuke dumb error reporting code, people can just use disk::d_error.  Unify the
DEBUG and d_error initialisation into an ERROR macro, which can both trace and
set the d_error field.  Much a more meaningful thing, I should say.

21 years agoSimplify conditional.
Juli Mallett [Sat, 18 Jan 2003 04:20:20 +0000 (04:20 +0000)]
Simplify conditional.

21 years agoRefer to the process label as proclabel, as there is a function called label,
Juli Mallett [Sat, 18 Jan 2003 03:31:30 +0000 (03:31 +0000)]
Refer to the process label as proclabel, as there is a function called label,
and that's what these locals were called before.

21 years agoCaution programmers not to confuse M_DONTWAIT with M_NOWAIT. They
Robert Watson [Sat, 18 Jan 2003 03:25:40 +0000 (03:25 +0000)]
Caution programmers not to confuse M_DONTWAIT with M_NOWAIT.  They
are not the same.

Suggested by: Hiten Pandya <hiten@unixdaemons.com>

21 years agoMFp4: Add support for memory mapped UARTs, but don't add any devices
Marcel Moolenaar [Sat, 18 Jan 2003 02:54:16 +0000 (02:54 +0000)]
MFp4: Add support for memory mapped UARTs, but don't add any devices
yet that depend on it because sio(4) needs support for it before it
can be used. There's no reason why zs(4) couldn't attach to puc(4)
in the (near?) future (in principle), so don't make memory mapped I/O
support in sio(4) a precondition for this change.

21 years agoIf we're going to build and install this on ia64, we might as well
Marcel Moolenaar [Sat, 18 Jan 2003 02:33:49 +0000 (02:33 +0000)]
If we're going to build and install this on ia64, we might as well
teach it about ia64 specific section types, dynamic tags and machine
type. This is a mostly insignificant change given the amount of
work that this tool obviously needs...

21 years agoAdd BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card).
Takeshi Shibagaki [Sat, 18 Jan 2003 02:14:23 +0000 (02:14 +0000)]
Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card).

21 years agoRegen.
Takeshi Shibagaki [Sat, 18 Jan 2003 02:13:10 +0000 (02:13 +0000)]
Regen.

21 years agoAdd Accton EN2216.
Takeshi Shibagaki [Sat, 18 Jan 2003 01:14:48 +0000 (01:14 +0000)]
Add Accton EN2216.

21 years agoRegen.
Takeshi Shibagaki [Sat, 18 Jan 2003 01:14:01 +0000 (01:14 +0000)]
Regen.

21 years agoFix long-standing bug predating FreeBSD where calling connect() twice
Jeffrey Hsu [Sat, 18 Jan 2003 01:10:55 +0000 (01:10 +0000)]
Fix long-standing bug predating FreeBSD where calling connect() twice
on a raw ip socket will crash the system with a null-dereference.

21 years agoFake up a struct componentname to pass to VOP_WHITEOUT instead of passing
Tim J. Robbins [Sat, 18 Jan 2003 01:01:20 +0000 (01:01 +0000)]
Fake up a struct componentname to pass to VOP_WHITEOUT instead of passing
NULL. union_whiteout() expects the componentname argument to be non-NULL.
Fixes a NULL dereference panic when an existing union mount becomes the
upper layer of a new union mount.

21 years agoRemove subr_diskslice.c and subr_diskmbr.c which I can see no traces off
Poul-Henning Kamp [Fri, 17 Jan 2003 23:02:13 +0000 (23:02 +0000)]
Remove subr_diskslice.c and subr_diskmbr.c which I can see no traces off
a need for in the x86_64 files.  Not compile tested.

21 years agoRemove subr_diskslice.c and subr_diskmbr.c which I can find no trace of
Poul-Henning Kamp [Fri, 17 Jan 2003 23:01:09 +0000 (23:01 +0000)]
Remove subr_diskslice.c and subr_diskmbr.c which I can find no trace of
why should be needed in the powerpc files.  Not compile tested.

21 years ago- Style fixes.
Matthew N. Dodd [Fri, 17 Jan 2003 22:58:32 +0000 (22:58 +0000)]
- Style fixes.
- llabs() -> qabs(); long long isn't valid for the kernel.

Submitted by:  bde

21 years agoia64 didn't need subr_diskslice.c and subr_diskmbr.c either.
Poul-Henning Kamp [Fri, 17 Jan 2003 22:09:12 +0000 (22:09 +0000)]
ia64 didn't need subr_diskslice.c and subr_diskmbr.c either.

21 years agoWe do not need subr_diskslice.c and subr_diskmbr.c any more on alpha.
Poul-Henning Kamp [Fri, 17 Jan 2003 20:02:46 +0000 (20:02 +0000)]
We do not need subr_diskslice.c and subr_diskmbr.c any more on alpha.

21 years agoMove alpha_fix_srm_checksum() from subr_diskmbr.c to subr_disklabel.c
Poul-Henning Kamp [Fri, 17 Jan 2003 19:37:55 +0000 (19:37 +0000)]
Move alpha_fix_srm_checksum() from subr_diskmbr.c to subr_disklabel.c

21 years agoRemove the unused DSO_* options.
Poul-Henning Kamp [Fri, 17 Jan 2003 19:36:14 +0000 (19:36 +0000)]
Remove the unused DSO_* options.

21 years agoDocument that listen() can return EINVAL now.
Thomas Moestl [Fri, 17 Jan 2003 19:25:27 +0000 (19:25 +0000)]
Document that listen() can return EINVAL now.

21 years agoDisallow listen() on sockets which are in the SS_ISCONNECTED or
Thomas Moestl [Fri, 17 Jan 2003 19:20:00 +0000 (19:20 +0000)]
Disallow listen() on sockets which are in the SS_ISCONNECTED or
SS_ISCONNECTING state, returning EINVAL (which is what POSIX mandates
in this case).
listen() on connected or connecting sockets would cause them to enter
a bad state; in the TCP case, this could cause sockets to go
catatonic or panics, depending on how the socket was connected.

Reviewed by: -net
MFC after: 2 weeks

21 years agoSparc64 does not need subr_diskslice.c and subr_mbr.c now.
Poul-Henning Kamp [Fri, 17 Jan 2003 19:15:26 +0000 (19:15 +0000)]
Sparc64 does not need subr_diskslice.c and subr_mbr.c now.

21 years agoStyle fixes: brackets around the argument of return, and removal of
Tony Finch [Fri, 17 Jan 2003 19:12:02 +0000 (19:12 +0000)]
Style fixes: brackets around the argument of return, and removal of
excess space.

Obtained from: OpenBSD

21 years agoAdd a necessary cast, because ptrdiff_t isn't necessarily the same as int.
Tony Finch [Fri, 17 Jan 2003 19:10:18 +0000 (19:10 +0000)]
Add a necessary cast, because ptrdiff_t isn't necessarily the same as int.

Obtained from: OpenBSD

21 years agoMove dkmodpart() from subr_diskslice.c to subr_disklabel.c.
Poul-Henning Kamp [Fri, 17 Jan 2003 19:05:58 +0000 (19:05 +0000)]
Move dkmodpart() from subr_diskslice.c to subr_disklabel.c.

21 years ago- Rename installFixupBin to installFixupBase to finish up the 'bin' to
John Baldwin [Fri, 17 Jan 2003 19:05:32 +0000 (19:05 +0000)]
- Rename installFixupBin to installFixupBase to finish up the 'bin' to
  'base' dist rename.
- Rework struct dist to allow for different types of dists.  There are
  currently three types of dists: DT_TARBALL, the traditonal gzipped and
  split tar file; DT_PACKAGE, a package; and DT_SUBDIST, a meta-dist in
  the tree that has its own array of dists as its contents.  For example,
  the 'base' dist is a DT_TARBALL dist, the 'perl' dist is a DT_PACKAGE
  dist, and the 'src' dist is a DT_SUBDIST dist with its own dist table
  that contains 'sbase', 'ssys', etc.
- Add helper macros for defining array entries for the different types of
  dists to try and make the statically defined dist table in dist.c more
  readable.
- Split the logic to deal with a DT_TARBALL dist out of distExtract()
  and into its own distExtractTarball() function.  distExtract() now
  calls other functions to extract each dist.
- Tweak the percentage complete calculation in distExtractTarball() to
  do the multiply prior to the divide so it doesn't have to use floating
  point.
- Axe the installPackage() function along with the special handling for
  the perl and XFree86 dists in distExtractAll() since distExtract()
  handles package dists directly now.
- Add back in subdists for the X packages based on the split up packages
  that XFree86-4 uses that as closely map to the X dists we used with
  X 3.3.x.
- Lots of things like distSetX() and the X dist masks are no longer
  #ifndef X_AS_PKG since we use them in both cases now.
- Make the entire installFixupXFree() function #ifndef X_AS_PKG, we only
  call it in that case anyways, and it's not suitable for the X_AS_PKG
  case.
- Add in X dist menus for the X_AS_PKG case.

Approved by: re

21 years agoAdd 'vlan' as a network device.
John Baldwin [Fri, 17 Jan 2003 18:51:21 +0000 (18:51 +0000)]
Add 'vlan' as a network device.

Tested by: dcs

21 years agoAdd Allied Telesis WR211PCM.
Takeshi Shibagaki [Fri, 17 Jan 2003 18:50:00 +0000 (18:50 +0000)]
Add Allied Telesis WR211PCM.

21 years agoAdd Allied Telesis WR211PCM.
Takeshi Shibagaki [Fri, 17 Jan 2003 18:41:32 +0000 (18:41 +0000)]
Add Allied Telesis WR211PCM.

21 years agoRegen.
Takeshi Shibagaki [Fri, 17 Jan 2003 18:40:31 +0000 (18:40 +0000)]
Regen.

21 years agoMove subr_disklabel.c and subr_diskslice.c from being MI to MD files,
Poul-Henning Kamp [Fri, 17 Jan 2003 18:32:39 +0000 (18:32 +0000)]
Move subr_disklabel.c and subr_diskslice.c from being MI to MD files,
so that they can be left out where they are unneeded.

21 years agoReplace M_DONTWAIT with M_NOWAIT for malloc().
Hidetoshi Shimokawa [Fri, 17 Jan 2003 15:15:21 +0000 (15:15 +0000)]
Replace M_DONTWAIT with M_NOWAIT for malloc().

Pointed out by: nate@root.org

21 years agoImprove some debug massages.
Hidetoshi Shimokawa [Fri, 17 Jan 2003 15:03:57 +0000 (15:03 +0000)]
Improve some debug massages.

21 years agoFix bus manager election process.
Hidetoshi Shimokawa [Fri, 17 Jan 2003 15:03:25 +0000 (15:03 +0000)]
Fix bus manager election process.
- Lock response 0x3f means that the host becomes the bus manager.
- Add missing htonl().

21 years agoFind places to store the previously implicityly passed unit number in
Poul-Henning Kamp [Fri, 17 Jan 2003 14:53:53 +0000 (14:53 +0000)]
Find places to store the previously implicityly passed unit number in
the three configuration ioctls which need a unit number.

Add a "ccd.ctl" device for config operations.

Implement ioctls on ccd.ctl which rely on the explicityly passed
unit numbers.

Update ccdconfig to use the new ccd.ctl interface.

Add code to the kernel to detect old ccdconfig binaries, and whine
about it.

Add code to ccdconfig to detect old kernels, and whine about it.

These two compatibility measures will be retained only for a limited
period since they are in the way of GEOM'ification of ccd.

21 years agoMention net.inet.ip.accept_sourceroute.
Ruslan Ermilov [Fri, 17 Jan 2003 14:07:03 +0000 (14:07 +0000)]
Mention net.inet.ip.accept_sourceroute.

21 years agoFix various details so we get to WARNS=3.
Poul-Henning Kamp [Fri, 17 Jan 2003 13:23:41 +0000 (13:23 +0000)]
Fix various details so we get to WARNS=3.
Center operation on unit number rather than path name.

21 years agoAdd a regression test for ccds layout policy.
Poul-Henning Kamp [Fri, 17 Jan 2003 12:23:44 +0000 (12:23 +0000)]
Add a regression test for ccds layout policy.

21 years agoDon't hide global `s'.
Ruslan Ermilov [Fri, 17 Jan 2003 08:10:43 +0000 (08:10 +0000)]
Don't hide global `s'.

21 years agoA driver for the System Management Application Program
Matthew N. Dodd [Fri, 17 Jan 2003 08:10:18 +0000 (08:10 +0000)]
A driver for the System Management Application Program
Interface (SMAPI) BIOS, which is present on some IBM
Thinkpad models (560, 600, 770 to name a few.)

The SMAPI BIOS provides access to System Information,
System Configuration, and Power Management.

21 years ago- Add a major for SMAPI.
Matthew N. Dodd [Fri, 17 Jan 2003 08:01:35 +0000 (08:01 +0000)]
- Add a major for SMAPI.
- Claim a few majors I have responsibility for.

21 years agoSMP locking for ARP.
Jeffrey Hsu [Fri, 17 Jan 2003 07:59:35 +0000 (07:59 +0000)]
SMP locking for ARP.

21 years agoMore wi info: adhoc means have reverted.
Warner Losh [Fri, 17 Jan 2003 07:54:27 +0000 (07:54 +0000)]
More wi info: adhoc means have reverted.

21 years agoBump __FreeBSD_version to 500100 to allow us to differentiate HEAD from
Scott Long [Fri, 17 Jan 2003 06:18:25 +0000 (06:18 +0000)]
Bump __FreeBSD_version to 500100 to allow us to differentiate HEAD from
RELENG_5_0 and allow RELENG_5_) to grow.

21 years agoDo a better job of documenting mincore(2), esp. the MINCORE_* flags.
Tim J. Robbins [Fri, 17 Jan 2003 04:06:57 +0000 (04:06 +0000)]
Do a better job of documenting mincore(2), esp. the MINCORE_* flags.

21 years agoDetect underrun of IT queue for debugging.
Hidetoshi Shimokawa [Fri, 17 Jan 2003 03:52:48 +0000 (03:52 +0000)]
Detect underrun of IT queue for debugging.
Add some comments.

21 years agoAdd missing ca_ES, lt_LT, sr_YU aliases
Andrey A. Chernov [Fri, 17 Jan 2003 00:56:34 +0000 (00:56 +0000)]
Add missing ca_ES, lt_LT, sr_YU aliases

21 years agoNew errata entry: growfs(8) stopped working on vinum(4) volumes or
Bruce A. Mah [Thu, 16 Jan 2003 23:58:28 +0000 (23:58 +0000)]
New errata entry: growfs(8) stopped working on vinum(4) volumes or
geom(4) entities.

Submitted by: joerg

21 years agoWhile being here, remove a couple of unused "default:" labels in switch
Joerg Wunsch [Thu, 16 Jan 2003 23:49:34 +0000 (23:49 +0000)]
While being here, remove a couple of unused "default:" labels in switch
statements, now that gcc loudly complains about them.

MFC after: 1 week

21 years agoMake vinum disk-related devices readable by group "operator" to match
Joerg Wunsch [Thu, 16 Jan 2003 23:48:34 +0000 (23:48 +0000)]
Make vinum disk-related devices readable by group "operator" to match
the configuration of any other disk-like devices.

This is the non-DEVFS part which is normally not used in 5.x, but due
for MFC into 4.x.

PR: bin/28294, bin/32588
MFC after: 1 week

21 years agoMake vinum disk-related devices readable by group "operator" to match
Joerg Wunsch [Thu, 16 Jan 2003 23:47:04 +0000 (23:47 +0000)]
Make vinum disk-related devices readable by group "operator" to match
the configuration of any other disk-like devices.

(This is the DEVFS-only part, so no need to MFC.)

PR: bin/28294, bin/32588

21 years agoRestore a comment that was lost in the shuffle.
Warner Losh [Thu, 16 Jan 2003 23:38:08 +0000 (23:38 +0000)]
Restore a comment that was lost in the shuffle.

21 years agoCorrect typo.
Greg Lehey [Thu, 16 Jan 2003 23:37:26 +0000 (23:37 +0000)]
Correct typo.

Submitted by: Alan Day <alan@alanday.com>
MFC after: 2 weeks

21 years agoMFbed: translation update
Udo Erdelhoff [Thu, 16 Jan 2003 22:41:47 +0000 (22:41 +0000)]
MFbed: translation update

early-adopter/article.sgml: 1.11  -> 1.12
errata/article.sgml: 1.12  -> 1.17
hardware/common/dev.sgml: 1.126 -> 1.128
installation/common/trouble.sgml: 1.11  -> 1.12
relnotes/common/new.sgml: 1.475 -> 1.480

21 years agoFixed a typo
Udo Erdelhoff [Thu, 16 Jan 2003 21:29:53 +0000 (21:29 +0000)]
Fixed a typo

21 years agoMove a local variable to avoid the compiler warning about it being unused.
Poul-Henning Kamp [Thu, 16 Jan 2003 20:06:45 +0000 (20:06 +0000)]
Move a local variable to avoid the compiler warning about it being unused.

21 years agohardpps() wants the raw hardware counter value converted to nanoseconds.
John Hay [Thu, 16 Jan 2003 19:22:13 +0000 (19:22 +0000)]
hardpps() wants the raw hardware counter value converted to nanoseconds.

21 years agoWe now include the dhcpctl subdirectory.
Murray Stokely [Thu, 16 Jan 2003 19:05:56 +0000 (19:05 +0000)]
We now include the dhcpctl subdirectory.

21 years agowi now needs wlan.
Warner Losh [Thu, 16 Jan 2003 16:56:58 +0000 (16:56 +0000)]
wi now needs wlan.