summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add cross references to mbrtowc(3) and wcrtomb(3).tjr2002-11-101-1/+3
* Don't check whether the first byte of the buffer is a null byte whentjr2002-11-101-7/+1
* Restore Peter's version of static __sF. There's too much pain for itimp2002-11-101-1/+4
* Describe the `n' and `ps' arguments to mbrlen().tjr2002-11-091-2/+17
* Typo: pointer to -> pointed totjr2002-11-091-1/+1
* Use wide character ctype functions directly instead of relying ontjr2002-11-091-2/+2
* Add a missing return statement for the pwcs == NULL case (XSI extension).tjr2002-11-091-0/+1
* Fix two typos.fenner2002-11-081-2/+2
* - Recognize FAT partition on MBR and PC98 disks.nyan2002-11-081-20/+47
* Update acl.3 to xref getfacl(1) and setfacl(1), the recommended tools forrwatson2002-11-081-6/+10
* MFi386: revision 1.4.nyan2002-11-081-1/+0
* Don't set a variable to a bogus value right before setting it to thejhb2002-11-082-2/+0
OpenPOWER on IntegriCloud