summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Schedule spinlocked threads by moving them through the work queue, insteadmini2002-11-242-4/+30
* Get the wall clock time from the KSE mailbox, rather than doing anothermini2002-11-242-4/+4
* Directly load %edx from mailboxdavidxu2002-11-231-4/+3
* Describe newly added fields in the KSE and thread mailboxes.archie2002-11-221-0/+28
* Document the `label' capability.chris2002-11-221-0/+2
* In _thread_enter_uts, fix eflags saving bug.davidxu2002-11-223-8/+17
* Fix idle timeout bug, use correct current time of day.davidxu2002-11-202-4/+4
* libc_r wasn't so tied to libc for 22 months.ru2002-11-1831-153/+107
* This file has reincarnated as src/include/uuid.h with a whole newmarcel2002-11-181-59/+0
* libc header files are normally in src/include. Therefore, uuid.h hasmarcel2002-11-181-2/+0
* Adjust code for new mailbox format.davidxu2002-11-182-6/+6
* Oops. Some ut_time stuff slipped through the cracks. These turned outpeter2002-11-172-2/+4
* Update SYNOPSIS to reflect the standardized header. Add STANDARDSmike2002-11-171-4/+13
* - Ease sanity check to get cylinders.nyan2002-11-171-6/+12
* goto break; != break;dougb2002-11-171-3/+3
* Rework the sysconf(3) interaction with aio:alfred2002-11-171-6/+3
* Implement the lock with a cmpxchg instruction instead of a xchg.marcel2002-11-161-2/+3
* Disconnect the userland get/set/swapcontext() functions fromdeischen2002-11-164-6/+6
* Provide more correct default values for sysconf(3) reporting of the AIOalfred2002-11-161-0/+3
* Sort SRCS.marcel2002-11-161-5/+4
* utmp.ut_time and lastlog.ll_time are explicitly int32_t rather thanpeter2002-11-151-4/+6
* Fixed style(9)nyan2002-11-1514-410/+485
* When about to do an execve(), don't reset the O_NONBLOCK flag on any filearchie2002-11-151-0/+4
* Make dynamic PAM modules depend on dynamic PAM library.ru2002-11-141-4/+7
* Define `Sudden_Underflow' when compiling for the Alpharobert2002-11-141-0/+3
* bde points out that the LIBC_MAJOR macro doesn't exist and requestsimp2002-11-141-3/+6
* Reset LogTag to NULL in closelog(3). This fixes mysterious crashesru2002-11-141-0/+1
* o Fix _longjmp() to return 1 when the return value is given as 0.marcel2002-11-141-52/+25
* Argh, change declaration of two-dimensional array so that it actuallydeischen2002-11-132-2/+3
* Make this compile with whatever error-checking is enabled in buildworlddeischen2002-11-131-2/+2
* At initialization, override the pthread stub routines in libcdeischen2002-11-1319-136/+245
* Use a jump table (a la Solaris) for pthread routines with defaultdeischen2002-11-134-401/+230
* The pam_krb5 module stored a reference to a krb5_ccache structure asnectar2002-11-131-20/+42
* Use `krb5_get_err_text' instead of `error_message' so that instead ofnectar2002-11-131-24/+47
* Actually check if stdbool.h exists when BOOTSTRAPPING.ru2002-11-132-2/+2
* Bootstrapping aid for 4.0-RELEASE.ru2002-11-132-0/+8
* Handle EFI partitions the same as regular FAT partitions. The onlymarcel2002-11-132-0/+4
* Add LOGIN_SETMAC to the list of flags that can't be set without classrwatson2002-11-121-1/+1
* Fix bogus return values from libc_r's writev() routine in situations wherearchie2002-11-121-6/+21
* Schedule an idle context to block until timeouts expire without blockingmini2002-11-126-214/+178
* - Document the chunk_name() function that replaces chunk_n[].davidc2002-11-111-5/+10
* Remove parameter names from function prototypes (at least one collideddavidc2002-11-111-36/+37
* Remove debugging printfs.phk2002-11-111-7/+0
* ia64 ABI breaker:marcel2002-11-113-38/+6
* MBR slices are named the same on ia64 as they are on i386.marcel2002-11-111-4/+4
* Given that we have 3 places to document UUID related information,marcel2002-11-111-9/+69
* Write the boot block to the first 16 sectors of all partitions, instead ofjake2002-11-101-12/+13
* Add efi to the list of types for which we need to return tha name.marcel2002-11-101-1/+4
* Add an efi chunk type. We need to be able to create an EFI partitionmarcel2002-11-101-0/+1
* General cleanup:marcel2002-11-101-96/+68
OpenPOWER on IntegriCloud