| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=36039
|
| |
|
|
| |
Notes:
svn path=/head/; revision=36037
|
| |
|
|
| |
Notes:
svn path=/head/; revision=36026
|
| |
|
|
|
|
|
|
|
| |
warnings about static inline functions that cause the build to fail.
And for some reason, alpha needs MD5. Find that out later!
Notes:
svn path=/head/; revision=35942
|
| |
|
|
|
|
|
| |
a long too (it does have a proper prototype).
Notes:
svn path=/head/; revision=35941
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35926
|
| |
|
|
|
|
|
| |
the i386 builds with a __generic prefix need to have that stripped.
Notes:
svn path=/head/; revision=35925
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35923
|
| |
|
|
|
|
|
| |
because that is wrong on alpha.
Notes:
svn path=/head/; revision=35922
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35908
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Use rpcgen's -C option, although using it for non-headers breaks K&R
support. A local copy of yp.h is built to avoid adding
-I/usr/include/rpcsvc to CFLAGS. This version of yp.h differed from
<rpcsvc/yp.h> only in not declaring prototypes.
Fixed style bugs.
Notes:
svn path=/head/; revision=35898
|
| |
|
|
|
|
|
| |
a few weeks now.
Notes:
svn path=/head/; revision=35897
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35840
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
but also assumes that they are 32-bits. This is one place where I don't
think it is appropriate to change 'long' to 'int'. I don't see why the
code couldn't be fixed so that using natural long variables does the
right thing. It's spaggetti code so it'll take some effort. Obviously
NetBSD thought so too because they change 'long' to 'int32_t' etc
and left it at that. As a temporary measure FreeBSD/Alpha can use the
NetBSD code and put this on the list of things to fix.
Notes:
svn path=/head/; revision=35837
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35836
|
| |
|
|
|
|
|
|
| |
va_list is not a pointer on alpha. Instead, use the va_arg() macro
to return the address that is stored in the argtable.
Notes:
svn path=/head/; revision=35835
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35762
|
| |
|
|
|
|
|
| |
libpthread can override them as required.
Notes:
svn path=/head/; revision=35761
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35760
|
| |
|
|
|
|
|
| |
specifies.
Notes:
svn path=/head/; revision=35759
|
| |
|
|
|
|
|
| |
POSIX defines.
Notes:
svn path=/head/; revision=35757
|
| |
|
|
|
|
|
|
|
|
|
| |
in termios.h, but it's prototype in termcap.h and the main file use
the underlying definition (which is now an int, not a long for
compatibility with NetBSD). Really termcap.h should use speed_t too,
but I guess that this might break sources that don't include termios.h
first.
Notes:
svn path=/head/; revision=35756
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35754
|
| |
|
|
|
|
|
|
| |
so provide function prototypes that respect that, avoiding a gcc
warning that `volatile' is being thrown away.
Notes:
svn path=/head/; revision=35753
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35726
|
| |
|
|
|
|
|
| |
as the result of i386 changes.
Notes:
svn path=/head/; revision=35664
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35657
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35656
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35655
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35654
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35636
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35635
|
| |
|
|
|
|
|
|
|
| |
One bug was relatively harmless (select's timeout had an uninitialized
tv_usec), the other I'm not so sure.. (neglected to catch select returns
less than zero). Both of these were irrelevant on kernels with poll().
Notes:
svn path=/head/; revision=35624
|
| |
|
|
|
|
|
|
|
| |
chunks of res_comp.c and replacing it with chunks of bind-8.1.1's resolver
code. (There are no interface changes though)
The other parts are better bounds checking related.
Notes:
svn path=/head/; revision=35623
|
| |
|
|
|
|
|
| |
Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no>
Notes:
svn path=/head/; revision=35614
|
| |
|
|
|
|
|
| |
Pointed out by: bde
Notes:
svn path=/head/; revision=35607
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35592
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35570
|
| |
|
|
|
|
|
| |
PR: bin/6467 Marino Ladavac <lada@pc8811.gud.siemens.at>
Notes:
svn path=/head/; revision=35564
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35556
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35555
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35552
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35550
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35549
|
| |
|
|
|
|
|
| |
Manpages cleanup
Notes:
svn path=/head/; revision=35548
|
| |
|
|
|
|
|
| |
Fix error return codes
Notes:
svn path=/head/; revision=35546
|
| |
|
|
|
|
|
|
|
| |
__thread_create is a syscall that uses the default asm. It is
_thread_create that contains specific asm code, but that lives in
libpthread.
Notes:
svn path=/head/; revision=35544
|
| |
|
|
|
|
|
|
| |
from 3.0 on. With 3.0 being a major release, now is a good time to do
this.
Notes:
svn path=/head/; revision=35543
|
| |
|
|
|
|
|
|
| |
thread-specific error variable. This change make libc use the same cerror
code that libc_r has been using.
Notes:
svn path=/head/; revision=35541
|
| |
|
|
|
|
|
|
|
| |
default syscall asm, so add it to NOASM. The other syscalls that manipulate
kernel threads use the default asm code, so they just get built
automatically.
Notes:
svn path=/head/; revision=35540
|