added 5us delay before checking BUSY flag to conform to ATA spec -
[unix-history] / lib /
1993-11-18 Andrey Chernov-r option incorrectly removed:
1993-11-16 Paul RichardsRemoved all the ld -x -r stuff -- paranoia.
1993-11-13 Rod GrimesFrom: gordon@sneaky.lonestar.org (Gordon Burditt)
1993-11-11 J.T. Conklin`struct direct readdir()' -> `struct dirent *readdir()'
1993-11-10 Paul RichardsMore ld -x -r commented out.
1993-11-10 Paul RichardsCommented out all the ld -x -r lines.
1993-11-10 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1993-11-09 Paul RichardsUncommented all the shlib defines.
1993-11-09 Paul Richardsshlib update:
1993-11-07 Paul RichardsAdded
1993-11-07 Paul RichardsRemoved install -d line since our install doesn't suppo...
1993-11-05 Paul RichardsAdded defines necessary to get shared libs built and...
1993-11-04 J.T. ConklinMy work from NetBSD to make printf() & friends ANSI...
1993-11-04 Paul RichardsAdded shared libs support from NetBSD.
1993-11-04 Paul RichardsAdded make rules to build shareable objects.
1993-11-04 Paul RichardsAdded PIC support to libc -- when compiled as PIC libra...
1993-11-01 Paul RichardsAdded NetBSD's YP code.
1993-11-01 Paul RichardsAdded NetBSD's YP code.
1993-11-01 Paul RichardsAdded NetBSD's YP code.
1993-10-31 David Greenman(Guido originally had fixed this long ago but it never...
1993-10-31 Paul RichardsThis commit was generated by cvs2svn to track changes...
1993-10-28 Wiljo HeinenRemoved definition "LIB= rpc". We want libc.a to contai...
1993-10-28 Jordan K. HubbardAs per request by Warner Losh, fix tempnam() to return...
1993-10-27 Paul RichardsFixed installation of rpc manual pages.
1993-10-27 Paul RichardsRemoved librpc from subdirs.
1993-10-27 Paul RichardsAdded rpc library to libc.
1993-10-26 David GreenmanYanked out the 8 'addb %al,%al' (0xc000)'s out of the...
1993-10-25 Rod Grimes>From: <wollman@uvm-gen.emba.uvm.edu>
1993-10-25 Rod GrimesAdd entries for getdomainname and setdomainname so...
1993-10-24 Paul RichardsThis commit was generated by cvs2svn to track changes...
1993-10-20 J.T. ConklinReplaced instructions with immediate operands with...
1993-10-19 J.T. ConklinInstall sigsetjmp and siglongjmp as link to setjmp...
1993-10-19 J.T. ConklinAdded sigsetjmp.
1993-10-19 J.T. ConklinLamp's down, so FreeBSD gets this first.
1993-10-10 Rod GrimesFixed SYSV shared memory routine arguments to match...
1993-10-10 David Greenmangetcwd() has two off-by-one bugs in 386BSD-0.1:
1993-10-09 David GreenmanFrom: jtkohl@decvax.dec.com (John Kohl Base File System)
1993-10-09 David Greenman* Updated DEFS.h to include ALTENTRY() and ALTASENTRY...
1993-10-08 Nate Willams[ Not sure if we used his functions, but this is better...
1993-10-08 J.T. ConklinFix from davidg, use testb %reg,%reg instead of cmpb...
1993-10-08 J.T. ConklinUse i386 assembly language versions of div, labs, and...
1993-10-08 J.T. ConklinProvide i386 versions of div and ldiv -- they are simpl...
1993-10-08 J.T. ConklinProvide i386 assembly version of labs.
1993-10-08 Rod GrimesChristoph Robitschko manual page fixes to correct the...
1993-10-08 Jordan K. HubbardAdded uname() system call from NetBSD
1993-10-05 Rod Grimes>From: ljo@ljo-slip.DIALIN.CWRU.Edu (Jonas Olsson)
1993-09-27 Rod GrimesAdd sysV shared memory stub routines, take from NetBSD...
1993-09-16 Paul RichardsAdded rand48 sources to stdlib
1993-09-16 Paul RichardsAdded rand 48 sources to stdlib
1993-09-16 Paul RichardsAdded rand48 functions to stdlib
1993-09-14 J.T. ConklinAdd RPC service library.
1993-09-14 J.T. ConklinMerge in changes from NetBSD's rpc library.
1993-08-29 Nate WillamsGee, this routine has some really dependant behavior...
1993-08-27 Nate WillamsA bad bug that happens with all known compilers except...
1993-08-27 David Greenmanadded support routines for ns and iso
1993-08-26 Rod GrimesAdded a .if !defined(NOCRYPT) so that building of the...
1993-08-25 Andrew Moorefixed setjmp/longjmp to save/restore the floating point...
1993-08-25 Andrew Mooreadded insque()/remque() routines
1993-08-24 Andreas SchulzModified forward declaration to match the actual declar...
1993-08-23 Rod GrimesAdded directory creation of ${DESTDIR}/usr/include...
1993-08-20 Andrew Moorefread() now returns 0 if size is 0 as per ANSI (evidently).
1993-08-20 Rod GrimesRemoval of libg++ from top level makefile, moving code...
1993-08-19 J.T. ConklinDon't try to build *.o's and *.po's at the same time...
1993-08-18 J.T. ConklinCentralize the fairly compliated week-of-year computati...
1993-08-18 J.T. ConklinAdded support for '%' format specifiers needed by 1003...
1993-08-16 J.T. ConklinUse my i386 assembly language versions of string and...
1993-08-16 J.T. ConklinAdd assembly language versions of string and memory...
1993-08-16 J.T. ConklinMake 1003.1 compliant: set access and modification...
1993-08-15 Rod GrimesFrom: Andreas Schulz <ats@g386bsd.first.gmd.de>
1993-08-14 Nate WillamsAdded getcap routines from uunet (These are completely...
1993-08-05 Andrew Moorefixed pow() so that pow(0,30) == 0; however still broke...
1993-08-05 Nate WillamsFrom: Andreas Schulz <ats@g386bsd.first.gmd.de>
1993-08-03 Rod GrimesFixed BADSIG to be SIG_ERR per POSIX. /sys/sys/signal...
1993-07-31 Andrew MooreThis commit was generated by cvs2svn to track changes...
1993-07-31 Andrew Mooreupdate vis.c from UUNET - no functional change
1993-07-30 Andrew MooreThis commit was generated by cvs2svn to track changes...
1993-07-30 Andrew Mooreadded missing modules from UUNET (including new pow.c)
1993-07-29 Nate WillamsAdded the ability to specify the order to lookup hostna...
1993-07-29 Nate WillamsUpdated routine from newest version from uunet, tested...
1993-07-29 Nate WillamsNew fts(3) from Keith Bostic via uunet. Tested and...
1993-07-28 Nate WillamsNo functional changes, just more ANSI-fied version...
1993-07-28 Nate Willamsfts(3) updates
1993-07-21 Nate WillamsThere, all better now. Removed the warnings with some...
1993-07-21 Nate WillamsUpdated scrambler routine's header to look like functio...
1993-07-20 Nate WillamsLibcrypt changes
1993-07-20 Nate WillamsAdded new man page (describing termios functions) from...
1993-07-20 Nate WillamsRemoved DES crypt.c and added dummy crypt.c with new...
1993-07-16 Nate WillamsAdded libcrypt
1993-07-16 Nate WillamsAdded one more file so that if you have ENCRYPT enabled...
1993-07-16 Nate WillamsAdded back in all the files I removed from libtelnet...
1993-07-16 Nate WillamsRemoved all non-exportable code (it will move into...
1993-07-16 Nate WillamsItsy bitty change (totally uncessary) to bring us up...
1993-07-16 Rod GrimesArgh. The Makefile just commited still had a conflict...
1993-07-16 Rod GrimesAdded libg++ to Makefile
1993-07-16 Rod GrimesAdded libg++ to SUBDIR (from my Branch).
1993-07-09 Andrew MooreInstalled A. Chernov's patches:
1993-07-07 Jordan K. HubbardThis commit was generated by cvs2svn to track changes...
1993-07-07 Jordan K. HubbardAdded Makefile.
1993-07-07 Jordan K. HubbardDescend into librpc properly
1993-07-04 Nate WillamsAdded scandir.c back into the Makefile, since the new...
next