| 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 ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.
Sponsored by: Netflix
|
| |
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This would allow interested parties to do experimental runs with an
environment set appropriately to raise all the warnings throughout the
build; e.g. env WARNS=6 NO_WERROR=yes buildworld.
Not currently touching the numerous instances in ^/tools.
MFC after: 1 week
Notes:
svn path=/head/; revision=365631
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Disabling them breaks build on archs using GCC. The problem is at line 156 of
bits/basic_ios.h:
if (this->exceptions() & __state)
__throw_exception_again;
With exceptions disabled __throw_exception_again is defined as
#define __throw_exception_again
at line 45 of exception_defines.h and the code results in an empty loop body,
which fails because of -Werror.
Approved by: cognet
Notes:
svn path=/head/; revision=268619
|
| |
|
|
|
|
|
|
| |
Neither is used in the program and this saves us 10KB (around 40%) in binary
size.
Notes:
svn path=/head/; revision=268566
|
| |
|
|
|
|
|
|
|
|
| |
This reduces the lines of code by roughly 50% (not counting the COPYRIGHT
header) and makes it more readable by using standard algorithms.
Approved by: bapt
Notes:
svn path=/head/; revision=268491
|
| |
|
|
|
|
|
|
| |
They were already converted to use libulog, so it's easy to convert them
to utmpx.
Notes:
svn path=/head/; revision=202200
|
| |
|
|
|
|
|
| |
Also add some missing $FreeBSD$ to keep svn happy.
Notes:
svn path=/head/; revision=201386
|
| |
|
|
| |
Notes:
svn path=/head/; revision=200155
|
| |
|
|
|
|
|
|
|
| |
Instead of digging through the utmp database by hand, use proper API
calls to do so. Instead of parsing entries with a non-empty ut_user, we
now look at LOGIN_PROCESS entries.
Notes:
svn path=/head/; revision=200066
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87700
|
| |
|
|
|
|
|
|
|
| |
Submitted by: David Hill <david@phobia.ms>
Reviewed by: -audit
MFC after: 1 week
Notes:
svn path=/head/; revision=83232
|
|
|
Notes:
svn path=/cvs2svn/branches/CHRISTOS/; revision=1590
|