]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
22 years agoReserve system call numbers for the MAC framework. This will prevent
Robert Watson [Tue, 5 Mar 2002 16:11:11 +0000 (16:11 +0000)]
Reserve system call numbers for the MAC framework.  This will prevent
people working on the MAC tree from getting toasted whenever system call
numbers are allocated in the main tree (for example, for KSE :-).
Calls allocated: __mac_{get,set}_proc, __mac_{get,set}_{fd,file}().

Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs

22 years agoMerge a little from NetBSD.
Warner Losh [Tue, 5 Mar 2002 16:06:54 +0000 (16:06 +0000)]
Merge a little from NetBSD.

22 years agoDocument all functions, global and static variables, and sysctls.
Eivind Eklund [Tue, 5 Mar 2002 15:38:49 +0000 (15:38 +0000)]
Document all functions, global and static variables, and sysctls.
Includes some minor whitespace changes, and re-ordering to be able to document
properly (e.g, grouping of variables and the SYSCTL macro calls for them, where
the documentation has been added.)

Reviewed by: phk (but all errors are mine)

22 years agoFix a warning.
Robert Drehmel [Tue, 5 Mar 2002 15:19:33 +0000 (15:19 +0000)]
Fix a warning.

22 years agoFix off-by-one error.
Jacques Vidrine [Tue, 5 Mar 2002 14:27:19 +0000 (14:27 +0000)]
Fix off-by-one error.

Obtained from: OpenBSD

22 years agoMove sysctl debug.sizeof into sys/sysctl.h where it belongs.
Poul-Henning Kamp [Tue, 5 Mar 2002 13:56:58 +0000 (13:56 +0000)]
Move sysctl debug.sizeof into sys/sysctl.h where it belongs.

22 years agoThis commit was generated by cvs2svn to compensate for changes in r91684,
Dag-Erling Smørgrav [Tue, 5 Mar 2002 13:49:56 +0000 (13:49 +0000)]
This commit was generated by cvs2svn to compensate for changes in r91684,
which included commits to RCS files with non-trunk default branches.

22 years agoVendor import of OpenPAM Celandine.
Dag-Erling Smørgrav [Tue, 5 Mar 2002 13:49:56 +0000 (13:49 +0000)]
Vendor import of OpenPAM Celandine.

22 years agoIf in strategy we find that we have no devsw on the device anymore we
Poul-Henning Kamp [Tue, 5 Mar 2002 13:25:57 +0000 (13:25 +0000)]
If in strategy we find that we have no devsw on the device anymore we
are probably talking about some disk-device which wente away, so
return ENXIO instead of panicing.

22 years agoDon't drop the last character from ut_line in ID0logout().
Brian Somers [Tue, 5 Mar 2002 13:03:11 +0000 (13:03 +0000)]
Don't drop the last character from ut_line in ID0logout().

PR: 35531
MFC after: 2 weeks

22 years agoAdd missing dependency on libutil.
Dag-Erling Smørgrav [Tue, 5 Mar 2002 12:52:03 +0000 (12:52 +0000)]
Add missing dependency on libutil.

22 years agoDon't move more drivers to mfsroot floppy.
Yoshihiro Takahashi [Tue, 5 Mar 2002 11:53:56 +0000 (11:53 +0000)]
Don't move more drivers to mfsroot floppy.
A mfsroot floppy for pc98 is only 1.2MB.

22 years ago - Fix seeking for offsets requiring more than 32 bits.
Robert Drehmel [Tue, 5 Mar 2002 11:22:43 +0000 (11:22 +0000)]
 - Fix seeking for offsets requiring more than 32 bits.
 - Add sanity checks to lookup().
 - Implement the 'l' modifier in printf().

Submitted by: tmm

22 years agoAdd sys/dev/ufm.c.
Seigo Tanimura [Tue, 5 Mar 2002 11:19:23 +0000 (11:19 +0000)]
Add sys/dev/ufm.c.

Forgotten by: alfred
Spotted by: LINT

22 years agoInitialize `output' in a more proper location.
Mike Barcroft [Tue, 5 Mar 2002 10:58:06 +0000 (10:58 +0000)]
Initialize `output' in a more proper location.

Submitted by: roam

22 years agoUnbreak PAP-only authentication.
Maxim Konovalov [Tue, 5 Mar 2002 10:50:55 +0000 (10:50 +0000)]
Unbreak PAP-only authentication.

PR: i386/34607
Not objected by: peter
Approved by: ru
Obtained from: ppp-2.4.1b2
MFC after: 1 week

22 years agoRemove duplicated and wrong sc->sc_last_recv setting. It unbreaks
Maxim Konovalov [Tue, 5 Mar 2002 10:12:04 +0000 (10:12 +0000)]
Remove duplicated and wrong sc->sc_last_recv setting. It unbreaks
active-filter in pppd(8).

PR: kern/12281
Submitted by: Tim Moore <moore@bricoworks.com>
Not objected by: peter
Reviewed by: ru
Approved by: ru
MFC after: 1 week

22 years agoAdd a new variable mp_maxid. This is used so that per cpu datastructures may
Jeff Roberson [Tue, 5 Mar 2002 10:01:46 +0000 (10:01 +0000)]
Add a new variable mp_maxid.  This is used so that per cpu datastructures may
be allocated as arrays indexed by the cpu id.  Previously the only reliable
way to know the max cpu id was through MAXCPU. mp_ncpus isn't useful here
because cpu ids may be sparsely mapped, although x86 and alpha do not do this.

Also, call cpu_mp_probe much earlier so the max cpu id is known before the VM
starts up.  This is intended to help support per cpu queues for the new
allocator, but may be useful elsewhere.

Reviewed by: jake
Approved by: jake

22 years agoMisc little cleanups:
Søren Schmidt [Tue, 5 Mar 2002 09:24:19 +0000 (09:24 +0000)]
Misc little cleanups:

Link if only ATAPI device in kernel config
Remove unused #includes
Rearrange a bit in ata-raid to make diff against -stable smaller
Enable wc as default again, dunne how this happend...

22 years ago- Speedup 3DES by using assembly code for i386.
Hajimu UMEMOTO [Tue, 5 Mar 2002 09:19:02 +0000 (09:19 +0000)]
- Speedup 3DES by using assembly code for i386.
- Sync des/blowfish to more recent openssl.

Obtained from: KAME/NetBSD
MFC after: 2 weeks

22 years agoCall ast() only when we're handling a user trap.
Marcel Moolenaar [Tue, 5 Mar 2002 06:13:22 +0000 (06:13 +0000)]
Call ast() only when we're handling a user trap.

22 years agoBuffalo LPC3-CLT
Warner Losh [Tue, 5 Mar 2002 05:51:30 +0000 (05:51 +0000)]
Buffalo LPC3-CLT

Submitted by: TANAKA Tomohiko <tomo@oso.to>
PR: 34954

22 years agoFix Simple Tech STI-ATA
Warner Losh [Tue, 5 Mar 2002 05:48:32 +0000 (05:48 +0000)]
Fix Simple Tech STI-ATA

Submitted by: dwhite@paypal.com
PR: 34243

22 years agoUS Robotics Wireless Card 2410
Warner Losh [Tue, 5 Mar 2002 05:44:28 +0000 (05:44 +0000)]
US Robotics Wireless Card 2410

Submitted by: Jerry A! <jerry@thehutt.org>
PR: 33858

22 years agoUse ANSI-99 int names (uintXX_t) over traditional BSD int names
Warner Losh [Tue, 5 Mar 2002 05:28:49 +0000 (05:28 +0000)]
Use ANSI-99 int names (uintXX_t) over traditional BSD int names
(u_intXX_t).

22 years agoFix vendor ID (mostly obtained from Rev 1.1).
Mike Barcroft [Tue, 5 Mar 2002 05:17:30 +0000 (05:17 +0000)]
Fix vendor ID (mostly obtained from Rev 1.1).

22 years agoAdd fpsetmask(). Needed to build miniperl.
Jake Burkholder [Tue, 5 Mar 2002 04:03:57 +0000 (04:03 +0000)]
Add fpsetmask().  Needed to build miniperl.

Obtained from: netbsd

22 years agoFix a bug where siglongjmp would clobber the argument to return from
Jake Burkholder [Tue, 5 Mar 2002 04:02:04 +0000 (04:02 +0000)]
Fix a bug where siglongjmp would clobber the argument to return from
sigsetjmp.  It would return the value of the signal flag, instead.

Pointy hat to: jake

22 years agoAdd base64 support to uuencode(1) and uudecode(1), as specified by SUSv3.
Juli Mallett [Tue, 5 Mar 2002 03:27:47 +0000 (03:27 +0000)]
Add base64 support to uuencode(1) and uudecode(1), as specified by SUSv3.

Add `-o' option to uuencode(1) to pipe the uuencoded output to an
arbitrary file, instead of just stdout.

Reviewed by: -standards, mike
Approved by: mike

22 years agoTrack the number of wired pages to avoid unwiring unwired pages.
Seigo Tanimura [Tue, 5 Mar 2002 00:51:03 +0000 (00:51 +0000)]
Track the number of wired pages to avoid unwiring unwired pages.

Reviewed by: alfred

22 years agoAllow for better control over the GCC front-end when building a cross
David E. O'Brien [Tue, 5 Mar 2002 00:17:24 +0000 (00:17 +0000)]
Allow for better control over the GCC front-end when building a cross
compiler.

* Undo the diking out of cross compiler logic from gcc.c rev 1.16.
* Add the `CROSS_STARTFILE_PREFIX' knob.
* Add our own definition of `STANDARD_INCLUDE_DIR'.  This should have been
  included in freebsd-native.h rev 1.5.

22 years agoUnbreak bridge.ko. Replace an unresolved symbol with the actions it
Crist J. Clark [Tue, 5 Mar 2002 00:07:17 +0000 (00:07 +0000)]
Unbreak bridge.ko. Replace an unresolved symbol with the actions it
was meant to take.

Submitted by: luigi
Approved by: luigi
MFC after: 3 days

22 years agoConnect the sparc64 userland fp emulator to the build.
Thomas Moestl [Tue, 5 Mar 2002 00:00:40 +0000 (00:00 +0000)]
Connect the sparc64 userland fp emulator to the build.

22 years agoAdd cloning support to the loopback interface.
Brooks Davis [Mon, 4 Mar 2002 21:46:00 +0000 (21:46 +0000)]
Add cloning support to the loopback interface.

Submitted by: mux

22 years agoChange the network interface cloning API so the destroy function returns
Brooks Davis [Mon, 4 Mar 2002 21:43:49 +0000 (21:43 +0000)]
Change the network interface cloning API so the destroy function returns
an int errorcode instead of void in preperation for merging cloning of
the loopback device.

Submitted by: mux
MFC after: 2 weeks

22 years agoUpdate headers
Søren Schmidt [Mon, 4 Mar 2002 21:11:30 +0000 (21:11 +0000)]
Update headers

22 years agoUpdate header.
Søren Schmidt [Mon, 4 Mar 2002 21:08:35 +0000 (21:08 +0000)]
Update header.

22 years agofix the wildrunning % counter.
Søren Schmidt [Mon, 4 Mar 2002 20:50:16 +0000 (20:50 +0000)]
fix the wildrunning % counter.

22 years agoANSIfication, WARNS and lint cleanup.
Mark Murray [Mon, 4 Mar 2002 20:27:38 +0000 (20:27 +0000)]
ANSIfication, WARNS and lint cleanup.

22 years ago o Create vm_pageq_enqueue() to encapsulate code that is duplicated time
Alan Cox [Mon, 4 Mar 2002 18:55:26 +0000 (18:55 +0000)]
 o Create vm_pageq_enqueue() to encapsulate code that is duplicated time
   and again in vm_page.c and vm_pageq.c.
 o Delete unusused prototypes.  (Mainly a result of the earlier renaming
   of various functions from vm_page_*() to vm_pageq_*().)

22 years agoAdd generalized power profile code.
Mitsuru IWASAKI [Mon, 4 Mar 2002 18:46:13 +0000 (18:46 +0000)]
Add generalized power profile code.
This makes other power-management system (APM for now) to be able to
generate power profile change events (ie. AC-line status changes), and
other kernel components, not only the ACPI components, can be notified
the events.

 - move subroutines in acpi_powerprofile.c (removed) to kern/subr_power.c
 - call power_profile_set_state() also from APM driver when AC-line
   status changes
 - add call-back function for Crusoe LongRun controlling on power
   profile changes for a example

22 years agoAdd PSEUDOFS.
Doug Rabson [Mon, 4 Mar 2002 18:01:56 +0000 (18:01 +0000)]
Add PSEUDOFS.

22 years agoFix two typos: s/verison/version
Bruce A. Mah [Mon, 4 Mar 2002 16:57:41 +0000 (16:57 +0000)]
Fix two typos:  s/verison/version

Submitted by: hrs

22 years agoForced commit to note that the previous revision applied jdp's own patch for
Dag-Erling Smørgrav [Mon, 4 Mar 2002 16:17:38 +0000 (16:17 +0000)]
Forced commit to note that the previous revision applied jdp's own patch for
the RTLD_GLOBAL problem, not mine.

22 years agoAdd emulation support for PAL_VM_SUMMARY.
Doug Rabson [Mon, 4 Mar 2002 12:47:47 +0000 (12:47 +0000)]
Add emulation support for PAL_VM_SUMMARY.

22 years agoAdd support for french and german locales in tcsh's way.
Alexey Zelkin [Mon, 4 Mar 2002 12:37:08 +0000 (12:37 +0000)]
Add support for french and german locales in tcsh's way.

. link fr_FR.* to fr_BE, fr_CA, fr_CH
. link de_DE.* to de_AT, de_CH

Obtained from: src/bin/csh/nls/Makefile

22 years agoUse NLSLINKS to setup symbolic links in NLS area
Alexey Zelkin [Mon, 4 Mar 2002 12:29:21 +0000 (12:29 +0000)]
Use NLSLINKS to setup symbolic links in NLS area

22 years ago. Add support for making NLS links
Alexey Zelkin [Mon, 4 Mar 2002 12:27:00 +0000 (12:27 +0000)]
. Add support for making NLS links
. Target definitions tweaks

22 years agoThis file is not used anymore
Alexey Zelkin [Mon, 4 Mar 2002 11:10:17 +0000 (11:10 +0000)]
This file is not used anymore

22 years agoSlightly relax requirements to set per-file variables
Alexey Zelkin [Mon, 4 Mar 2002 10:59:37 +0000 (10:59 +0000)]
Slightly relax requirements to set per-file variables

22 years agoUse bsd.nls.mk for building/installing NLS files
Alexey Zelkin [Mon, 4 Mar 2002 10:34:51 +0000 (10:34 +0000)]
Use bsd.nls.mk for building/installing NLS files

XXX: links handling simplify

22 years agoRedirect stdout of `ipf -y' to /dev/null. This removes a stray
Dima Dorfman [Mon, 4 Mar 2002 10:30:24 +0000 (10:30 +0000)]
Redirect stdout of `ipf -y' to /dev/null.  This removes a stray
"filter sync'd" in the middle of the boot output if IPFilter is
enabled, but does not hide any potential errors, which go to stderr.

22 years agoDon't blow away ``set escape'' settings when we've completed the
Brian Somers [Mon, 4 Mar 2002 10:08:57 +0000 (10:08 +0000)]
Don't blow away ``set escape'' settings when we've completed the
login phase.  Just initialise the correct parts.

Originially submitted by: Vladimir B. Machulsky <bofhmail@yahoo.com>

22 years agoUse bsd.nls.mk for building/installing NLS files
Alexey Zelkin [Mon, 4 Mar 2002 09:52:06 +0000 (09:52 +0000)]
Use bsd.nls.mk for building/installing NLS files

22 years agoAdd basic infrastructure for building and installing Message Catalogs (NLS Catalogs)
Alexey Zelkin [Mon, 4 Mar 2002 09:50:28 +0000 (09:50 +0000)]
Add basic infrastructure for building and installing Message Catalogs (NLS Catalogs)

Idea obtained from: NetBSD
Reviewed by: silence at -hackers

22 years agoActivate sparc64 relnotes.
Jun Kuriyama [Mon, 4 Mar 2002 08:33:27 +0000 (08:33 +0000)]
Activate sparc64 relnotes.

22 years agoAdd support for starting secondary cpus in kernel, as opposed to relying
Jake Burkholder [Mon, 4 Mar 2002 07:12:36 +0000 (07:12 +0000)]
Add support for starting secondary cpus in kernel, as opposed to relying
on the loader to do it.  Improve smp startup code to be less racy and to
defer certain things until the right time.  This almost boots single user
on my dual ultra 60, it is still very fragile:

SMP: AP CPU #1 Launched!
Enter full pathname of shell or RETURN for /bin/sh:
# ls
Debugger("trapsig")
Stopped at      Debugger+0x1c:  ta              %xcc, 1
db> heh
No such command
db>

22 years agoDig the information about which tlb slots were used to map the kernel out
Jake Burkholder [Mon, 4 Mar 2002 07:07:10 +0000 (07:07 +0000)]
Dig the information about which tlb slots were used to map the kernel out
of the metadata passed by the loader.

22 years agoBegin building sparc64 release notes for -CURRENT.
Bruce A. Mah [Mon, 4 Mar 2002 06:46:00 +0000 (06:46 +0000)]
Begin building sparc64 release notes for -CURRENT.

22 years agoclarify code:
Alfred Perlstein [Mon, 4 Mar 2002 05:30:04 +0000 (05:30 +0000)]
clarify code:

add comments.
don't get the length of each arg passed, only the last one.
check against == or != NULL rather than using a pointer value as
truth test.

22 years agoAllocate tlb contexts on the fly in cpu_switch, instead of statically 1 to 1
Jake Burkholder [Mon, 4 Mar 2002 05:20:29 +0000 (05:20 +0000)]
Allocate tlb contexts on the fly in cpu_switch, instead of statically 1 to 1
with pmaps.  When the context numbers wrap around we flush all user mappings
from the tlb.  This makes use of the array indexed by cpuid to allow a pmap
to have a different context number on a different cpu.  If the context numbers
are then divided evenly among cpus such that none are shared, we can avoid
sending tlb shootdown ipis in an smp system for non-shared pmaps.  This also
removes a limit of 8192 processes (pmaps) that could be active at any given
time due to running out of tlb contexts.

Inspired by: the brown book
Crucial bugfix from: tmm

22 years agoFix obscure problems with vfork where part of the parent's stack could be
Jake Burkholder [Mon, 4 Mar 2002 05:07:22 +0000 (05:07 +0000)]
Fix obscure problems with vfork where part of the parent's stack could be
clobbered by the child.  This is more complicated than usual because the
window that could get clobbered is pushed in kernel mode, so a lot of
registers would have to be saved in other registers in userland and we
don't have enough.  What we do have is space in the pcb to temporarily
store user windows that were spilled in kernel mode, but could not be
immediately stored to the user stack.  So we copy in the parent's topmost
window and save it in the pcb, and arrange for it to be copied back out
when the child is done frobbing the stack.

Reviewed by: tmm

22 years agoSupport for USB fm radio.
Alfred Perlstein [Mon, 4 Mar 2002 03:51:21 +0000 (03:51 +0000)]
Support for USB fm radio.

Submitted by: David Yeske <dyeske@yahoo.com>

22 years agoAdd a bunch of cards from NetBSD and maybe other places.
Warner Losh [Mon, 4 Mar 2002 02:59:20 +0000 (02:59 +0000)]
Add a bunch of cards from NetBSD and maybe other places.

Ericsson Wireless Lan
Simple Tech Spectrum 24 Alt
Socket LP WLAN CF
Symbol LA4100

22 years agoSuspend and resume related patches from Toshikazu Ichinoseki <t.ichinoseki@nifty...
Orion Hodson [Mon, 4 Mar 2002 00:36:04 +0000 (00:36 +0000)]
Suspend and resume related patches from Toshikazu Ichinoseki <t.ichinoseki@nifty.com>.

PR's: kern/35484, kern/35230.

22 years agoMakefile.inc0 is no longer used.
Giorgos Keramidas [Sun, 3 Mar 2002 22:37:35 +0000 (22:37 +0000)]
Makefile.inc0 is no longer used.
Update comments to reflect that.

Approved by: dd, silence in -audit.

22 years agoCall vm_pageq_remove_nowakeup() rather than duplicating it.
Alan Cox [Sun, 3 Mar 2002 22:36:14 +0000 (22:36 +0000)]
Call vm_pageq_remove_nowakeup() rather than duplicating it.

22 years agoFix bug in mb_alloc that made systems configured with
Bosko Milekic [Sun, 3 Mar 2002 22:10:04 +0000 (22:10 +0000)]
Fix bug in mb_alloc that made systems configured with
PAGE_SIZE / MCLBYTES == 1 crash. Fix them by changing the
appropriate "allocate new page and bucket" code in mb_alloc to use
the macro for properly grabbing an allocated object from a bucket,
the one that checks whether the bucket is empty.
This should allow ken to continue testing zero-copy stuff on -CURRENT.

Noticed and provided debug info: ken

22 years agoA bit of premptive GEOM POLA magic: If we don't get a virgin disklabel
Poul-Henning Kamp [Sun, 3 Mar 2002 21:21:45 +0000 (21:21 +0000)]
A bit of premptive GEOM POLA magic: If we don't get a virgin disklabel
from /dev/food0, then try from /dev/f00d0c, in strange cases this work.

22 years agoAdding Network Interface Support section
Sebastien Gioria [Sun, 3 Mar 2002 21:17:15 +0000 (21:17 +0000)]
Adding Network Interface Support section

22 years agoProvide infrastructure for harvesting SWI entropy.
Mark Murray [Sun, 3 Mar 2002 20:09:42 +0000 (20:09 +0000)]
Provide infrastructure for harvesting SWI entropy.

22 years agoMassive lint-inspired cleanup.
Mark Murray [Sun, 3 Mar 2002 19:44:22 +0000 (19:44 +0000)]
Massive lint-inspired cleanup.

Remove unneeded includes.
Deal with unused function arguments.
Resolve a boatload of signed/unsigned imcompatabilities.
Etc.

22 years ago(x)lint(1) works; re-enable it.
Mark Murray [Sun, 3 Mar 2002 19:32:44 +0000 (19:32 +0000)]
(x)lint(1) works; re-enable it.

22 years ago* Include <sys/ucontext.h> so that this compiles again.
Doug Rabson [Sun, 3 Mar 2002 19:23:15 +0000 (19:23 +0000)]
* Include <sys/ucontext.h> so that this compiles again.
* Move the section which manipulates ia64_pal_base to after cninit() so
  that we don't risk printing anything before we have a console.
* Don't call ia64_probe_sapics() for a SKI build. This should really
  be dependant on ACPICA being present or something.

22 years agoForgot this litte patch, scale the individual disk size from the
Søren Schmidt [Sun, 3 Mar 2002 16:36:19 +0000 (16:36 +0000)]
Forgot this litte patch, scale the individual disk size from the
arrays total size depending on width of the array.

22 years agoComment out proc-alpha.sgml's line temporarily.
Hiroki Sato [Sun, 3 Mar 2002 16:22:13 +0000 (16:22 +0000)]
Comment out proc-alpha.sgml's line temporarily.

22 years agoAdd the RAID rebuild command.
Søren Schmidt [Sun, 3 Mar 2002 15:41:57 +0000 (15:41 +0000)]
Add the RAID rebuild command.

22 years agoMajor update of the ATA RAID code, part 3:
Søren Schmidt [Sun, 3 Mar 2002 15:36:21 +0000 (15:36 +0000)]
Major update of the ATA RAID code, part 3:

Add code to properly detach/attach disks that are part of a RAID.

Mark a disk that is attached on an ATA channel belonging to a
RAID as a spare disk that can be used for rebuilding failed RAID1's.

Add support for rebuilding failed RAID1's.

Several fixes to the detach/attach code.

For replacing a disk in a failed RAID1 do the following:

Find the controller channel# of the failed disk.

Exec 'atacontrol detach <channel#>' to free the disk from the system.

Replace the failed disk with a new one of at least the same size.
If your have your disks in drawers/enclosures this can be done with
the system still running.

Exec 'atacontrol attach <channel#>' to add the disk to the system and
mark it as a valid spare for rebuild.

Exec 'atacontrol rebuild <array#>'

The system will rebuild the array on the fly, the array can still
be used during this, although with slower performance.

Please let me know of any problems with this!

Sponsored by: Advanis Inc.

MFC after: 2 weeks

22 years agoMerge conflicts, fix Makefiles and remove (re)moved file(s).
Mark Murray [Sun, 3 Mar 2002 15:12:50 +0000 (15:12 +0000)]
Merge conflicts, fix Makefiles and remove (re)moved file(s).

22 years agoAdd new command definition for rebuilding RAID arrays.
Søren Schmidt [Sun, 3 Mar 2002 15:00:39 +0000 (15:00 +0000)]
Add new command definition for rebuilding RAID arrays.

22 years agoAdd Japanese version of hardware notes:
Hiroki Sato [Sun, 3 Mar 2002 14:31:34 +0000 (14:31 +0000)]
Add Japanese version of hardware notes:

(new) -> 1.3   doc/ja_JP.eucJP/hardware/Makefile
(new) -> 1.2   doc/ja_JP.eucJP/hardware/Makefile.inc
(new) -> 1.6   doc/ja_JP.eucJP/hardware/alpha/Makefile
(new) -> 1.4   doc/ja_JP.eucJP/hardware/alpha/article.sgml
(new) -> 1.3   doc/ja_JP.eucJP/hardware/common/artheader.sgml
(new) -> 1.73  doc/ja_JP.eucJP/hardware/common/dev.sgml
(new) -> 1.3   doc/ja_JP.eucJP/hardware/common/hw.ent
(new) -> 1.3   doc/ja_JP.eucJP/hardware/common/intro.sgml
(new) -> 1.5   doc/ja_JP.eucJP/hardware/i386/Makefile
(new) -> 1.3   doc/ja_JP.eucJP/hardware/i386/article.sgml
(new) -> 1.2   doc/ja_JP.eucJP/hardware/i386/proc-i386.sgml
(new) -> 1.2   doc/ja_JP.eucJP/hardware/ia64/Makefile
(new) -> 1.1   doc/ja_JP.eucJP/hardware/ia64/article.sgml
(new) -> 1.1   doc/ja_JP.eucJP/hardware/ia64/proc-ia64.sgml
(new) -> 1.1   doc/ja_JP.eucJP/hardware/sparc64/Makefile
(new) -> 1.1   doc/ja_JP.eucJP/hardware/sparc64/article.sgml

 NOTE: {alpha,sparc64}/{dev,proc}-{alpha,sparc64}.sgml are
       not translated yet.

22 years agoAdd two IrDA controller ID: IBM TP240(Probably NSC compatible), and SMC IrCC
Takanori Watanabe [Sun, 3 Mar 2002 13:26:59 +0000 (13:26 +0000)]
Add two IrDA controller ID: IBM TP240(Probably NSC compatible), and SMC IrCC
controller.

22 years agoThis commit was generated by cvs2svn to compensate for changes in r91586,
Mark Murray [Sun, 3 Mar 2002 13:17:00 +0000 (13:17 +0000)]
This commit was generated by cvs2svn to compensate for changes in r91586,
which included commits to RCS files with non-trunk default branches.

22 years agoImport of NetBSD's (x)lint, snapshotted at 2002-3-3.
Mark Murray [Sun, 3 Mar 2002 13:17:00 +0000 (13:17 +0000)]
Import of NetBSD's (x)lint, snapshotted at 2002-3-3.

22 years agoTemporarily remove lint(1) from the build until the import and merge
Mark Murray [Sun, 3 Mar 2002 13:03:08 +0000 (13:03 +0000)]
Temporarily remove lint(1) from the build until the import and merge
of the MFN (Merge from NetBSD) is complete.

22 years agoDon't move the an and wi drivers to a mfsroot floppy.
Yoshihiro Takahashi [Sun, 3 Mar 2002 11:09:40 +0000 (11:09 +0000)]
Don't move the an and wi drivers to a mfsroot floppy.

22 years ago- Sort some entries.
Yoshihiro Takahashi [Sun, 3 Mar 2002 10:38:40 +0000 (10:38 +0000)]
- Sort some entries.
- Don't remove MATH_EMULATE and MSDOS from a 'SMALL' floppy.
- Use the pattern '<tab><device name><tab>' instead of '<device name>' to
  avoid an unexpected matching.

22 years agoCheck the version of ex_anon (a `struct xucred') before using it to
Dima Dorfman [Sun, 3 Mar 2002 06:07:57 +0000 (06:07 +0000)]
Check the version of ex_anon (a `struct xucred') before using it to
fill out netc_anon (a `struct ucred'), and add an XXX around the
entire operation since it isn't clear whether it's doing the right
thing with things like cr_uidinfo and cr_prison.

22 years agoActually the rev 1.23 change also affects BINUTIL bits.
David E. O'Brien [Sun, 3 Mar 2002 04:37:09 +0000 (04:37 +0000)]
Actually the rev 1.23 change also affects BINUTIL bits.
(my reading of the code was correct... now someone _please_ tell me why
they bother setting the "component" in the paths prefixes...)

22 years agoAllow one to specify a STANDARD_EXEC_PREFIX for GCC (but not BINUTILS) bits.
David E. O'Brien [Sun, 3 Mar 2002 04:18:00 +0000 (04:18 +0000)]
Allow one to specify a STANDARD_EXEC_PREFIX for GCC (but not BINUTILS) bits.

22 years agoDocument cru2x().
Dima Dorfman [Sun, 3 Mar 2002 03:27:28 +0000 (03:27 +0000)]
Document cru2x().

22 years agoAdd information about {kerberos,kadmind}5_enable and change
Dima Dorfman [Sun, 3 Mar 2002 02:02:33 +0000 (02:02 +0000)]
Add information about {kerberos,kadmind}5_enable and change
{kerberos,kadmind}_enable to {kerberos,kadmind}4_enable to match
reality.  Fix some mismatched parentheses while I'm here.

PR: 34982
Submitted by: Michel Oosterhof <m.oosterhof@xs4all.nl>

22 years agoCorrect a typo.
Dima Dorfman [Sun, 3 Mar 2002 01:13:47 +0000 (01:13 +0000)]
Correct a typo.

PR: 35273
Submitted by: Nicola Vitale <nivit@libero.it>

22 years agoConsistently refer to the trace file of ktrace as 'trfile'.
Giorgos Keramidas [Sun, 3 Mar 2002 01:12:25 +0000 (01:12 +0000)]
Consistently refer to the trace file of ktrace as 'trfile'.

PR: docs/35361
Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>

22 years agoGet the generic name right
Warner Losh [Sun, 3 Mar 2002 01:04:39 +0000 (01:04 +0000)]
Get the generic name right

22 years agoRemove some long dead code.
Alan Cox [Sat, 2 Mar 2002 22:21:42 +0000 (22:21 +0000)]
Remove some long dead code.

22 years agoFix bug on method local named object related panic and Bankfield
Takanori Watanabe [Sat, 2 Mar 2002 15:05:26 +0000 (15:05 +0000)]
Fix bug on method local named object related panic and Bankfield
operation.

22 years agoMFi386: revision 1.394.
Yoshihiro Takahashi [Sat, 2 Mar 2002 13:21:12 +0000 (13:21 +0000)]
MFi386: revision 1.394.

22 years agoMFi386: revision 1.498.
Yoshihiro Takahashi [Sat, 2 Mar 2002 13:19:22 +0000 (13:19 +0000)]
MFi386: revision 1.498.

22 years agoFix lock leakage and late unlock.
Seigo Tanimura [Sat, 2 Mar 2002 12:42:24 +0000 (12:42 +0000)]
Fix lock leakage and late unlock.

Submitted by: bde