aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-409/+484
* 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-393/+222
* 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
* Add cross references to mbrtowc(3) and wcrtomb(3).Tim J. Robbins2002-11-101-1/+3
* Don't check whether the first byte of the buffer is a null byte whenTim J. Robbins2002-11-101-7/+1
* Restore Peter's version of static __sF. There's too much pain for itWarner Losh2002-11-101-1/+4
* Describe the `n' and `ps' arguments to mbrlen().Tim J. Robbins2002-11-091-2/+17
* Typo: pointer to -> pointed toTim J. Robbins2002-11-091-1/+1
* Use wide character ctype functions directly instead of relying onTim J. Robbins2002-11-091-2/+2
* Add a missing return statement for the pwcs == NULL case (XSI extension).Tim J. Robbins2002-11-091-0/+1
* Fix two typos.Bill Fenner2002-11-081-2/+2
* - Recognize FAT partition on MBR and PC98 disks.Yoshihiro Takahashi2002-11-081-20/+47
* Update acl.3 to xref getfacl(1) and setfacl(1), the recommended tools forRobert Watson2002-11-081-6/+10
* MFi386: revision 1.4.Yoshihiro Takahashi2002-11-081-1/+0