| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Move the sources to sys/boot. Make adjustments related to the
move. Kill LIBSTAND_SRC since it's no longer needed.
Sponsored by: Netflix
Notes:
svn path=/head/; revision=324551
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=314436
|
|
|
|
|
|
|
| |
use it.
Notes:
svn path=/head/; revision=300078
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bitfield argument is wrong, as it will be treated as bit 10, causing any
code printing >=10 bits with bit 10 on as having a trailing comma.
Newline (intended one) should be part of the format string (already present
in the examples).
Also fix grammar and kill EOL whitespace in comment while here.
PR: 195005
Approved by: bdrewery
Notes:
svn path=/head/; revision=277560
|
|
|
|
|
|
|
|
| |
Suggested by: ae @
Sponsored by: DARPA, AFRL
Notes:
svn path=/head/; revision=266879
|
|
|
|
|
|
|
|
| |
Reviewed by: brooks @
Sponsored by: DARPA, AFRL
Notes:
svn path=/head/; revision=266878
|
|
|
|
|
|
|
| |
Prodded by: bde
Notes:
svn path=/head/; revision=209949
|
|
|
|
| |
Notes:
svn path=/head/; revision=209842
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CVS r1.94 jhb:
Cast the integer read as the first argument for %b to an unsigned integer
so it's value is not sign extended when assigned to the uintmax_t variable
used internally by printf. For example, if bit 31 is set in the cpuid
feature word, then %b would print out the initial value as a 16 character
hexadecimal value. Now it only prints out an 8 character value.
CVS r1.109 njl:
Add support for 'h' and 'hh' modifiers for printf(9).
CVS r1.117 phk:
If we ignore an unknown % sequence, we must stop interpreting the remaining
% arguments because the varargs are now out of sync and there is a risk that
we might for instance dereference an integer in a %s argument.
SVN r209836 jkim:
Implement optional 'precision' for numbers. Previously, it was parsed but
ignored. Some third-party modules (e.g., APCICA) prefer this format over
zero padding flag '0'.
Notes:
svn path=/head/; revision=209837
|
|
|
|
|
|
|
| |
MFC after: 2 months
Notes:
svn path=/head/; revision=185037
|
|
|
|
| |
Notes:
svn path=/head/; revision=165906
|
|
|
|
| |
Notes:
svn path=/head/; revision=156518
|
|
|
|
| |
Notes:
svn path=/head/; revision=113159
|
|
|
|
| |
Notes:
svn path=/head/; revision=103949
|
|
|
|
| |
Notes:
svn path=/head/; revision=92913
|
|
|
|
| |
Notes:
svn path=/head/; revision=84221
|
|
|
|
|
|
|
|
|
| |
Fix some ctype problems - isascii() caused a warning if fed an unsigned
char - it's always > 0 and libstand is compiled with -Wall.
Missing prototype/include in printf.c
Notes:
svn path=/head/; revision=55137
|
|
|
|
| |
Notes:
svn path=/head/; revision=50476
|
|
|
|
|
|
|
|
|
| |
assert()
setjmp()/longjmp()
vsprintf()
Notes:
svn path=/head/; revision=40805
|
|
modules).
Obtained from: NetBSD, with some architectural changes and many additions.
Notes:
svn path=/cvs2svn/branches/MSMITH/; revision=38451
|