| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=114601
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113091
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. Print the column headers centered (except for the left-aligned
TYPE header) using a different header for architectures where
sizeof(uintptr_t) is not four.
. Consistently do not print a '0x' prefix for hexadecimal values.
. Separate columns by a single space character.
. Pad the columns presenting an address or offset enough to hold
their respective largest value.
. Do not restrict the output to unknown file types, inodes and
sockets; allow displaying of pipes, fifos, kqueues and crypto file
descriptors too.
- Shorten an overly long line by removing a cast of printf's return
value to void.
PR: alpha/45240
Tested on: i386, sparc64, alpha
Notes:
svn path=/head/; revision=110148
|
| |
|
|
|
|
|
|
| |
removal of unnecessary casts and throw in some minor cleanups to see if
anyone complains, just for the hell of it.
Notes:
svn path=/head/; revision=109153
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
pointer types, and remove a huge number of casts from code using it.
Change struct xfile xf_data to xun_data (ABI is still compatible).
If we need to add a #define for f_data and xf_data we can, but I don't
think it will be necessary. There are no operational changes in this
commit.
Notes:
svn path=/head/; revision=109123
|
| |
|
|
|
|
|
|
| |
Move struct swdevt from sys/conf.h to the more appropriate vm/swap_pager.h.
Adjust #include use in libkvm and pstat(8) to match.
Notes:
svn path=/head/; revision=108602
|
| |
|
|
|
|
|
| |
Approved by: markm
Notes:
svn path=/head/; revision=108457
|
| |
|
|
| |
Notes:
svn path=/head/; revision=105811
|
| |
|
|
| |
Notes:
svn path=/head/; revision=101044
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99968
|
| |
|
|
|
|
|
|
|
|
|
| |
Gratuitously rename a couple of variables.
Remove unused macros.
Add NAI copyright.
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=97378
|
| |
|
|
|
|
|
|
|
|
|
|
| |
use and has been broken in -CURRENT for a long time.
Clean up unneeded entries in the nlist array.
Implement kvm-backed ttymode (which we never had before). Incomplete as we
do not (yet?) print the correct device, sid or pgid.
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=97375
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97368
|
| |
|
|
|
|
|
|
|
| |
temporarily disable some rarely-used code that needs more work.
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=97367
|
| |
|
|
|
|
|
|
|
| |
everything else, including dead kernel support, works just like before.
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=97176
|
| |
|
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=97174
|
| |
|
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=97173
|
| |
|
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=97172
|
| |
|
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=97171
|
| |
|
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=97170
|
| |
|
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=97169
|
| |
|
|
|
|
|
|
| |
PR: docs/37757
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
Notes:
svn path=/head/; revision=96247
|
| |
|
|
|
|
|
| |
longer exist.
Notes:
svn path=/head/; revision=95615
|
| |
|
|
|
|
|
|
|
| |
in preparation for an implementation of limiting code for kern.maxvnodes.
MFC after: 3 days
Notes:
svn path=/head/; revision=85339
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83653
|
| |
|
|
| |
Notes:
svn path=/head/; revision=82664
|
| |
|
|
|
|
|
|
|
| |
(instead of int *).
MFC after: 2 days
Notes:
svn path=/head/; revision=80676
|
| |
|
|
|
|
|
|
| |
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
Notes:
svn path=/head/; revision=80029
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79537
|
| |
|
|
|
|
|
| |
line as documented intead of a full column of 0's.
Notes:
svn path=/head/; revision=79259
|
| |
|
|
| |
Notes:
svn path=/head/; revision=78737
|
| |
|
|
| |
Notes:
svn path=/head/; revision=78378
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=77656
|
| |
|
|
| |
Notes:
svn path=/head/; revision=77575
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
systems were repo-copied from sys/miscfs to sys/fs.
- Renamed the following file systems and their modules:
fdesc -> fdescfs, portal -> portalfs, union -> unionfs.
- Renamed corresponding kernel options:
FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS.
- Install header files for the above file systems.
- Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland
Makefiles.
Notes:
svn path=/head/; revision=77031
|
| |
|
|
|
|
|
| |
Kirk finally has ditched them. While I'm here also ditch FSHLOCK.
Notes:
svn path=/head/; revision=76393
|
| |
|
|
|
|
|
| |
Requested by: bde
Notes:
svn path=/head/; revision=76117
|
| |
|
|
|
|
|
|
|
| |
sys/mount.h.
Suggested by: phk
Notes:
svn path=/head/; revision=75854
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75167
|
| |
|
|
|
|
|
|
|
|
|
| |
text because the code is still in pstat.c, and may be reincarnated at
some point.
PR: 26054
Approved by: nik
Notes:
svn path=/head/; revision=74976
|
| |
|
|
|
|
|
| |
- MAN[1-9] -> MAN.
Notes:
svn path=/head/; revision=74816
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74532
|
| |
|
|
|
|
|
|
|
| |
to be the same as -ragged in the current implementation) to
-ragged. With mdocNG, -filled displays produce the correct
output, formatted and justified to both margins.
Notes:
svn path=/head/; revision=72126
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71152
|
| |
|
|
|
|
|
|
|
| |
Remove the old description in favour of the new description which lists the
-M and -N flags along with all the other flags. This is consistent with the
manual pages for ps, netstat, iostat, etc.
Notes:
svn path=/head/; revision=71127
|
| |
|
|
|
|
|
|
| |
PR: 24323
Submitted by: Jesse Monroy <opentrax@email.com>
Notes:
svn path=/head/; revision=71126
|
| |
|
|
|
|
|
| |
also make man-page correspond to the code
Notes:
svn path=/head/; revision=70511
|
| |
|
|
|
|
|
| |
Submitted by: "Peter Avalos" <pavalos@theshell.com>
Notes:
svn path=/head/; revision=70510
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70403
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69260
|