]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
21 years ago - Split the struct kse into struct upcall and struct kse. struct kse will
Jeff Roberson [Mon, 17 Feb 2003 05:14:26 +0000 (05:14 +0000)]
 - Split the struct kse into struct upcall and struct kse.  struct kse will
   soon be visible only to schedulers.  This greatly simplifies much the
   KSE code.

Submitted by: davidxu

21 years agoMove call to pci_print_verbose until after all the variables that it
Warner Losh [Mon, 17 Feb 2003 04:13:44 +0000 (04:13 +0000)]
Move call to pci_print_verbose until after all the variables that it
depends on.

Pointy hat to: imp (anybody know if these things are accepted at Eco-Cycle?)

21 years agoBack out "drop first N values" method of removing monotonically increased
Andrey A. Chernov [Mon, 17 Feb 2003 03:52:35 +0000 (03:52 +0000)]
Back out "drop first N values" method of removing monotonically increased
seed->first value correlation. It breaks rand_r()... Other possible methods
like shuffling inside aray will breaks rand_r() too, because it assumes
only one word state, i.e. nothing extra can be added after seed assignment
in srand().

BTW, for old formulae seed->first value correlation is not so monotonically
increased as with other Linear Congruential Generators of this type only
becase arithmetic overflow happens. But overflow affects distribution
and lower bits very badly, as many articles says, such type of overflow
not improves PRNG.

So, monotonically increased seed->first value correlation problem remains...

21 years agoSecond attempt at removing machdep.h and using ALIGN from <sys/param.h>.
Tim J. Robbins [Mon, 17 Feb 2003 03:51:44 +0000 (03:51 +0000)]
Second attempt at removing machdep.h and using ALIGN from <sys/param.h>.
The problem with the previous attempt, as noticed by Marcel, was that
stacknxt was being aligned to a pointer boundary instead of an
ALIGNBYTES + 1 boundary, which broke sparc64.

21 years ago - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back into
Jeff Roberson [Mon, 17 Feb 2003 02:19:58 +0000 (02:19 +0000)]
 - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back into
   the proc.  These counters are only examined through calcru.

Submitted by: davidxu
Tested on: x86, alpha, UP/SMP

21 years agoCorrect the BSD/OS macro.
Tom Rhodes [Sun, 16 Feb 2003 22:30:00 +0000 (22:30 +0000)]
Correct the BSD/OS macro.

21 years agoNew release notes: FILE 3.40, IPFilter 3.4.31.
Bruce A. Mah [Sun, 16 Feb 2003 21:30:30 +0000 (21:30 +0000)]
New release notes:  FILE 3.40, IPFilter 3.4.31.

MFC noted:  OpenSSL 0.9.7.

21 years agoWe stopped reloading rc.conf for each script a long time ago. Things
Mike Makonnen [Sun, 16 Feb 2003 20:46:08 +0000 (20:46 +0000)]
We stopped reloading rc.conf for each script a long time ago. Things
shouldn't depend on that any more.

PR: conf/48332
Approved by: markm (mentor)(implicit)

21 years agozero the end of the memory cluster we're disposing of. Otherwise teh
Andrew Gallatin [Sun, 16 Feb 2003 19:25:04 +0000 (19:25 +0000)]
zero the end of the memory cluster we're disposing of.  Otherwise teh
vm page startup code finds a 20GB cluster on this wacky alphaserver I'm
working on..

MFC After: 7 days

21 years agoChange "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB
Poul-Henning Kamp [Sun, 16 Feb 2003 19:22:21 +0000 (19:22 +0000)]
Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB
will not have a dev_t.

21 years agoCorrect typos.
Jens Schweikhardt [Sun, 16 Feb 2003 18:38:12 +0000 (18:38 +0000)]
Correct typos.

Submitted by: Seth Hieronymus <sethh@principia.edu>
X-MFC after: 4.8 is out the door

21 years agoUpdate copyright.
Mike Makonnen [Sun, 16 Feb 2003 18:06:04 +0000 (18:06 +0000)]
Update copyright.

21 years agoWhatever dumbass wrote sio_pci.c didn't include a detach method.
Warner Losh [Sun, 16 Feb 2003 18:05:54 +0000 (18:05 +0000)]
Whatever dumbass wrote sio_pci.c didn't include a detach method.
Wearing said pointy hat, correct the oversight and hope nobody
notices.

# this should make xircom modems happier to detach once other bugs with
# the cardbus layer are fixed.

Noticed by: scottl
Conical Hat to: imp

21 years agoCondense the output to one line per removed user. For user's who
Mike Makonnen [Sun, 16 Feb 2003 18:04:06 +0000 (18:04 +0000)]
Condense the output to one line per removed user. For user's who
want the more verbose version, there's a -v option.

Approved by: markm (mentor)

21 years agoNo need to wrap siodetach() with sio_pccard_detach.
Warner Losh [Sun, 16 Feb 2003 18:03:15 +0000 (18:03 +0000)]
No need to wrap siodetach() with sio_pccard_detach.

21 years agoWhen trimming memory to fit Maxmem, and we discard an entire cluster,
Andrew Gallatin [Sun, 16 Feb 2003 17:30:49 +0000 (17:30 +0000)]
When trimming memory to fit Maxmem, and we discard an entire cluster,
make certain to subtract its pages from physmem.  Otherwise we end up
running phys_avail_cnt negative, and bad stuff happens.

MFC After: 1 week

21 years agoEliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).
Jacques Vidrine [Sun, 16 Feb 2003 17:29:11 +0000 (17:29 +0000)]
Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).
Only warnings that could be fixed without changing the generated object
code and without restructuring the source code have been handled.

Reviewed by: /sbin/md5

21 years agoFix logic in loop so it actually executes.
Alfred Perlstein [Sun, 16 Feb 2003 16:12:10 +0000 (16:12 +0000)]
Fix logic in loop so it actually executes.

Pointed out by: fjoe

21 years agoAdd #include <sys/resource.h>
Poul-Henning Kamp [Sun, 16 Feb 2003 16:01:52 +0000 (16:01 +0000)]
Add #include <sys/resource.h>

My apologies for missing these #includes, I must have confused the
dependencies with a wrong timestamp or something.

21 years agoAdd #include <sys/resource.h>
Poul-Henning Kamp [Sun, 16 Feb 2003 15:46:25 +0000 (15:46 +0000)]
Add #include <sys/resource.h>

21 years agoAdd #include <sys/resource.h>
Poul-Henning Kamp [Sun, 16 Feb 2003 15:31:26 +0000 (15:31 +0000)]
Add #include <sys/resource.h>

21 years agoAdd #include <sys/resource.h>
Poul-Henning Kamp [Sun, 16 Feb 2003 15:21:26 +0000 (15:21 +0000)]
Add #include <sys/resource.h>

21 years agoPointy hat- bad commit.
Matt Jacob [Sun, 16 Feb 2003 14:26:23 +0000 (14:26 +0000)]
Pointy hat- bad commit.

21 years agoThis file is now empty and should no longer be used anywhere.
Poul-Henning Kamp [Sun, 16 Feb 2003 14:15:03 +0000 (14:15 +0000)]
This file is now empty and should no longer be used anywhere.

Put a #warning here to alert people to the fact.

21 years agoRemove #include <sys/dkstat.h>
Poul-Henning Kamp [Sun, 16 Feb 2003 14:13:23 +0000 (14:13 +0000)]
Remove #include <sys/dkstat.h>

21 years agoRemove <sys/dkstat.h> #include
Poul-Henning Kamp [Sun, 16 Feb 2003 14:09:16 +0000 (14:09 +0000)]
Remove <sys/dkstat.h> #include

21 years agoRemove include of <sys/dkstat.h>
Poul-Henning Kamp [Sun, 16 Feb 2003 14:08:52 +0000 (14:08 +0000)]
Remove include of <sys/dkstat.h>

21 years agoMove cp_time[CPUSTATES] and related #defines to <sys/resource.h>
Poul-Henning Kamp [Sun, 16 Feb 2003 13:30:29 +0000 (13:30 +0000)]
Move cp_time[CPUSTATES] and related #defines to <sys/resource.h>

21 years agoPremptively include <sys/resource.h> to get the cp_time[CPUSTATES].
Poul-Henning Kamp [Sun, 16 Feb 2003 13:29:28 +0000 (13:29 +0000)]
Premptively include <sys/resource.h> to get the cp_time[CPUSTATES].

21 years agoDeclare tty related counters in a tty related .h file.
Poul-Henning Kamp [Sun, 16 Feb 2003 13:23:29 +0000 (13:23 +0000)]
Declare tty related counters in a tty related .h file.

21 years agoMove the tty related statistics counters to live with the tty code.
Poul-Henning Kamp [Sun, 16 Feb 2003 13:22:15 +0000 (13:22 +0000)]
Move the tty related statistics counters to live with the tty code.

21 years agoAlphabetize.
Dag-Erling Smørgrav [Sun, 16 Feb 2003 13:07:20 +0000 (13:07 +0000)]
Alphabetize.

21 years agoBack out previous commit now that pam_opieaccess(8) has an allow_local
Dag-Erling Smørgrav [Sun, 16 Feb 2003 13:04:27 +0000 (13:04 +0000)]
Back out previous commit now that pam_opieaccess(8) has an allow_local
option.

21 years agoAdd the allow_local option to all pam_opieaccess entries.
Dag-Erling Smørgrav [Sun, 16 Feb 2003 13:02:39 +0000 (13:02 +0000)]
Add the allow_local option to all pam_opieaccess entries.

21 years agoAdd the want_agent option to the commented-out "session" pam_ssh entry.
Dag-Erling Smørgrav [Sun, 16 Feb 2003 13:02:03 +0000 (13:02 +0000)]
Add the want_agent option to the commented-out "session" pam_ssh entry.

21 years agoAdd an "allow_local" option which forces historical behaviour.
Dag-Erling Smørgrav [Sun, 16 Feb 2003 13:01:03 +0000 (13:01 +0000)]
Add an "allow_local" option which forces historical behaviour.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r110989,
Dag-Erling Smørgrav [Sun, 16 Feb 2003 11:28:55 +0000 (11:28 +0000)]
This commit was generated by cvs2svn to compensate for changes in r110989,
which included commits to RCS files with non-trunk default branches.

21 years agoMFP4: guard against null pointer dereference which sshd can cause (#25271)
Dag-Erling Smørgrav [Sun, 16 Feb 2003 11:28:55 +0000 (11:28 +0000)]
MFP4: guard against null pointer dereference which sshd can cause (#25271)

21 years agoParanoia: instead of a NULL conversation function, use one that always
Dag-Erling Smørgrav [Sun, 16 Feb 2003 11:03:55 +0000 (11:03 +0000)]
Paranoia: instead of a NULL conversation function, use one that always
returns PAM_CONV_ERR; moreover, make sure we always have the right
conversation function installed before calling PAM service functions.
Also unwrap some not-so-long lines.

MFC after: 3 days

21 years ago - Introduce a new function bremfreel() that does a bremfree with the buf
Jeff Roberson [Sun, 16 Feb 2003 10:43:06 +0000 (10:43 +0000)]
 - Introduce a new function bremfreel() that does a bremfree with the buf
   queue lock already held.
 - In getblk() and flushbufqueues() use bremfreel() while we still have the
   buf queue lock held to keep the lists consistent.
 - Add LK_NOWAIT to two cases where we're essentially asserting that the bufs
   are not locked while acquiring the locks.  This will make sure that we get
   the appropriate panic() and not another one for sleeping with a lock held.

21 years ago - Add a WITNESS_SLEEP() for the appropriate cases in lockmgr().
Jeff Roberson [Sun, 16 Feb 2003 10:39:49 +0000 (10:39 +0000)]
 - Add a WITNESS_SLEEP() for the appropriate cases in lockmgr().

21 years agoPass FTP_PASSIVE_MODE, FTP_PROXY, and HTTP_PROXY variables to chroot sandbox.
Makoto Matsushita [Sun, 16 Feb 2003 08:34:11 +0000 (08:34 +0000)]
Pass FTP_PASSIVE_MODE, FTP_PROXY, and HTTP_PROXY variables to chroot sandbox.
These variables will be used by pkg_add, which installs mkisofs package
while MAKE_ISOS=YES.  See src/release/${arch}/mkisoimages.sh if you doubt.

No objection heard from: current@FreeBSD.org
Suggested by: des, nectar (about *_PROXY variables)

21 years agoRemove GIANT_REQUIRED from vm_pageq_remove().
Alan Cox [Sun, 16 Feb 2003 06:36:48 +0000 (06:36 +0000)]
Remove GIANT_REQUIRED from vm_pageq_remove().

21 years agoprevent overflow in shminfo.shmmax
Alfred Perlstein [Sun, 16 Feb 2003 06:08:55 +0000 (06:08 +0000)]
prevent overflow in shminfo.shmmax

21 years agoTemporarily back out machdep.h/ALIGN changes. It seems that on sparc64,
Tim J. Robbins [Sun, 16 Feb 2003 03:28:11 +0000 (03:28 +0000)]
Temporarily back out machdep.h/ALIGN changes. It seems that on sparc64,
using the alignment from sys/param.h (16) instead of the alignment
from machdep.h (8) tickled a nasty bug in the memory allocator that I
haven't been able to track down yet.

21 years agoAdd MPSAFE comment to linux_sigpending().
Tim J. Robbins [Sun, 16 Feb 2003 02:33:12 +0000 (02:33 +0000)]
Add MPSAFE comment to linux_sigpending().

21 years agoRegen from syscalls.master 1.52.
Tim J. Robbins [Sun, 16 Feb 2003 02:32:17 +0000 (02:32 +0000)]
Regen from syscalls.master 1.52.

21 years agoMark linux_sigpending() as MPSAFE.
Tim J. Robbins [Sun, 16 Feb 2003 02:31:05 +0000 (02:31 +0000)]
Mark linux_sigpending() as MPSAFE.

21 years agoRegen from syscalls.master 1.49.
Tim J. Robbins [Sun, 16 Feb 2003 02:28:35 +0000 (02:28 +0000)]
Regen from syscalls.master 1.49.

21 years agoRemove extraneous FILEDESC_LOCK around atomic read.
Jeffrey Hsu [Sun, 16 Feb 2003 02:15:15 +0000 (02:15 +0000)]
Remove extraneous FILEDESC_LOCK around atomic read.

21 years agoCheckpoint a work in progress:
Warner Losh [Sun, 16 Feb 2003 02:06:50 +0000 (02:06 +0000)]
Checkpoint a work in progress:
o Use the common pci_* routines in preference to the copied and hacked
  routines from an ancient pci.c.

This saves 509 lines in cardbus.c.  More savings to follow when I
convert the resource code over.  In the past when I've done this the
resource code conversion breaks cardbus in subtle ways so I'm doing a
1/2 way checkpoint this time.  cardbus still works for me the same as
it did before.

It also looks like cardbus devices now show up as pci bus devices to
pciconf -l, but maybe that was happening before.

Inspired by a patch from Justin Gibbs many moons ago.  When he
finishes his kobj multiple inheritance work, we can transition the
finished version of this work to that fairly easily.

21 years agoUse rman_get_device rather than rle->resl->r_dev.
Warner Losh [Sun, 16 Feb 2003 02:02:44 +0000 (02:02 +0000)]
Use rman_get_device rather than rle->resl->r_dev.
make pci_hdrtypedata and pci_read_extcap accessible (but maybe in the end
   we'll make them private again).

21 years agoMake sure we propagate rxid && iid in isp_target_put_atio
Matt Jacob [Sun, 16 Feb 2003 01:37:51 +0000 (01:37 +0000)]
Make sure we propagate rxid && iid in isp_target_put_atio

21 years agoPick up some compilation warning fixes from NetBSD.
Matt Jacob [Sun, 16 Feb 2003 01:32:52 +0000 (01:32 +0000)]
Pick up some compilation warning fixes from NetBSD.

If we don't have ISP_FW_CRASH_DUMP defined, we have to do
a isp_reinit in the core code- not the platform code- so
fix the ISP_CONN_FATAL case.

21 years agoRoll to latest level.
Matt Jacob [Sun, 16 Feb 2003 01:30:31 +0000 (01:30 +0000)]
Roll to latest level.

21 years agoInclude a section about enabling MAC on UFS2 file systems. UFS1 is
Chris Costello [Sun, 16 Feb 2003 00:57:48 +0000 (00:57 +0000)]
Include a section about enabling MAC on UFS2 file systems.  UFS1 is
a bit more challenging and will be added later.

Sponsored by: DARPA, Network Associates Laboratories

21 years agoClean up the CIS BAR parsing code by removing several pointless checks.
Scott Long [Sun, 16 Feb 2003 00:20:24 +0000 (00:20 +0000)]
Clean up the CIS BAR parsing code by removing several pointless checks.
Don't complain about the Option ROM BAR type since it's perfectly valid.

21 years agoAssume "localhost" if no remote host was specified. This is safe from a
Dag-Erling Smørgrav [Sat, 15 Feb 2003 23:26:49 +0000 (23:26 +0000)]
Assume "localhost" if no remote host was specified.  This is safe from a
POLA point of view since the stock /etc/opieaccess now allows localhost.

21 years ago- Update a couple of comments to make sense with what today's code is
Andrew R. Reiter [Sat, 15 Feb 2003 23:25:12 +0000 (23:25 +0000)]
- Update a couple of comments to make sense with what today's code is
  doing (stale comments make arr something something ;)).

21 years agoBack out previous commit, I wasn't thinking clearly.
Dag-Erling Smørgrav [Sat, 15 Feb 2003 23:20:04 +0000 (23:20 +0000)]
Back out previous commit, I wasn't thinking clearly.

21 years agoAllow password logins from localhost (including the console).
Dag-Erling Smørgrav [Sat, 15 Feb 2003 23:17:40 +0000 (23:17 +0000)]
Allow password logins from localhost (including the console).

21 years agoSet PAM_RHOST to "localhost" if no remote host was specified. This allows
Dag-Erling Smørgrav [Sat, 15 Feb 2003 23:16:41 +0000 (23:16 +0000)]
Set PAM_RHOST to "localhost" if no remote host was specified.  This allows
pam_opieaccess() to work as expected for local logins.

21 years agoRemove {man,cat}n from /usr/share/man. They had been added for TCL,
Giorgos Keramidas [Sat, 15 Feb 2003 23:05:48 +0000 (23:05 +0000)]
Remove {man,cat}n from /usr/share/man.  They had been added for TCL,
but it's no longer a part of the base-system and buildworld works fine
here after deleting them both on disk and from the mtree spec files.

Not objected to by: kris, silence on -audit

21 years agoAvoid file lock leakage when linuxthreads port or rfork is used:
Tor Egge [Sat, 15 Feb 2003 22:43:05 +0000 (22:43 +0000)]
Avoid file lock leakage when linuxthreads port or rfork is used:
  - Mark the process leader as having an advisory lock
  - Check if process leader is marked as having advisory lock when
    closing file
  - Check that file is still open after lock has been obtained
  - Don't allow file descriptor table sharing between processes
    with different leaders

PR: 10265
Reviewed by: alfred

21 years agoLink several of the if_* modules to their respected manual pages.
Tom Rhodes [Sat, 15 Feb 2003 22:28:33 +0000 (22:28 +0000)]
Link several of the if_* modules to their respected manual pages.

21 years agoAdded dependency on the apm(4) module.
Ruslan Ermilov [Sat, 15 Feb 2003 21:22:19 +0000 (21:22 +0000)]
Added dependency on the apm(4) module.

21 years agoFix misuse of Maxmem in the calculation of the VHPT size. Maxmem
Marcel Moolenaar [Sat, 15 Feb 2003 20:58:32 +0000 (20:58 +0000)]
Fix misuse of Maxmem in the calculation of the VHPT size. Maxmem
is already in pages, so we should not convert from bytes to pages.
The result of this bug was bad scaling of the VHPT relative to the
available memory.

Submitted by: Arun Sharma <arun@sharma-home.net>

21 years agoRemove the acquisition and release of Giant around pmap_growkernel().
Alan Cox [Sat, 15 Feb 2003 20:01:09 +0000 (20:01 +0000)]
Remove the acquisition and release of Giant around pmap_growkernel().
It's unnecessary for two reasons: (1) Giant is at present already held in
such cases and (2) our various implementations of pmap_growkernel() look to
be MP safe.  (For example, for sparc64 the proof of (2) is trivial.)

21 years agoMove kernel_vm_end's declaration to pmap.h; add a comment regarding the
Alan Cox [Sat, 15 Feb 2003 19:38:23 +0000 (19:38 +0000)]
Move kernel_vm_end's declaration to pmap.h; add a comment regarding the
synchronization of access to kernel_vm_end.

21 years agoLog to stdout if no file was specified.
Dag-Erling Smørgrav [Sat, 15 Feb 2003 19:32:52 +0000 (19:32 +0000)]
Log to stdout if no file was specified.

21 years agoAssert that the kernel map's system mutex is held in pmap_growkernel().
Alan Cox [Sat, 15 Feb 2003 19:23:37 +0000 (19:23 +0000)]
Assert that the kernel map's system mutex is held in pmap_growkernel().

21 years agoUpdate xrefs to point at other usb pages.
Tom Rhodes [Sat, 15 Feb 2003 19:17:30 +0000 (19:17 +0000)]
Update xrefs to point at other usb pages.

21 years agoUpdate for version 3.40.
David E. O'Brien [Sat, 15 Feb 2003 19:05:10 +0000 (19:05 +0000)]
Update for version 3.40.
* We have inttypes.h (yes, even in RELENG_4).
* We now have GNU getopt, so lets be the first thing in the tree to
  acutally use it...

21 years ago- Remove old comment for PURGE() as it no longer exists and implied it
Andrew R. Reiter [Sat, 15 Feb 2003 18:58:06 +0000 (18:58 +0000)]
- Remove old comment for PURGE() as it no longer exists and implied it
  was a comment to cache_zap().
- Add a comment to quickly state what cache_zap() does.

Reviewed by: phk, mux

21 years agoThis commit was generated by cvs2svn to compensate for changes in r110949,
David E. O'Brien [Sat, 15 Feb 2003 18:53:17 +0000 (18:53 +0000)]
This commit was generated by cvs2svn to compensate for changes in r110949,
which included commits to RCS files with non-trunk default branches.

21 years agoVirgin import of Christos Zoulas's FILE 3.40.
David E. O'Brien [Sat, 15 Feb 2003 18:53:17 +0000 (18:53 +0000)]
Virgin import of Christos Zoulas's FILE 3.40.

21 years ago1: wi(4) does not need miibus(4).
Tom Rhodes [Sat, 15 Feb 2003 17:16:44 +0000 (17:16 +0000)]
1: wi(4) does not need miibus(4).
2: Add arp(4) and netintro(4) to Xrefs.

1: Discussed with: imp

21 years agoXref miibus(4).
Tom Rhodes [Sat, 15 Feb 2003 17:12:53 +0000 (17:12 +0000)]
Xref miibus(4).

21 years agokenv moved from /usr/bin/ to /bin/.
John Hay [Sat, 15 Feb 2003 16:34:14 +0000 (16:34 +0000)]
kenv moved from /usr/bin/ to /bin/.

21 years agoAdd another backslash ('\').
John Hay [Sat, 15 Feb 2003 16:29:20 +0000 (16:29 +0000)]
Add another backslash ('\').

21 years agoAdd libcrypto.so.2/libssl.so.2 from 4.7-RELEASE CDs.
Jacques Vidrine [Sat, 15 Feb 2003 16:26:10 +0000 (16:26 +0000)]
Add libcrypto.so.2/libssl.so.2 from 4.7-RELEASE CDs.

21 years agoAdd a manual page for miibus(4) and attach it to the build.
Tom Rhodes [Sat, 15 Feb 2003 16:01:36 +0000 (16:01 +0000)]
Add a manual page for miibus(4) and attach it to the build.

Reviewed by: peter, rwatson (older version)

21 years agoAvoid an undef warning.
Dag-Erling Smørgrav [Sat, 15 Feb 2003 14:30:51 +0000 (14:30 +0000)]
Avoid an undef warning.

21 years agoAdd YIS YWL-11B.
Takeshi Shibagaki [Sat, 15 Feb 2003 14:04:05 +0000 (14:04 +0000)]
Add YIS YWL-11B.

21 years agoAdd YIS YWL-11B. This card has same vendor id and product id
Takeshi Shibagaki [Sat, 15 Feb 2003 13:59:54 +0000 (13:59 +0000)]
Add YIS YWL-11B. This card has same vendor id and product id
as XI300 Wireless LAN. So use PCMCIA_CARD2().

21 years agoRegen.
Takeshi Shibagaki [Sat, 15 Feb 2003 13:58:28 +0000 (13:58 +0000)]
Regen.

21 years agoAdd YIS YWL-11B. This card has same vendor id and product id
Takeshi Shibagaki [Sat, 15 Feb 2003 13:57:52 +0000 (13:57 +0000)]
Add YIS YWL-11B. This card has same vendor id and product id
as XI300 Wireless LAN.

21 years agoAdd the Space Shuttle Columbia incident to calendar.history. While here
Sean Chittenden [Sat, 15 Feb 2003 10:57:20 +0000 (10:57 +0000)]
Add the Space Shuttle Columbia incident to calendar.history.  While here
move LOTR "history" events into their own calendar file.  Link
calendar.lotr into calendar.world to preserve visibility of this pre-trendy
gem in BSD.

21 years agoAdd dlinfo(3) manual page to the rank of base system manpages
Alexey Zelkin [Sat, 15 Feb 2003 10:52:46 +0000 (10:52 +0000)]
Add dlinfo(3) manual page to the rank of base system manpages

21 years agoAdd examples of dlinfo() usage to manual page.
Alexey Zelkin [Sat, 15 Feb 2003 10:51:05 +0000 (10:51 +0000)]
Add examples of dlinfo() usage to manual page.

21 years agoflexlint rears its head as well as some style(9) fixes[1]. Fixed a
Sean Chittenden [Sat, 15 Feb 2003 10:26:10 +0000 (10:26 +0000)]
flexlint rears its head as well as some style(9) fixes[1].  Fixed a
few bugs for a few corner cases and correctly handle the case where
read(2) is read()'ing from a non-file descriptor and could get fewer
bytes back than the buffer, but it isn't EOF[2].  random(6) extensively
tested and believed to be bug free (save performance for large files).

Submitted by: mkm [1], tjr[2]

21 years agoAcquire Giant around calls to kern_sigaction() in sigaction(),
Tim J. Robbins [Sat, 15 Feb 2003 09:56:09 +0000 (09:56 +0000)]
Acquire Giant around calls to kern_sigaction() in sigaction(),
freebsd4_sigaction() and osigaction() instead of around the whole
body of those functions. They now no longer hold Giant around calls
to copyin() and copyout(), and it is slightly more obvious what
Giant is protecting.

21 years agoosigpending() no longer needs Giant, for the same reason sigpending()
Tim J. Robbins [Sat, 15 Feb 2003 09:15:30 +0000 (09:15 +0000)]
osigpending() no longer needs Giant, for the same reason sigpending()
does not.

21 years agoRemove the suggestion to try `hangman', because it does not exist
Robert Drehmel [Sat, 15 Feb 2003 09:11:25 +0000 (09:11 +0000)]
Remove the suggestion to try `hangman', because it does not exist
in the base system anymore.

21 years agoAll uses of p_siglist are protected by the proc lock now, so there's
Tim J. Robbins [Sat, 15 Feb 2003 08:42:02 +0000 (08:42 +0000)]
All uses of p_siglist are protected by the proc lock now, so there's
no need to acquire Giant in sigpending() anymore.

21 years agoLock proc while accessing p_siglist, p_sigmask and p_sigignore
Tim J. Robbins [Sat, 15 Feb 2003 08:25:57 +0000 (08:25 +0000)]
Lock proc while accessing p_siglist, p_sigmask and p_sigignore
in nfs_sigintr().

21 years agofix bug in updating of interface pointers when resyncing state
Darren Reed [Sat, 15 Feb 2003 06:47:27 +0000 (06:47 +0000)]
fix bug in updating of interface pointers when resyncing state

21 years agobring changes in IPFilter to 3.4.31 on to the head
Darren Reed [Sat, 15 Feb 2003 06:32:48 +0000 (06:32 +0000)]
bring changes in IPFilter to 3.4.31 on to the head

21 years agoThis commit was generated by cvs2svn to compensate for changes in r110917,
Darren Reed [Sat, 15 Feb 2003 06:27:40 +0000 (06:27 +0000)]
This commit was generated by cvs2svn to compensate for changes in r110917,
which included commits to RCS files with non-trunk default branches.

21 years agoImport userland tools for IPFilter 3.4.31 into -current
Darren Reed [Sat, 15 Feb 2003 06:27:40 +0000 (06:27 +0000)]
Import userland tools for IPFilter 3.4.31 into -current