| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
to match reality (slightly different to what was submitted in the
PR: use english word instead of math-symbol).
- Wrap the corresponding part to below 80 characters per line.
Submitted by: yamagi@yamagi.org
PR: 202202
Sponsored by: Essen Hackathon
Notes:
svn path=/head/; revision=337638
|
|
|
|
|
|
|
|
|
|
|
|
| |
This helps with pkgbase as it tags this as a config file so it is handled as
such
Approved by: allanjude (mentor)
Sponsored by: Essen Hackathon
Differential Revision: https://reviews.freebsd.org/D16673
Notes:
svn path=/head/; revision=337626
|
|
|
|
|
|
|
| |
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=334503
|
|
|
|
|
|
|
|
|
|
|
| |
Missed these in r334501; see justification there:
https://svnweb.freebsd.org/base?view=revision&revision=334501
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=334502
|
|
|
|
|
|
|
|
|
|
| |
Reported by: Coverity
CID: 1008191
MFC after: 3 weeks
Sponsored by: Spectra Logic Corp
Notes:
svn path=/head/; revision=326698
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.
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.
No functional change intended.
Notes:
svn path=/head/; revision=326276
|
|
|
|
|
|
|
| |
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=325188
|
|
|
|
|
|
|
| |
Sponsored by: gandi.net (BSD Day Taiwan)
Notes:
svn path=/head/; revision=303540
|
|
|
|
|
|
|
|
|
| |
Reported by: Coverity
CID: 1007335
MFC after: 3 days
Notes:
svn path=/head/; revision=298369
|
|\
| |
| |
| | |
Notes:
svn path=/projects/release-pkg/; revision=287708
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
PR: bin/202308
Submitted by: John Hein <z7dr6ut7gs snkmail com>
MFC after: 2 weeks
Notes:
svn path=/head/; revision=287123
|
|\|
| |
| |
| | |
Notes:
svn path=/projects/release-pkg/; revision=284410
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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=274683
|
| | |\
| | | |
| | | |
| | | | |
Notes:
svn path=/projects/bmake/; revision=270164
|
| | | |
| | | |
| | | |
| | | | |
Notes:
svn path=/projects/bmake/; revision=266219
|
| | | |
| | | |
| | | |
| | | | |
Notes:
svn path=/projects/bmake/; revision=265802
|
| | |\ \
| | | | |
| | | | |
| | | | | |
Notes:
svn path=/projects/bmake/; revision=249429
|
| | | | |
| | | | |
| | | | |
| | | | | |
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=/projects/release-pkg/; revision=279662
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Submitted by: mjg
MFC after: 3 days
X-MFC-with: 272288
Notes:
svn path=/head/; revision=272289
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
"export foo=bar" form instead of "foo=bar; export foo" since the
former allows the shell to catch variable names that are not valid
shell identifiers. This will cause /bin/sh to exit with an error
(which gets mailed to the at user) and it will not run the script.
Obtained from: OpenBSD (r1.63 millert)
MFC after: 3 days
Notes:
svn path=/head/; revision=272288
|
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>
Notes:
svn path=/head/; revision=267773
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
happens if another atrm process removes a job while we're scanning through
the directory.
- While at it, optimize a bit the directory scanning, so that we quit looping
as soon as all jobs specified in argv have been dealt with.
Approved by: cognet
Notes:
svn path=/head/; revision=249406
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
don't have enough privileges to set gid.
This looks like a long standing bug, just recently revealed by r241852.
Approved by: cognet
Notes:
svn path=/head/; revision=249404
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
current version of FreeBSD, this isn't guarenteed by the API. Custom
security modules, or future implementations of the setuid and setgid
may fail.
PR: bin/172289
PR: bin/172290
PR: bin/172291
Submittud by: Erik Cederstrand <erik@cederstrand.dk>
Discussed by: freebsd-security
Approved by: cperciva
MFC after: 1 week
Notes:
svn path=/head/; revision=241852
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In addition to adding `static' where possible:
- bin/date: Move `retval' into extern.h to make it visible to date.c.
- bin/ed: Move globally used variables into ed.h.
- sbin/camcontrol: Move `verbose' into camcontrol.h and fix shadow warnings.
- usr.bin/calendar: Remove unneeded variables.
- usr.bin/chat: Make `line' local instead of global.
- usr.bin/elfdump: Comment out unneeded function.
- usr.bin/rlogin: Use _Noreturn instead of __dead2.
- usr.bin/tset: Pull `Ospeed' into extern.h.
- usr.sbin/mfiutil: Put global variables in mfiutil.h.
- usr.sbin/pkg: Remove unused `os_corres'.
- usr.sbin/quotaon, usr.sbin/repquota: Remove unused `qfname'.
Notes:
svn path=/head/; revision=241737
|
|/
|
|
|
|
|
|
|
|
|
| |
This is useful if you have been given some time for some event in some
format and you want your computer to do something to prepare for it.
Without having to do time arithmetic in a shellscript.
The syntax matches what the at(1) usually used on Linux supports.
Notes:
svn path=/head/; revision=241230
|
|
|
|
|
|
|
|
|
|
|
| |
The privs.h header is not only used by at(1), it's also used by
atrun(8). Just let the code the way it used to be (for now).
Reported by: kwm, tinderbox
Hat to: me
Notes:
svn path=/head/; revision=227269
|
|
|
|
|
|
|
|
|
| |
While there, tidy up the privs.h part, where at.c has to #define to
declare some globals. Also group static and non-static global variables
in at.c.
Notes:
svn path=/head/; revision=227233
|
|
|
|
| |
Notes:
svn path=/head/; revision=226420
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=215518
|
|
|
|
|
|
|
| |
I removed utmp and its manpage, but not other manpages referring to it.
Notes:
svn path=/head/; revision=202756
|
|
|
|
|
|
|
| |
Also add some missing $FreeBSD$ to keep svn happy.
Notes:
svn path=/head/; revision=201386
|
|
|
|
|
|
|
|
| |
Most of these tools properly build at WARNS=6, except for their K&R
function declarations. Fix this, so we can bump WARNS as well.
Notes:
svn path=/head/; revision=201382
|
|
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/head/; revision=172261
|
|
|
|
|
|
|
|
| |
daylight-saving, this was actually wrong because mktime() already does that for
us.
Notes:
svn path=/head/; revision=149215
|
|
|
|
| |
Notes:
svn path=/head/; revision=148720
|
|
|
|
| |
Notes:
svn path=/head/; revision=140420
|
|
|
|
|
|
|
|
| |
PR: 35942
Submitted by: Gary W. Swearingen <swear@blarg.net>
Notes:
svn path=/head/; revision=112661
|
|
|
|
| |
Notes:
svn path=/head/; revision=111683
|
|
|
|
|
|
|
|
|
|
|
| |
Revert to using the .Tn POSIX and .Tn ANSI instead of \*[Px] and \*[Ai]
strings; using these strings is unsafe in troff mode, as they include a
change in a font size.
Approved by: re
Notes:
svn path=/head/; revision=107282
|
|
|
|
| |
Notes:
svn path=/head/; revision=101828
|
|
|
|
|
|
|
| |
- Do not pretend there is something like '/etc/utmp'.
Notes:
svn path=/head/; revision=100494
|
|
|
|
| |
Notes:
svn path=/head/; revision=97493
|
|
|
|
|
|
|
|
|
|
| |
to be specified on the command line for which information should be reported.
Submitted by: Joe Halpin <joe.halpin@attbi.com>
Reviewed by: mike
Notes:
svn path=/head/; revision=96701
|