trailing comment after #else or #endif
[unix-history] / usr / src / lib /
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
1993-05-02 Keith Bosticadd -f so can keep files across successive runs
1993-05-02 Keith Bosticadd -f so can keep files across successive runs
1993-05-01 Keith Bosticdescribe directory contents
1993-05-01 Keith Bosticupdate from Eric
1993-04-30 Kirk McKusickconvert to fully use gmonparam structure
1993-04-30 Kirk McKusickuse hashfraction defined in gmonparam
1993-04-30 Keith Bosticmemmove needs a -D define
1993-04-30 Keith Bostic1.1 -> 1.2
1993-04-30 Keith Bosticadd memmove, realloc, snprintf
1993-04-30 Keith Bosticuse err/warn from the C library
1993-04-30 Keith Bosticdon't put comments in shell printf commands
1993-04-30 Keith Bostictest for DB_RECNO type before freeing key.data
1993-04-30 Keith Bosticput db.h last, so that compatibility version works.
1993-04-29 Keith Bosticuse err/warn(3); getbsize no longer needs the program...
1993-04-29 Keith Bosticmv libdbm to /usr/src/old/libndbm
1993-04-29 Keith Bosticuse err/warn, instead of rolling our own
1993-04-28 Chris Torekfix typo
1993-04-28 Keith Bosticdate and time created 93/04/27 18:46:16 by bostic
1993-04-28 Keith Bosticmove daemon(3) to libc rom libutil
1993-04-28 Keith Bosticmove pwcache routines to libc from libutil
1993-04-28 Keith Bosticdelete zopen(3) from the C library, moved to compress...
1993-04-28 Keith Bosticmove daemon(3) from libutil to libc
1993-04-28 Keith Bosticmove pwcache routines from libutil to libc
1993-04-28 Keith Bostic<sys/sysctl.h> needs <sys/param.h> now
1993-04-28 Keith Bostic<sys/sysctl.h> now needs <sys/param.h>
1993-04-28 Keith Bostickinfo_proc moved into sysctl.h; minor cleanups, don...
1993-04-28 Keith Bosticmove kmem version of getloadavg to kvm library
1993-04-28 Keith Bosticdate and time created 93/04/27 15:23:40 by bostic
1993-04-28 Keith Bosticdate and time created 93/04/27 15:23:32 by bostic
1993-04-28 Keith Bosticadd kvm_getloadavg(3)
1993-04-28 Elan AmirFixed unsigned -signed comparison error.
1993-04-28 Elan AmirFixed up subwin creation -- need line space, but point...
1993-04-28 Keith Bostictypo
1993-04-28 Keith BosticMove getloadavg from libutil into libc
1993-04-27 Keith Bosticoff-by-one in group_from_gid; from Jeff Forys
1993-04-27 Keith Bosticcheck file type on new file systems, eliminate more...
1993-04-21 Mike Hiblertypo: "sleep" -> "usleep"
1993-04-21 Mike Hibler"include <stdlib>" changed to "include <stdlib.h>"
1993-04-16 Keith Bostictypo
1993-04-16 Keith Bosticadd mergesort link to qsort
1993-04-16 Elan AmirLINES can be any number. No restriction. COLS should...
1993-04-15 Keith Bosticmisspelled the name of the getgrnam function
1993-04-14 Elan Amirquickch() returns if there is a bottom unchanged region...
1993-04-14 Elan AmirMove from line turns of __ISPASTEOL.
1993-04-13 Andrew Cherensoninet_aton returns a boolean value, don't need to return...
1993-04-13 Chris Torekmain.s no longer needed (libc/gen has it)
1993-04-08 Chris TorekSRCS+=sethostname.c (typo by kirk?)
1993-04-07 Mike Hiblerfix a typo: "gwtpagesize.0" -> "getpagesize.0"
1993-04-06 Dave A. BormanFix gcc2 warnings
1993-04-05 Kirk McKusickhave to explicitly return 0
1993-04-05 Kirk McKusickmoves from sys to here
1993-04-05 Kirk McKusick{get,set}hostname and getpagesize move in from sys
1993-04-05 Kirk McKusickdate and time created 93/04/04 13:58:57 by mckusick
1993-04-05 Kirk McKusickdate and time created 93/04/04 13:51:40 by mckusick
1993-04-05 Kirk McKusickmove from sys to gen
1993-04-05 Kirk McKusickupdate for move to compat-43
1993-04-05 Kirk McKusickdate and time created 93/04/04 13:47:33 by mckusick
1993-04-05 Kirk McKusick{get,set}hostid moves in from sys
1993-04-05 Kirk McKusick{get,set}hostid goes to compat-43; getkerninfo goes...
1993-04-01 Kirk McKusickconvert from kinfo to sysctl
next