| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Similar commit in main:
(cherry picked from commit 1d386b48a555)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mainly focus on files that use BSD 3-Clause license.
The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.
Notes:
svn path=/head/; revision=326025
|
|
|
|
|
|
|
|
|
|
|
|
| |
Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.
Submitted by: Jan Schaumann <jschauma@stevens.edu>
Pull Request: https://github.com/freebsd/freebsd/pull/96
Notes:
svn path=/head/; revision=314436
|
|
|
|
|
|
|
|
| |
- Update shadow copy of fmt_argv() prototype in w.c and fix calls for
additional parameter.
Notes:
svn path=/head/; revision=245635
|
|
|
|
|
|
|
|
|
|
|
|
| |
command name of a thread from a multi-threaded process that doesn't have
an available argument list (such as kernel processes) and threads display
is enabled via -H.
Reviewed by: alfred, delphij, eric@vangyzen.net
MFC after: 1 week
Notes:
svn path=/head/; revision=245610
|
|
|
|
| |
Notes:
svn path=/head/; revision=130897
|
|
|
|
|
|
|
| |
other files that I am not ready to commit yet...
Notes:
svn path=/head/; revision=130896
|
|
|
|
|
|
|
|
| |
PR: bin/65803
Submitted by: Cyrille Lefevre
Notes:
svn path=/head/; revision=130895
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
threads, put the command name in square brackets instead of parenthesis.
This matches NetBSD, and also seems to be what linux does. The sentence
which is added to the man page is taken straight from NetBSD.
PR: bin/65803
Submitted by: Cyrille Lefevre
Obtained from: NetBSD
Notes:
svn path=/head/; revision=130894
|
|
|
|
|
|
|
| |
OK'ed by: imp, core
Notes:
svn path=/head/; revision=127958
|
|
|
|
|
|
|
| |
Tested by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes:
svn path=/head/; revision=114600
|
|
|
|
|
|
|
|
|
| |
WARNS=6, std=c99 clean.
Tested on: i386, alpha
Notes:
svn path=/head/; revision=114583
|
|
|
|
|
|
|
|
|
| |
Solaris man page is the POSIX way.
Reviewed by: jmallett
Notes:
svn path=/head/; revision=110391
|
|
|
|
|
|
|
| |
<stdint.h> macros.
Notes:
svn path=/head/; revision=99457
|
|
|
|
| |
Notes:
svn path=/head/; revision=99110
|
|
|
|
|
|
|
|
| |
Double-plus-pointy-hat to: jmallett
Submitted by: bde
Notes:
svn path=/head/; revision=97978
|
|
|
|
|
|
|
|
|
|
|
| |
was worried about truncation of arg_max by this cast, but if it gets truncated,
we know it'll obviously be greater than SIZE_MAX anyway.
Big pointy hat to: jmallett
Submitted by: keramida
Notes:
svn path=/head/; revision=97959
|
|
|
|
|
|
|
|
| |
we have't malloc(3)'d nearly as much as we probably will, so errx(3) away,
instead of waiting for something to fail yet again later on.
Notes:
svn path=/head/; revision=97847
|
|
|
|
|
|
|
|
|
| |
function seems to do the right thing, and is not a "stub", and whoever "marc"
is, he's had plenty of time to do "the real one", so don't wait around for
him any longer.
Notes:
svn path=/head/; revision=97846
|
|
|
|
| |
Notes:
svn path=/head/; revision=97845
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=96053
|
|
|
|
|
|
|
| |
returns NULL, as malloc(3) sets errno. Use err(3).
Notes:
svn path=/head/; revision=95921
|
|
|
|
|
|
|
| |
cleanup courtesy of automatic checking (lint).
Notes:
svn path=/head/; revision=90143
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=90110
|
|
|
|
|
|
|
|
|
| |
PR: bin/19422
Not objected to by: -audit
MFC after: 3 weeks
Notes:
svn path=/head/; revision=89575
|
|
|
|
| |
Notes:
svn path=/head/; revision=50471
|
|
|
|
| |
Notes:
svn path=/head/; revision=41580
|
|
|
|
|
|
|
|
| |
PR: 1791 (partial)
Reviewed by: Bruce Evans <bde@freebsd.org>, Tor Egge <tegge@freebsd.org>
Notes:
svn path=/head/; revision=37027
|
|
|
|
| |
Notes:
svn path=/head/; revision=36049
|
|
|
|
| |
Notes:
svn path=/head/; revision=23610
|
|
|
|
| |
Notes:
svn path=/head/; revision=22988
|
|
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
|
|
|
| |
Notes:
svn path=/head/; revision=20420
|
|
|
|
| |
Notes:
svn path=/head/; revision=11743
|
|
|
|
|
|
|
| |
just like it was in 1.1.5.
Notes:
svn path=/head/; revision=6971
|
|
|
|
|
|
|
|
|
|
|
| |
You can get ps easily to core dump, if you are running a "make depend"
on a kernel in one window and a "ps -auxww" in another. The ww will
try to give you the full argument list of the command that can
now be 64Kb large, but ps expected only 4Kb large arg arrays and
doesn't check for overflows.
Notes:
svn path=/head/; revision=4347
|
|
|
|
| |
Notes:
svn path=/head/; revision=3044
|
|
|
|
| |
Notes:
svn path=/head/; revision=2110
|
|
Notes:
svn path=/head/; revision=1556
|