| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
It tries to comply with the SCD 2.4.1 (and thus Sparc 64-bit psABI).
This is an amalgamation of the FreeBSD Alpha crt1.c and the BSD/OS Sparc
crt0.c (which the copyright reflects).
|
|
|
|
| |
when cancelling a thread.
|
| |
|
|
|
|
|
|
|
| |
limit the building and installation of the userland utilities to that
architecture for now.
Reported by: bmah
|
| |
|
|
|
|
|
|
|
|
|
|
| |
support to the build.
The MFC reminder below is subject to <re@FreeBSD.org> approval
prior to 4.5-RELEASE.
Reviewed by: bp, fjoe
MFC: 1 week
|
|
|
|
| |
Reviewed by: bde
|
|
|
|
|
| |
example before for grouping sequence "\003\003" number 123456 was formated
as ",123,456", now "123,456".
|
|
|
|
|
|
|
|
|
|
| |
In original version grouping was hardcoded. It assumed that thousands
separator should be inserted to separate each 3 numbers. I.e. grouping
string "\003" was assumed for all cases. In correct case (per POSIX)
vfprintf should respect locale defined non-monetary (LC_NUMERIC
category) grouping sequence.
Also simplify thousands_sep handling.
|
|
|
|
| |
Inspired by: conversation with bde
|
|
|
|
| |
* fix comment
|
|
|
|
|
| |
PR: docs/32793
Submitted by: Hartmut Brandt <brandt@fokus.gmd.de>
|
|
|
|
|
| |
PR: docs/32787
Spotted by: Pete Carah <pete@altadena.net>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o) Since we unwrap the sendfile syscall, check the return value of
writev(2) to see if it didn't complete all the data.
Previously if only a partial writev() succeeded, it would proceed
to sendfile(2) even though the headers weren't completely sent.
o) Properly adjust the "bytes to send" to take into account sendfile(2)'s
behaviour of counting the headers against the bytes to be transfered
from the file.
o) Correct the problem where EAGAIN was being returned from _sys_sendfile(2)
however the wrapper didn't update the 'sent bytes' parameter to take into
account for it. This is because sendfile can return EAGAIN even though
it has actually transfered data.
Special thanks to Justin Erenkrantz <jerenkrantz@apache.org> for bringing
this to my attention and giving an excellent way to reproduce the problem.
PR: kern/32684
MFC After: 1 week
|
| |
|
|
|
|
| |
* style(9)'ify
|
| |
|
|
|
|
|
|
| |
PR: kern/32389
Submitted by: Jonathan Mini <mini@haikugeek.com>
Sponsored by: ClickArray, Inc.
|
|
|
|
|
|
|
|
|
| |
driver in libstand. This specifically does not expand or truncate files
since the filesystem may be dirty or inconsistent.
PR: kern/32389
Submitted by: Jonathan Mini <mini@haikugeek.com>
Sponsored by: ClickArray, Inc.
|
|
|
|
|
|
|
|
| |
of the recent WARNS commits. The idea is:
1) FreeBSD id tags should follow vendor tags.
2) Vendor tags should not be compiled (though copyrights probably should).
3) There should be no blank line between including cdefs and __FBSDIF.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sysinstall will automatically expand the previous partition to take up
the freed up space. So you can 'D'elete /home and /usr will get the
combined space, or you can 'D'elete /tmp and /var will get the combined space.
This gives the user, developer, or lay person a huge amount of flexibility
in constructing partitions from an 'A'uto base. It takes only 3 or 4
keystrokes to achieve virtually any combination of having or not having
a /tmp and/or /home after doing an 'A'uto create.
Change 'A'uto creation of /var/tmp to 'A'uto creation /tmp, which should
be less controversial.
MFC after: 6 days
|
|
|
|
| |
Requested by: ru
|
|
|
|
|
| |
PR: bin/32615
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
| |
debugging code if fetchDebug is set.
PR: bin/32615
MFC after: 1 week
|
| |
|
| |
|
|
|
|
| |
eventlist == NULL or nevents == 0).
|
| |
|
|
|
|
|
|
| |
Use simpler test for valid ranges
Submitted by: bde
|
|
|
|
| |
Submitted by: "Alexey V. Neyman" <alex.neyman@auriga.ru>
|
|
|
|
|
| |
addition) so move locale.h inclusion out of FLOATING_POINT ifdef's.
* add more comments
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
|
|
|
|
|
|
|
|
|
|
|
| |
more careful about reporting truncation with ERANGE in strerror_r.
Set errno to EINVAL for "unknown" errnum in strerror as required
by P1003.1-200x Draft June 14, 2001.
More carefully document the handling of strerrbuf when errors
(ERANGE, EINVAL) are encountered in strerror_r.
Reviewed by: bde (ongoing discussion)
|
| |
|
|
|
|
|
|
|
| |
do not actually want to define PAM_READ_BOTH_CONFS, so back out previous
commit.
Sponsored by: DARPA, NAI Labs
|
|
|
|
|
| |
Pointed out by: jhay
Pointy hat to: des
|
|
|
|
|
|
|
| |
complete with documentation.
Reviewed by: mike@ gad@
MFC after: 1 week
|
|
|
|
|
|
| |
/etc/pam.conf.
Sponsored by: DARPA, NAI Labs
|
| |
|