trailing comment after #else or #endif
[unix-history] / usr / src / lib /
1993-05-26 Keith Bosticput SCCS keywords back in
1993-05-25 Chris Toreklint; make hertz() static
1993-05-25 Chris Torekpedantically ANSI, i.e., nothing after #else/#endif
1993-05-25 Chris Toreklint
1993-05-25 Keith Bosticadd RLIMIT_MEMLOCK, RLIMIT_NOFILE, RLIMIT_NPROC; limits...
1993-05-25 Keith Bosticuse getrlimit to get _SC_OPEN_MAX and RLIMIT_NPROC
1993-05-25 Keith Bosticper-process limits are resources, not sysctl(3) variables
1993-05-25 Keith Bosticdate and time created 93/05/24 11:40:21 by bostic
1993-05-25 Keith Bosticadd confstr
1993-05-25 Keith Bosticreturn length + 1, for null terminator
1993-05-25 Keith Bosticadd pathconf.3
1993-05-25 Keith BosticMAX_INPUT is a min/max
1993-05-25 Keith Bosticdate and time created 93/05/24 11:23:58 by bostic
1993-05-25 Keith Bosticadd sysconf.0
1993-05-25 Keith Bosticdate and time created 93/05/24 10:58:50 by bostic
1993-05-25 Keith Bosticadd KERN_MAXUFILES, KERN_MAXUPROC, USER_STREAM_MAX...
1993-05-25 Keith BosticKERN_MAXPROC -> KERN_MAXUPROC for _SC_CHILD_MAX; POSIX...
1993-05-25 Keith Bosticadd USER_STREAM_MAX, USER_TZNAME_MAX
1993-05-25 Keith Bosticupdate for Margo
1993-05-25 Keith Bostic1.4 -> 1.5
1993-05-25 Keith Bosticadd __rec_fd, to return a file descriptor
1993-05-25 Keith Bosticadd fd routine, to return a file descriptor
1993-05-24 Keith Bosticadd in __bt_fd, to return a file descriptor
1993-05-24 Keith BosticAdd fd interface routine to return file descriptor...
1993-05-24 Keith BosticDynamically compute fill factor (if not user specified...
1993-05-24 Keith BosticChange default page size to 4K and fill factor to 40.
1993-05-24 Keith BosticUse 4K page default. Use dynamically computed fill...
1993-05-23 Keith Bosticrecno bug -- if split to a new page on index 0 (a sorte...
1993-05-23 Keith Bosticmake test3 try different page size
1993-05-23 Chris Torektrying to get all the fields right is too much trouble...
1993-05-23 Keith Bosticsupport 64K pages
1993-05-23 Keith Bosticadd psize to RECNO
1993-05-23 Keith Bosticsleep(3) returns a u_int
1993-05-23 Keith Bosticmove daemon, getloadavg, pwcache into C library
1993-05-22 Keith Bosticuse paths.h name
1993-05-22 Keith BosticHenry Spencer's Alpha 3.0 regex release
1993-05-22 Keith Bosticdate and time created 93/05/21 16:06:31 by bostic
1993-05-22 Chris Torekalways call __sflush, in case somehow fp->_p > fp-...
1993-05-22 Chris Torekalways call __sflush, in case somehow fp->_p > fp-...
1993-05-22 Chris Torekallow __SRW flush if somehow fp->_p > fp->_bf._base
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...
next