unix-history/.git
1993-02-16 Ralph Campbellchange type of 'offset' to off_t to avoid truncation.
1993-02-16 Keith Bosticabort if unknown type
1993-02-16 Ralph Campbelluse unistd.h to declare lseek properly.
1993-02-16 Ralph Campbelldon't need to include /sys
1993-02-16 Ralph Campbellfix SCCS version number.
1993-02-15 Eric Allmanfix another problem in the MCI state machine
1993-02-15 Keith Bosticindex -> indx_t
1993-02-15 Keith Bosticindex_t -> indx_t
1993-02-15 Eric Allmandb library now stored on vangogh
1993-02-15 Keith Bosticupdate for Eric and sendmail
1993-02-15 Eric Allmandelete feature/no_wildcard_MX.m4 and m4/boilerplate.m4
1993-02-15 Eric Allmandelete no_wildcard_MX
1993-02-15 Eric Allmansome clarification; delete w option
1993-02-15 Eric Allmanrearrange and point people at relevant RFCs
1993-02-15 Keith Bosticdate and time created 93/02/14 14:42:07 by bostic
1993-02-15 Eric AllmanHPUX and OSF/1 support; fix SMTP reply codes & multiple...
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 Ralph Campbelladd a.out support for MIPS.
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 Bosticmove lisp into /usr/src/old
1993-02-14 Keith BosticPOSIX notation for file permissions and type
1993-02-13 Andrew Cherensonfor INP_HDRINCL, tell ip_output to not clobber header...
1993-02-13 Andrew Cherensonfor INP_HDRINCL, tell ip_output to not clobber header...
1993-02-13 Andrew Cherensondo version check as soon as possible, keep count of...
1993-02-13 Andrew Cherensonfix sccs notice
1993-02-13 Andrew Cherensonuse new flag to distinquish forwarded pkts from IP_HDRI...
1993-02-13 Andrew Cherensonmore stats; flag for raw ip output
1993-02-13 Andrew Cherensondocument -l, -n options, relative filename lookup,...
1993-02-13 Andrew Cherensonadd options for logging, suppressing naks; allow relati...
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 AmirMIPS machine returns NULL if used '[ ]'. So added fix...
1993-02-13 Keith Sklowerlibkern should be $S relative
1993-02-13 Keith Sklowermake multicast happen all the time, add tcp over clnp...
1993-02-13 Keith Sklowermake use of UBC formatting conventions consistent
1993-02-13 Elan Amirbcmp -> memcmp, probably more portable.
1993-02-13 Keith SklowerCLNP needs rcvif to be correct. put back! (from MITRE)
1993-02-13 Keith Bosticinclude file typo
1993-02-13 Keith Sklowerneed to free RR packets (plug mbuf leak reported by...
1993-02-13 Keith Sklowerfixes from MITRE
1993-02-13 Keith Sklowerminor fixes from MITRE
1993-02-13 Keith Sklowernumber of bits to ignore in matches is wrong; causes...
1993-02-13 Keith Sklowerrevise to match most recent version of tcp_input.c
1993-02-13 Eric Allmanfix System V compatibility -- again
1993-02-13 Keith Sklowerinclude TUBA support for now
1993-02-13 Keith Skloweralthough MULTICAST is standard, MROUTING isn't, need...
1993-02-13 Eric Allmanmake everything configurable on M4 macros
1993-02-13 Eric Allmanfix wildcard MX handling (option W no longer needed...
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 Edward Wangfor terminals with "db", clear last line before scrolli...
1993-02-12 Keith Sklowerreplies to some ICMP broadcasts were themselves mistake...
1993-02-12 Keith Sklowerfix bug in in_canforward reported by yval@cs.huji.ac.il
1993-02-12 Christos Zoulasfixed sortscmp typo a -> !a
1993-02-12 Elan AmirChanged entry processing since termcap entries no longe...
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-12 Keith Bosticgcc -Wall from Craig Leres (no substantive changes)
1993-02-11 Keith Bosticatof.c is in libc/stdlib now
1993-02-11 Keith BosticANSI C, prototypes
1993-02-11 Keith BosticANSI C
1993-02-11 Keith BosticANSI C prototypes
1993-02-11 Chris Torek[ ] used *(char *)NULL (net2/bin/16). also, /bin/...
1993-02-11 Keith Bosticadd atof.c to the SRCS lists
1993-02-11 Keith Bosticdate and time created 93/02/10 20:56:45 by bostic
1993-02-11 Keith Bosticdate and time created 93/02/10 20:56:32 by bostic
1993-02-11 Keith Bosticbreak up .o removal, C library command lines too long
1993-02-11 Kirk McKusickdo not allow mappings above the top user address
1993-02-11 Kirk McKusickhave to account for one extra needed page
1993-02-11 Keith Bosticbpf doesn't need sys/dir.h
1993-02-11 Keith Bosticu_short, u_long aren't POSIX, so may not be typdef'd
1993-02-11 Keith Bosticu_short, u_long aren't POSIX, so may not be typedef'd
1993-02-11 Kirk McKusickadditional information for uname
1993-02-11 Kirk McKusickconstruct string that can be copied out later
1993-02-11 Kirk McKusickeliminate need for kinfo.h
1993-02-11 Marc TeitelbaumMUST USE SPENCERS OLD REGEXP PACKAGE (available by...
1993-02-11 Keith Bosticfilename before error string
1993-02-11 Akito Fujitalocal version update
1993-02-11 Akito Fujitaadd "tailor" option
1993-02-11 Elan Amirdate and time created 93/02/10 15:22:27 by elan
1993-02-11 Elan Amirdate and time created 93/02/10 15:13:41 by elan
1993-02-11 Keith Bosticadd GLOB_BRACE, GLOB_TILDE, plus minor cleanups and...
1993-02-11 Keith Bosticmake declarations work with new prototypes in globh
1993-02-11 Keith Bosticadd GLOB_BRACE, GLOB_TILDE; minor cleanup
1993-02-11 Elan Amirdate and time created 93/02/10 13:08:15 by elan
1993-02-11 Elan Amirdate and time created 93/02/10 12:32:05 by elan
1993-02-11 Keith Bosticmove setuid.3 -> setuid.2
1993-02-11 Keith Bosticadd gamma.c to all architectures
1993-02-11 Keith BosticM_* are not in ANSI or POSIX
1993-02-11 Keith Bosticmove kvm_vmunix.db from /var/run to /var/db
1993-02-10 Chris Toreksqrt() is double; dist2() might as well be too [caught...
1993-02-10 Akito Fujitaadded some partition for dump
1993-02-10 Akito Fujitalocal verison update
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...
next