Revision tags: release/14.0.0 |
|
#
1d386b48 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0 |
|
#
fd1efedc |
| 03-Mar-2020 |
Conrad Meyer <cem@FreeBSD.org> |
Add extremely useful calendar(1) application to FreeBSD
It does extremely useful things like execute sendmail and spew dubiously accurate factoids.
From the feedback, it seems like it is an essenti
Add extremely useful calendar(1) application to FreeBSD
It does extremely useful things like execute sendmail and spew dubiously accurate factoids.
From the feedback, it seems like it is an essential utility in a modern unix and not at all a useless bikeshed. How do those Linux people live without it? Reverts r358561.
show more ...
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
#
82725ba9 |
| 23-Nov-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r325999 through r326131.
|
#
8a16b7a1 |
| 20-Nov-2017 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
General further adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 3-Clause license.
The Software Package Data Exchange (SPDX) group provides a specification to make it easier f
General further adoption of SPDX licensing ID tags.
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.
show more ...
|
Revision tags: release/10.4.0, release/11.1.0 |
|
#
348238db |
| 01-Mar-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r314420 through r314481.
|
#
fbbd9655 |
| 01-Mar-2017 |
Warner Losh <imp@FreeBSD.org> |
Renumber copyright clause 4
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
Renumber copyright clause 4
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
show more ...
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0 |
|
#
6edc7d29 |
| 19-Aug-2010 |
Edwin Groothuis <edwin@FreeBSD.org> |
'\0' -> 0
Fix silly mistake by being overly zeaolous[sp] of applying the style rules.
|
Revision tags: release/8.1.0_cvs, release/8.1.0 |
|
#
0a76c648 |
| 09-Jun-2010 |
Edwin Groothuis <edwin@FreeBSD.org> |
fix memset() calls.
Found with: Coverity Prevent(tm) CID: 8531
|
#
73fd7c1d |
| 05-Jun-2010 |
Edwin Groothuis <edwin@FreeBSD.org> |
Fix warnings about uninitialized variables. It was mostly harmless since strftime() only used %a and %b anyway.
Found with: Coverity Prevent(tm) CID: 7769
|
#
1962c0ae |
| 05-Jun-2010 |
Edwin Groothuis <edwin@FreeBSD.org> |
Fix: when unable to parse the sequence string, erase everything.
Found with: Coverity Prevent(tm) CID: 7888
|
#
a4bf5fb9 |
| 28-Apr-2010 |
Kirk McKusick <mckusick@FreeBSD.org> |
Update to current version of head.
|
#
bb06482c |
| 30-Mar-2010 |
Edwin Groothuis <edwin@FreeBSD.org> |
On request of joel@:
- Remove the 3rd clause of the UC Berkeley copyrighted files. - For the files added copyrighted by me, move the "All rights reserved" to the next line.
|
#
2b84020d |
| 29-Mar-2010 |
Edwin Groothuis <edwin@FreeBSD.org> |
Long awaited update to the calendar system:
- Repeating events which span multiple years (because of -A, -B or just the three days before the end of the year).
- Support for lunar events (full mo
Long awaited update to the calendar system:
- Repeating events which span multiple years (because of -A, -B or just the three days before the end of the year).
- Support for lunar events (full moon, new moon) and solar events (equinox and solstice, chinese new year). Because of this, the options -U (UTC offset) and -l (longitude) are available to compensate if reality doesn't match the calculated values.
MFC after: 1 month
show more ...
|
#
bb06482c |
| 30-Mar-2010 |
Edwin Groothuis <edwin@FreeBSD.org> |
On request of joel@:
- Remove the 3rd clause of the UC Berkeley copyrighted files. - For the files added copyrighted by me, move the "All rights reserved" to the next line.
|
#
2b84020d |
| 29-Mar-2010 |
Edwin Groothuis <edwin@FreeBSD.org> |
Long awaited update to the calendar system:
- Repeating events which span multiple years (because of -A, -B or just the three days before the end of the year).
- Support for lunar events (full mo
Long awaited update to the calendar system:
- Repeating events which span multiple years (because of -A, -B or just the three days before the end of the year).
- Support for lunar events (full moon, new moon) and solar events (equinox and solstice, chinese new year). Because of this, the options -U (UTC offset) and -l (longitude) are available to compensate if reality doesn't match the calculated values.
MFC after: 1 month
show more ...
|