longjmp fix from Rodney
[unix-history] / usr / src / lib /
1993-03-01 Keith Bosticcast SIZE_T_MAX so compilers don't get upset
1993-03-01 Keith Bosticcast the SIZE_T_MAX, so compilers don't get upset
1993-02-27 Ralph Campbellchange name of minbrk and curbrk for profiling.
1993-02-27 Ralph Campbelluse .set noreorder for better gas code.
1993-02-27 Ralph Campbellfix profiling.
1993-02-27 Kirk McKusickadd setruid.3 manual page
1993-02-27 Kirk McKusickdate and time created 93/02/26 19:01:23 by mckusick
1993-02-27 Kirk McKusickdate and time created 93/02/26 18:50:17 by mckusick
1993-02-27 Kirk McKusickupdate from Mike Karels at BSDI
1993-02-27 Kirk McKusickdate and time created 93/02/26 18:44:26 by mckusick
1993-02-27 Carl Staelinadd setregid
1993-02-27 Kirk McKusickupdate from Mike Karels at BSDI
1993-02-27 Kirk McKusickadd manual pages for sigpending and revoke
1993-02-27 Kirk McKusickinitial manual page from Mike Karels at BSDI
1993-02-27 Kirk McKusickupdate from Mike Karels at BSDI
1993-02-27 Kirk McKusickinitial manual page from Mike Karels at BSDI
1993-02-27 Kirk McKusickupdate from Mike Karels at BSDI
1993-02-25 Elan AmirCast argument to hash() to char *.
1993-02-25 Elan AmirFixed typo in insch decl.
1993-02-22 Ralph Campbellfix prototype declaration for swap_header().
1993-02-22 Ralph Campbelluse MIPSEB & MIPSEL instead of BYTE_ORDER
1993-02-22 Ralph Campbelluse MIPSEB & MIPSEL instead of BYTE_ORDER
1993-02-22 Ralph Campbellfix mcount routine.
1993-02-21 Ralph Campbelldefine IEEE_8087 if little endian machine else IEEE_MC68k
1993-02-21 Ralph Campbellcpp doesn't like single quote in comment.
1993-02-21 Ralph Campbelladded __progname support
1993-02-21 Keith Bosticsz is not the total size of the buffer, it's the remain...
1993-02-20 Keith Bosticmore lint
1993-02-20 Keith Bosticlint
1993-02-20 Keith Bosticinitialize function pointers (lint)
1993-02-20 Keith Bosticfix some types for the Sun compiler
1993-02-19 Elan AmirDeleted unused variable clsp.
1993-02-19 Elan AmirAdded waddch and hash prototypes.
1993-02-19 Elan AmirNeed string.h for memcpy.
1993-02-19 Elan AmirDeleted vacuous destline and destcol variables.
1993-02-19 Elan Amirtouchwin needs to return an int.
1993-02-19 Elan AmirGot rid of unsused variable 'end'.
1993-02-19 Elan AmirGot rid of unused variable i.
1993-02-19 Elan Amirbcopy, bcmp -> memcpy, memcmp.
1993-02-19 Elan Amirbcopy -> memcpy. Probably more portable.
1993-02-19 Elan AmirFixed bug in makech(): Don't need to special case XN...
1993-02-18 Elan AmirAdded debugging info. Made top and bot regions not...
1993-02-17 Elan AmirOptimized quickch() by eliminating the top and bottom...
1993-02-17 Keith Bosticbcmp/bcopy/bzero -> memcmp/memmove/memset
1993-02-16 Keith Bostictypo on mktemp line
1993-02-16 Keith Bosticabort if unknown type
1993-02-16 Ralph Campbellfix SCCS version number.
1993-02-15 Keith Bosticindex -> indx_t
1993-02-15 Keith Bosticindex_t -> indx_t
1993-02-15 Keith Bosticupdate for Eric and sendmail
1993-02-15 Keith Bosticdate and time created 93/02/14 14:42:07 by bostic
1993-02-15 Keith Bosticdon't do a strlen() if length is provided
1993-02-15 Keith Bosticdate and time created 93/02/14 11:06:16 by bostic
1993-02-14 Keith Bosticdelete addstr.c, add addnstr.c
1993-02-14 Keith Bosticadd the System V C-string oriented functions (from...
1993-02-14 Keith BosticPOSIX notation for file permissions and type
1993-02-13 Keith Bosticadd __progname global variable
1993-02-13 Chris Torekdo not put '\n' characters into the screen data structures
1993-02-13 Elan Amirbcmp -> memcmp, probably more portable.
1993-02-13 Keith Bosticinclude file typo
1993-02-13 Keith Bosticmake addbytes calls declare const char *
1993-02-13 Keith Bosticmake strings to addbytes and addstr const char * (for...
1993-02-12 Keith Bosticstrings.h -> string.h
1993-02-12 Keith Bostictypo, using wrong page in deletion loop; to test, inser...
1993-02-12 Keith Bosticmove db.h to the end of the includes, make compat.h...
1993-02-12 Keith Bostictypo
1993-02-11 Keith Bosticatof.c is in libc/stdlib now
1993-02-11 Keith Bosticadd atof.c to the SRCS lists
1993-02-11 Keith Bosticadd GLOB_BRACE, GLOB_TILDE, plus minor cleanups and...
1993-02-11 Keith Bosticmove setuid.3 -> setuid.2
1993-02-11 Keith Bosticadd gamma.c to all architectures
1993-02-10 Chris Toreksqrt() is double; dist2() might as well be too [caught...
1993-02-09 Chris Torekembedded subcomments lead to grief
1993-02-09 Chris Toreksparc needs gamma.c
1993-02-09 Keith Bosticcheck in for bostic by torek: don't use assembly exp...
1993-02-05 Ralph Campbelldate and time created 93/02/04 19:06:03 by ralph
1993-02-05 Ralph Campbellremove special case for mips since gcc is available now
1993-02-05 Ralph Campbelluse RSYSCALL to be like other machines
1993-02-05 Ralph Campbellgas doesn't understand .sdata yet
1993-02-05 Ralph Campbellcpp can't handle ' in comments like ultrix assembler
1993-02-05 Ralph Campbellchanges to match other machines using gcc.
1993-02-05 Ralph Campbelluse symbolic constant FD_CLOEXEC.
1993-02-05 Ralph Campbellchanges for a.out format with gcc
1993-02-04 Kirk McKusickupdate for 4.4BSD from Rick Macklem
1993-02-04 Elan Amir0x80 -> 0xff in unctrl().
1993-02-04 Elan Amirorigtermio -> curses_termios.
1993-02-04 Elan AmirFixed missing "db".
1993-02-04 Kirk McKusickupdate to reflect saved ID's
1993-02-04 Kirk McKusickseruid and setrgid move to compat-43; setuid.3 moves...
1993-02-03 Elan Amir__swflags is global.
1993-02-03 Elan AmirFixed inconsistency in function declarations (static...
1993-02-02 Chris Torekrm atof, it is now standard via strtod
1993-01-31 Keith Bosticmake sys_signame, sys_siglist const
1993-01-30 Keith Sklowerfix minor typ0
1993-01-30 Keith Sklowerdate and time created 93/01/29 17:00:57 by sklower
1993-01-30 Keith Sklowerdate and time created 93/01/29 17:00:56 by sklower
1993-01-25 Keith Bosticrename origtermio to be __orig_termios
1993-01-25 Keith Bosticadd __startwin, which reinitializes the terminal using...
1993-01-25 Keith Bosticrewrite tstp as __stop_signal_handler: new implementation
1993-01-25 Keith Bosticrename origtermio to be __orig_termios
next