1) Added s/key support .
[unix-history] / lib /
1994-05-19 Guido van Rooij1) Added s/key support .
1994-05-19 Nate Willamsassert MACROS needed to compile with debugging support...
1994-05-18 Geoff RehmetThis commit was generated by cvs2svn to track changes...
1994-05-18 Geoff RehmetThis commit was generated by cvs2svn to track changes...
1994-05-17 Jordan K. HubbardThis commit was generated by cvs2svn to track changes...
1994-05-17 Jordan K. HubbardAdd Jim Lowe's fixes (modulo some small changes) to...
1994-05-17 Jordan K. HubbardFix misspecification of mntbufp reported by Thomas...
1994-05-14 Andrey ChernovNroff typo corrected
1994-05-14 Andrey ChernovPW_COMPACT comment corrected.
1994-05-12 Wiljo HeinenAdded z_abs function to make binary compatible with...
1994-05-09 Andrey ChernovThis commit was generated by cvs2svn to track changes...
1994-05-07 Wiljo HeinenAdded the DEFS.h file here awaiting a better solution.
1994-05-07 Wiljo HeinenAdd MANSRC so that the man pages are found. Change...
1994-05-06 Gary Clark IIChanged s_tan.s to s_tan.S
1994-05-06 Gary Clark IIChanged #include <machine/asmacros.h> to #include ...
1994-05-06 Andrew MooreThis commit was generated by cvs2svn to track changes...
1994-05-06 Gary Clark IICorrect goof on .PATH statment.
1994-05-06 Gary Clark IIImport of SUN's libm. From NetBSD-current.
1994-05-06 Gary Clark IIThis commit was generated by cvs2svn to track changes...
1994-05-05 Andrey ChernovAdd comment how to compile with PW_COMPACT
1994-05-05 Andrey ChernovAdd -DPW_COMPACT to CFLAGS, if PW_COMPACT environment...
1994-05-05 Andrey ChernovComment out PW_COMPAT, cause binary incompatibility...
1994-05-05 Jordan K. HubbardRevert bogus spelling correction back out.
1994-05-04 Rod GrimesUSL copyright
1994-05-03 Jordan K. HubbardPull in Bruce's fixes to make profiling in libraries...
1994-04-24 Jordan K. HubbardFix gross spelling and typographical errors pointed...
1994-04-23 Garrett WollmanFix stupid spelling error.
1994-04-23 Garrett WollmanHide version of __slbexpand used by fgetline() so that...
1994-04-23 Garrett WollmanUndo Andrew's hack and do it properly, with write(2).
1994-04-22 Andrey ChernovPrint out exactly name of program which use this depricated
1994-04-22 Garrett WollmanUndid Andrew's removal of fgetline(). It is still...
1994-04-21 Garrett WollmanDocument different sete[ug]id() functionality.
1994-04-21 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1994-04-19 Andrew Moorereplace fgetline with fgetln
1994-04-17 Geoff RehmetThis commit was generated by cvs2svn to track changes...
1994-04-17 Andrew MooreThis commit was generated by cvs2svn to track changes...
1994-04-17 Andrew MooreFrom NetBSD:
1994-04-15 Geoff Rehmetminor typo in stat.2 man page
1994-04-13 Poul-Henning KampThis commit was generated by cvs2svn to track changes...
1994-04-13 Garrett WollmanAdded more missing links for functions.
1994-04-13 Garrett WollmanNote that UTF-2 is also called UTF-8 by some people.
1994-04-09 Andreas SchulzCorrect a typo in the manpage. I didn't find anywhere...
1994-04-09 Andreas SchulzChanged a return(__swalk_sflush) to a return(__swalk_sf...
1994-04-09 Andreas SchulzAdd prototype functions for flockfile and funlockfile...
1994-04-07 Andrey ChernovMake possibility to write utmp entry for non-tty lines,
1994-04-07 Andreas SchulzSwap also the undef macros for tolower and toupper...
1994-04-07 David GreenmanPatch from Sean Vickery <seanv@cs.uq.edu.au>:
1994-04-07 Geoff Rehmetlocale support broke tolower and toupper -
1994-04-06 Geoff RehmetThis commit was generated by cvs2svn to track changes...
1994-04-06 Paul RichardsFix installation of manual pages. Each page needed...
1994-04-04 Garrett WollmanFirst pass at adding locale support. This code only...
1994-04-04 Garrett WollmanAdded back setruid() and setrgiod(), but make them...
1994-04-03 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1994-04-02 Garrett WollmanCompletely delete setr[ug]id, since they no longer...
1994-03-31 David GreenmanMinor performance improvements from J.T.Conklin and...
1994-03-28 Andrew MooreChange mmap(): MAP_PRIVATE to MAP_FILE|MAP_PRIVATE
1994-03-25 Andrey ChernovFix bug with standouted last spaces
1994-03-22 David GreenmanRemoved a disgusting wart that attempts to verify that...
1994-03-22 David GreenmanPatch from piero@strider.st.dsi.unimi.it to quiet compi...
1994-03-20 Andreas SchulzAdding the new filesystem types ( ISOFS, PROCFS, DEVFS...
1994-03-18 Jordan K. HubbardFix memory leak.
1994-03-16 Garrett WollmanForgot to correct prototype of execve(). Now done.
1994-03-16 Garrett WollmanDocumented execve()'s action wrt SUGID, and corrected...
1994-03-16 Garrett WollmanDocumented new logic of set*id calls. Moved setuid...
1994-03-15 Garrett WollmanAdded system call stubs for ntp_gettime and ntp_adjtime...
1994-03-09 Andrey Chernovwarned not set in __initdb
1994-03-09 Nate WillamsFrom Jordan via. Paul K.
1994-03-08 Nate WillamsWe've got libmalloc, let's build it.
1994-03-07 Andreas SchulzFixed a wrong name in semconfig.c . The else part fault...
1994-03-06 Nate WillamsNew freely redistributable version of malloc and friend...
1994-03-04 Andrey ChernovMemcmp compares SIGNED characters! (change movsbl to...
1994-03-04 Andrey ChernovFix unsigned comparation (movsbl --> movzbl)
1994-03-04 Steven WallaceFix typo in man page
1994-03-02 Andrey ChernovWARNING! Records layout in *pwd.db now changed (for...
1994-02-27 Andrey ChernovChanges backed out until discussion stopped.
1994-02-27 Poul-Henning KampThis commit was generated by cvs2svn to track changes...
1994-02-26 Andrey ChernovPrevious version of passwd dbase works well for small...
1994-02-26 Poul-Henning KampI have made the stuffm, which was pulled into libc...
1994-02-25 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1994-02-23 Garrett WollmanAdd diclaimer of copyright to _osname() manual page.
1994-02-23 Rod GrimesAdd $Id$ to everything, fix one compiler warning about...
1994-02-21 Rod Grimes>From: Andreas Schulz <ats@g386bsd.first.gmd.de>
1994-02-21 Rod GrimesAdd $Id$ to all, clean up multiple spaces
1994-02-21 Rod GrimesClean up multiple space (convert to tabs). Add $Id$
1994-02-21 Rod Grimes>From: Andreas Schulz <ats@g386bsd.first.gmd.de>
1994-02-16 Nate WillamsAllow NetBSD (old style) shared binaries to work. ...
1994-02-15 Jordan K. HubbardARGH! More ^&%*@#$!! functions not using the ENTRY...
1994-02-15 Nate WillamsMan pages that should have been in the tree months...
1994-02-15 Jordan K. HubbardFix the missing .type entry that was causing one last...
1994-02-13 Jordan K. HubbardNew dlopen, dlclose, etc al. For the new ld changes.
1994-02-13 Jordan K. HubbardThese are my rewritten ENTRY macros for adding in ...
1994-02-13 Andrey ChernovFixed bugs list:
1994-02-11 Nate WillamsRemoved cut-here line from bottom on man-page.
1994-02-09 Andrey Chernov1) UCB code to scroll portion of screen with al/dl...
1994-02-07 Andrey ChernovAdd Moscow timezone.
1994-02-07 Rod GrimesThe last fix applied broke this very bad! Please test...
1994-02-07 Andrew MooreThis commit was generated by cvs2svn to track changes...
1994-02-07 Andrew MooreThis commit was generated by cvs2svn to track changes...
1994-02-06 Jordan K. HubbardSubject: librpcsvc problem solved
1994-02-06 Garrett WollmanFix compiler warning.
next