| Commit message (Expand) | Author | Age | Files | Lines |
| * | Schedule an idle context to block until timeouts expire without blocking | Jonathan Mini | 2002-11-12 | 6 | -214/+178 |
| * | - Document the chunk_name() function that replaces chunk_n[]. | Chad David | 2002-11-11 | 1 | -5/+10 |
| * | Remove parameter names from function prototypes (at least one collided | Chad David | 2002-11-11 | 1 | -36/+37 |
| * | Remove debugging printfs. | Poul-Henning Kamp | 2002-11-11 | 1 | -7/+0 |
| * | ia64 ABI breaker: | Marcel Moolenaar | 2002-11-11 | 3 | -38/+6 |
| * | MBR slices are named the same on ia64 as they are on i386. | Marcel Moolenaar | 2002-11-11 | 1 | -4/+4 |
| * | Given that we have 3 places to document UUID related information, | Marcel Moolenaar | 2002-11-11 | 1 | -9/+69 |
| * | Write the boot block to the first 16 sectors of all partitions, instead of | Jake Burkholder | 2002-11-10 | 1 | -12/+13 |
| * | Add efi to the list of types for which we need to return tha name. | Marcel Moolenaar | 2002-11-10 | 1 | -1/+4 |
| * | Add an efi chunk type. We need to be able to create an EFI partition | Marcel Moolenaar | 2002-11-10 | 1 | -0/+1 |
| * | General cleanup: | Marcel Moolenaar | 2002-11-10 | 1 | -96/+68 |
| * | Add cross references to mbrtowc(3) and wcrtomb(3). | Tim J. Robbins | 2002-11-10 | 1 | -1/+3 |
| * | Don't check whether the first byte of the buffer is a null byte when | Tim J. Robbins | 2002-11-10 | 1 | -7/+1 |
| * | Restore Peter's version of static __sF. There's too much pain for it | Warner Losh | 2002-11-10 | 1 | -1/+4 |
| * | Describe the `n' and `ps' arguments to mbrlen(). | Tim J. Robbins | 2002-11-09 | 1 | -2/+17 |
| * | Typo: pointer to -> pointed to | Tim J. Robbins | 2002-11-09 | 1 | -1/+1 |
| * | Use wide character ctype functions directly instead of relying on | Tim J. Robbins | 2002-11-09 | 1 | -2/+2 |
| * | Add a missing return statement for the pwcs == NULL case (XSI extension). | Tim J. Robbins | 2002-11-09 | 1 | -0/+1 |
| * | Fix two typos. | Bill Fenner | 2002-11-08 | 1 | -2/+2 |
| * | - Recognize FAT partition on MBR and PC98 disks. | Yoshihiro Takahashi | 2002-11-08 | 1 | -20/+47 |
| * | Update acl.3 to xref getfacl(1) and setfacl(1), the recommended tools for | Robert Watson | 2002-11-08 | 1 | -6/+10 |
| * | MFi386: revision 1.4. | Yoshihiro Takahashi | 2002-11-08 | 1 | -1/+0 |
| * | Don't set a variable to a bogus value right before setting it to the | John Baldwin | 2002-11-08 | 2 | -2/+0 |
| * | Don't set a value to a variable that we don't use. | John Baldwin | 2002-11-08 | 1 | -1/+0 |
| * | - Merge Write_FreeBSD() into Write_Disk(). | John Baldwin | 2002-11-08 | 1 | -40/+32 |
| * | License and blurb update authorized by Network Associates. | Robert Watson | 2002-11-07 | 2 | -14/+8 |
| * | Fixed pc98 support. | Yoshihiro Takahashi | 2002-11-07 | 2 | -6/+5 |
| * | Get this closer to working. The Write_Disk() function's for loop needed | John Baldwin | 2002-11-07 | 1 | -20/+13 |
| * | o Make the COMPATIBILITY section a bit less redundant. | Chris Costello | 2002-11-06 | 1 | -1/+1 |
| * | o Update man page to reflect the new prototypes for mac_{to,from}_text. | Chris Costello | 2002-11-06 | 1 | -43/+15 |
| * | Hook up the userland wrapper for __mac_execve(). | Robert Watson | 2002-11-06 | 2 | -0/+43 |
| * | Wrap function prototype declarations in __BEGIN_DECLS to do the right thing | Juli Mallett | 2002-11-05 | 1 | -0/+2 |
| * | License update authorized by NAI: remove clause 3. | Robert Watson | 2002-11-05 | 1 | -7/+4 |
| * | Fix bogus return values from libc_r's write() routine in situations where | Archie Cobbs | 2002-11-05 | 1 | -6/+21 |
| * | Clarify language relating to ACLs, Capabtilities, and MAC, since the | Robert Watson | 2002-11-04 | 1 | -28/+36 |
| * | Update license, historical information. | Robert Watson | 2002-11-04 | 1 | -7/+8 |
| * | Point out that the MAC Framework is considered experimental. | Robert Watson | 2002-11-04 | 1 | -0/+9 |
| * | After waiting for help with the markup, I finally decided to just patch | Nick Sayer | 2002-11-04 | 1 | -3/+3 |
| * | Add descriptions for some _PC_* variables from <sys/unistd.h> that | Tim J. Robbins | 2002-11-04 | 1 | -1/+40 |
| * | Backout "compatibility hack" for __sF. | Alfred Perlstein | 2002-11-04 | 2 | -9/+1 |
| * | Remove unused MBR gunk leftover from i386. | John Baldwin | 2002-11-03 | 1 | -11/+1 |
| * | Fix to compile for pc98. | Yoshihiro Takahashi | 2002-11-03 | 1 | -0/+8 |
| * | Initialize d->bios_cyl. We know the media size in sectors, the number | Marcel Moolenaar | 2002-11-03 | 1 | -4/+10 |
| * | Provide a hook to make __sF visible outside of libc for commercial apps | Alfred Perlstein | 2002-11-02 | 2 | -1/+9 |
| * | Add support for GPT: | Marcel Moolenaar | 2002-11-02 | 1 | -5/+45 |
| * | Add support for ia64. This is almost identical to i386, except that | Marcel Moolenaar | 2002-11-02 | 1 | -0/+20 |
| * | Don't claim all MBR's have subtype 165 on i386. | Poul-Henning Kamp | 2002-11-02 | 2 | -3/+2 |
| * | Track the number of non-data chararacters stored in socket buffers so that | Kelly Yancey | 2002-11-01 | 1 | -1/+1 |
| * | Fill in partition 2 with with "whole disk" parameters. | Poul-Henning Kamp | 2002-11-01 | 1 | -0/+8 |
| * | * Add stubs for pthread_cond_broadcast. | Doug Rabson | 2002-11-01 | 3 | -28/+246 |