summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't set a value to a variable that we don't use.jhb2002-11-081-1/+0
* - Merge Write_FreeBSD() into Write_Disk().jhb2002-11-081-40/+32
* License and blurb update authorized by Network Associates.rwatson2002-11-072-14/+8
* Fixed pc98 support.nyan2002-11-072-6/+5
* Get this closer to working. The Write_Disk() function's for loop neededjhb2002-11-071-20/+13
* o Make the COMPATIBILITY section a bit less redundant.chris2002-11-061-1/+1
* o Update man page to reflect the new prototypes for mac_{to,from}_text.chris2002-11-061-43/+15
* Hook up the userland wrapper for __mac_execve().rwatson2002-11-062-0/+43
* Wrap function prototype declarations in __BEGIN_DECLS to do the right thingjmallett2002-11-051-0/+2
* License update authorized by NAI: remove clause 3.rwatson2002-11-051-7/+4
* Fix bogus return values from libc_r's write() routine in situations wherearchie2002-11-051-6/+21
* Clarify language relating to ACLs, Capabtilities, and MAC, since therwatson2002-11-041-28/+36
* Update license, historical information.rwatson2002-11-041-7/+8
* Point out that the MAC Framework is considered experimental.rwatson2002-11-041-0/+9
* After waiting for help with the markup, I finally decided to just patchnsayer2002-11-041-3/+3
* Add descriptions for some _PC_* variables from <sys/unistd.h> thattjr2002-11-041-1/+40
* Backout "compatibility hack" for __sF.alfred2002-11-042-9/+1
* Remove unused MBR gunk leftover from i386.jhb2002-11-031-11/+1
* Fix to compile for pc98.nyan2002-11-031-0/+8
* Initialize d->bios_cyl. We know the media size in sectors, the numbermarcel2002-11-031-4/+10
* Provide a hook to make __sF visible outside of libc for commercial appsalfred2002-11-022-1/+9
* Add support for GPT:marcel2002-11-021-5/+45
* Add support for ia64. This is almost identical to i386, except thatmarcel2002-11-021-0/+20
* Don't claim all MBR's have subtype 165 on i386.phk2002-11-022-3/+2
* Track the number of non-data chararacters stored in socket buffers so thatkbyanc2002-11-011-1/+1
* Fill in partition 2 with with "whole disk" parameters.phk2002-11-011-0/+8
OpenPOWER on IntegriCloud