| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
|
| |
|
|
| |
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| |
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| |
|
|
| |
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
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
Add 3 small examples to the EXAMPLES section.
Approved by: manpages (gbe@)
Differential Revision: https://reviews.freebsd.org/D26866
Notes:
svn path=/head/; revision=367011
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=301413
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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=266219
|
| | |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=265802
|
| | |\
| |/
|/|
| | |
Notes:
svn path=/projects/bmake/; revision=255263
|
| | |
| |
| |
| | |
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
|
| | |/
|/|
| |
| |
| |
| |
| |
| |
| | |
with existing style.
PR: bin/132692
Notes:
svn path=/head/; revision=250942
|
| |/
|
|
|
|
|
|
| |
PR: bin/161548
Submitted by: matthew
Notes:
svn path=/head/; revision=240954
|
| |
|
|
|
|
|
|
|
|
|
| |
Even though our implementation of utmpx never emits these types of
records, they are part of POSIX. Do print them when they show up in the
database files.
While there, also print the type number of unsupported records.
Notes:
svn path=/head/; revision=226841
|
| |
|
|
|
|
|
|
| |
- Always require active, log or lastlogin to be provided.
- Allow the user to provide custom filenames.
Notes:
svn path=/head/; revision=206087
|
| |
|
|
|
|
|
|
|
| |
from their software.
Obtained from: NetBSD
Notes:
svn path=/head/; revision=203971
|
| |
|
|
| |
Notes:
svn path=/head/; revision=202718
|
| |
|
|
| |
Notes:
svn path=/head/; revision=202559
|
| |
|
|
|
|
|
|
|
|
| |
Because getutxent also matches the typical get*ent format of library
routines, I thought it would be a good idea to teach it how to read
utmpx databases. getent(1) just gives a raw dump, which is very useful
when debugging problems related to parsing/logging.
Notes:
svn path=/head/; revision=202198
|
| |
|
|
|
|
|
| |
Also add some missing $FreeBSD$ to keep svn happy.
Notes:
svn path=/head/; revision=201386
|
| |
|
|
|
|
|
|
| |
declaration, remove useless "break" after exit(3) call, and add a
missing va_end(3) call.
Notes:
svn path=/head/; revision=166504
|
| |
|
|
| |
Notes:
svn path=/head/; revision=162884
|
| |
|
|
| |
Notes:
svn path=/head/; revision=158289
|
| |
|
|
|
|
|
| |
Spotted by: ru
Notes:
svn path=/head/; revision=158288
|
|
|
and displays entries from the administrative database specified by
database, using the lookup order specified in nsswitch.conf(5).
PR: bin/79903, bin/88460, bin/96536
Submitted by: Julien Gabel, Dan Nelson, Daniel J. O'Connor
Obtained from: NetBSD
Discussed with: ume, soc-bushman
MFC after: 1 month
Notes:
svn path=/head/; revision=158287
|