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
Tim J. Robbins
a5ea48d458
Regen from syscalls.master 1.49.
2003-02-16 02:28:35 +00:00
Jeffrey Hsu
a44009e07d
Remove extraneous FILEDESC_LOCK around atomic read.
2003-02-16 02:15:15 +00:00
Warner Losh
387ca2cc8a
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.
2003-02-16 02:06:50 +00:00
Warner Losh
594b5aeb67
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).
2003-02-16 02:02:44 +00:00
Matt Jacob
03cf2fba38
Make sure we propagate rxid && iid in isp_target_put_atio
2003-02-16 01:37:51 +00:00
Matt Jacob
7369ae168f
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.
2003-02-16 01:32:52 +00:00
Matt Jacob
a5cf62c2b3
Roll to latest level.
2003-02-16 01:30:31 +00:00
Chris Costello
d29d42d83d
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
2003-02-16 00:57:48 +00:00
Scott Long
1e962d0012
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.
2003-02-16 00:20:24 +00:00
Dag-Erling Smørgrav
b645332a81
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.
2003-02-15 23:26:49 +00:00
Andrew R. Reiter
1f5a94d5f6
- Update a couple of comments to make sense with what today's code is
...
doing (stale comments make arr something something ;)).
2003-02-15 23:25:12 +00:00
Dag-Erling Smørgrav
d477c0ca56
Back out previous commit, I wasn't thinking clearly.
2003-02-15 23:20:04 +00:00
Dag-Erling Smørgrav
93174d0222
Allow password logins from localhost (including the console).
2003-02-15 23:17:40 +00:00
Dag-Erling Smørgrav
b9c5354345
Set PAM_RHOST to "localhost" if no remote host was specified. This allows
...
pam_opieaccess() to work as expected for local logins.
2003-02-15 23:16:41 +00:00
Giorgos Keramidas
4f110f6898
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
2003-02-15 23:05:48 +00:00