summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Use C99 compatible ASM statements.obrien2003-06-022-3/+3
* o Fix a cut-n-paste bug. We were clobbering rp with gp...marcel2003-06-021-2/+2
* Match style of source and headers.jmallett2003-06-011-1/+1
* Assorted mdoc(7) fixes.ru2003-06-016-180/+190
* Add GBK encodingache2003-06-013-2/+121
* Clarify the code a bit.phk2003-06-011-1/+2
* Make prototype match code with regard to constness of args to thejmallett2003-06-011-1/+1
* Fix grammar bogons.schweikh2003-05-311-1/+1
* Rough implement of makecontext() needed to support libthr.marcel2003-05-312-1/+122
* Fix a sizeof error in __bt_put: when writing they key and data sizestmm2003-05-301-3/+5
* Add an stub for _rtld_thread_init. This is a part I missed inkan2003-05-301-0/+7
* Don't return -1 and abort if msg.msg_controllen is 0. Formbr2003-05-291-2/+1
* Fix a problem introduced in the last commit. sa and cmmbr2003-05-291-2/+2
* If AF_LOCAL is used, we need to use __msgread_withcred() instead ofmbr2003-05-281-1/+6
* Fix amd(8) clients, if a FreeBSD mountd(8) server is used.mbr2003-05-281-9/+2
* Fix stripping last path component when only one path component left.fjoe2003-05-281-2/+2
* mdoc(7) fixes.ru2003-05-241-6/+5
* Repair PIC mode. It seems I was a bit too excited about thepeter2003-05-247-15/+89
* Assorted mdoc(7) fixes.ru2003-05-2213-76/+85
* Fixed troff(1) and mdoc(7) warnings.ru2003-05-184-5/+6
* Fix a simple bug that prevents svc_tli_create to bind to the addressmbr2003-05-181-1/+1
* Revamp of the syscall path, exception and context handling. Themarcel2003-05-163-12/+23
* Catch up with the renaming of the "union" filesystem to "unionfs".tjr2003-05-161-1/+1
* * The copy of the stat struct in the man page has rotted, so remove it.dougb2003-05-131-29/+2
* Update ldexp.c for amd64.peter2003-05-102-7/+1
* Add a comment describing why it's important for the values in thisdas2003-05-086-0/+42
* SIG_SETMASK is 3, not 1. Sigh.peter2003-05-081-1/+1
* Fix an embarresing transcription error from i386 to amd64. Put the argumentspeter2003-05-082-13/+12
* Tidy up modf.S and make it actually work. It wasn't extractingpeter2003-05-081-16/+13
* Fix typo, even though this is unused.peter2003-05-081-1/+1
* Like ia64, amd64 has got a 16 byte sized and aligned 'long double'.peter2003-05-081-1/+2
* Turn off alloca.S - it cannot possibly work like this since on AMD64, gccpeter2003-05-071-1/+1
* Actually use the correct values for AMD64. It is a 64 bit platform,peter2003-05-071-0/+4
* Properly cleanup the stack before jumping to cerror() if rfork(2) fails.jhb2003-05-071-0/+4
* Replace use of a spinlock with a mutex.deischen2003-05-042-12/+9
* Use the .Dl macro.trhodes2003-05-011-1/+1
* State the fact that the range is twice the traditional RAND_MAX.trhodes2003-05-011-1/+16
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-0120-71/+51
* Convert the i386 alloca(3) to the x86-64 ISA.obrien2003-05-011-0/+53
* Add __amd64__ to the list of things that use IEEEFPpeter2003-04-301-1/+1
* Tell malloc.c that AMD64 uses the same pagesize as i386.peter2003-04-301-0/+4
* Add __amd64__ to the list of things that use HIDENAME() to hide minbrkpeter2003-04-301-1/+1
* Delete i386_* syscall wrappers and manpages. Rename Ovfork.S to vfork.S.peter2003-04-301-12/+2
* Update for AMD64 after repocopy from i386/sys/*. This means:peter2003-04-306-105/+35
* I have no idea why the reboot(2) syscall wrapper ends with iret, butpeter2003-04-301-1/+1
* Update for AMD64. Depend on %rdi (first syscall argument) being preservedpeter2003-04-301-4/+3
* Update for AMD64 (repocopied from i386/sys/Ovfork.S - why is it O?)peter2003-04-301-5/+4
* Update for AMD64 contexts. Note that this still has some x87-style FPUpeter2003-04-303-105/+112
* Reduce the SRCS to what compilespeter2003-04-301-3/+3
* Update for AMD64 (repocopied from i386/net). We can depend on havingpeter2003-04-304-10/+6
OpenPOWER on IntegriCloud