| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
- Use the SUSP parser to detect Rock Ridge (RRIP) extensions and to look
up alternate names when opening files.
Notes:
svn path=/head/; revision=86142
|
| |
|
|
|
|
|
|
| |
prototypes. I'm tired of getting stupid bugs from changing function
parameters and not getting warnings from the compiler when I goof it up.
Notes:
svn path=/head/; revision=86137
|
| |
|
|
|
|
|
|
|
|
| |
While I'm here, "of a second" does not belong to CLOCKS_PER_SEC.
PR: 30297
Submitted by: Bernd Luevelsmeyer <bdluevel@heitec.net>
Notes:
svn path=/head/; revision=86107
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
I'm assuming that the comment was regarding socket address structures, so
correct the comment about pre-zero'ing socket structures to recommend
pre-zero'ing socket address structures.
- Fix some minor grammar nits.
- This isn't directly submitted by the PR below but is related to it and was
inspired by it.
PR: 31704
Notes:
svn path=/head/; revision=86087
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
page and add an historical note explaining this. This patch is
based on Stephen's.
We still need someone to implement tgamma.
PR: 28972, 31764
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Notes:
svn path=/head/; revision=86077
|
| |
|
|
|
|
|
|
| |
PR: docs/31745
Submitted by: Andrew <andrew@ugh.net.au>
Notes:
svn path=/head/; revision=86074
|
| |
|
|
|
|
|
|
| |
PR: 31436
Submitted by: Milon Papezik <milon.papezik@oskarmobil.cz>
Notes:
svn path=/head/; revision=86065
|
| |
|
|
|
|
|
|
| |
PR: 31365
Submitted by: SUZUKI Koichi <koich@cac.co.jp>
Notes:
svn path=/head/; revision=86063
|
| |
|
|
|
|
|
|
| |
PR: 31747
Submitted by: <andrew@ugh.net.au>
Notes:
svn path=/head/; revision=86050
|
| |
|
|
|
|
|
|
|
| |
the netbsd_strtod.c file we have does not. More still should be done
here, but this works happily on my Alpha. I have not (yet?) changed
the Makefile.inc to use this.
Notes:
svn path=/head/; revision=86043
|
| |
|
|
|
|
|
|
| |
s/IEEE_8087/IEEE_LITTLE_ENDIAN/
s/IEEE_MC68k/IEEE_BIG_ENDIAN/
Notes:
svn path=/head/; revision=86033
|
| |
|
|
| |
Notes:
svn path=/head/; revision=85974
|
| |
|
|
|
|
|
| |
Requested by: Charles Mott <cmott@scientech.com>
Notes:
svn path=/head/; revision=85964
|
| |
|
|
|
|
|
|
| |
intermediate directories dont exist. (eg: when building standalone
includes, using the beforeinstall target in src/lib)
Notes:
svn path=/head/; revision=85953
|
| |
|
|
| |
Notes:
svn path=/head/; revision=85952
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
and/or libgnumalloc on anything but i386. The other platforms
post-date this mistake.
Do not build libc_r for ia64. There are some fundamental issues that
need to be resolved (ie: it cannot use setjmp/longjmp for thread
switching, which isn't likely to be fixed soon. libc_r has to be
reimplemented using something like makecontext()/swapcontext() etc
in order to work in ia64.)
Notes:
svn path=/head/; revision=85951
|
| |
|
|
|
|
|
| |
exist for the rm -f of libresolv.a
Notes:
svn path=/head/; revision=85950
|
| |
|
|
|
|
|
| |
dont exist. IMHO, this is kinda silly.
Notes:
svn path=/head/; revision=85949
|
| |
|
|
|
|
|
|
|
|
|
| |
If zero bytes are allocated, return pointer to the middle of page-zero
(which is protected) so that the program will crash if it dereferences
this illgotten pointer.
Inspired & Urged by: Theo de Raadt <deraadt@cvs.openbsd.org>
Notes:
svn path=/head/; revision=85869
|
| |
|
|
|
|
|
| |
this function.
Notes:
svn path=/head/; revision=85868
|
| |
|
|
|
|
|
|
| |
by asking some things that need unpredictable numbers to read
/dev/random instead.
Notes:
svn path=/head/; revision=85752
|
| |
|
|
|
|
|
|
|
|
| |
ia64 *.S files in our tree (eg: locore.s). Put the rest of the args
in the .section lines.
Reviewed by: dfr
Notes:
svn path=/head/; revision=85679
|
| |
|
|
|
|
|
|
|
| |
in 2.11.2, so use a relocatable method of calculating gp.
Reviewed by: dfr
Notes:
svn path=/head/; revision=85678
|
| |
|
|
|
|
|
|
|
| |
standard.
Requested by: bde
Notes:
svn path=/head/; revision=85671
|
| |
|
|
| |
Notes:
svn path=/head/; revision=85636
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
serve two purposes: (1) so we can maintain backwards compatibility with
protocols (rwhod, dump, etc...) that either assume time_t is 32 bits or
assume sizeof(time_t) == sizeof(int), or make other similar assumptions.
(2) To tag such routines (by the presence of these calls) for future
cleanup/extension work.
The 32->64 routine, time32_to_time() (when time_t is 64 bits, that is),
is defined specifically to implement temporal locality to properly set the
msb bits of a 64 bit time_t quantity, using the 50 year rule. The locality
code has not been implemented yet (and doesn't need to be for a while),
but that is the intent. This will allow us to maintain backwards protocol
compatibility past 2038.
These routines are intended to be platform and time_t agnostic.
MFC after: 1 week
Notes:
svn path=/head/; revision=85634
|
| |
|
|
|
|
|
| |
by the ELF ABI.
Notes:
svn path=/head/; revision=85612
|
| |
|
|
|
|
|
|
|
|
| |
the C99 variable __func__ and never for C++. Provide a more meaningful
example in the assert(3) manual.
Reviewed by: asmodai, bde
Notes:
svn path=/head/; revision=85607
|
| |
|
|
|
|
|
| |
Reviewed by: asmodai, bde
Notes:
svn path=/head/; revision=85605
|
| |
|
|
|
|
|
| |
linking only. They may require some gp relative tweaks for dynamic use.
Notes:
svn path=/head/; revision=85597
|
| |
|
|
| |
Notes:
svn path=/head/; revision=85595
|
| |
|
|
| |
Notes:
svn path=/head/; revision=85594
|
| |
|
|
| |
Notes:
svn path=/head/; revision=85593
|
| |
|
|
|
|
|
|
|
| |
GCC cpp liked that.
Properly include the branding info.
Notes:
svn path=/head/; revision=85592
|
| |
|
|
|
|
|
|
|
| |
since that is what we use now and this insulates us from any time_t
tweaks here. We can define a record format that uses 64 bit times if/when
we need to.
Notes:
svn path=/head/; revision=85572
|
| |
|
|
|
|
|
| |
the #include "DEFS.h" that was only used on i386 (which has been fixed).
Notes:
svn path=/head/; revision=85568
|
| |
|
|
|
|
|
|
|
|
| |
kernel #defines to figure out where the stack is located. This stops
libc_r from exploding when the kernel is compiled with a different
KVM size. IMHO this is all kinda bogus, it would be better to just
check %esp and work from that.
Notes:
svn path=/head/; revision=85567
|
| |
|
|
| |
Notes:
svn path=/head/; revision=85559
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- uthread_signal.c; libc_r does not wrap signal() since 1998/04/29.
- uthread_attr_setprio.c; it was never connected to the build, and
pthread_attr_setprio() does not exist in POSIX.
- uthread_sigblock.c and uthread_sigsetmask.c; these were no-ops
bloating libc_r's space.
pthread_private.h:
- Removed prototypes of non-syscalls: send().
- Removed prototypes of unused syscalls: sigpending(), sigsuspend(),
and select().
- Fixed prototype of fork().
- MFS: Fixed prototypes of <sys/socket.h> syscalls.
Reviewed by: deischen
Approved by: deischen, jasone
Notes:
svn path=/head/; revision=85557
|
| |
|
|
|
|
|
|
|
| |
which do not match the reality anyway.
Approved by: deischen, bde
Notes:
svn path=/head/; revision=85555
|
| |
|
|
| |
Notes:
svn path=/head/; revision=85528
|
| |
|
|
| |
Notes:
svn path=/head/; revision=85524
|
| |
|
|
|
|
|
| |
from the "common" directory.
Notes:
svn path=/head/; revision=85522
|
| |
|
|
|
|
|
| |
Reviewed by: obrien
Notes:
svn path=/head/; revision=85518
|
| |
|
|
|
|
|
| |
active.
Notes:
svn path=/head/; revision=85513
|
| |
|
|
|
|
|
|
|
| |
makes FreeBSD inconsistent with previous releases and "other unices" as well
as with some internal password-asking services (e.g. ftp) within the same
release.
Notes:
svn path=/head/; revision=85485
|
| |
|
|
|
|
|
| |
untested - it only seems to be used for crashdumps.
Notes:
svn path=/head/; revision=85478
|
| |
|
|
|
|
|
|
|
|
| |
value could be returned when the debug level was non-zero.
Submitted by: Harti Brandt <brandt@fokus.gmd.de>
MFC after: 5 days
Notes:
svn path=/head/; revision=85456
|
| |
|
|
| |
Notes:
svn path=/head/; revision=85451
|
| |
|
|
|
|
|
|
|
| |
with <machine/asm.h>.
Reviewed by: bde
Notes:
svn path=/head/; revision=85437
|