make flags arguments right
[unix-history] / usr / src / lib /
1991-02-24 Keith Bosticmake flags arguments right
1991-02-24 Keith Bosticmake flags right
1991-02-24 Keith Bosticminor wordsmithing, make flags right
1991-02-23 Keith BosticANSI prototypes
1991-02-23 Keith Bosticcleanup, update, reimplement to work as correctly as...
1991-02-23 Keith Bostica little less verbose, please
1991-02-23 Keith BosticANSI fix
1991-02-23 Keith BosticANSI and c++ stuff
1991-02-23 Keith Bosticmore compatibility
1991-02-23 Keith Bosticdirent.h is in /usr/include, not /usr/include/sys
1991-02-23 Keith Bosticneed stdio for DEBUG and HASH_STATISTICS
1991-02-22 Keith Bosticmake sure oaddr doesn't get set on empty pages
1991-02-22 Keith Bosticcount bitmaps so they can be free'd
1991-02-22 Keith Bosticclear errno on open/create after stat; count bitmaps...
1991-02-22 Keith Bosticmake sure free'd overflow pages are not reread from...
1991-02-22 Keith Bosticupdate from Margo Seltzer, for her partial distribution
1991-02-22 Keith BosticL_SET -> SEEK_SET
1991-02-22 Keith Bosticdon't put namestr into text space -- Thanks ANSI!
1991-02-22 Keith Bosticmove O_ACCMODE into ../dist/sysv.h
1991-02-22 Keith Bosticmake dn_skipname, fp_query, hostalias, p_cdname, p_clas...
1991-02-22 Keith Bosticdelete sethostfile(3)
1991-02-22 Keith Bosticfix include to be right, minor wordsmithing
1991-02-22 Keith Bosticmove dkcksum() to sbin/disklabel/dkcksum.c
1991-02-22 Keith Bosticmorecore should be static
1991-02-22 Keith Bosticbackref and cclass should be static
1991-02-21 Keith Bosticsave four bytes
1991-02-21 Keith Bosticdon't do the fcntl unless the file was openeed
1991-02-21 Keith Bosticrename getwd to getcwd for POSIX.1 compatibility
1991-02-21 Keith Bosticadd getwd(3)
1991-02-21 Keith Bosticdate and time created 91/02/20 08:15:42 by bostic
1991-02-20 Keith BosticPOSIX requires this to be used in non-numerical situations
1991-02-20 Keith Bosticdate and time created 91/02/19 15:39:22 by bostic
1991-02-20 Keith Bosticdate and time created 91/02/19 15:39:16 by bostic
1991-02-20 Keith Bosticrename setpgrp to setpgid, add setpgrp compat call...
1991-02-20 Keith Bosticrename setpgrp to setpgid, add setpgrp compat call...
1991-02-20 Keith Bosticdate and time created 91/02/19 12:16:01 by bostic
1991-02-20 Keith Bosticdate and time created 91/02/19 12:15:56 by bostic
1991-02-20 Keith Bosticadd "pinning" to the buffer pool
1991-02-20 Keith Bosticmake return value static for hsearch interface
1991-02-20 Keith Bosticadd "pinning" to the buffer pool
1991-02-20 Keith Bosticmake -1 mean no open fd instead of 0
1991-02-20 Keith Bosticadd "pinning" to the buffer pool
1991-02-19 Mike A. Olsonneed to include db.h -- we use HASHINFO here
1991-02-19 Mike A. Olsonfix stack management bug
1991-02-19 Donn Seeleydate and time created 91/02/18 10:40:26 by donn
1991-02-19 Donn SeeleyAdd our (trivial) multibyte character support.
1991-02-19 Donn Seeleydate and time created 91/02/18 10:27:33 by donn
1991-02-18 Chris Torekdate and time created 91/02/18 00:45:07 by torek
1991-02-18 Chris Torekdate and time created 91/02/18 00:45:06 by torek
1991-02-16 Chris Torekcsh ugliness needs to pass sprintf on to regular stdio...
1991-02-15 Keith Bosticset file descriptors to be close-on-exec; block signals...
1991-02-15 Keith Bosticadd O_CLEXEC for close-on-exec semantics
1991-02-15 Keith Bosticappend ".db" to the file name
1991-02-14 Keith Bosticstdc.h -> cdefs.h
1991-02-14 Keith Bosticconst, volatile defined in sys/cdefs.h
1991-02-13 Keith Bosticrework the password subsystem
1991-02-13 Keith Bosticdate and time created 91/02/12 20:28:12 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:28:10 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:28:08 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:28:07 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:28:05 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:28:04 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:28:02 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:28:00 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:27:58 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:27:56 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:27:54 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:27:10 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:25:02 by bostic
1991-02-13 Keith Bosticfix path
1991-02-09 Chris Torekput back missing va_start call
1991-02-09 Keith Bosticonly print the "no database" message once
1991-02-09 Keith Bosticuse the _PATH_DEVDB database if available
1991-02-09 Keith Bostic_PATH_DEVDB is in <paths.h> now
1991-02-09 Keith BosticPut print/keyword routines into separate modules; delet...
1991-02-06 Chris Torekmust seek to end when appending, to make ftell work
1991-02-05 Chris Torekkeep gcc happy
1991-02-05 Chris Torekiov base is not const; perhaps it should be...
1991-02-05 Chris Torekkeep gcc happy
1991-02-05 Chris Torekrepair arguments (add const)
1991-02-05 Chris Torekuse __P prototype macro; add a few missing prototypes
1991-02-04 Mike Karelsmake cfmakeraw more raw: 8 bits, no parity, no ISTRIP
1991-02-02 Keith Bosticstdc.h -> cdefs.h
1991-02-02 Keith Bosticfflush -> __sflush
1991-02-02 Keith Bosticstdc.h -> cdefs.h
1991-02-02 Keith Bosticfflush -> __sflush
1991-02-02 Keith Bosticstdc.h -> cdefs.h
1991-02-02 Keith Bosticfflush -> __sflush
1991-02-02 Keith Bosticstdc.h -> cdefs.h
1991-02-02 Keith Bosticinitialization out of order wrt stdio.h
1991-02-02 Keith Bosticuse __sflush, not fflush
1991-02-02 Keith Bosticfdopen got messed up
1991-02-02 Donn Seeleydate and time created 91/02/01 13:13:32 by donn
1991-02-02 Donn Seeleydate and time created 91/02/01 13:11:55 by donn
1991-02-01 Keith Bosticuse paths.h define for /var/run
1991-02-01 Chris Torekfix up gcc lint
1991-02-01 Keith Bosticdate and time created 91/01/31 17:16:33 by bostic
1991-02-01 Keith Bosticdate and time created 91/01/31 17:16:31 by bostic
1991-02-01 Keith Bosticdate and time created 91/01/31 17:16:29 by bostic
1991-02-01 Keith Bosticdate and time created 91/01/31 17:16:27 by bostic
next