Change ISOFSMNT_NORRIP to just MNT_NORRIP to reflect the change in
[unix-history] / lib /
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...
1993-07-03 Rick MacklemArghh... someone forgot a \ on a line...
1993-07-03 Rick MacklemAdded ${COPY} knob to the install commands
1993-07-02 Nate WillamsChris Provenzan (proven@Athena.MIT.EDU)
1993-07-02 Rick MacklemAdded err.3 to manual page list, got dropped when I...
1993-07-02 Nate WillamsWe really need atof somewhere in the tree, so tell...
1993-07-02 Nate Willams1) Bug description ===============================...
1993-07-02 Nate WillamsDate: Sun, 4 Apr 1993 15:43:24 +1000
1993-07-02 Nate WillamsBruce Evans minor (cleanup) fixes
1993-07-02 Nate WillamsBruce Evans:
1993-07-02 Rick MacklemNew manual page system
1993-07-01 Nate WillamsFixed missing entries for assert and for the strtod...
1993-07-01 Nate WillamsWhoops, need to add the code to the Makefile I suppose...
1993-06-30 Nate WillamsThomas Russo (russo@nile.chem.columbia.edu)
1993-06-30 Nate WillamsAdded new 4.4 assert that Chris Torek posted to the...
1993-06-30 Nate WillamsForgot to add this yesterday as part of the fixed FP...
1993-06-29 Nate Willamssef:
1993-06-29 Nate WillamsNew atof code (this makes executables significantly...
1993-06-29 Nate WillamsUpdated routines that use the new fixed atof code
1993-06-29 Nate Willamsfixed problem with 2 `/' chars back to back in temp...
1993-06-29 Nate WillamsMake arguments match prototypes.
1993-06-29 Nate WillamsStdio fixes from Chris Torek by way of NetBSD
1993-06-29 Nate WillamsThis commit was generated by cvs2svn to track changes...
1993-06-29 Nate WillamsThis commit was generated by cvs2svn to track changes...
1993-06-29 Nate WillamsThis commit was generated by cvs2svn to track changes...
1993-06-29 Nate WillamsThis commit was generated by cvs2svn to track changes...
1993-06-29 Nate WillamsThis commit was generated by cvs2svn to track changes...
1993-06-29 Nate WillamsAdded some support the new err(3) routines need
1993-06-29 Nate WillamsAdded new err(3) library routines from NetBSD (couldn...
1993-06-29 Nate WillamsThis commit was generated by cvs2svn to track changes...
1993-06-25 J.T. Conklinfnmatch from k. bostic that is closer to posix complient.
next