Josef Karthauser
d883e289b9
The sysctl has changed from 'kern.ps_showallprocs' to
...
'security.bsd.see_other_uids'.
2002-05-16 11:51:05 +00:00
Tom Rhodes
ebd4324457
Consistancy check s/file system/filesystem/
...
Reviewed by: brian
2002-05-16 01:57:20 +00:00
Josef Karthauser
1063e12617
Replace /kernel with /boot/kernel/kernel.
...
PR: docs/37757
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
2002-05-09 11:47:42 +00:00
Juli Mallett
634d96e194
Check for possible overflow from sysconf _SC_ARG_MAX and error out in a
...
correct manner. Revert my incorrect change to use err(3) for malloc(3)
failing. Use a size_t variable to store the size of the argument buffer
we allocate, and remove silly casts as the result of having this around.
Modify the math in some of the paranoid checks for buffer overflow to
account for the fact we now are dealing with the actual size of the
buffer. Remove the static qualifier for arg_max, and the bogus setting
of it to -1.
Include <limits.h> for the definitions we use to check for possible
overflows.
Submitted by: bde
2002-05-05 04:42:50 +00:00
Juli Mallett
3d674c947c
Don't cast incorrectly to malloc(3), and don't use errx(3) if malloc(3)
...
returns NULL, as malloc(3) sets errno. Use err(3).
2002-05-02 05:46:37 +00:00
Philippe Charnier
e004acc891
Use `The .Nm utility'
2002-04-16 20:08:06 +00:00
Chris D. Faulhaber
a5b0f3020c
errx()/strerror() -> err()
2002-04-07 04:59:13 +00:00
Ruslan Ermilov
9f1207d517
Install sys/security/lomac/*.h to /usr/include/security/lomac/.
...
Install sys/<arch>/include/pc/*.h to /usr/include/machine/pc/.
PR: docs/29534
Install sys/netatm/*/*.h to /usr/include/netatm/*/.
Don't install compatibility symlinks for <machine/soundcard.h>
and <machine/joystick.h>. Three years is enough to be aware of
the change, and these weren't visible in the SHARED=symlinks
case.
Back out include/Makefile,v 1.160 that was a null change anyway
due to the bug in the path, and we now don't want to install
these headers because they would otherwise be invisible in the
SHARED=symlinks case.
Don't install IPFILTER headers. Userland utilities fetch them
directly, and they were not visible in the SHARED=symlinks case.
Resurrect SHARED=symlinks in Makefile.inc1.
PR: bin/28002
Prodded by: bde
MFC after: 2 weeks
2002-03-26 16:05:14 +00:00
Robert Watson
7774db9751
NAI DBA update.
2002-03-14 21:51:00 +00:00
Bruce Evans
9880a81276
Fixed unsorting.
2002-02-23 21:00:14 +00:00
Mark Murray
a3dbc1d804
ANSIfy.
2002-02-22 23:31:57 +00:00
Matthew Dillon
d9a5f8900a
Revert wchan functionality. Add 'mwchan' to supply new duel mutex/msleep
...
functionality and make it the default.
With additional improvements by: Mark Peek <mp@FreeBSD.org>
2002-02-21 18:27:16 +00:00
Warner Losh
576541a9e6
Fixed divots that I created when I moved prototypes of group_from_gid
...
and user_from_uid to grp.h and pwd.h. Update the man pages.
Submitted by: David Malone
Pointy hat to: imp
2002-02-19 00:05:59 +00:00
Matthew Dillon
ebc1fff946
When blocked on a mutex, display the mutex name via the wchan string field
...
so we can at least tell the difference between being blocked in Giant
and being blocked in some other mutex.
2002-02-16 20:10:00 +00:00
Dag-Erling Smørgrav
3ab6656108
Document the 'M' state.
2002-02-16 18:47:22 +00:00
Kris Kennaway
6a99036a7f
Correct inadvertent style botches in previous commit.
2002-02-04 03:06:51 +00:00
Kris Kennaway
afe781faa2
Lock down with WFORMAT=1 except those directories with unfixed warnings.
...
Tested on i386 and alpha.
2002-02-04 02:49:19 +00:00
Mark Murray
871e8d8c59
WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extra
...
cleanup courtesy of automatic checking (lint).
2002-02-03 14:43:04 +00:00
Warner Losh
46251dde8f
o __P has been reoved
...
o Old-style K&R declarations have been converted to new C89 style
o register has been removed
o prototype for main() has been removed (gcc3 makes it an error)
o int main(int argc, char *argv[]) is the preferred main definition.
o Attempt to not break style(9) conformance for declarations more than
they already are.
2002-02-02 06:48:10 +00:00
Ruslan Ermilov
9e1c120c8e
Remove a stray :' after
v' in the getopt() call.
...
Submitted by: bde
2002-01-28 13:43:22 +00:00
Ruslan Ermilov
831c910a30
GC the -W option. kvm(3) doesn't read swap for almost 10 years.
...
PR: docs/34134
Reviewed by: bde, peter
MFC after: 1 month
2002-01-28 09:43:26 +00:00
Mike Heffner
6b8a6a6e6c
Prevent overflowing the buffer that stores the command arguments.
...
PR: bin/19422
Not objected to by: -audit
MFC after: 3 weeks
2002-01-20 01:30:40 +00:00
Maxim Sobolev
f1ff35aecb
Add missed includes.
...
Reviewed by: md5
2002-01-15 12:23:52 +00:00
Peter Wemm
a2e4c36a49
Put the "mtxname" keyword in alphabetical order (t comes after s) so
...
that the keyword is recognized.
2002-01-05 12:19:51 +00:00
Ruslan Ermilov
b5f8218042
mdoc(7) police: s/LKM/KLD/, sort xrefs.
2001-12-04 14:17:52 +00:00
David E. O'Brien
a748290789
Default to WARNS=2. Binary builds that cannot handle this must explicitly
...
set WARNS=0.
Reviewed by: mike
2001-12-04 01:57:47 +00:00
Brian Feldman
7304f61f9e
Add LOMAC options (the "Z" flag in both cases) to display extra information
...
in ls(1) and ps(1).
Sponsored by: DARPA, NAI Labs
2001-11-26 22:21:15 +00:00
Julian Elischer
b40ce4165d
KSE Milestone 2
...
Note ALL MODULES MUST BE RECOMPILED
make the kernel aware that there are smaller units of scheduling than the
process. (but only allow one thread per process at this time).
This is functionally equivalent to teh previousl -current except
that there is a thread associated with each process.
Sorry john! (your next MFC will be a doosie!)
Reviewed by: peter@freebsd.org , dillon@freebsd.org
X-MFC after: ha ha ha ha
2001-09-12 08:38:13 +00:00
Peter Wemm
85012e7c95
UPAGES as a constant is gone in KSE. We are going to have to trust
...
and/or fix ki_rssize.
2001-09-10 07:19:26 +00:00
Peter Wemm
7d1192a784
On today's kernels masking with ~KERNBASE is turning out to be less
...
than useful. It still hits at least 8 digits. Adjust for reality.
This is still not satisfactory for the alpha if you add "-O paddr".
2001-08-24 09:56:44 +00:00
Peter Wemm
fbb75ab833
Handle kvm_getprocs() returning nothing. Dont pass -1 to a size
...
for malloc().
2001-08-24 09:53:26 +00:00
Brian Somers
380434d488
Only capitalise the last `t' in ps's first argument when it's
...
actually part of an option argument.
Submitted by: Chris Costello <chris@calldei.com>
MFC after: 6 weeks
2001-08-16 02:41:42 +00:00
Ruslan Ermilov
caa2db3be9
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 10:04:09 +00:00
Tor Egge
564efb8fec
Check for the PS_SINTR flag in the right field of struct kinfo_proc
...
(ki_sflag).
2001-06-16 21:39:29 +00:00
Dima Dorfman
7fa34c1180
Correct a typo.
...
Submitted by: Alexey V. Neyman <avn@any.ru>
2001-06-08 04:41:21 +00:00
Dima Dorfman
6b8212280b
Mention the kern.ps_showallprocs sysctl.
...
PR: 24804
Submitted by: Mike Meyer <mwm@mired.org>
2001-06-02 04:02:36 +00:00
Warner Losh
5782e27253
Use PATH_MAX rather than MAXPATHLEN.
2001-05-30 03:27:07 +00:00
Ruslan Ermilov
3ab9a9d0e0
Removed -I${.CURDIR}/.../sys from CFLAGS.
2001-05-18 13:41:42 +00:00
Mark Murray
25bba4f6ad
Depollute headers now that the VM headers DTRT.
2001-05-03 11:49:44 +00:00
Mark Murray
325a83b456
Compensate for header dethreading.
2001-05-01 08:39:23 +00:00
Brian Somers
cdf6f0b1ae
Correct some markup
...
Submitted by: bde
2001-04-12 20:04:54 +00:00
Brian Somers
ff1b168b6e
Introduce -osid and -otsid
...
Submitted by: dd
2001-04-11 22:42:54 +00:00
Brian Somers
48b2c871df
Remove tsess for now.
...
This (and sess) may come back shortly.
2001-04-07 11:22:26 +00:00
Brian Somers
86aca2117b
Update documentation in line with what the code does
...
PR: 25435
Submitted by: dd
Forgotten by: mckusick
2001-04-07 11:16:41 +00:00
Brian Somers
52f8369e69
The sess column went away last December with v1.26 of keyword.c
...
Remove it from ``jfmt''.
Forgotten by: mckusick
2001-04-07 02:53:35 +00:00
Andrey A. Chernov
f59105eedb
Small optimization: set use_ampm only when needed
2001-03-03 01:46:58 +00:00
Andrey A. Chernov
080175194f
Use AM/PM time only when available in locale
2001-03-02 23:53:36 +00:00
David E. O'Brien
3f83ed9d1c
Fix style bug I introduced with rev 1.13 (rcsid after includes).
...
Along with CSRG id lossage in rev 1.11.
Submitted by: bde
2001-02-28 11:06:04 +00:00
David E. O'Brien
f0ba626a0d
Add rcsid.
2001-02-27 10:50:06 +00:00
Jonathan Lemon
f6213d478d
Do not coredump if no options are supplied. (ps -o,)
...
Submitted by: rgrimes
Obtained from: NetBSD
2001-02-14 18:54:34 +00:00