| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
PR: 7666
Submitted by: Archie Cobbs <archie@whistle.com>
Notes:
svn path=/head/; revision=38503
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38391
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38376
|
| |
|
|
|
|
|
| |
now programs built on alpha that _must_ use FreeBSD syscalls to work.
Notes:
svn path=/head/; revision=38375
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38340
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
the diff is attached below. This is done on the 3.0 source-tree.
I have test this on 2.2-stable before, but I don't have a 3.0 machine
right now.
This patch is mainly to make libc support BIG5 encoding, thus add
zh_TW.BIG5 locale to 3.0.
Submitted by: Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
Notes:
svn path=/head/; revision=38333
|
| |
|
|
|
|
|
| |
default asm code the same way as on i386.
Notes:
svn path=/head/; revision=38182
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38181
|
| |
|
|
|
|
|
| |
sigaltstack by default if using FreeBSD syscalls.
Notes:
svn path=/head/; revision=38180
|
| |
|
|
|
|
|
| |
This is no longer the default.
Notes:
svn path=/head/; revision=38179
|
| |
|
|
|
|
|
|
|
| |
add to /etc/make.conf to use FreeBSD's libc with a NetBSD/Alpha kernel.
From now on, FreeBSD/Alpha is just FreeBSD.
Notes:
svn path=/head/; revision=38178
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38060
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38055
|
| |
|
|
|
|
|
|
|
| |
revisions to match the confusing spelling in getttyent.c (1 to
break it to match the man page and 1 in each of 2 branches to fix
it). This function seems to be orphaned and unused.
Notes:
svn path=/head/; revision=38054
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38020
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37946
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37937
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37917
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37904
|
| |
|
|
|
|
|
|
| |
not have to call sysarch() directly.
Added man pages for above, as well as sysarch()
Notes:
svn path=/head/; revision=37903
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37643
|
| |
|
|
|
|
|
|
|
|
|
| |
suitable for holding object pointers (ptrint_t -> uintptr_t).
Added corresponding signed type (intptr_t). Changed/added
corresponding non-C9x types for function pointers to match. Don't
use nonstandard types to implement these types, and don't comment
on them in <machine/types.h>.
Notes:
svn path=/head/; revision=37629
|
| |
|
|
|
|
|
|
| |
!KERNEL case. The kludge to get it declared in libc/gmon/mcount.c wasn't
sufficient because fptrint_t is used in <sys/gmon.h>.
Notes:
svn path=/head/; revision=37542
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
least unsuitable for holding an object pointer. This should have been
used to fix warnings about casts between pointers and ints on alphas.
Moved corresponding existing general typedef (fptrint_t) for function
pointers from the i386 <machine/profile.h> to a kernel-only typedef
in <machine/types.h>. Kludged libc/gmon/mcount.c so that it can
still see this typedef.
Notes:
svn path=/head/; revision=37540
|
| |
|
|
|
|
|
| |
PR: 7180
Notes:
svn path=/head/; revision=37528
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37515
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37513
|
| |\
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=37511
|
| | |
| |
| |
| |
| |
| |
| | |
Obtained from: NetBSD (author: Klaus Klein)
Notes:
svn path=/vendor/NetBSD/dist/; revision=37510
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
more cleanly integrated with stdio. This should be faster and cleaner
since it doesn't memcpy() the data into a seperate buffer. This lets
stdio allocate and manage the buffer and then hand it over to the user.
Obtained from: Todd Miller <Todd.Miller@courtesan.com> via OpenBSD
Notes:
svn path=/head/; revision=37487
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
references sp. The free needs to follow ISSET
PR: 7148
Reviewed by: phk
Submitted by: Ken Mayer <kmayer@freegate.com>
Notes:
svn path=/head/; revision=37349
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=37319
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=37301
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
compatible. I think small negative uids are handled compatibly but
other out of bounds ones are truncated differently for certain sizes of
uid_t.
Notes:
svn path=/head/; revision=37300
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Obtained from: partial merge of ADO version tzcode96h (was fully merged
in 1.10 but backed out in 1.11; the FreeBSD code for %s
was earlier, prettier but buggier).
Notes:
svn path=/head/; revision=37299
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
PR: 7009
Obtained from: http://www.sleepycat.com/update/patch.185.html, patches 1.2,
1.3 and 1.4
Notes:
svn path=/head/; revision=37155
|
| | |
| |
| |
| |
| |
| |
| | |
errno during a successful malloc() call.
Notes:
svn path=/head/; revision=37048
|
| | |
| |
| |
| |
| |
| |
| |
| | |
so much a "fix", rather a bandaid to buy time to fix it properly
within the thread engine.
Notes:
svn path=/head/; revision=36967
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=36962
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=36919
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
getXXXXbyYYYY() interfaces yet.
Obtained from: diff relative to bind-8.1.2 sources
Notes:
svn path=/head/; revision=36891
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
friend shmget().
PR: closes misc/6763
Notes:
svn path=/head/; revision=36859
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=36854
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
copy to bring these files into libc from libcompat. I will enable
them and kill off the libcompat versions on the main branch soon.
PR: step one toward closing misc/6763
Notes:
svn path=/head/; revision=36836
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=36825
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=36824
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=36823
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=36822
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=36821
|
| | |
| |
| |
| |
| |
| |
| | |
to destroy the RPC CLIENT handle before returning.
Notes:
svn path=/head/; revision=36816
|