summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Add stubs for pthread_cond_broadcast.dfr2002-11-013-28/+246
* No need to include floatio.h here: vfscanf() no longer uses anythingtjr2002-11-012-2/+0
* Re-apply the previously backed-out commit that fixes the problem wherearchie2002-10-316-7/+10
* Use the strong symbol'd version of pthread_mutex_init so we don'tdeischen2002-10-311-2/+2
* Style(9) improvements.phk2002-10-311-6/+6
* Set the sector size for the disk.phk2002-10-311-0/+2
* Restore to pc98 support.nyan2002-10-313-50/+108
* Use ${MACHINE} variable instead of using '.if .endif' each machines.nyan2002-10-311-18/+1
OpenPOWER on IntegriCloud