summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update zconf.h and gzio.c with changes from ZLib 1.2.1 to ZLib 1.2.2.kientzle2005-04-242-40/+53
* if last line didn't have trailing space, network address was alsoume2005-04-241-10/+11
* This commit was generated by cvs2svn to compensate for changes in r145474,kientzle2005-04-244-52/+116
|\
| * ZLib 1.2.2kientzle2005-04-2416-135/+246
| * Remove files that are no longer present in the zlib distribution fromtjr2004-07-019-1143/+0
* | Optimize the instruction alignment.alc2005-04-231-2/+1
* | Fix broken ACL configuration on FreeBSD 4 and Linux.kientzle2005-04-233-7/+19
* | Certain filenames between 245 and 255 characters long would cause ankientzle2005-04-231-71/+72
* | Note events affected by processor errata.jkoshy2005-04-231-0/+25
* | Remove unused variable.davidxu2005-04-231-1/+0
* | Now libthr only uses GDT based tls on i386. using LDT can only increasedavidxu2005-04-232-53/+3
* | Use thr_new syscall to create a new thread, obscure context operationsdavidxu2005-04-233-24/+39
* | Fix two typos in comments.trhodes2005-04-231-2/+2
* | Add i386_get_gsbase, i386_set_gsbase since old libc doesn't have thedavidxu2005-04-231-0/+14
* | Properly spell default in a comment.trhodes2005-04-221-1/+1
* | Enforce style.Makefile(5).trhodes2005-04-222-2/+2
* | Use double additions to raise the inexact exception to work around problemsstefanf2005-04-223-12/+12
* | Fix raising the inexact exception (FE_INEXACT) if the result differs from thestefanf2005-04-223-18/+34
* | Eliminate an unpredictable branch from bcmp().alc2005-04-211-5/+4
* | Do not try to store 64 bits into 32 bit errno variable. With the changed libckan2005-04-211-1/+1
* | Add event aliases for P6 and K8 PMCs.jkoshy2005-04-211-17/+31
* | Build libpmc on all architectures (FWIW :-)marcel2005-04-201-3/+1
* | o Do not include <machine/pmc_mdep.h>. It's automaticly included formarcel2005-04-201-9/+9
* | Remove extra Id keyword.jkoshy2005-04-201-2/+0
* | Remove superfluous CFLAGS lines. Use the conditional '?=' constructjkoshy2005-04-191-2/+0
* | - add getproto{byname,bynumber,ent}_r for internal use within libc.ume2005-04-194-53/+181
* | - nuke deprecated and unused getnodeby(3).ume2005-04-191-31/+0
* | Bring a working snapshot of hwpmc(4), its associated libraries, userland util...jkoshy2005-04-195-1/+5351
* | rename the NIS related fields to have yp_ prefix.ume2005-04-184-38/+38
* | Do not check whether a pointer is NULL, since free(3) already takes care ofdelphij2005-04-181-6/+3
* | Add a sysctl that returns the full path of a process' text file.das2005-04-181-3/+9
* | Portability enhancement: MS Windows won't restore metadata if the filekientzle2005-04-171-1/+1
* | Fix truncl.3 MLINKSache2005-04-171-1/+1
* | Update "make distfile" to use newest automake/autoconf from ports.kientzle2005-04-171-2/+2
* | Fix build for !YP case.delphij2005-04-171-0/+4
* | libc-internal interfaces should have two underscores in frontume2005-04-174-12/+12
* | Wrong working directory, sorry. The previous patch was what I havedelphij2005-04-171-5/+0
* | Remove a check about whether sa->sa_len is equal to salen fromdelphij2005-04-171-0/+2
* | Be bug-for-bug compatible with the C standard with respect todas2005-04-162-4/+16
* | More optimized math functions.das2005-04-1616-5/+399
* | Implement truncl() based on floorl().das2005-04-164-12/+80
* | When parsing the second {uid,gid} in an identity phrase for ugidfw,rwatson2005-04-161-13/+25
* | In practice, you need to include <sys/types.h> andrwatson2005-04-161-0/+2
* | Now, our getservbyname(3) is thread-safe. So, we don't needume2005-04-151-14/+1
* | - add getserv{byname,byport,ent}_r for internal use within libc.ume2005-04-154-127/+288
* | hostalias() is not thread-safe. So, introduce _res_hostalias()ume2005-04-153-14/+29
* | remove needless res_init() call.ume2005-04-141-9/+0
* | Adapt the libpthread patch for using i386_set_gsbase() to libthr.peter2005-04-142-16/+41
* | Use the i386_set_gsbase() syscall if it is implemented in the kernel.peter2005-04-144-32/+82
* | Attempt i386_set_gsbase() before using the user_ldt code. Unimplementedpeter2005-04-141-1/+4
OpenPOWER on IntegriCloud