Henry Spencer's Alpha 3.0 regex release
[unix-history] / usr / src / lib /
1993-05-22 Dave A. BormanAdd "nocrypt" target to create a subdirectory
1993-05-21 Keith Bosticunknown font specification
1993-05-21 Kirk McKusickadd KERN_BOOTTIME
1993-05-21 Kirk McKusicknits (net2/sys/26)
1993-05-21 Dave A. BormanFix all the "#if defined(ENCRYPTION)" lines to just
1993-05-20 Keith Bosticinclude unistd.h for truncate prototype
1993-05-20 Keith Bosticreturning the wrong structure from the -i option
1993-05-20 Margo Seltzeruse TMPDIR to specify where the output goes, it can...
1993-05-18 Keith Bosticmake a few private functions public so the prototypes...
1993-05-18 Elan AmirFlags field in line structures should be set by newwin...
1993-05-18 Elan AmirNeed to repoint line pointers in subwin's after quickch...
1993-05-17 Keith Bosticmessed up the translation, though
1993-05-17 Keith Bosticsome preprocessors try to redefine the mvcur prototype...
1993-05-17 Keith Bosticwas going to add a flags argument to the sync call...
1993-05-17 Keith Bosticadd psize to the recno structure, to pass down to the...
1993-05-17 Keith Bosticadd a flags argument to the sync call, add R_RECNOSYNC...
1993-05-17 Keith Bosticpass psize down to the btree routines
1993-05-17 Keith Bosticadd a flags argument to the sync call
1993-05-17 Keith Bosticrename trace.c to ctrace.c, don't collide with nvi
1993-05-17 Keith Bosticchange __TRACE to __CTRACE, so it doesn't collide with nvi
1993-05-17 Keith Bosticsync now takes a flags argument
1993-05-17 Keith Bosticunderlying btree is always O_RDWR, recno may be O_RDONLY
1993-05-17 Keith Bosticbreak BTF flags up into btree/recno (B_, R_) categories
1993-05-17 Keith Bosticbreak modify into two parts, recno file modify and...
1993-05-17 Keith Bosticbreak BTF flags up into btree/recno (B_, R_) categories
1993-05-17 Keith Bosticsync now takes a flags argument
1993-05-17 Keith Bosticlint; break BTF flags up into btree/recno (B_, R_)...
1993-05-17 Keith Bosticbreak BTF flags up into btree/recno (B_, R_) categories
1993-05-17 Keith Bosticsync now takes a flags argument
1993-05-17 Keith Bosticbreak BTF flags up into btree/recno (B_, R_) categories
1993-05-17 Keith Bosticsync now takes a flags argument
1993-05-17 Keith Bosticbreak BTF flags up into btree/recno (B_, R_) categories
1993-05-17 Keith Bosticlint; break BTF flags up into btree/recno (B_, R_)...
1993-05-17 Keith Bosticbreak BTF flags up into btree/recno (B_, R_) categories
1993-05-17 Keith Bosticmove libg to contrib with gcc2
1993-05-16 Chris Torekkeep those consts happy
1993-05-16 Keith Bosticreaddir returns a struct dirent *, now
1993-05-16 Keith Bosticdate and time created 93/05/15 12:04:55 by bostic
1993-05-16 Ralph Campbellupdated for new improved pmap.c
1993-05-16 Ralph Campbellinclude stdio.h so mismatch of extern definition of...
1993-05-15 Kirk McKusickfix up inconsistencies
1993-05-15 Kirk McKusickrefinements of INET definitions from Mike
1993-05-14 Chris Torekobey local timezone file (a bit gross, but it seems...
1993-05-13 Keith Bosticclean up the #ifdef's, courtesy of Chris T.
1993-05-13 Kirk McKusickadd debug, net.inet, and profiling info; many small...
1993-05-13 Elan AmirDon't want to reset __echoit, __rawmode, and __pfast...
1993-05-13 Keith Bosticbuild bzero(3) from memset(3)
1993-05-13 Elan AmirAdded macros and c_macros.
1993-05-13 Keith Bosticbuild bzero(3) out of the same sources
1993-05-13 Keith Bosticword-at-a-time version of memset, from Mike Hibler
1993-05-12 Elan AmirFixed typo -- polarity of in_refresh check in plod().
1993-05-12 Elan AmirDeleted ugly (and stupid) _win stuff for notifying...
1993-05-12 Elan AmirDeleted ugly (and stupid) _win stuff for notifying...
1993-05-12 Elan AmirAdded __mvcur and made mvcur a #define.
1993-05-11 Keith Bosticsysctl has been generalized to contain non-kernel infor...
1993-05-11 Keith Bostic1.3 -> 1.4
1993-05-11 Keith Bosticdelete R_CURSORLOG from the interface (and the code)
1993-05-11 Keith Bosticdelete a section of code that, as far as I can tell...
1993-05-11 Keith Bosticdon't call startwin() until the last minute, it outputs...
1993-05-11 Keith Bosticturn off line buffering in __startwin(), turn it back...
1993-05-11 Keith Bosticdelete R_CURSORLOG
1993-05-08 Mike Hiblerdoesn't need to include sys/resource.h anymore
1993-05-08 Keith Bosticavoid zero-length record at EOF
1993-05-08 Keith Bosticmake the sys_ arrays all `const char *const []' (for...
1993-05-08 Keith Bostictype mismatch
1993-05-08 Keith Bosticmake __cputchar visible, the back compatibility stuff...
1993-05-07 Chris Torekrewrite: always allocate buffer immediately; always...
1993-05-07 Chris Toreksplit out buffer size and tty determination code for...
1993-05-07 Chris Torekadd __swhatbuf, internal routine for determining "prope...
1993-05-07 Elan AmirAdded CE for clear to end of line.
1993-05-07 Elan AmirRefresh() does not modify ISPASTEOL.
1993-05-07 Elan AmirMust take into account ISPASTEOL when clearing.
1993-05-07 Keith Bosticanother shot at fixing the SIZE_T_MAX test
1993-05-07 Elan AmirFixed SCROLLWIN problems: don't output last character...
1993-05-06 Keith Bostictypo
1993-05-05 Keith Bosticmktemp is in stdio
1993-05-05 Keith Bosticmktemp is in stdoi
1993-05-05 Keith Bosticadd pathconf, fpathconf, sysctl(3), confstr
1993-05-05 Keith Bosticadd __sysctl, moving sysctl to ../gen/sysctl.c
1993-05-05 Keith Bosticdate and time created 93/05/04 12:10:12 by bostic
1993-05-05 Keith Bosticuse sysctl(3), don't roll our own
1993-05-04 Chris Toreklseek does not return a long, it returns an off_t.
1993-05-04 Keith Bosticadd /usr/sbin, so user's will find chown
1993-05-04 Keith Bosticdate and time created 93/05/03 16:52:11 by bostic
1993-05-04 Mike Hibleradd STDC versions for both gcc1 and gcc2, eliminate...
1993-05-04 Elan Amirdelete gcc2_support.c
1993-05-03 Chris Torekkinfo_proc moved into sysctl.h
1993-05-03 Mike Hiblerpow_p -> pow_P (though not used anyway)
1993-05-03 Mike Hiblerpow_P needs to test for x==0 and x==+inf since __log__D...
1993-05-02 Keith Bosticlint
1993-05-02 Keith Bosticcleanup, no real change
1993-05-02 Keith Bostictypo
1993-05-02 Keith Bosticcheckpoint
1993-05-02 Keith Bosticadd different byte order test
1993-05-02 Keith Bosticrecognize different byte orders automatically; m_lorder...
1993-05-02 Keith Bosticadd code to swap the meta page as as it is read in...
1993-05-02 Keith Bosticlint (bug); don't swap meta information when writing...
1993-05-02 Keith Bosticrestore BTF_NODUPS and BTF_RECNO to their original...
1993-05-02 Keith Bosticrecognize different byte orders automatically; m_lorder...
1993-05-02 Keith BosticKNF
next