aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Schedule spinlocked threads by moving them through the work queue, insteadJonathan Mini2002-11-242-4/+30
* Get the wall clock time from the KSE mailbox, rather than doing anotherJonathan Mini2002-11-242-4/+4
* Directly load %edx from mailboxDavid Xu2002-11-231-4/+3
* Describe newly added fields in the KSE and thread mailboxes.Archie Cobbs2002-11-221-0/+28
* Document the `label' capability.Chris Costello2002-11-221-0/+2
* In _thread_enter_uts, fix eflags saving bug.David Xu2002-11-223-8/+17
* Fix idle timeout bug, use correct current time of day.David Xu2002-11-202-4/+4
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-1831-153/+107
* This file has reincarnated as src/include/uuid.h with a whole newMarcel Moolenaar2002-11-181-59/+0
* libc header files are normally in src/include. Therefore, uuid.h hasMarcel Moolenaar2002-11-181-2/+0
* Adjust code for new mailbox format.David Xu2002-11-182-6/+6
* Oops. Some ut_time stuff slipped through the cracks. These turned outPeter Wemm2002-11-172-2/+4
* Update SYNOPSIS to reflect the standardized header. Add STANDARDSMike Barcroft2002-11-171-4/+13
* - Ease sanity check to get cylinders.Yoshihiro Takahashi2002-11-171-6/+12
* goto break; != break;Doug Barton2002-11-171-3/+3
* Rework the sysconf(3) interaction with aio:Alfred Perlstein2002-11-171-6/+3
* Implement the lock with a cmpxchg instruction instead of a xchg.Marcel Moolenaar2002-11-161-2/+3
* Disconnect the userland get/set/swapcontext() functions fromDaniel Eischen2002-11-164-6/+6
* Provide more correct default values for sysconf(3) reporting of the AIOAlfred Perlstein2002-11-161-0/+3
* Sort SRCS.Marcel Moolenaar2002-11-161-5/+4
* utmp.ut_time and lastlog.ll_time are explicitly int32_t rather thanPeter Wemm2002-11-151-4/+6
* Fixed style(9)Yoshihiro Takahashi2002-11-1514-410/+485
* When about to do an execve(), don't reset the O_NONBLOCK flag on any fileArchie Cobbs2002-11-151-0/+4
* Make dynamic PAM modules depend on dynamic PAM library.Ruslan Ermilov2002-11-141-4/+7
* Define `Sudden_Underflow' when compiling for the AlphaRobert Drehmel2002-11-141-0/+3
* bde points out that the LIBC_MAJOR macro doesn't exist and requestsWarner Losh2002-11-141-3/+6
* Reset LogTag to NULL in closelog(3). This fixes mysterious crashesRuslan Ermilov2002-11-141-0/+1
* o Fix _longjmp() to return 1 when the return value is given as 0.Marcel Moolenaar2002-11-141-52/+25
* Argh, change declaration of two-dimensional array so that it actuallyDaniel Eischen2002-11-132-2/+3
* Make this compile with whatever error-checking is enabled in buildworldDaniel Eischen2002-11-131-2/+2
* At initialization, override the pthread stub routines in libcDaniel Eischen2002-11-1319-136/+245
* Use a jump table (a la Solaris) for pthread routines with defaultDaniel Eischen2002-11-134-401/+230
* The pam_krb5 module stored a reference to a krb5_ccache structure asJacques Vidrine2002-11-131-20/+42
* Use `krb5_get_err_text' instead of `error_message' so that instead ofJacques Vidrine2002-11-131-24/+47
* Actually check if stdbool.h exists when BOOTSTRAPPING.Ruslan Ermilov2002-11-132-2/+2
* Bootstrapping aid for 4.0-RELEASE.Ruslan Ermilov2002-11-132-0/+8
* Handle EFI partitions the same as regular FAT partitions. The onlyMarcel Moolenaar2002-11-132-0/+4
* Add LOGIN_SETMAC to the list of flags that can't be set without classRobert Watson2002-11-121-1/+1
* Fix bogus return values from libc_r's writev() routine in situations whereArchie Cobbs2002-11-121-6/+21
* Schedule an idle context to block until timeouts expire without blockingJonathan Mini2002-11-126-214/+178
* - Document the chunk_name() function that replaces chunk_n[].Chad David2002-11-111-5/+10
* Remove parameter names from function prototypes (at least one collidedChad David2002-11-111-36/+37
* Remove debugging printfs.Poul-Henning Kamp2002-11-111-7/+0
* ia64 ABI breaker:Marcel Moolenaar2002-11-113-38/+6
* MBR slices are named the same on ia64 as they are on i386.Marcel Moolenaar2002-11-111-4/+4
* Given that we have 3 places to document UUID related information,Marcel Moolenaar2002-11-111-9/+69
* Write the boot block to the first 16 sectors of all partitions, instead ofJake Burkholder2002-11-101-12/+13
* Add efi to the list of types for which we need to return tha name.Marcel Moolenaar2002-11-101-1/+4
* Add an efi chunk type. We need to be able to create an EFI partitionMarcel Moolenaar2002-11-101-0/+1
* General cleanup:Marcel Moolenaar2002-11-101-96/+68