]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Fix bogus return values from libc_r's writev() routine in situations where
[FreeBSD/FreeBSD.git] / lib /
2002-11-12 Archie CobbsFix bogus return values from libc_r's writev() routine...
2002-11-12 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-11-12 Jonathan MiniSchedule an idle context to block until timeouts expire...
2002-11-11 Chad David- Document the chunk_name() function that replaces...
2002-11-11 Chad DavidRemove parameter names from function prototypes (at...
2002-11-11 Poul-Henning KampRemove debugging printfs.
2002-11-11 Marcel Moolenaaria64 ABI breaker:
2002-11-11 Marcel MoolenaarMBR slices are named the same on ia64 as they are on...
2002-11-11 Marcel MoolenaarGiven that we have 3 places to document UUID related...
2002-11-10 Jake BurkholderWrite the boot block to the first 16 sectors of all...
2002-11-10 Marcel MoolenaarAdd efi to the list of types for which we need to retur...
2002-11-10 Marcel MoolenaarAdd an efi chunk type. We need to be able to create...
2002-11-10 Marcel MoolenaarGeneral cleanup:
2002-11-10 Tim J. RobbinsAdd cross references to mbrtowc(3) and wcrtomb(3).
2002-11-10 Tim J. RobbinsDon't check whether the first byte of the buffer is...
2002-11-10 Warner LoshRestore Peter's version of static __sF. There's too...
2002-11-09 Tim J. RobbinsDescribe the `n' and `ps' arguments to mbrlen().
2002-11-09 Tim J. RobbinsTypo: pointer to -> pointed to
2002-11-09 Tim J. RobbinsUse wide character ctype functions directly instead...
2002-11-09 Tim J. RobbinsAdd a missing return statement for the pwcs == NULL...
2002-11-08 Bill FennerFix two typos.
2002-11-08 Yoshihiro Takahashi- Recognize FAT partition on MBR and PC98 disks.
2002-11-08 Robert WatsonUpdate acl.3 to xref getfacl(1) and setfacl(1), the...
2002-11-08 Yoshihiro TakahashiMFi386: revision 1.4.
2002-11-08 John BaldwinDon't set a variable to a bogus value right before...
2002-11-08 John BaldwinDon't set a value to a variable that we don't use.
2002-11-08 John Baldwin- Merge Write_FreeBSD() into Write_Disk().
2002-11-07 Robert WatsonLicense and blurb update authorized by Network Associates.
2002-11-07 Yoshihiro TakahashiFixed pc98 support.
2002-11-07 John BaldwinGet this closer to working. The Write_Disk() function...
2002-11-06 Chris Costelloo Make the COMPATIBILITY section a bit less redundant.
2002-11-06 Chris Costelloo Update man page to reflect the new prototypes for...
2002-11-06 Robert WatsonHook up the userland wrapper for __mac_execve().
2002-11-05 Juli MallettWrap function prototype declarations in __BEGIN_DECLS...
2002-11-05 Robert WatsonLicense update authorized by NAI: remove clause 3.
2002-11-05 Archie CobbsFix bogus return values from libc_r's write() routine...
2002-11-04 Robert WatsonClarify language relating to ACLs, Capabtilities, and...
2002-11-04 Robert WatsonUpdate license, historical information.
2002-11-04 Robert WatsonPoint out that the MAC Framework is considered experime...
2002-11-04 Ollivier RobertThis commit was generated by cvs2svn to compensate...
2002-11-04 Nick SayerAfter waiting for help with the markup, I finally decid...
2002-11-04 Tim J. RobbinsAdd descriptions for some _PC_* variables from <sys...
2002-11-04 Alfred PerlsteinBackout "compatibility hack" for __sF.
2002-11-03 John BaldwinRemove unused MBR gunk leftover from i386.
2002-11-03 Yoshihiro TakahashiFix to compile for pc98.
2002-11-03 Marcel MoolenaarInitialize d->bios_cyl. We know the media size in secto...
2002-11-02 Alfred PerlsteinProvide a hook to make __sF visible outside of libc...
2002-11-02 Marcel MoolenaarAdd support for GPT:
2002-11-02 Marcel MoolenaarAdd support for ia64. This is almost identical to i386...
2002-11-02 Poul-Henning KampDon't claim all MBR's have subtype 165 on i386.
2002-11-01 Kelly YanceyTrack the number of non-data chararacters stored in...
2002-11-01 Poul-Henning KampFill in partition 2 with with "whole disk" parameters.
2002-11-01 Doug Rabson* Add stubs for pthread_cond_broadcast.
2002-11-01 Tim J. RobbinsNo need to include floatio.h here: vfscanf() no longer...
2002-10-31 Archie CobbsRe-apply the previously backed-out commit that fixes...
2002-10-31 Daniel EischenUse the strong symbol'd version of pthread_mutex_init...
2002-10-31 Poul-Henning KampStyle(9) improvements.
2002-10-31 Poul-Henning KampSet the sector size for the disk.
2002-10-31 Yoshihiro TakahashiRestore to pc98 support.
2002-10-31 Yoshihiro TakahashiUse ${MACHINE} variable instead of using '.if .endif...
2002-10-31 Yoshihiro TakahashiAdd '#include <err.h>' for warn().
2002-10-31 Jake BurkholderActually save the bootblock in the disk structure....
2002-10-31 Alfred PerlsteinMake __sF static. This can not be allowed to exist...
2002-10-30 Poul-Henning KampUntested alpha disk writer.
2002-10-30 Poul-Henning KampWrite out 15 sectors of boot code.
2002-10-30 Dag-Erling SmørgravUse __func__ and break a long line.
2002-10-30 Dag-Erling SmørgravFix a bug in fenner's _fetch_writev() patch (rev 1.36)
2002-10-30 Tim J. RobbinsAdd two additional references to the See Also section...
2002-10-30 Sheldon HearnUse "deprecated" instead of "depreciated" where appropr...
2002-10-30 Jonathan MiniMake pthread_sigmask(3) operate on the thread signal...
2002-10-30 Jonathan MiniUse KSE to schedule threads.
2002-10-30 Dag-Erling SmørgravRecognize the (incorrect) error code a MediaHawk server...
2002-10-30 Dag-Erling SmørgravClarify my feelings towards fetch / libfetch.
2002-10-30 Dag-Erling SmørgravRecommit the non-broken parts of 1.34 and 1.37.
2002-10-30 Dag-Erling SmørgravDon't forget to set the error flag when _fetch_read...
2002-10-30 Marcel MoolenaarImplement DCE 1.1 compliant UUID functions. Immediate...
2002-10-30 Warner LoshReinstate revs 1.35-36 and 1.38. Revisions 1.34 and...
2002-10-29 Robert WatsonWhile an interface can be depreciated, we prefer deprec...
2002-10-29 Ollivier RobertThis commit was generated by cvs2svn to compensate...
2002-10-29 Poul-Henning KampGetting closer to getting things right:
2002-10-29 Ruslan ErmilovCosmetics.
2002-10-29 Ruslan Ermilovbsd.doc.mk changes:
2002-10-29 Poul-Henning KampDon't call warn(3).
2002-10-29 Dag-Erling SmørgravDon't forget to '\n'-terminate new entries. This unbre...
2002-10-29 David E. O'BrienFix `pkg_add -r' by backing out revs 1.34-1.38.
2002-10-29 Poul-Henning KampSince make release is toast anyway, add wood to the...
2002-10-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-10-29 Tim J. RobbinsRemove unnecessary inclusion of <rune.h> to make it...
2002-10-29 Poul-Henning KampFix various minor issues.
2002-10-29 Poul-Henning Kampthe 'd' partition hasn't been magic for years, so alloc...
2002-10-29 Poul-Henning KampAdd the write_spar64_disk.c to make life easier for...
2002-10-28 Chris CostelloScoop out examples illustrating the label text format...
2002-10-28 Dag-Erling Smørgravlibfetch is now WARNS5 clean in the non-SSL case.
2002-10-28 Tim J. RobbinsCross-reference putc(3).
2002-10-28 Dag-Erling SmørgravAllow the admin to specify a different NAS identifier...
2002-10-28 Dag-Erling SmørgravFix an off-by-one error (> where >= should have been...
2002-10-28 Tim J. RobbinsHandle boundary cases more correctly; mblen(s, 0) and...
2002-10-28 Bill FennerUp WARNS to 3 if not building with crypto.
2002-10-28 Garrett WollmanCreate a small library function, check_utility_compat...
2002-10-27 Garrett WollmanUpdate limits and configuration parameters for 1003...
next