]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Add Berkeley copyright to SRA.
[FreeBSD/FreeBSD.git] / lib /
2001-10-29 peterMostly cosmetic. Use indentation that is reasonably...
2001-10-29 peterUpdate for the new toolchain. ld doesn't provide _GLOB...
2001-10-29 mikeMake the output from assert() look more like the exampl...
2001-10-28 dillonAdd time_to_int(), int_to_time(), time_to_long(), long_...
2001-10-28 dillonAdd routines to convert time_t to/from fixed-bit fields...
2001-10-28 obriensparc64 verions of the crt initialization and finalizat...
2001-10-27 mikeOnly provide function information in compile environmen...
2001-10-27 mikeRestore K&R prototype. Fix other style bugs.
2001-10-27 peterAdd missing crti.S and crtn.S files. I have tested...
2001-10-27 obrienSync with other platforms.
2001-10-27 obrienminor style updating
2001-10-27 obrienUpdate for reality and syncing with other FreeBSD platf...
2001-10-27 obrienFeh, it helps to include a file other than yourself...
2001-10-27 obrienThis commit was generated by cvs2svn to compensate...
2001-10-27 peterExplicitly use int32_t for on-disk records for pw_chang...
2001-10-26 peterRemove the -I../libc/${MACHINE_ARCH} that was there...
2001-10-26 peterMake libc_r check the kern.usrstack sysctl instead...
2001-10-26 ruStyle: sort __sys_foo() prototypes, tabs -> spaces...
2001-10-26 ruRemoved:
2001-10-26 ruRemove the internal implementation details of wrapping...
2001-10-26 ruThis commit was generated by cvs2svn to compensate...
2001-10-26 dfrCompensate for the way that _setjmp aligns the start...
2001-10-26 obrienFix nit in copyright.
2001-10-26 obrienUse the new machine-independent versions of crtbegin...
2001-10-26 jakeMinimal libc for sparc64.
2001-10-25 acheIn > LONG_MAX test use sseek return value and not _offs...
2001-10-25 sobomaxDon't put an extra space after password prompts, becaus...
2001-10-25 dfrImplement va->pa translation for kernel virtual address...
2001-10-25 archieFix bugs in NgSendMsg() and NgSendAsciiMsg() where...
2001-10-25 peterChange #include "DEFS.h" to <machine/asm.h>.
2001-10-24 peterDe-orbit DEFS.h - the other arches do not use it, and...
2001-10-24 asmodaiAdd __FBSDID.
2001-10-24 asmodaiAdd __FBSDID.
2001-10-24 acheHelp to recover from bad seek (i.e. negative or too...
2001-10-23 acheBack out read buffer invalidating via __SMOD.
2001-10-23 acheChange comment explaining another usage of __SMOD
2001-10-23 acheDisallow fseek() optimization in internal read buffer...
2001-10-23 dfrPartially port kvm to ia64 - virtual to physical transl...
2001-10-23 impAllow users to specify a command to use as remote comma...
2001-10-23 ddRefer to chflags(2) instead of chflags(1) (since we...
2001-10-22 peterFix WAW dependency. p6 is written in the syscall epilogue.
2001-10-22 dfrFix a few more dependancy violations.
2001-10-21 deischenIn the words of the submitter:
2001-10-20 dfrImplement setjmp, longjmp, sigsetjmp and siglongjmp.
2001-10-20 dfrAdd __divdf3(), __divsf3() and __infinity[].
2001-10-19 rumdoc(7) police: join OS version with the corresponding...
2001-10-19 ruJust use RSYSCALL.
2001-10-19 rusignanosleep(2) hasn't existed since 1998.
2001-10-19 desAdd NO_WERROR so the build won't die because of discard...
2001-10-19 desBack out part of previous commit which was gcc-centric
2001-10-19 alfreds/kernal/kernel
2001-10-18 markmAdd library exposed by KDE's use if this module.
2001-10-18 desTons of type, style and warning fixes that have been...
2001-10-17 jlemonUse the new SIOCGIFINDEX ioctl to efficiently map a...
2001-10-16 alfredFix reference to aio_read, should be aio_write
2001-10-15 robertMake this Makefile suitable for sparc64.
2001-10-15 robertDefine the types iaddr_t and saddr_t for sparc64.
2001-10-15 ddMatch parenthesis and don't give names to return values.
2001-10-15 peterAdd EFI GPT (238, 0xEE) and EFI System Parition (239...
2001-10-15 bdeFixed style bugs in previous commit.
2001-10-14 ddlink(2) may fail with EPERM if name1 is immutable or...
2001-10-14 dfrMake this compile on ia64.
2001-10-13 dillonAdd warning about zeroing-out the socket structure...
2001-10-13 bdeRemoved most of the zombie man pages in libm. All...
2001-10-13 bdeFixed missing quoting of >= (in ceil.3) and <= (in...
2001-10-13 bdeFixed missing quoting of [-1, +1].
2001-10-13 bdeUse ".Lb libm" where it will have an effect (not just...
2001-10-13 bdeBacked out "Compensate for header dethreading [mistakes...
2001-10-13 obrienThis commit was generated by cvs2svn to compensate...
2001-10-11 mikeNote that strncmp() will not compare characters after...
2001-10-11 mikeClarify that strnstr() will stop searching after in...
2001-10-11 ru- Bump document date for eaccess(2) addition.
2001-10-11 dfrChange to track the new calling convention for execve...
2001-10-11 yarFix the phrase about "both files", which must be left
2001-10-11 mrFix SysV Semaphore Handling.
2001-10-10 obrienShared libraries from 4.4-FreeBSD needed for proper...
2001-10-10 bdeCompensate for "Compensate for header dethreading"...
2001-10-10 rugetnetbyaddr() should be serviced by the "networks...
2001-10-10 dfrAdjust so that we don't use relocations which can't...
2001-10-10 dfrShorter versions of the byte swapping code.
2001-10-10 jkhCheck to see if the devfs MIB exists and return 1 if...
2001-10-10 acheImplement strcasestr() which many others (f.e. Linux...
2001-10-09 mikeDocument the fact that the strnstr(3) function is not...
2001-10-09 mikeDon't mangle vendor ids to put them in __RCSID. Just...
2001-10-09 mikeAdd a new libc function, strnstr(3), which allows one...
2001-10-08 obrienThis commit was generated by cvs2svn to compensate...
2001-10-08 dfrPort to ia64. Actually, just do like the alpha.
2001-10-07 deischenLimit maximum poll interval to 60 seconds. This preven...
2001-10-06 dfrMake this work on ia64. I have no idea why it works...
2001-10-05 dfrFix a load of dependancy violations.
2001-10-04 msmithThis commit was generated by cvs2svn to compensate...
2001-10-04 msmithThis commit was generated by cvs2svn to compensate...
2001-10-04 wpaulAdd compatibility functions for the AF_LOCAL RPC transp...
2001-10-04 dwmaloneHopefully improve control message passing over Unix...
2001-10-04 mikeInclude <string.h> to prototype strcpy(3). While I...
2001-10-03 bdeFixed various type errors in synopsis.
2001-10-03 bdeFixed bitrot in synopsis. The TI-RPC changes gave...
2001-10-03 bdeFixed spelling of rpow in rpow's prototype.
2001-10-03 bdeFixed missing `const' in synopsis.
2001-10-03 bdeFixed return type in synopsis.
next