]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
21 years agoRepocopy *.s to *.S
peter [Sat, 3 May 2003 00:21:43 +0000 (00:21 +0000)]
Repocopy *.s to *.S

21 years agoFix three problems in large (>2TB) device handling:
ken [Sat, 3 May 2003 00:21:40 +0000 (00:21 +0000)]
Fix three problems in large (>2TB) device handling:
 - Make sure we don't release the READ CAPACITY CCB twice
 - If we have a device that needs a 16 byte READ CAPACITY command, make
   sure we call xpt_schedule() so we can get a CCB.
 - Don't unlock the peripheral until we're fully probed.

Many thanks to Julian Elischer for providing hardware and testing this.

Tested by: julian

21 years agoRename amd64/*.s to amd64/*.S
peter [Sat, 3 May 2003 00:19:42 +0000 (00:19 +0000)]
Rename amd64/*.s to amd64/*.S

21 years agobsd_disklabel_le_dec() takes an extra argument now.
phk [Fri, 2 May 2003 22:46:44 +0000 (22:46 +0000)]
bsd_disklabel_le_dec() takes an extra argument now.

21 years agoMake bsd_disklabel_le_enc calculate the checksum and fill it in.
phk [Fri, 2 May 2003 22:46:13 +0000 (22:46 +0000)]
Make bsd_disklabel_le_enc calculate the checksum and fill it in.
(If there is a legitimate need to correctly encode and pack a
disklabel with an invalid checksum custom tools can be built for
that.)

Make bsd_disklabel_le_dec() validate the magics, number of partitions
(against a new parameter) and the checksum.

Vastly simplify the logic of the GEOM::BSD class implementation:

Let g_bsd_modify() always take a byte-stream label.

This simplifies all users, except the ioctl's which now have to
convert to a byte-stream first.  Their loss.

g_bsd_modify() is called with topology held now, and it returns
with it held.

Always update the md5sum in g_bsd_modify(), otherwise the check
is no use after the first modification of the label.  Make the
MD5 over the bytestream version of the label.

Move the rawoffset hack to g_bsd_modify() and remove all the
inram/ondisk conversions.

Don't configure hotspots in g_bsd_modify(), do it in taste instead,
we do not support moving the label to a different location on the
fly anyway.

This passes all current regression tests.

21 years agoHook rc.sendmail back up, it was removed prematurely
dougb [Fri, 2 May 2003 22:27:31 +0000 (22:27 +0000)]
Hook rc.sendmail back up, it was removed prematurely

21 years ago- Bus DMA'fy the driver
pdeuskar [Fri, 2 May 2003 21:17:08 +0000 (21:17 +0000)]
- Bus DMA'fy the driver
- Use htole* macros where appropriate so that the driver could work on non-x86 architectures
- Use m_getcl() instead of MGETHDR/MCLGET macros
Submitted by: sam (Sam Leffler)

21 years agoOption KADB does not exist. It came from alpha, where it still exists.
marcel [Fri, 2 May 2003 20:34:15 +0000 (20:34 +0000)]
Option KADB does not exist. It came from alpha, where it still exists.

21 years agoVastly simplify architecture handling: Use properties of label as
phk [Fri, 2 May 2003 20:14:48 +0000 (20:14 +0000)]
Vastly simplify architecture handling:  Use properties of label as
recorded in global variables, rather than checks on the architecture.

Drop horribly code to handle MBR/PC98's embedded in the BSD label area.
If you need to have an MBR or PC98 on your disk, you should not overlap
it with a BSDLABEL, if you don't need it, this code is nothing but trouble.

21 years agoDefault the location to the compiled for architecture if no -m arg specified.
phk [Fri, 2 May 2003 20:02:11 +0000 (20:02 +0000)]
Default the location to the compiled for architecture if no -m arg specified.

21 years agoAdd three global variables which contain the location, size and a flag
phk [Fri, 2 May 2003 19:58:08 +0000 (19:58 +0000)]
Add three global variables which contain the location, size and a flag
for the alpha checksum, and set them depending on the specified architecture

Don't look for disklabels every 16 bytes, look the only place they should
be for the current architecture.

Always read the label from the raw disk and decode it into struct
disklabel rather than trust a cast from random addresses.

When writing to the raw disk, encode the label properly.

21 years agoPull in geom_bsd_enc.c from sys/geom to encode and decode our labels.
phk [Fri, 2 May 2003 19:54:18 +0000 (19:54 +0000)]
Pull in geom_bsd_enc.c from sys/geom to encode and decode our labels.

21 years agoPull in bcopy() prototype from <string.h> when compiled in userland.
phk [Fri, 2 May 2003 19:53:55 +0000 (19:53 +0000)]
Pull in bcopy() prototype from <string.h> when compiled in userland.

21 years agoAdd untested support for the Broadcom 5704.
ps [Fri, 2 May 2003 19:53:40 +0000 (19:53 +0000)]
Add untested support for the Broadcom 5704.

Obtained from: NetBSD

21 years agoLock access to the vm_object's flags in vop_stdcreatevobject().
alc [Fri, 2 May 2003 19:33:21 +0000 (19:33 +0000)]
Lock access to the vm_object's flags in vop_stdcreatevobject().

21 years agoRemove the well-intentioned, but ill thought out check which prevents us
phk [Fri, 2 May 2003 19:14:38 +0000 (19:14 +0000)]
Remove the well-intentioned, but ill thought out check which prevents us
from dd(1)'ing the boot code off one drive and have bsdlabel write it
on another.

21 years agoUpdate the test-script based on the sunlabel version, but put a for-loop
phk [Fri, 2 May 2003 19:12:20 +0000 (19:12 +0000)]
Update the test-script based on the sunlabel version, but put a for-loop
in there to run over the various architectures.

21 years agoConsidering that I did cast the arguments to (intmax_t) I must have
phk [Fri, 2 May 2003 19:08:57 +0000 (19:08 +0000)]
Considering that I did cast the arguments to (intmax_t) I must have
been sleepy since I used %qd instead of %jd.

21 years agopc98 has it's own release subdir, so it's safe to remove the stg, ncv, and
scottl [Fri, 2 May 2003 17:47:08 +0000 (17:47 +0000)]
pc98 has it's own release subdir, so it's safe to remove the stg, ncv, and
nsp drivers from the i386 floppies.

Suggested by: bmah

21 years agosysctlbyname takes a size_t as its 5th argument, not a pointer.
imp [Fri, 2 May 2003 17:38:08 +0000 (17:38 +0000)]
sysctlbyname takes a size_t as its 5th argument, not a pointer.
However, since NULL was used, and this is C++, this error went
undetected until g++ 3.3 somehow managed to whine about it.

Reported by: obrien

21 years agoFix printf format errors.
jake [Fri, 2 May 2003 17:21:07 +0000 (17:21 +0000)]
Fix printf format errors.

21 years agoNew release notes: ata(4) flushing on shutdown, mergemaster(8) -P,
bmah [Fri, 2 May 2003 16:28:45 +0000 (16:28 +0000)]
New release notes:  ata(4) flushing on shutdown, mergemaster(8) -P,
old rc scripts gone, texinfo 4.5.

Updated release notes:  OpenPAM Dianthus.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r114536,
des [Fri, 2 May 2003 15:08:06 +0000 (15:08 +0000)]
This commit was generated by cvs2svn to compensate for changes in r114536,
which included commits to RCS files with non-trunk default branches.

21 years agoVendor import of OpenPAM Dianthus.
des [Fri, 2 May 2003 15:08:06 +0000 (15:08 +0000)]
Vendor import of OpenPAM Dianthus.

21 years agos/DIOCGPC98/DIOCSPC98/
nyan [Fri, 2 May 2003 14:55:42 +0000 (14:55 +0000)]
s/DIOCGPC98/DIOCSPC98/

21 years agoAdd flushing of devices on shutdown.
sos [Fri, 2 May 2003 13:47:44 +0000 (13:47 +0000)]
Add flushing of devices on shutdown.
Note: this might print failure messages on some systems, unfortunatly
the info from the device, stating if flushing is supported, cannot be trusted
so the operation is always issued on all devices, just in case...

21 years agoStyle improvement.
phk [Fri, 2 May 2003 12:57:40 +0000 (12:57 +0000)]
Style improvement.

21 years agoUse g_wither_geom() and plug memory leaks.
phk [Fri, 2 May 2003 12:52:51 +0000 (12:52 +0000)]
Use g_wither_geom() and plug memory leaks.

21 years agoPlug memory leaks.
phk [Fri, 2 May 2003 12:49:41 +0000 (12:49 +0000)]
Plug memory leaks.

21 years agoAdd "addspare" functionality.
sos [Fri, 2 May 2003 12:42:31 +0000 (12:42 +0000)]
Add "addspare" functionality.

21 years agoAdd ioctl to add a spare disk to a RAID array.
sos [Fri, 2 May 2003 12:41:44 +0000 (12:41 +0000)]
Add ioctl to add a spare disk to a RAID array.
Fix the discovery of RAID's to not grap unused disks.
Change the probe printing of a RAID a bit.

21 years agoAdd function to add spare disk to raid.
sos [Fri, 2 May 2003 12:39:34 +0000 (12:39 +0000)]
Add function to add spare disk to raid.

21 years agoDont try to call detached interrupt routine.
sos [Fri, 2 May 2003 12:37:03 +0000 (12:37 +0000)]
Dont try to call detached interrupt routine.

21 years agoUse an uma-zone for allocation bio requests.
phk [Fri, 2 May 2003 12:36:12 +0000 (12:36 +0000)]
Use an uma-zone for allocation bio requests.

21 years agoFix build on 4.x.
ru [Fri, 2 May 2003 11:56:43 +0000 (11:56 +0000)]
Fix build on 4.x.

21 years agoHandle thread canceled case, it is same as signal caused backout,
davidxu [Fri, 2 May 2003 11:39:00 +0000 (11:39 +0000)]
Handle thread canceled case, it is same as signal caused backout,
but will break out of loop.

21 years agorc.sendmail should not have been removed yet.
dougb [Fri, 2 May 2003 11:07:58 +0000 (11:07 +0000)]
rc.sendmail should not have been removed yet.
Don't include it in the rcOG removal prompt.

21 years agoThis file was removed prematurely. It contains functionality
dougb [Fri, 2 May 2003 11:05:57 +0000 (11:05 +0000)]
This file was removed prematurely. It contains functionality
not currently duplicated by rcNG, and is also relied on by
/etc/mail/Makefile.

Submitted by: hrs
Pointy hat to: me

21 years agoIPLware support. The `IPLware' program assumes boot menu program
kato [Fri, 2 May 2003 09:33:12 +0000 (09:33 +0000)]
IPLware support.  The `IPLware' program assumes boot menu program
begins with the `jmp 0x2d4' near jump.

21 years agoHuh? When did the etc bits for amd64 get added?
mtm [Fri, 2 May 2003 08:35:17 +0000 (08:35 +0000)]
Huh? When did the etc bits for amd64 get added?
Make sure they're ported over to rc.d.
While I'm at it correct a logic mistake in rc.d/apmd.

Approved by: markm (mentor)(implicit)

21 years agoUse g_slice_spoiled() instead of g_std_spoiled().
phk [Fri, 2 May 2003 08:33:26 +0000 (08:33 +0000)]
Use g_slice_spoiled() instead of g_std_spoiled().

Add XXX comment about minor memory leak until I can fix it.

21 years agoUse g_slice_spoiled() instead of g_std_spoiled().
phk [Fri, 2 May 2003 08:21:02 +0000 (08:21 +0000)]
Use g_slice_spoiled() instead of g_std_spoiled().

21 years agoUse g_slice_spoiled().
phk [Fri, 2 May 2003 08:13:03 +0000 (08:13 +0000)]
Use g_slice_spoiled().
Free buffer from g_read_data().

21 years agoCreate a symbolic link /dev/vga -> /dev/ttyv0.
mtm [Fri, 2 May 2003 08:10:58 +0000 (08:10 +0000)]
Create a symbolic link /dev/vga -> /dev/ttyv0.

We can't remove the sourcing of /etc/rc.devfs yet in case the user
might have custom entries in it. We will have to come up with an
/etc/devfs.rules or something to make this kind of thing easier.

Approved by: markm (mentor)(implicit)

21 years agobufpos is used in size_t contexts, so make it one.
obrien [Fri, 2 May 2003 07:08:52 +0000 (07:08 +0000)]
bufpos is used in size_t contexts, so make it one.

21 years agoSet WARNS=1. RESOLUTION_MAX macro has major signed/unsigned issues.
obrien [Fri, 2 May 2003 06:56:32 +0000 (06:56 +0000)]
Set WARNS=1.  RESOLUTION_MAX macro has major signed/unsigned issues.

21 years agoUse __FBSDID.
obrien [Fri, 2 May 2003 06:49:10 +0000 (06:49 +0000)]
Use __FBSDID.

21 years agoUse size_t type vars in sizeof contexts.
obrien [Fri, 2 May 2003 06:46:24 +0000 (06:46 +0000)]
Use size_t type vars in sizeof contexts.

21 years agoBack out all the stuff that didn't belong in the last commit.
phk [Fri, 2 May 2003 06:42:59 +0000 (06:42 +0000)]
Back out all the stuff that didn't belong in the last commit.

21 years agoMake this WARNS=1 as that is all we can do with GCC 3.3 -- too many
obrien [Fri, 2 May 2003 06:39:13 +0000 (06:39 +0000)]
Make this WARNS=1 as that is all we can do with GCC 3.3 -- too many
sized/unsigned comparisons.

21 years agoMake count a size_t as that is what is compared against and how it is used.
obrien [Fri, 2 May 2003 06:36:52 +0000 (06:36 +0000)]
Make count a size_t as that is what is compared against and how it is used.

21 years agoUse g_slice_spoiled() rather than g_std_spoiled().
phk [Fri, 2 May 2003 06:36:14 +0000 (06:36 +0000)]
Use g_slice_spoiled() rather than g_std_spoiled().

Remember to free the buffer we got from g_read_data().

21 years agoUse g_slice_spoiled() not g_std_spoiled()
phk [Fri, 2 May 2003 06:34:51 +0000 (06:34 +0000)]
Use g_slice_spoiled() not g_std_spoiled()

21 years agoUse g_slice_spoiled() rather than g_std_spoiled()
phk [Fri, 2 May 2003 06:33:59 +0000 (06:33 +0000)]
Use g_slice_spoiled() rather than g_std_spoiled()

21 years agoUse g_slice_spoiled() rather than g_std_spoiled().
phk [Fri, 2 May 2003 06:33:26 +0000 (06:33 +0000)]
Use g_slice_spoiled() rather than g_std_spoiled().

21 years agoUse a more tailored spoil routine for slices, and take advantage of
phk [Fri, 2 May 2003 06:29:33 +0000 (06:29 +0000)]
Use a more tailored spoil routine for slices, and take advantage of
g_wither_geom() to do most of the work for us.

21 years ago* Document the -P option
dougb [Fri, 2 May 2003 06:28:30 +0000 (06:28 +0000)]
* Document the -P option

* Add a paragraph suggesting that the merge option be used only for
files that users have modified. People have been using this option
for all files that are different, causing unecessary confusion.

21 years ago[Grrr, editor exited too early]
obrien [Fri, 2 May 2003 06:26:32 +0000 (06:26 +0000)]
[Grrr, editor exited too early]
Rev 1.39 sets WARNS=WFORMAT=0 because of the explanation given.

21 years ago* Add a -P (Preserve) option, which saves a copy of files that you replace.
dougb [Fri, 2 May 2003 06:26:23 +0000 (06:26 +0000)]
* Add a -P (Preserve) option, which saves a copy of files that you replace.
The idea for this option came from Marc Schneiders <marc@schneiders.org>

* I've been meaning to remove the code that checked for the existence of
/etc/sysconfig for a while now, since that file was last seen in 2.2.2.

* Replace the above with a check for elements of the old rc system.
Offer to move these files out of DESTDIR/etc for the user's convenience.

21 years agoThe is_name and is_in_name macros are FUBAR'ed.
obrien [Fri, 2 May 2003 06:24:51 +0000 (06:24 +0000)]
The is_name and is_in_name macros are FUBAR'ed.
Due to the use of signed vs. unsigned chars on our various platforms, one gets
"warning: comparison is always true due to limited range of data type"
from GCC 3.3.

21 years agoStyle improvement.
phk [Fri, 2 May 2003 06:22:48 +0000 (06:22 +0000)]
Style improvement.

21 years agoUse g_wither_geom() for cleanup.
phk [Fri, 2 May 2003 06:22:32 +0000 (06:22 +0000)]
Use g_wither_geom() for cleanup.

21 years agoCall g_wither_geom(), instead of just setting the flag.
phk [Fri, 2 May 2003 06:18:58 +0000 (06:18 +0000)]
Call g_wither_geom(), instead of just setting the flag.

21 years agoFix typo in last commit
julian [Fri, 2 May 2003 06:18:55 +0000 (06:18 +0000)]
Fix typo in last commit

21 years agoRework the "withering" mechanism:
phk [Fri, 2 May 2003 06:15:27 +0000 (06:15 +0000)]
Rework the "withering" mechanism:

Introduce g_wither_geom() to do the work in one single place.

21 years agocheck_drive: If we find an existing drive which is "up" or "down",
grog [Fri, 2 May 2003 06:04:19 +0000 (06:04 +0000)]
check_drive: If we find an existing drive which is "up" or "down",
just return it.  Don't try to reinitialize it.  This should fix a
number of inconsistencies that some people encountered with "vinum
start".

PR:  30588
PR:  43475

21 years agoRename g_slice_init() to the more appropriate g_slice_alloc() and give
phk [Fri, 2 May 2003 05:33:27 +0000 (05:33 +0000)]
Rename g_slice_init() to the more appropriate g_slice_alloc() and give
it a g_slice_free() partner function.

21 years agoPer previous announcement, remove the old version of the rc system.
dougb [Fri, 2 May 2003 05:27:35 +0000 (05:27 +0000)]
Per previous announcement, remove the old version of the rc system.

All functionality from the previous system has been preserved, and
users should still customize their system boot with the familiar
methods, rc.conf, rc.conf.local, rc.firewall, sysctl.conf, etc.

Users who have customized versions of scripts that have been removed
should take great care when upgrading, since the compatibility code
that used those old scripts has also been removed.

21 years agostyle improvement.
phk [Fri, 2 May 2003 05:26:47 +0000 (05:26 +0000)]
style improvement.

21 years agoGet rid of trivial function g_destroy_event().
phk [Fri, 2 May 2003 05:26:19 +0000 (05:26 +0000)]
Get rid of trivial function g_destroy_event().

21 years agoLock the vm_object when updating its shadow list.
alc [Fri, 2 May 2003 04:55:21 +0000 (04:55 +0000)]
Lock the vm_object when updating its shadow list.

21 years agoAdd the M_FREELIST flag, which is used to detect whenever a
silby [Fri, 2 May 2003 03:43:40 +0000 (03:43 +0000)]
Add the M_FREELIST flag, which is used to detect whenever a
double free of a mbuf occurs and cause an immediate panic, rather
than allowing free list corruption to occur.

This code is trapped under INVARIANTS, so it should not cause any
change in default performance.

Reviewed by: a bunch of people on -net
MFC after: 1 week

21 years agoSimplify the removal of a shadow object in vm_object_collapse().
alc [Fri, 2 May 2003 03:00:21 +0000 (03:00 +0000)]
Simplify the removal of a shadow object in vm_object_collapse().

21 years agoWhite space changes.
grog [Fri, 2 May 2003 01:39:11 +0000 (01:39 +0000)]
White space changes.

21 years agoUnbreak alpha and ia64 builds. The previous change made the inclusion
marcel [Fri, 2 May 2003 01:36:27 +0000 (01:36 +0000)]
Unbreak alpha and ia64 builds. The previous change made the inclusion
of <machine/pc/bios.h> specific to i386 and added a conditional define
for BIOS_PADDRTOVADDR that depends on ISA_HOLE_START. The latter is
undefined on alpha and ia64. Since the former is defined the same on
both alpha and ia64, assume the ISA_HOLE_START dependent definition
is specific to amd64 and use the identity-mapping in all other cases.

This of course is getting uglier every day...

21 years ago- Reduce the DVMA preallocation limit from 128kB to 32kB. 128kB were
tmm [Fri, 2 May 2003 01:21:37 +0000 (01:21 +0000)]
- Reduce the DVMA preallocation limit from 128kB to 32kB. 128kB were
  quite excessive, and caused the available space to be used up too
  easily. The new limit should be a better estimation of how much the
  caller will need at most.
- Double the IOTSB size 64kB, for a DVMA area size of 64MB.

This should fix DMA problems on e450s and other large machines due
to DVMA space exhaustion, which were introduced in my last IOMMU
code revision in January.

Reported and tested by: fenner

21 years agofmt.c has a comparison between signed and unsigned that is unclear how
obrien [Fri, 2 May 2003 01:05:05 +0000 (01:05 +0000)]
fmt.c has a comparison between signed and unsigned that is unclear how
to properly fix.

21 years agoremove old and inaccurate XXX comment.
julian [Fri, 2 May 2003 01:02:20 +0000 (01:02 +0000)]
remove old and inaccurate XXX comment.

21 years agoUpdate for version 4.5 import.
ru [Fri, 2 May 2003 01:00:41 +0000 (01:00 +0000)]
Update for version 4.5 import.

21 years agoRe-enable building of Groff documentation; texinfo has just been
ru [Fri, 2 May 2003 00:55:52 +0000 (00:55 +0000)]
Re-enable building of Groff documentation; texinfo has just been
upgraded to version 4.5.

21 years agoUpdate for texinfo 4.5.
ru [Fri, 2 May 2003 00:51:24 +0000 (00:51 +0000)]
Update for texinfo 4.5.

21 years agoMerge texinfo 4.5 changes onto the trunk.
ru [Fri, 2 May 2003 00:50:59 +0000 (00:50 +0000)]
Merge texinfo 4.5 changes onto the trunk.

21 years agoUse stock (FSF) version of this file.
ru [Fri, 2 May 2003 00:50:37 +0000 (00:50 +0000)]
Use stock (FSF) version of this file.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r114475,
ru [Fri, 2 May 2003 00:49:43 +0000 (00:49 +0000)]
This commit was generated by cvs2svn to compensate for changes in r114475,
which included commits to RCS files with non-trunk default branches.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r114472,
ru [Fri, 2 May 2003 00:48:41 +0000 (00:48 +0000)]
This commit was generated by cvs2svn to compensate for changes in r114472,
which included commits to RCS files with non-trunk default branches.

21 years agoImport of stripped down GNU texinfo 4.5
ru [Fri, 2 May 2003 00:48:41 +0000 (00:48 +0000)]
Import of stripped down GNU texinfo 4.5

21 years agoMove the flag that indicates an idle thread from the KSE to the thread.
julian [Fri, 2 May 2003 00:33:12 +0000 (00:33 +0000)]
Move the flag that indicates an idle thread from the KSE to the thread.
It was always referenced via the thread anyhow.

Reviewed by: jhb (a LOOOOONG time ago)

21 years agoQuiet warnings about copyright[].
obrien [Fri, 2 May 2003 00:04:21 +0000 (00:04 +0000)]
Quiet warnings about copyright[].

21 years agoFix signed/unsigned mix comparisons involving sizeof.
obrien [Fri, 2 May 2003 00:03:10 +0000 (00:03 +0000)]
Fix signed/unsigned mix comparisons involving sizeof.

21 years agocatman(1) sources now live elsewhere.
ru [Thu, 1 May 2003 23:48:11 +0000 (23:48 +0000)]
catman(1) sources now live elsewhere.

21 years agoUpdate upgrade instructions.
ru [Thu, 1 May 2003 21:28:49 +0000 (21:28 +0000)]
Update upgrade instructions.

21 years agoRemove Giant from the setuid(), seteuid(), setgid(), setegid(),
jhb [Thu, 1 May 2003 21:21:42 +0000 (21:21 +0000)]
Remove Giant from the setuid(), seteuid(), setgid(), setegid(),
setgroups(), setreuid(), setregid(), setresuid(), and setresgid() syscalls
as well as the cred_update_thread() function.

21 years agoTrasmute moer "krb5" distibutions into "crypto".
markm [Thu, 1 May 2003 21:21:15 +0000 (21:21 +0000)]
Trasmute moer "krb5" distibutions into "crypto".

21 years agoRemoved all vestiges of KerberosIV.
ru [Thu, 1 May 2003 21:18:36 +0000 (21:18 +0000)]
Removed all vestiges of KerberosIV.

21 years agoSmall style tweaks to some members of struct session and sigio to be more
jhb [Thu, 1 May 2003 21:17:46 +0000 (21:17 +0000)]
Small style tweaks to some members of struct session and sigio to be more
consistent with other structures in this file.

21 years agoInitialize and destroy the struct proc mutex in the proc zone's init and
jhb [Thu, 1 May 2003 21:16:38 +0000 (21:16 +0000)]
Initialize and destroy the struct proc mutex in the proc zone's init and
fini routines instead of in fork() and wait().  This has the nice side
benefit that the proc lock of any process on the allproc list is always
valid and sched_lock doesn't have to be used to test against PRS_NEW
anymore.

21 years agoStyle.
ru [Thu, 1 May 2003 21:10:37 +0000 (21:10 +0000)]
Style.

21 years agoPlug some memory-leaks.
phk [Thu, 1 May 2003 21:07:08 +0000 (21:07 +0000)]
Plug some memory-leaks.

21 years agoFor the time being, upgrade the whole Groff (to version 1.19),
ru [Thu, 1 May 2003 20:41:03 +0000 (20:41 +0000)]
For the time being, upgrade the whole Groff (to version 1.19),
but stop doing so again on the next __FreeBSD_version bump.

21 years agoRestore local changes accidentally lost in the last import.
jhb [Thu, 1 May 2003 20:40:03 +0000 (20:40 +0000)]
Restore local changes accidentally lost in the last import.

Reviewed by: njl