summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update for AMD64-style syscalls. Repocopied from i386/SYS.h.peter2003-04-301-7/+4
* Floating point libc functions traditionally written in ASM.obrien2003-04-302-0/+113
* Backout my changes in rev. 1.32 and 1.33. There is some code that dependsmtm2003-04-301-4/+2
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-04-2920-51/+71
* Document VM86_INTCALL.mdodd2003-04-291-4/+35
* Replace the return value of rfork_thread(3) in its manual pagerobert2003-04-271-1/+1
* Correct the return value of vfork(2) and rfork(2) in theirrobert2003-04-272-2/+2
* Add some strategic whitespace.rwatson2003-04-261-0/+1
* When using `compat' mode, be sure to re-dispatch setpwent, endpwent,nectar2003-04-252-0/+58
* In compat mode, we `redispatch' the lookup. It is probably a goodnectar2003-04-241-0/+1
* Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' bynectar2003-04-241-1/+3
* Don't complain about missing NSS methods when built statically. It isnectar2003-04-241-1/+3
* Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' bynectar2003-04-242-4/+8
* Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' bynectar2003-04-242-3/+3
* ``Strong typing is a crutch for people with weak memories.''nectar2003-04-221-3/+3
* Correct a bug that was somehow both obvious and hard-to-see. :-)nectar2003-04-211-1/+1
* Don't try to access the NIS `master' maps unless we have superusernectar2003-04-211-7/+9
* Add FILES section to mac.3 and mac.conf.5. Properly Xref mac.conf.5rwatson2003-04-203-1/+22
* Add a man page for the mac.conf MAC library configuration file.rwatson2003-04-202-0/+105
* Add the mac_prepare{,_*}() functions to the high-level function listrwatson2003-04-201-0/+11
* Repair a bug in which a faulty group entry (one with only 2 colons)nectar2003-04-201-8/+6
* %E-like %g and %G conversions should remove trailing zeroes unlessdas2003-04-192-0/+14
* Follow-up to revision 1.74: Using the result buffer to store our emptynectar2003-04-181-22/+16
* Follow-up to revision 1.73: set _PWF_FILES when `compat' source is usednectar2003-04-181-4/+13
* Don't use `memset' to initialize a struct passwd. A modulenectar2003-04-181-6/+31
* Correctly set _PWF_FILES in pw_fields when appropriate.nectar2003-04-181-2/+6
* Revert the definitions of _PW_KEY* to their previous values. There isnectar2003-04-181-2/+2
* The default if nsswitch.conf(5) is not present is supposed to be thenectar2003-04-182-2/+2
* Add a manual page for the ntp_gettime syscall.trhodes2003-04-172-2/+106
* = Implement thread-safe versions of the getpwent(3) and getgrent(3)nectar2003-04-174-1542/+2604
* = Implement name service switch modules (NSS modules). NSS modulesnectar2003-04-1711-205/+970
* Clarify the relationship between the MAC library APIs and POSIX.1e:rwatson2003-04-161-2/+6
* Add a manual page for the ntp_adjtime syscall.trhodes2003-04-152-1/+148
* Merge in vfprintf.c rev. 1.58.tjr2003-04-141-9/+11
* Fix a bug where printf was erroneously printing a decimal point fordas2003-04-141-8/+10
* Return "/boot/kernel/kernel" instead of "/kernel" if the sysctl() calltjr2003-04-111-1/+1
* When called with s == NULL, behave as if wc == L'\0' as required by thetjr2003-04-101-1/+3
* /strtopx/ s/result/&result/das2003-04-092-2/+2
OpenPOWER on IntegriCloud