summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Simplify the contexts created by the kernel and remove the relatedmarcel2003-12-072-0/+12
* Add support for timeout: and attempts: resolver options.murray2003-12-071-0/+20
* Split multibyte(3) into separate manual pages for each function.tjr2003-12-077-145/+543
* Split the documentation for localeconv() off into a separate manual page.tjr2003-12-073-176/+232
* Fix prototype for getchar_unlocked().tjr2003-12-071-1/+1
* Update with the 4.9 pam modules, and add pam_opieaccess.so to the mix.obrien2003-12-076-289/+330
* Update with the 4.9 pam modules, and add pam_opieaccess.so to the mix.obrien2003-12-071-0/+1
* Update with the 4.9 libraries, and add libdevstat.so.2 libmp.so.3obrien2003-12-0723-20311/+20039
* Apply a second fix for stack alignment with libkse. This time, enter thepeter2003-12-052-4/+4
* "Fix" makecontext() so that the C code begins execution with itspeter2003-12-051-2/+6
* For the amd64 we need to do some extra stack alignment fixups. Otherwisepeter2003-12-033-6/+27
* Use dynamic instead of static LDT allocation.mtm2003-12-021-5/+4
* Fixed a bug in sendfile(2) where the sent data would be corrupted duedg2003-12-011-2/+6
* Eliminate two pushl by using call instruction directly, this reallydavidxu2003-11-292-4/+2
* 1.Macro optimizing KSE_LOCK_ACQUIRE and THR_LOCK_ACQUIRE to use static falldavidxu2003-11-294-198/+62
* Remove surplus mmap() call for stack guard page in init_private, it is donedavidxu2003-11-292-50/+0
* Update with the 4.9 libraries, and add libdevstat.so.2 libmp.so.3obrien2003-11-2915-16561/+17940
* Do not adjust to the pagesize at runtime. Besides for the one-timemarcel2003-11-281-8/+2
* Replace out of date struct statfs definition with a reference to statfs(2).tjr2003-11-211-64/+3
* Fix problem where initgroups would silently truncate groups withdds2003-11-191-2/+7
* Documented missing EINVAL errno valuedds2003-11-191-0/+6
* Install the user trap handlers that libc provides from a constructor, sojake2003-11-181-0/+2
* Staticize label_default_head to prevent it from leaking out of mac.c.rwatson2003-11-171-1/+1
* Declare crc32 static. There's a copy in libz that conflicts for themarcel2003-11-171-1/+1
* Baby steps. Set WARNS=1 for libc.nectar2003-11-171-0/+1
* Detect range errors when using the %s specifier. Previously, LONG_MAXnectar2003-11-171-3/+10
* Update mac_set.3 to account for new behavior of mac_set_fd() in therwatson2003-11-161-5/+7
* Implement mac_get_peer(3) using getsockopt() with SOL_SOCKET andrwatson2003-11-162-26/+43
* Back out last change and go back to using KSE locks instead of threaddeischen2003-11-162-32/+34
* Memory allocated by mac_to_text() must be freed using free(3) notrwatson2003-11-161-2/+15
* Resync. struct statfs and flag definitions with sys/mount.h.tjr2003-11-161-22/+57
* Replace all uses of the old netgraph constants NG_*LEN by the newharti2003-11-153-55/+55
* Remove debugging printf that crept into the last commit.rwatson2003-11-151-1/+0
* /etc/mac.conf is implicitly read and parsed when the MAC configurationrwatson2003-11-151-20/+6
* Update cross references after utf2/euc move.tjr2003-11-1510-18/+18
* Remove section 4 versions of these manual pages, they have beentjr2003-11-152-232/+0
* Install the section 5 versions of EUC and UTF2 manual pages instead oftjr2003-11-151-2/+1
* Update the EUC and UTF2 manual pages for their new home in section 5.tjr2003-11-152-2/+2
* Add the userland part of the NET_RT_IFMALIST sysctl MIB. A new function,bms2003-11-143-2/+322
* u_int8_t cannot carry a number greater than 255.ume2003-11-141-3/+1
* Use the new defines that include the trailing '\0' in the code.harti2003-11-144-21/+27
* - Add documentation for EBUSY.alc2003-11-141-2/+4
* - Use the magic for ___sigreturn in __sigset.jeff2003-11-141-3/+11
* Add an empty definition of the MIBS variable so that the makefile doesharti2003-11-131-0/+1
* Fix on sparc64.sobomax2003-11-121-1/+1
* Bump the major version on libtuil. libutil now relies on the mac_*rwatson2003-11-121-1/+1
* Add a new configuration variable - nas_ipaddr, which if set allows tosobomax2003-11-122-8/+47
* The partition naming on ia64 (e.g. da0p1) cannot be selected basedmarcel2003-11-121-0/+4
* The snmp_netgraph module depends on libnetgraph. So add a dependency andharti2003-11-122-3/+7
* Use __sfvwrite() instead of __sputc() via __fputwc() to write to faketjr2003-11-121-1/+30
OpenPOWER on IntegriCloud