| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
|
|
|
|
|
|
|
|
| |
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using mis-identified 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.
Notes:
svn path=/head/; revision=326219
|
|
|
|
|
|
|
|
| |
Reviewed by: des, emaste
Differential Revision: https://reviews.freebsd.org/D11690
Notes:
svn path=/head/; revision=322054
|
|
|
|
|
|
|
|
| |
Reported by: koobs@, araujo@, linimon@, bjk@, emaste@, jhb@, ngie@, cem@
Maintainer timeout: des@
Notes:
svn path=/head/; revision=309344
|
|
|
|
|
|
|
|
| |
an example of how not to make it more portable. I've had this lying
around uncommitted since 2009...
Notes:
svn path=/head/; revision=309109
|
|
|
|
|
|
|
|
|
| |
The problem with fcntl(2) locks is that they are not inherited by child
processes. This breaks pidfile(3), where the common idiom is to open
and lock the PID file before daemonizing.
Notes:
svn path=/head/; revision=193591
|
|
|
|
|
|
|
| |
lock if the file is opened with O_RDONLY.
Notes:
svn path=/head/; revision=184094
|
|
|
|
| |
Notes:
svn path=/head/; revision=184093
|
|
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/head/; revision=171706
|
|
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/head/; revision=171705
|
|
|
|
| |
Notes:
svn path=/head/; revision=169899
|
|
|
|
| |
Notes:
svn path=/head/; revision=169897
|
|
|
|
|
|
|
|
|
| |
locked it.
MFC after: 3 weeks
Notes:
svn path=/head/; revision=169894
|
|
|
|
|
|
|
| |
that I make stupid fundamental mistakes like this when I don't.
Notes:
svn path=/head/; revision=169450
|
|
|
|
| |
Notes:
svn path=/head/; revision=169449
|
|
|
|
|
|
|
| |
MFC after: 3 weeks
Notes:
svn path=/head/; revision=169447
|
|
flopen(3) function which reliably opens and locks a file.
MFC after: 3 weeks
Notes:
svn path=/head/; revision=169446
|