]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
22 years agoWe need to operate on struct thread now, not struct proc.
obrien [Thu, 8 Nov 2001 01:49:06 +0000 (01:49 +0000)]
We need to operate on struct thread now, not struct proc.

Submitted by: rwatson

22 years agoFor what its worth, sync up the type of ps_arg_cache_max (unsigned long)
peter [Thu, 8 Nov 2001 00:24:48 +0000 (00:24 +0000)]
For what its worth, sync up the type of ps_arg_cache_max (unsigned long)
with the sysctl type (signed long).

22 years agokern.ps_arg_max_cache is a long, not an int. I believe this is half of
peter [Thu, 8 Nov 2001 00:23:06 +0000 (00:23 +0000)]
kern.ps_arg_max_cache is a long, not an int.  I believe this is half of
what broke ps on ia64.  It probably also broke on alpha, but the fallback
method of using lseek/read on /proc/*/mem to read ps_strings seems to
work there.  It doesn't on ia64 yet.

22 years agoTraditionally work in the -traditional case.
obrien [Wed, 7 Nov 2001 23:14:31 +0000 (23:14 +0000)]
Traditionally work in the -traditional case.

Submitted by: joerg

22 years agoAdd quirk for Minolta 2330 Zoom digital camera.
kbyanc [Wed, 7 Nov 2001 23:11:13 +0000 (23:11 +0000)]
Add quirk for Minolta 2330 Zoom digital camera.

Submitted by: Jan Stocker <Jan.Stocker@t-online.de>

22 years agoDon't call setvar() with the VTEXTFIXED flag. A copy is created by
tegge [Wed, 7 Nov 2001 23:00:05 +0000 (23:00 +0000)]
Don't call setvar() with the VTEXTFIXED flag.  A copy is created by
setvar() and passed to setvareq(). When the VTEXTFIXED flag is set,
that copy is never freed, causing a memory leak.

PR: 31533
Submitted by: maxim@macomnet.ru

22 years agoFix vendor ID's.
obrien [Wed, 7 Nov 2001 22:12:52 +0000 (22:12 +0000)]
Fix vendor ID's.

22 years agoAdd quirk for Nikon Coolpix 995.
kbyanc [Wed, 7 Nov 2001 21:47:49 +0000 (21:47 +0000)]
Add quirk for Nikon Coolpix 995.

Submitted by: Jos Vissers <jos@tunix.nl>

22 years agoCatch up on old release notes: fxp(4) dynamic standby mode workaround,
bmah [Wed, 7 Nov 2001 20:30:12 +0000 (20:30 +0000)]
Catch up on old release notes:  fxp(4) dynamic standby mode workaround,
keyinfo(1) in C.

MFC noted:  fxp(4) interrupt coalescing/packet bundling.

22 years agorcsid[]->__FBSDID
obrien [Wed, 7 Nov 2001 19:55:16 +0000 (19:55 +0000)]
rcsid[]->__FBSDID

22 years agoo When "-n" is used with watch, it disables the use of <control-X> to
rwatson [Wed, 7 Nov 2001 19:15:19 +0000 (19:15 +0000)]
o When "-n" is used with watch, it disables the use of <control-X> to
  change terminals being watched.  This change makes watch pass the
  <control-X> through to the terminal if it's not being intercepted--
  previously, the keypress would simply be dropped.

22 years agoInitialize first to -1; this will create a (nearly) empty file on failure,
fenner [Wed, 7 Nov 2001 17:53:25 +0000 (17:53 +0000)]
Initialize first to -1; this will create a (nearly) empty file on failure,
instead of looping until the disk is full.  This kind of failure can
especially happen when a version of awk that doesn't support POSIX
character classes is used.

Submitted by: David Wolfskill <david@catwhisker.org>

22 years agoNMBCLUSTERS, not NMBCLUSTER.
dd [Wed, 7 Nov 2001 14:36:50 +0000 (14:36 +0000)]
NMBCLUSTERS, not NMBCLUSTER.

Submitted by: markus ryynnen <markus.ryynanen@kolumbus_nospam.fi>

22 years agoFix printf format bugs introduced in rev 1.34 for printing times.
peter [Wed, 7 Nov 2001 02:51:25 +0000 (02:51 +0000)]
Fix printf format bugs introduced in rev 1.34 for printing times.
quad_t cannot be printed with %lld on 64 bit systems.

Dont waste cpu to round user and system times up to long long, it is
highly improbable that a process will have accumulated 68 years of
user or system cpu time (not wall clock time) before a reboot or
process restart.

22 years agoRemove a few more debugging bits and turn on twiddle output while reading
jhb [Wed, 7 Nov 2001 01:20:33 +0000 (01:20 +0000)]
Remove a few more debugging bits and turn on twiddle output while reading
from the CD.  This turns off the dual console output to COM1.

22 years agoUpdate the nsswitch.conf -> host.conf generator to handle criteria,
fenner [Wed, 7 Nov 2001 00:33:56 +0000 (00:33 +0000)]
Update the nsswitch.conf -> host.conf generator to handle criteria,
 continuation lines, extra whitespace, and to use the last matching
 line in the file.  This syncs the host.conf generation with how
 the nsswitch.conf is parsed.
Only print " host.conf" instead of a multi-line message, since this
 happens on every boot.

22 years agoDon't ignore unknown characters. The previous code treated a line like:
fenner [Wed, 7 Nov 2001 00:05:26 +0000 (00:05 +0000)]
Don't ignore unknown characters.  The previous code treated a line like:

hosts:!!!!!!!!@@@@@$%^&*()()*$(files{}{}|||++!)(dns

exactly the same as:

hosts: files dns

Recover from parse errors by looking for the end of a line; this
allows entries without errors to still be parsed even if there is
an erroneous entry earlier in the file.

22 years agoFix bug in scsi_read_write() where it might use 6-byte commands when
kbyanc [Tue, 6 Nov 2001 23:50:33 +0000 (23:50 +0000)]
Fix bug in scsi_read_write() where it might use 6-byte commands when
10/12-byte-specific flags where specified.

Reviewed by: ken
MFC after: 1 day

22 years agoAdd AMD766 OHCI USB controller. Remove unused VENDORID lists.
peter [Tue, 6 Nov 2001 23:44:03 +0000 (23:44 +0000)]
Add AMD766 OHCI USB controller.  Remove unused VENDORID lists.

22 years agoFixed the behavior when there is no inbound policy for the ipsec
ume [Tue, 6 Nov 2001 22:45:29 +0000 (22:45 +0000)]
Fixed the behavior when there is no inbound policy for the ipsec
tunneled packet.
When there is no suitable inbound policy for the packet of the ipsec
tunnel mode, the kernel never decapsulate the tunneled packet
as the ipsec tunnel mode even when the system wide policy is "none".
Then the kernel leaves the generic tunnel module to process this
packet.  If there is no rule of the generic tunnel, the packet
is rejected and the statistics will be counted up.

Obtained from: KAME
MFC after: 1 week

22 years ago- Change the f_isdir field of struct file to be a flags field and two
jhb [Tue, 6 Nov 2001 22:31:10 +0000 (22:31 +0000)]
- Change the f_isdir field of struct file to be a flags field and two
  new flags: F_ROOTDIR and F_RR (Rock Ridge present).
- Cache the SUSP LEN_SKP parameter in struct file as well.
- If we open() '/', then force a read of the directory's contents so we
  can examine the directory record of '.' to see if Rock Ridge is present.
- If Rock Ridge extensions are present, lookup Rock Ridge names in
  readdir().

22 years agoFixes:
olgeni [Tue, 6 Nov 2001 21:34:11 +0000 (21:34 +0000)]
Fixes:

  * least -> list
  * recommendations -> recommended

22 years agoFixes:
olgeni [Tue, 6 Nov 2001 21:32:02 +0000 (21:32 +0000)]
Fixes:

  * acceptible -> acceptable
  * partiton -> partition
  * bootdisk -> boot disk
  * harddisk -> hard disk
  * it's -> its
  * bandwith -> bandwidth
  * website -> web site

22 years agoTypo: compatability -> compatibility
olgeni [Tue, 6 Nov 2001 21:27:30 +0000 (21:27 +0000)]
Typo: compatability -> compatibility

22 years agoFixes:
olgeni [Tue, 6 Nov 2001 21:26:13 +0000 (21:26 +0000)]
Fixes:

  * compatability -> compatibility
  * El Torrito -> El Torito
  * repectively -> respectively

22 years agowebsite -> web site
olgeni [Tue, 6 Nov 2001 21:24:59 +0000 (21:24 +0000)]
website -> web site

22 years agoFix typo:
olgeni [Tue, 6 Nov 2001 21:23:28 +0000 (21:23 +0000)]
Fix typo:

  * compatability -> compatibility

22 years agoFix typos:
olgeni [Tue, 6 Nov 2001 21:21:33 +0000 (21:21 +0000)]
Fix typos:

  * initialise -> initialize
  * maintenence -> maintenance
  * manufacured -> manufactured
  * accomodate -> accommodate

22 years agoFix typos:
olgeni [Tue, 6 Nov 2001 21:17:25 +0000 (21:17 +0000)]
Fix typos:

  * intially -> initially
  * accomodate -> accommodate

22 years agoAdd emul.c and in_cksum.c, make the OpenFirmware console driver optional,
tmm [Tue, 6 Nov 2001 20:25:44 +0000 (20:25 +0000)]
Add emul.c and in_cksum.c, make the OpenFirmware console driver optional,
reorder a bit.

22 years agoAdd a special OpenFirmware entry point for terminating the kernel (in
tmm [Tue, 6 Nov 2001 20:22:18 +0000 (20:22 +0000)]
Add a special OpenFirmware entry point for terminating the kernel (in
this case, the firmware trap table needs to be restored). Make use of
it in cpu_halt() and cpu_reset(), and make cpu_reset() reboot the kernel
that was used previously insead of behaving like cpu_halt().
Add a shutdown_final event handler that turns the power off if requested.

22 years agoAdd code to emulate unimplemented (non-fp) instructions and to fixup
tmm [Tue, 6 Nov 2001 20:13:44 +0000 (20:13 +0000)]
Add code to emulate unimplemented (non-fp) instructions and to fixup
unaligned accesses, and instr.h, which contrains definitions for the
sparc64 instruction set (partly from NetBSD).
Make use of some definitions from instr.h in db_disasm.c.

22 years agoo Cache the process's struct prison so as to create a more visually
rwatson [Tue, 6 Nov 2001 20:09:33 +0000 (20:09 +0000)]
o Cache the process's struct prison so as to create a more visually
  appealing code structure.  In particular, s/req->p->p_ucred->cr_prison/pr/

Requested by: imp, jhb, jake, other hangers on

22 years agoAdd optimized implementations of in_cksum_skip() and related functions
tmm [Tue, 6 Nov 2001 20:05:01 +0000 (20:05 +0000)]
Add optimized implementations of in_cksum_skip() and related functions
for sparc64.

22 years agoFix the intial setup of the stray interrupt handler (it takes a struct
tmm [Tue, 6 Nov 2001 19:59:21 +0000 (19:59 +0000)]
Fix the intial setup of the stray interrupt handler (it takes a struct
*intr_vec as argument now, not the vector number).

22 years ago- Add a simple SUSP parser.
jhb [Tue, 6 Nov 2001 19:59:19 +0000 (19:59 +0000)]
- Add a simple SUSP parser.
- Use the SUSP parser to detect Rock Ridge (RRIP) extensions and to look
  up alternate names when opening files.

22 years agoo Remove a tab missed in the previous whitespace commit.
rwatson [Tue, 6 Nov 2001 19:58:43 +0000 (19:58 +0000)]
o Remove a tab missed in the previous whitespace commit.

22 years agoo Remove double-indentation of sysctl_kern_securelvl. This change is
rwatson [Tue, 6 Nov 2001 19:56:58 +0000 (19:56 +0000)]
o Remove double-indentation of sysctl_kern_securelvl.  This change is
  consistent with the one other function in the file, and prevents long
  lines in up-coming changes.  This nominally pulls kern_mib.c a little
  further down the long path to style(9) compliance.

22 years agoFix typo: s/dirver/driver/
bmah [Tue, 6 Nov 2001 19:48:22 +0000 (19:48 +0000)]
Fix typo:  s/dirver/driver/

22 years agoAdd missing include for <ctype.h>
green [Tue, 6 Nov 2001 19:26:51 +0000 (19:26 +0000)]
Add missing include for <ctype.h>

Make sockaddr printing code unbad.

Always copy in sizeof(sockaddr_un) bytes for an AF_UNIX sockaddr,
despite what the length may be.

22 years agoSwitch to using ANSI function declarations and add missing function
jhb [Tue, 6 Nov 2001 17:13:05 +0000 (17:13 +0000)]
Switch to using ANSI function declarations and add missing function
prototypes.  I'm tired of getting stupid bugs from changing function
parameters and not getting warnings from the compiler when I goof it up.

22 years agoCorrectly unlock the target process if /proc/$foo/mem is open()ed by
green [Tue, 6 Nov 2001 17:00:40 +0000 (17:00 +0000)]
Correctly unlock the target process if /proc/$foo/mem is open()ed by
another process which cannot p_candebug() it.  The bug was introduced
in rev. 1.100.

Approved by: des

22 years agoFix tab damage in rev 1.326.
obrien [Tue, 6 Nov 2001 16:15:47 +0000 (16:15 +0000)]
Fix tab damage in rev 1.326.

22 years agoAdd S4BIOS sleep (BIOS hibernation) and DSDT overriding support.
iwasaki [Tue, 6 Nov 2001 15:00:30 +0000 (15:00 +0000)]
Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.
 - Add S4BIOS sleep implementation.  This will works well if MIB
   hw.acpi.s4bios is set (and of course BIOS supports it and hibernation
   is enabled correctly).
 - Add DSDT overriding support which is submitted by takawata originally.
   If loader tunable acpi_dsdt_load="YES" and DSDT file is set to
   acpi_dsdt_name (default DSDT file name is /boot/acpi_dsdt.aml),
   ACPI CA core loads DSDT from given file rather than BIOS memory block.
   DSDT file can be generated by iasl in ports/devel/acpicatools/.
 - Add new files so that we can add our proposed additional code to Intel
   ACPI CA into these files temporary.  They will be removed when
   similar code is added into ACPI CA officially.

22 years agoRemove /usr/src/sbin/pc98 from srcdirs entry. It is not exist.
nyan [Tue, 6 Nov 2001 12:34:07 +0000 (12:34 +0000)]
Remove /usr/src/sbin/pc98 from srcdirs entry. It is not exist.
Add special entry for the fdisk command.

22 years agoMFi386: sys/boot/i386/loader/main.c revision 1.25
nyan [Tue, 6 Nov 2001 12:31:56 +0000 (12:31 +0000)]
MFi386: sys/boot/i386/loader/main.c revision 1.25

22 years agoMFi386: sys/boot/i386/libi386/Makefile revision 1.21
nyan [Tue, 6 Nov 2001 12:31:05 +0000 (12:31 +0000)]
MFi386: sys/boot/i386/libi386/Makefile revision 1.21

22 years agoThis file was part of something grander, which doesn't seem to be
phk [Tue, 6 Nov 2001 07:26:21 +0000 (07:26 +0000)]
This file was part of something grander, which doesn't seem to be
around anymore.

22 years agoThis file is a 2.2 vintage pre-CAM file of no current value.
phk [Tue, 6 Nov 2001 07:24:54 +0000 (07:24 +0000)]
This file is a 2.2 vintage pre-CAM file of no current value.

22 years agouse cp instead of mv to get the right name of the yacc-generated
assar [Tue, 6 Nov 2001 04:30:15 +0000 (04:30 +0000)]
use cp instead of mv to get the right name of the yacc-generated
files, mv fails badly with parallel makes

Submitted by: Vincent Poy <vince@oahu.WURLDLINK.NET>

22 years agoMore drive-by stylification, and some clarifications
des [Tue, 6 Nov 2001 03:28:21 +0000 (03:28 +0000)]
More drive-by stylification, and some clarifications

22 years agoMore drive-by stylification
des [Tue, 6 Nov 2001 02:40:09 +0000 (02:40 +0000)]
More drive-by stylification

22 years agoDrive-by stylification + reintroduce set_border().
des [Tue, 6 Nov 2001 02:38:09 +0000 (02:38 +0000)]
Drive-by stylification + reintroduce set_border().

22 years agosyscons' set_border() is now named sc_set_border(), so there is no longer
des [Tue, 6 Nov 2001 02:36:26 +0000 (02:36 +0000)]
syscons' set_border() is now named sc_set_border(), so there is no longer
a naming conflict.

22 years ago- Fixes non-zero'd out sin_zero field problem so that the padding
arr [Tue, 6 Nov 2001 00:48:01 +0000 (00:48 +0000)]
- Fixes non-zero'd out sin_zero field problem so that the padding
  is used as it is supposed to be.

Inspired by: PR #31704
Approved by: jdp
Reviewed by: jhb, -net@

22 years agoDocument the reset command. I would have thought it blatently obvious,
peter [Mon, 5 Nov 2001 23:46:10 +0000 (23:46 +0000)]
Document the reset command.  I would have thought it blatently obvious,
but here it is:  reset - Hard reset the system

22 years agoAdd quirk entry for Olympus E-100RS digital camera. This and the existing
kbyanc [Mon, 5 Nov 2001 23:33:18 +0000 (23:33 +0000)]
Add quirk entry for Olympus E-100RS digital camera. This and the existing
quirk regarding the C- series makes me suspect that all Olympus models have
the same quirks, but I cannot prove it.

Submitted by: Bernd Walter <ticso@cicely8.cicely.de>

22 years agoo No need to set values to 0 when we utilize M_ZERO
arr [Mon, 5 Nov 2001 22:27:46 +0000 (22:27 +0000)]
o No need to set values to 0 when we utilize M_ZERO

Approved by: peter

22 years agoUpdate.
phk [Mon, 5 Nov 2001 22:07:44 +0000 (22:07 +0000)]
Update.

22 years agoThis is long since unused.
phk [Mon, 5 Nov 2001 22:06:33 +0000 (22:06 +0000)]
This is long since unused.

22 years agoThis simple shell-script tries to find *.c files under /sys
phk [Mon, 5 Nov 2001 22:06:09 +0000 (22:06 +0000)]
This simple shell-script tries to find *.c files under /sys
which are not in some way used or referenced somewhere.

22 years agoGC the a.out support in DDB, nothing anywhere would pull this
phk [Mon, 5 Nov 2001 21:55:42 +0000 (21:55 +0000)]
GC the a.out support in DDB, nothing anywhere would pull this
file into a build.

22 years ago- Include machine/md_var.h to get rid of cpu_reset() warning. (-Wall)
arr [Mon, 5 Nov 2001 21:50:55 +0000 (21:50 +0000)]
- Include machine/md_var.h to get rid of cpu_reset() warning. (-Wall)

Approved by: jhb

22 years agoGC userconfig after Peter axed it 15 months ago.
phk [Mon, 5 Nov 2001 21:46:35 +0000 (21:46 +0000)]
GC userconfig after Peter axed it 15 months ago.

22 years agoAdd a note explaining why CLOCKS_PER_SEC isn't 1000000.
dwmalone [Mon, 5 Nov 2001 21:30:43 +0000 (21:30 +0000)]
Add a note explaining why CLOCKS_PER_SEC isn't 1000000.
While I'm here, "of a second" does not belong to CLOCKS_PER_SEC.

PR: 30297
Submitted by: Bernd Luevelsmeyer <bdluevel@heitec.net>

22 years ago3.5 years ago Wollman wrote:
phk [Mon, 5 Nov 2001 21:25:02 +0000 (21:25 +0000)]
3.5 years ago Wollman wrote:
   "[...] and removes the hostcache code from standard kernels---the
   code that depends on it is not going to happen any time soon,
   I'm afraid."
Time to clean up.

22 years agoAlso remove the .h files for the old rp driver.
phk [Mon, 5 Nov 2001 21:23:24 +0000 (21:23 +0000)]
Also remove the .h files for the old rp driver.

22 years agoGarbage call!
phk [Mon, 5 Nov 2001 21:10:09 +0000 (21:10 +0000)]
Garbage call!

These files have been obsoleted by compiler technology (such as it is
for gcc) for quite some time.

22 years agoo dpt_control.c is not compiled into the system (commented out in
rwatson [Mon, 5 Nov 2001 21:02:26 +0000 (21:02 +0000)]
o dpt_control.c is not compiled into the system (commented out in
  conf/files) and as a result appears to have been missed in the bulk
  KSE update of drivers.  This change replaces references to proc
  with thread.  It has not been compile-tested.

22 years agosrc/sbin/i386 does not exist anymore. Tripped over by make release.
jhay [Mon, 5 Nov 2001 20:56:54 +0000 (20:56 +0000)]
src/sbin/i386 does not exist anymore. Tripped over by make release.

22 years agoRemove the old RocketPort driver which was left behind in favour
phk [Mon, 5 Nov 2001 20:49:30 +0000 (20:49 +0000)]
Remove the old RocketPort driver which was left behind in favour
of the new driver.  The new driver works, the old one is 1+ year behind.

22 years agoAnding the fsid with 0xffff was causing aliasing problems.
dwmalone [Mon, 5 Nov 2001 20:40:24 +0000 (20:40 +0000)]
Anding the fsid with 0xffff was causing aliasing problems.

PR: 17405, 16320
Submitted by: Mark W. Krentel <krentel@dreamscape.com>
Submitted by: Peter Edwards <peter.edwards@ireland.com>
MFC after: 2 weeks

22 years agoMake filenames const to avoid a few warnings.
dwmalone [Mon, 5 Nov 2001 20:33:40 +0000 (20:33 +0000)]
Make filenames const to avoid a few warnings.
Add FreeBSD tags.

Reviewed by: cmp

22 years agoDon't use gcc -Wall flag. Add FreeBSD: line.
dwmalone [Mon, 5 Nov 2001 20:27:17 +0000 (20:27 +0000)]
Don't use gcc -Wall flag. Add FreeBSD: line.

22 years ago- If we are booted via cdboot, use bc_add() to instantiate the cd0 device
jhb [Mon, 5 Nov 2001 19:03:01 +0000 (19:03 +0000)]
- If we are booted via cdboot, use bc_add() to instantiate the cd0 device
  from the loader.
- Cleanup extract_currdev() some and add support for setting the currdev
  to cd0 when booted via cdboot.

22 years agoHook up the bioscd driver and the cd9660 filesystem.
jhb [Mon, 5 Nov 2001 18:59:13 +0000 (18:59 +0000)]
Hook up the bioscd driver and the cd9660 filesystem.

22 years agoAdjust vnode_pager_input_smlfs() to not attempt to BMAP blocks beyond the
dillon [Mon, 5 Nov 2001 18:58:47 +0000 (18:58 +0000)]
Adjust vnode_pager_input_smlfs() to not attempt to BMAP blocks beyond the
file EOF.  This works around a bug in the ISOFS (CDRom) BMAP code which
returns bogus values for requests beyond the file EOF rather then returning
an error, resulting in either corrupt data being mmap()'d beyond the file EOF
or resulting in a seg-fault on the last page of a mmap()'d file (mmap()s of
CDRom files).

Reported by: peter / Yahoo
MFC after: 3 days

22 years agoAdd a device driver for the BIOS device for CD-ROM's booted via El Torito
jhb [Mon, 5 Nov 2001 18:58:33 +0000 (18:58 +0000)]
Add a device driver for the BIOS device for CD-ROM's booted via El Torito
no emulation mode.  Unlike other BIOS devices, this device uses 2048 byte
sectors.  Also, the bioscd driver does not have to worry about slices
or partitions.

22 years agoAdd a DEVT_CD type for CD drivers.
jhb [Mon, 5 Nov 2001 18:51:47 +0000 (18:51 +0000)]
Add a DEVT_CD type for CD drivers.

22 years agoImplement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blocking
dillon [Mon, 5 Nov 2001 18:48:54 +0000 (18:48 +0000)]
Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blocking
in wdrain during a write.  This flag needs to be used in devices whos
strategy routines turn-around and issue another high level I/O, such as
when MD turns around and issues a VOP_WRITE to vnode backing store, in order
to avoid deadlocking the dirty buffer draining code.

Remove a vprintf() warning from MD when the backing vnode is found to be
in-use.  The syncer of buf_daemon could be flushing the backing vnode at
the time of an MD operation so the warning is not correct.

MFC after: 1 week

22 years ago- There is no such thing as a socket structure. sockets are integers.
jhb [Mon, 5 Nov 2001 18:05:56 +0000 (18:05 +0000)]
- There is no such thing as a socket structure.  sockets are integers.
  I'm assuming that the comment was regarding socket address structures, so
  correct the comment about pre-zero'ing socket structures to recommend
  pre-zero'ing socket address structures.
- Fix some minor grammar nits.
- This isn't directly submitted by the PR below but is related to it and was
  inspired by it.

PR: 31704

22 years ago- net.inet.ipsec.esp_auth hasn't been there
ume [Mon, 5 Nov 2001 16:46:24 +0000 (16:46 +0000)]
- net.inet.ipsec.esp_auth hasn't been there
- nuke all debug printfs, which are unneeded by now.
- get rid of #ifdef IPSEC_DEBUG in headers
- now that key_debug_level is always defined, there's no need for
  #ifdef IPSEC_DEBUG around sysctl MIB code (net.key.debug).
- switch all debug printf() to ipseclog().

Obtained from: KAME
MFC after: 1 week

22 years agoUpdate copyrights to include Thomas Moestl.
rwatson [Mon, 5 Nov 2001 15:36:24 +0000 (15:36 +0000)]
Update copyrights to include Thomas Moestl.

Submitted by: "Ilmar S. Habibulin" <ilmar@watson.org>
Obtained from: TrustedBSD Project

22 years agoRemove unnecessary WAK_STS bit waiting code for S1 sleep.
iwasaki [Mon, 5 Nov 2001 14:51:58 +0000 (14:51 +0000)]
Remove unnecessary WAK_STS bit waiting code for S1 sleep.
It was duplicated with AcpiEnterSleepState() since acpica-unix-20010816.

22 years agoForce the RxBuf and TxBuf arrays to be aligned on 16-bit boundaries to
gallatin [Mon, 5 Nov 2001 12:57:46 +0000 (12:57 +0000)]
Force the RxBuf and TxBuf arrays to be aligned on 16-bit boundaries to
make the driver work on alpha

approved by: tanimura

22 years agoAdd two Russian holidays (by osa)
ache [Mon, 5 Nov 2001 12:14:12 +0000 (12:14 +0000)]
Add two Russian holidays (by osa)
Lowercase some titles (by me)

PR: 31769
Submitted by: "Sergey A.Osokin" <osa@FreeBSD.org.ru>

22 years agoDefine a new mount flag "MNT_JAILDEVFS"
phk [Mon, 5 Nov 2001 10:33:45 +0000 (10:33 +0000)]
Define a new mount flag "MNT_JAILDEVFS"

Collect the magic combination of flags which can be updated into
a macro in sys/mount.h rather than inlining them (twice!) in
vfs_syscalls.c

22 years agogamma(x) actually returns \log(|\Gamma(x)|), so correct the man
dwmalone [Mon, 5 Nov 2001 10:10:33 +0000 (10:10 +0000)]
gamma(x) actually returns \log(|\Gamma(x)|), so correct the man
page and add an historical note explaining this. This patch is
based on Stephen's.

We still need someone to implement tgamma.

PR: 28972, 31764
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>

22 years agoAdd the Farallon NetLINE 10/100 PCI to the list of cards supported by
murray [Mon, 5 Nov 2001 09:17:23 +0000 (09:17 +0000)]
Add the Farallon NetLINE 10/100 PCI to the list of cards supported by
rl(4).

PR: docs/31270
Submitted by: Gary W. Swearingen <swear@blarg.net>

22 years agoAdd a few articles to improve the readability of this manual page.
murray [Mon, 5 Nov 2001 09:01:15 +0000 (09:01 +0000)]
Add a few articles to improve the readability of this manual page.

PR: docs/31583
Submitted by: setantae@submonkey.net

22 years agoDescribe handling of NULLs passed to pthread_setcancelstate().
murray [Mon, 5 Nov 2001 08:21:32 +0000 (08:21 +0000)]
Describe handling of NULLs passed to pthread_setcancelstate().

PR: docs/31745
Submitted by: Andrew <andrew@ugh.net.au>

22 years agoAdd bg_BG.CP1251
ache [Mon, 5 Nov 2001 07:21:03 +0000 (07:21 +0000)]
Add bg_BG.CP1251

PR: 25472
Submitted by: Peter Pentchev <roam@ringlet.net>

22 years agoAdd bg_BG.CP1251
ache [Mon, 5 Nov 2001 07:08:39 +0000 (07:08 +0000)]
Add bg_BG.CP1251

PR: 25472
Submitted by: Peter Pentchev <roam@ringlet.net>

22 years agoAdd bg_BG.CP1251
ache [Mon, 5 Nov 2001 06:58:02 +0000 (06:58 +0000)]
Add bg_BG.CP1251

PR: 25472
Submitted by: Peter Pentchev <roam@ringlet.net>

22 years agoAdd bg_BG.CP1251
ache [Mon, 5 Nov 2001 06:49:44 +0000 (06:49 +0000)]
Add bg_BG.CP1251

PR: 25472
Submitted by: Peter Pentchev <roam@ringlet.net>

22 years agoDon't pass os_boot_rendez directly to SAL_SET_VECTORS, because it's
marcel [Mon, 5 Nov 2001 05:55:33 +0000 (05:55 +0000)]
Don't pass os_boot_rendez directly to SAL_SET_VECTORS, because it's
actually the address of the function descriptor. The fdesc has both
the address of the function and it's corresponding gp value. Now
that we have a gp value, use it instead of passing 0.

22 years agoClean up the trap handling code and make it consistent with the other platforms.
mp [Mon, 5 Nov 2001 00:49:03 +0000 (00:49 +0000)]
Clean up the trap handling code and make it consistent with the other platforms.

Submitted by: jhb

22 years agoAdd enable_fpu/save_fpu for handling the floating point registers in the PCB.
mp [Mon, 5 Nov 2001 00:45:33 +0000 (00:45 +0000)]
Add enable_fpu/save_fpu for handling the floating point registers in the PCB.

Obtained from: NetBSD

22 years agoDocument ENETDOWN.
dd [Mon, 5 Nov 2001 00:44:38 +0000 (00:44 +0000)]
Document ENETDOWN.

PR: 31436
Submitted by: Milon Papezik <milon.papezik@oskarmobil.cz>

22 years agoCatch up to proc->thread changes.
dd [Mon, 5 Nov 2001 00:41:39 +0000 (00:41 +0000)]
Catch up to proc->thread changes.

PR: 31428
Submitted by: Chad David <davidc@acns.ab.ca>