| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | | |
Approved by: miwi (mentor), beat (co-mentor)
|
| | |
| | |
| | |
| | |
| | |
| | | |
with GNU sed.
MFC after: 7 days
|
| | |
| | |
| | |
| | |
| | |
| | | |
Submitted by: Hans Petter Selasky
Discussed with: bde
MFC after: 10 days
|
| | |
| | |
| | |
| | |
| | | |
Obtained from: NetBSD (rev. 1.11 of indent.c)
MFC after: 1 week
|
| | |
| | |
| | |
| | |
| | | |
variable. The leftover ones are the Thursday before the Fourth
Saturday of October (Oct/SatFourth-2) which is not possible yet.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
addresses (most of them apart from ::1): put a whitespace
between local and remote address:port pairs.
PR: bin/145194
Submitted by: Fedor Dikarev
MFC after: 2 weeks
|
| | |
| | |
| | |
| | |
| | |
| | | |
- 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.
|
| | |
| | |
| | |
| | | |
Layout changes.
|
| | |
| | |
| | |
| | | |
MFC after: 4 days
|
| | |
| | |
| | |
| | | |
MFC after: 2 weeks
|
| | |
| | |
| | |
| | | |
Pointy hat to: edwin@
|
| | |
| | |
| | |
| | | |
of english ones.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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
|
| | |
| | |
| | |
| | | |
Also remove some local patches to diff(1) which are now unneeded.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Note that this is actually a no-op for most users, as this GNU
cpio was broken on -HEAD and 8-STABLE since last March until
the recent fix.
FreeBSD 8.0+ uses BSD cpio by default and the code is being
actively maintained.
Blessed by: kientzle
With hat: secteam
MFC after: 3 days
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Add -3, -A and -B to the usage.
Update regression test for the new parameters.
|
| | |
| | |
| | |
| | | |
MFC after: 1 week
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Using 'sysctl vfs' is not only ugly, but is also not reliable - not all
file system types create entries in vfs sysctl tree.
Reviewed by: imp
MFC after: 1 week
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add -V (display version) and -S (list controlling symbols per #if
with nesting information) options, and improve unifdefall debug output.
Done committing 0 revisions to SVN
Obtained from: http://dotat.at/prog/unifdef
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
starting from netgraph import in 1999.
netstat(8) used pointer to node as node address, oops. That didn't
work, we need the node ID in brackets to successfully address a node.
We can't look into ng_node, due to inability to include netgraph/netgraph.h
in userland code. So let the node make a hint for a userland, storing
the node ID in its private data.
MFC after: 2 weeks
|
| | |
| | |
| | |
| | |
| | |
| | | |
Found by: make manlint
Reviewed by: ru
Approved by: philip (mentor)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
arguments makes sense anymore. For example, what would a combination
of -3 (show three months) and -y (show the whole year) do?
We will abort on these cases.
- Move the debug option -d to -H (from highlight), while -d is now
used for setting the day of "today" so that -y and friends can
be tested.
|
| | |
| | |
| | |
| | | |
MFC after: 1 day
|
| | |
| | |
| | |
| | |
| | | |
doshell() never returns, so there is no need to see whether we are the
parent process.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Close the file descriptor to the TTY. There is no reason why the parent
process should keep track of the descriptor. This ensures that the
application inside properly drains the TTY during exit(2).
Reported by: alfred
MFC after: 2 weeks
|
| | |
| | |
| | |
| | |
| | | |
PR: 139825
Submitted by: Ruslan Mahmatkhanov
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
7 days long.
- "-m <N> <YYYY>" now prints only the month, not the whole year.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
in the input data but fallback to "binary comparison" instead.
POSIX says: "The input files shall be text files", nothing more,
so the text file with illegal sequence is valid input.
BTW, GNU sort does not fails on EILSEQ too.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
and pending/blocked status for signals.
Reviewed by: rwatson
MFC after: 2 weeks
|
| | |
| | |
| | |
| | |
| | |
| | | |
commit.
2) Honor missing the very last \n (if absent) on output.
|
| | |
| | |
| | |
| | |
| | |
| | | |
PR: bin/128094
Submitted by: Henning Petersen
MFC after: 1 week
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- add highlight of current date for non-terminals.
- fix -J option.
- code cleanup.
MFC after: 2 weeks
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
in the input data but fallback to "binary equal" check instead.
POSIX says: "The input file shall be a text file", nothing more,
so the text file with illegal sequence is valid input.
BTW, GNU sort does not fails on EILSEQ too.
2) Speedup input processing a bit in complex cases like skipping fields,
chars or ignore case.
3) Enforce the implied LINE_MAX limit (from POSIX definition of "text file"
and POSIX uniq(1) description).
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
snprintf(3) doesn't set errno in the tested cases.
- If the same argument reference (for example %1) was specified more than
once, the command didn't necessarily fit to the final command buffer. Fix
this using a dynamic sbuf buffer. Add a few regression tests for the case.
PR: bin/95079
No objections: freebsd-hackers
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
allows it to work over NFS, and puts it back into conformance with other
'schg' utlitilties in the system.
Reviewed by: ed
|
| | |
| | |
| | |
| | | |
Submitted by: Ulrich Sp??rlein <uqs@spoerlein.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Add -A option (months after this month).
- Add -B option (months before this month).
- Fix highlighting of today in year overview.
- Fix aligning of "foreign" characters.
MFC after: 2 weeks
|
| | |
| | |
| | |
| | | |
Pointed out by: Pawel Worach <pawel.worach - at - gmail.com>, b. f. <bf1783 - at - googlemail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
human-friendly power-of-two numbers (i.e. 2k, 5M etc).
Suggested by: many
MFC after: 1 week
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
the Makefile with a broken version.
|
| |/
|/|
| |
| |
| |
| |
| | |
- fix some nearby style bugs
- include Makefile.inc where it makes sense and reduces duplication
Approved by: ed (co-mentor)
|
| | |
|