aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't set a variable to a bogus value right before setting it to theJohn Baldwin2002-11-082-2/+0
* Don't set a value to a variable that we don't use.John Baldwin2002-11-081-1/+0
* - Merge Write_FreeBSD() into Write_Disk().John Baldwin2002-11-081-40/+32
* License and blurb update authorized by Network Associates.Robert Watson2002-11-072-14/+8
* Fixed pc98 support.Yoshihiro Takahashi2002-11-072-6/+5
* Get this closer to working. The Write_Disk() function's for loop neededJohn Baldwin2002-11-071-20/+13
* o Make the COMPATIBILITY section a bit less redundant.Chris Costello2002-11-061-1/+1
* o Update man page to reflect the new prototypes for mac_{to,from}_text.Chris Costello2002-11-061-43/+15
* Hook up the userland wrapper for __mac_execve().Robert Watson2002-11-062-0/+43
* Wrap function prototype declarations in __BEGIN_DECLS to do the right thingJuli Mallett2002-11-051-0/+2
* License update authorized by NAI: remove clause 3.Robert Watson2002-11-051-7/+4
* Fix bogus return values from libc_r's write() routine in situations whereArchie Cobbs2002-11-051-6/+21
* Clarify language relating to ACLs, Capabtilities, and MAC, since theRobert Watson2002-11-041-28/+36
* Update license, historical information.Robert Watson2002-11-041-7/+8
* Point out that the MAC Framework is considered experimental.Robert Watson2002-11-041-0/+9
* After waiting for help with the markup, I finally decided to just patchNick Sayer2002-11-041-3/+3
* Add descriptions for some _PC_* variables from <sys/unistd.h> thatTim J. Robbins2002-11-041-1/+40
* Backout "compatibility hack" for __sF.Alfred Perlstein2002-11-042-9/+1
* Remove unused MBR gunk leftover from i386.John Baldwin2002-11-031-11/+1
* Fix to compile for pc98.Yoshihiro Takahashi2002-11-031-0/+8
* Initialize d->bios_cyl. We know the media size in sectors, the numberMarcel Moolenaar2002-11-031-4/+10
* Provide a hook to make __sF visible outside of libc for commercial appsAlfred Perlstein2002-11-022-1/+9
* Add support for GPT:Marcel Moolenaar2002-11-021-5/+45
* Add support for ia64. This is almost identical to i386, except thatMarcel Moolenaar2002-11-021-0/+20
* Don't claim all MBR's have subtype 165 on i386.Poul-Henning Kamp2002-11-022-3/+2
* Track the number of non-data chararacters stored in socket buffers so thatKelly Yancey2002-11-011-1/+1
* Fill in partition 2 with with "whole disk" parameters.Poul-Henning Kamp2002-11-011-0/+8
* * Add stubs for pthread_cond_broadcast.Doug Rabson2002-11-013-28/+246
* No need to include floatio.h here: vfscanf() no longer uses anythingTim J. Robbins2002-11-012-2/+0
* Re-apply the previously backed-out commit that fixes the problem whereArchie Cobbs2002-10-316-7/+10
* Use the strong symbol'd version of pthread_mutex_init so we don'tDaniel Eischen2002-10-311-2/+2