| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If they are still needed, you can find them in the net/bsdrcmds port.
This was proposed June, 20th and approved by various committers [1].
They have been marked as deprecated on CURRENT in r320644 [2] on July, 4th.
Both stable/11 and release/11.1 contain the deprecation notice (thanks to
allanjude@).
Note that ruptime(1)/rwho(1)/rwhod(8) were initially thought to be part of
rcmds but this was a mistake and those are therefore NOT removed.
[1] https://lists.freebsd.org/pipermail/freebsd-arch/2017-June/018239.html
[2] https://svnweb.freebsd.org/base?view=revision&revision=320644
Reviewed by: bapt, brooks
Differential Revision: https://reviews.freebsd.org/D12573
Notes:
svn path=/head/; revision=324351
|
| |
|
|
|
|
|
|
|
|
| |
Reported by: Vladimir Zakharov <zakharov.vv@gmail.com>
Reviewed by: ngie
MFC after: 3 weeks
X-MFC-With: 323275
Notes:
svn path=/head/; revision=324112
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add basic command line parsing test coverage for these utilities. The tests
were automatically generated based on their man pages. These tests can be
expanded by hand for more thorough coverage. The aim is to generate very
basic amount of test coverage for all the utilities in the base system.
Submitted by: shivansh
Reviewed by: asomers, brooks
MFC after: 3 weeks
Sponsored by: Google, Inc (GSoC 2017)
Differential Revision: https://reviews.freebsd.org/D12036
Notes:
svn path=/head/; revision=323275
|
| |
|
|
|
|
|
|
|
|
|
| |
Submitted by: bcr
Reviewed by: emaste, bapt, jhl
MFC after: immediate
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D11471
Notes:
svn path=/head/; revision=320644
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |\
| |
| |
| |
| |
| |
| | |
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/projects/release-pkg/; revision=297861
|
| | |
| |
| |
| |
| |
| |
| | |
Found with devel/coccinelle.
Notes:
svn path=/head/; revision=297826
|
| | |
| |
| |
| |
| |
| |
| | |
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/projects/release-pkg/; revision=295438
|
| |/
|
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/projects/release-pkg/; revision=294517
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796
Reviewed by: brooks imp
Notes:
svn path=/head/; revision=284345
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=284172
|
| | |\
| |/
|/|
| | |
Notes:
svn path=/projects/bmake/; revision=283595
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=266219
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=265802
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=248169
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=246868
|
| | |\
| | |
| | |
| | | |
Notes:
svn path=/projects/bmake/; revision=242545
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Requested by: Simon Gerraty <sjg@juniper.net>
Notes:
svn path=/projects/bmake/; revision=239572
|
| | |/
|/|
| |
| | |
Notes:
svn path=/head/; revision=279603
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This self-written compiler warning, which is hopefully going to be
committed into LLVM sources soon, warns about potentially missing
`static' keywords, similar to -Wmissing-prototypes.
- bin/pax: Move external declaration of chdname and s_mask into extern.h.
- bin/setfacl: Move setfacl.c-specific stuff out of setfacl.h.
- sbin/mount_fusefs: Remove char *progname; use getprogname().
- others: add `static' where possible.
Notes:
svn path=/head/; revision=241720
|
| |/
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=236892
|
| |
|
|
| |
Notes:
svn path=/head/; revision=235565
|
| |
|
|
| |
Notes:
svn path=/head/; revision=223494
|
| |
|
|
|
|
|
| |
Also remove some local patches to diff(1) which are now unneeded.
Notes:
svn path=/head/; revision=205793
|
| |
|
|
|
|
|
| |
Approved by: kib (mentor)
Notes:
svn path=/head/; revision=184418
|
| |
|
|
|
|
|
|
|
|
|
| |
handling is that fd = open(foo) is -1. This bug is harmless since
close(-1) just returns an error (which the code ignores).
Found by: Coverity Prevent(tm)
CID: 1503 (in userland test run)
Notes:
svn path=/head/; revision=169848
|
| |
|
|
| |
Notes:
svn path=/head/; revision=167063
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141846
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141578
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140563
|
| |
|
|
| |
Notes:
svn path=/head/; revision=139969
|
| |
|
|
|
|
|
| |
that nai was OK with all third clause removals.
Notes:
svn path=/head/; revision=139965
|
| |
|
|
|
|
|
|
|
|
|
| |
to PRECIOUSLIB from bsd.lib.mk. The side effect of this
is making installing the world under jail(8) possible by
using another knob, NOFSCHG.
Reviewed by: oliver
Notes:
svn path=/head/; revision=137164
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131505
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131484
|
| |
|
|
|
|
|
| |
OK'ed by: imp, core
Notes:
svn path=/head/; revision=127958
|
| |
|
|
|
|
|
| |
Submitted by: David Hill <hill at phobia dot em ess>
Notes:
svn path=/head/; revision=121095
|
| |
|
|
|
|
|
|
|
| |
WARNS=6, std=c99 clean.
Tested on: i386, alpha
Notes:
svn path=/head/; revision=114583
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114509
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114433
|
| |
|
|
|
|
|
| |
for ages, and no-one seems to have noticed. Viva PAM!
Notes:
svn path=/head/; revision=105269
|
| |
|
|
|
|
|
|
|
| |
reset with a call to va_start before each use of the va_list.
Obtained from: NetBSD
Notes:
svn path=/head/; revision=104563
|
| |
|
|
|
|
|
|
| |
free-memory-and-reuse-it-after. Correct both problems and
make rcp -r work again under /etc/malloc.conf -> AJ.
Notes:
svn path=/head/; revision=104559
|
| |
|
|
|
|
|
|
|
|
| |
%qd to print struct stat.st_size. Remove WARNS=0 and WFORMAT=0 from
Makefile.
Tested on: alpha, sparc64, i386
Notes:
svn path=/head/; revision=104549
|
| |
|
|
| |
Notes:
svn path=/head/; revision=104130
|
| |
|
|
|
|
|
|
|
| |
You cannot specify a raw IPv6 address for now.
MFC after: 1 week
Notes:
svn path=/head/; revision=101591
|
| |
|
|
|
|
|
| |
happy about it any more so change the usage to make buildworld work again.
Notes:
svn path=/head/; revision=99744
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99110
|
| |
|
|
|
|
|
|
|
|
| |
memory leak by assigning and freeing a variable appropriately as well as
keeping track of the amount of allocated ram properly.
MFC after: 1 month
Notes:
svn path=/head/; revision=98468
|
| |
|
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=96196
|