Marcel Moolenaar
a2ca37c83e
Print two new processor features:
...
o Spontaneous deferral (A feature required by dutch railways :-)
o 16-byte atomic operations (ld, st, cmpxchg)
2003-02-17 08:17:26 +00:00
Jonathan Mini
2129373618
Call the weak symbol for sigprocmask, so that it can be overridden.
2003-02-17 07:47:13 +00:00
Jeff Roberson
5215b1872f
- 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
2003-02-17 05:14:26 +00:00
Warner Losh
50cc4892cb
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?)
2003-02-17 04:13:44 +00:00
Andrey A. Chernov
49abb2a4f8
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...
2003-02-17 03:52:35 +00:00
Tim J. Robbins
decb00f677
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.
2003-02-17 03:51:44 +00:00
Jeff Roberson
e4625663c9
- 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
2003-02-17 02:19:58 +00:00
Tom Rhodes
be21a30945
Correct the BSD/OS macro.
2003-02-16 22:30:00 +00:00
Bruce A. Mah
2383624937
New release notes: FILE 3.40, IPFilter 3.4.31.
...
MFC noted: OpenSSL 0.9.7.
2003-02-16 21:30:30 +00:00
Mike Makonnen
f8a5334bb6
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)
2003-02-16 20:46:08 +00:00
Andrew Gallatin
71a45f46e7
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
2003-02-16 19:25:04 +00:00
Poul-Henning Kamp
029f0b69a4
Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB
...
will not have a dev_t.
2003-02-16 19:22:21 +00:00
Jens Schweikhardt
25ef827219
Correct typos.
...
Submitted by: Seth Hieronymus <sethh@principia.edu>
X-MFC after: 4.8 is out the door
2003-02-16 18:38:12 +00:00
Mike Makonnen
fc89586093
Update copyright.
2003-02-16 18:06:04 +00:00
Warner Losh
58f4eca2a6
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
2003-02-16 18:05:54 +00:00
Mike Makonnen
6fcaf748ab
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)
2003-02-16 18:04:06 +00:00
Warner Losh
3c2eeec09a
No need to wrap siodetach() with sio_pccard_detach.
2003-02-16 18:03:15 +00:00
Andrew Gallatin
cb259970c3
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
2003-02-16 17:30:49 +00:00
Jacques Vidrine
e0554a531f
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
2003-02-16 17:29:11 +00:00
Alfred Perlstein
9d4156aed3
Fix logic in loop so it actually executes.
...
Pointed out by: fjoe
2003-02-16 16:12:10 +00:00
Poul-Henning Kamp
190ff54ebb
Add #include <sys/resource.h>
...
My apologies for missing these #includes, I must have confused the
dependencies with a wrong timestamp or something.
2003-02-16 16:01:52 +00:00
Poul-Henning Kamp
3bd41074f4
Add #include <sys/resource.h>
2003-02-16 15:46:25 +00:00
Poul-Henning Kamp
c9260270a0
Add #include <sys/resource.h>
2003-02-16 15:31:26 +00:00
Poul-Henning Kamp
fd3a502df2
Add #include <sys/resource.h>
2003-02-16 15:21:26 +00:00
Matt Jacob
e5824c5d33
Pointy hat- bad commit.
2003-02-16 14:26:23 +00:00
Poul-Henning Kamp
d0b4513884
This file is now empty and should no longer be used anywhere.
...
Put a #warning here to alert people to the fact.
2003-02-16 14:15:03 +00:00
Poul-Henning Kamp
f341ca9891
Remove #include <sys/dkstat.h>
2003-02-16 14:13:23 +00:00
Poul-Henning Kamp
1b16b28926
Remove <sys/dkstat.h> #include
2003-02-16 14:09:16 +00:00
Poul-Henning Kamp
cd9c9ca63d
Remove include of <sys/dkstat.h>
2003-02-16 14:08:52 +00:00
Poul-Henning Kamp
7d51c17432
Move cp_time[CPUSTATES] and related #defines to <sys/resource.h>
2003-02-16 13:30:29 +00:00
Poul-Henning Kamp
1259069021
Premptively include <sys/resource.h> to get the cp_time[CPUSTATES].
2003-02-16 13:29:28 +00:00
Poul-Henning Kamp
7694957ecc
Declare tty related counters in a tty related .h file.
2003-02-16 13:23:29 +00:00
Poul-Henning Kamp
3abd4ccf87
Move the tty related statistics counters to live with the tty code.
2003-02-16 13:22:15 +00:00
Dag-Erling Smørgrav
6bbe71f3b8
Alphabetize.
2003-02-16 13:07:20 +00:00
Dag-Erling Smørgrav
36e3e2871d
Back out previous commit now that pam_opieaccess(8) has an allow_local
...
option.
2003-02-16 13:04:27 +00:00
Dag-Erling Smørgrav
1995e9db8a
Add the allow_local option to all pam_opieaccess entries.
2003-02-16 13:02:39 +00:00
Dag-Erling Smørgrav
aaf7fddd4f
Add the want_agent option to the commented-out "session" pam_ssh entry.
2003-02-16 13:02:03 +00:00
Dag-Erling Smørgrav
859ac7c46f
Add an "allow_local" option which forces historical behaviour.
2003-02-16 13:01:03 +00:00
Dag-Erling Smørgrav
3663322d8a
This commit was generated by cvs2svn to compensate for changes in r110989,
...
which included commits to RCS files with non-trunk default branches.
2003-02-16 11:28:55 +00:00
Dag-Erling Smørgrav
83a75cff45
MFP4: guard against null pointer dereference which sshd can cause ( #25271 )
2003-02-16 11:28:55 +00:00
Dag-Erling Smørgrav
b7f9a9adc7
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
2003-02-16 11:03:55 +00:00
Jeff Roberson
71146186a1
- 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.
2003-02-16 10:43:06 +00:00
Jeff Roberson
5e8feb5bed
- Add a WITNESS_SLEEP() for the appropriate cases in lockmgr().
2003-02-16 10:39:49 +00:00
Makoto Matsushita
77d79f0c60
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)
2003-02-16 08:34:11 +00:00
Alan Cox
6420521aa5
Remove GIANT_REQUIRED from vm_pageq_remove().
2003-02-16 06:36:48 +00:00
Alfred Perlstein
5015c68a3c
prevent overflow in shminfo.shmmax
2003-02-16 06:08:55 +00:00
Tim J. Robbins
da5f5439a4
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.
2003-02-16 03:28:11 +00:00
Tim J. Robbins
5d58e28570
Add MPSAFE comment to linux_sigpending().
2003-02-16 02:33:12 +00:00
Tim J. Robbins
1df69b2d1a
Regen from syscalls.master 1.52.
2003-02-16 02:32:17 +00:00
Tim J. Robbins
d97ccc7e54
Mark linux_sigpending() as MPSAFE.
2003-02-16 02:31:05 +00:00