|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0 |
|
| #
2d218733 |
| 14-Jul-2014 |
Pietro Cerutti <[email protected]> |
Unbreak the build by re-enabling exceptions.
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_a
Unbreak the build by re-enabling exceptions.
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
show more ...
|
| #
f2b893a0 |
| 12-Jul-2014 |
David Chisnall <[email protected]> |
Turn off exceptions and rtti when building the c++ version of users. Neither is used in the program and this saves us 10KB (around 40%) in binary size.
|
|
Revision tags: release/9.3.0 |
|
| #
33aa643f |
| 10-Jul-2014 |
Pietro Cerutti <[email protected]> |
Reimplements users(1) in C++.
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
|
|
Revision tags: release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0, release/8.1.0, release/7.3.0 |
|
| #
ab90a4d1 |
| 13-Jan-2010 |
Ed Schouten <[email protected]> |
Perform all trivial ports to utmpx for usr.bin/.
They were already converted to use libulog, so it's easy to convert them to utmpx.
|
| #
b7946da9 |
| 02-Jan-2010 |
Ed Schouten <[email protected]> |
Build usr.bin/ with WARNS=6 by default.
Also add some missing $FreeBSD$ to keep svn happy.
|
| #
6951e12e |
| 05-Dec-2009 |
Ed Schouten <[email protected]> |
Add WARNS?=6, because it seems to build out of the box.
|
| #
42b525af |
| 03-Dec-2009 |
Ed Schouten <[email protected]> |
Port users(1) to libulog.
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 entr
Port users(1) to libulog.
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.
show more ...
|
|
Revision tags: release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0, release/5.4.0, release/4.11.0, release/5.3.0, release/4.10.0, release/5.2.1, release/5.2.0, release/4.9.0, release/5.1.0, release/4.8.0, release/5.0.0, release/4.6.2 |
|
| #
7e52b238 |
| 11-Dec-2001 |
Mark Murray <[email protected]> |
WARNS=2 is going to become the default, so remove it from here.
|
| #
0caf2ae8 |
| 09-Sep-2001 |
Mike Barcroft <[email protected]> |
Remove a bogus cast and lockdown users(1) with WARNS?=2
Submitted by: David Hill <[email protected]> Reviewed by: -audit MFC after: 1 week
|
|
Revision tags: release/4.3.0, release/1.1.5.1_cvs |
|
| #
9b50d902 |
| 27-May-1994 |
Rodney W. Grimes <[email protected]> |
BSD 4.4 Lite Usr.bin Sources
|