try to make sure that path-addrs always have <angle brackets>
[unix-history] / usr / src / include /
1994-01-05 Keith Bosticrunetype.h is ANSI safe, need to include it so that...
1994-01-05 Keith Bosticadd _POSIX_SSIZE_MAX, _POSIX_STREAM_MAX, _POSIX_TZNAME_MAX
1994-01-05 Keith Bosticredefine FOPEN_MAX as the stdio min/max, not in any...
1994-01-05 Keith Bosticupdate the copyright notice
1994-01-05 Keith Bosticadd tar.h
1994-01-05 Keith Bosticdate and time created 94/01/04 13:49:51 by bostic
1994-01-05 Keith Bosticinclude <machine/limits.h>; POSIX.1 requires time.h...
1994-01-05 Keith Bosticgetgroups now takes gid_t's, they are 32-bits
1994-01-04 Keith Bosticuse latest BSDI version of <sys/cdefs.h>, change to...
1994-01-03 Keith Bosticrename fgetline.{3,c} -> fgetln.{3,c}
1994-01-03 Keith Bosticmake it possible to compile new versions of db that...
1994-01-03 Keith Bosticmove acceptable open(2) flag check to dbopen, no longer...
1993-12-16 Dave A. BormanAdd support for the new ENVIRON opton
1993-11-20 Keith Bosticreturn of vfork is a pid_t, not an int
1993-11-13 Chris TorekANSI says NULL should be defined here too
1993-07-20 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-07-20 Keith Bosticthe bit_alloc() macro had a typo
1993-06-28 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-28 Keith Bosticnew f* functions need stdio.h
1993-06-28 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-28 Keith Bosticadd prototypes for fgetrune, fputrune, fungetrune
1993-06-11 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-11 Keith Bosticget all of the X11 entries...
1993-06-11 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-11 Keith Bosticuse a generic X11 pointer, not X11R4
1993-06-09 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-09 Kirk McKusickadd dd_rewind for rewinddir
1993-06-07 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-07 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-07 Keith Bosticdelete extern declarations of sys_errlist, sys_nerr...
1993-06-03 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-03 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-03 Keith Bostic(no message)
1993-06-03 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-03 Kirk McKusickdevname and getbsize move in from ps and df
1993-06-03 Mike Karelschanges from bind 4.9
1993-06-03 Mike Karelsadd hstrerror from bind 4.9
1993-06-03 Mike Karelschanges from bind 4.9 (most of them); change u_short...
1993-06-03 Keith BosticLDIRS -= miscfs netimp netrmp
1993-06-03 Keith BosticLDIRS -= dev
1993-05-31 Keith Bosticinclude cdefs early on for the const in the regex_t
1993-05-29 Keith Bosticdon't typedef rune_t if _ANSI_SOURCE defined
1993-05-29 Keith Bosticdon't typedef run_t if _ANSI_SOURCE defined
1993-05-28 Keith Bosticmake tar follow command line symlinks
1993-05-28 Keith Bosticadd rune.h, runetype.h
1993-05-28 Keith Bostichave to use prototype notation so C++ will eat it
1993-05-27 Keith Bosticrune support from Paul Borman
1993-05-27 Keith Bosticrune support from Paul Borman
1993-05-27 Keith Bosticrune support from Paul Borman
1993-05-27 Elan Amirrune support from Paul Borman
1993-05-27 Keith Bosticrune support from Paul Borman
1993-05-26 Keith Bostic__lseek => lseek, __{f,}truncate => {f,}truncate
1993-05-25 Chris Torekmake _offset an fpos_t so we can do 64-bit seeks
1993-05-25 Keith Bosticinstead of using the sync flag, return a pointer to...
1993-05-23 Keith Bosticadd a file descriptor return interface
1993-05-22 Keith BosticHenry Spencer's Alpha 3.0 regex release
1993-05-21 Keith Bosticpage size is max indx_t + 1, so store in a larger integ...
1993-05-17 Keith Bosticadd psize to recno, passed to btree
1993-05-17 Keith Bosticmake sync take a flags argument (add R_RECNOSYNC flag)
1993-05-11 Keith Bosticdelete R_CURSORLOG
1993-05-08 Keith Bosticmake the sys_ arrays all `const char *const []' (for...
1993-05-08 Keith Bosticadd confstr(3)
1993-05-07 Chris Torekmake the sys_ arrays all `const char *const []' (for...
1993-05-07 Keith BosticGNU put in the extra const, there's no reason to not...
1993-05-07 Keith Bosticmake _PATH_STDPATH include *everything*
1993-05-04 Keith Bosticadd "standard utilities" path for POSIX 1003.2 _CS_PATH...
1993-05-04 Keith Bosticadd fpathconf, pathconf, sysconf to the C library
1993-05-03 Eric Allmanfix typo -- _SYSEXIST_H_ => _SYSEXITS_H_
1993-05-02 Kirk McKusickprotect against lseek definition in types.h
1993-04-30 Chris TorekLDIRS+=dev
1993-04-28 Keith Bosticadd daemon, group_from_gid, user_from_uid
1993-04-28 Keith Bosticadd kvm_getloadavg
1993-04-28 Keith Bosticadd getloadavg(3)
1993-04-13 Andrew Cherensoninet_aton returns a boolean value, don't need to return...
1993-04-06 Dave A. BormanFixes for gcc2 warning messages.
1993-03-09 Chris Torekcomments for c_date, c_ddate were reversed
1993-03-05 Keith Bosticadd err.h
1993-03-05 Keith Bosticdate and time created 93/03/04 15:01:29 by bostic
1993-03-04 Keith Bosticchflags is in <sys/stat.h>
1993-02-15 Keith Bosticindex_t -> indx_t
1993-02-11 Keith Bosticu_short, u_long aren't POSIX, so may not be typdef'd
1993-02-11 Keith Bosticadd GLOB_BRACE, GLOB_TILDE; minor cleanup
1993-02-11 Keith BosticM_* are not in ANSI or POSIX
1993-02-04 Elan Amirsys_signame and sys_siglist are const's.
1993-01-14 Keith Bosticsigaddset, sigdelset and sigismember have to return...
1993-01-13 Keith Bosticmove cuserid to libcompat, POSIX no longer requires it
1993-01-13 Keith Bosticmove cfree into libcompat
1992-12-19 Dave A. BormanAdd defines for Flowcontrol option and
1992-12-04 Chris Torekavoid warnings about _assert redeclaration
1992-12-03 Keith Bosticadd zopen(3)
1992-12-03 Keith Bosticadd mergesort
1992-12-02 Kirk McKusickadd GLOB_ALTDIRFUNC to have glob use alternate director...
1992-11-24 Keith BosticANSI says can't include <sys/types.h>, nor does ANSI...
1992-11-19 Keith Bosticadd __USE_OPEN_FLAGS, it's privately used, though
1992-11-12 Keith BosticR_APPEND -> R_CURSORLOG; add R_SETCURSOR
1992-10-09 Chris Toreksscanf first arg should be "const char *" (from John...
1992-10-05 Keith Bosticnfssvc has two arguments, second is a caddr_t
1992-10-01 Keith Bosticconvert to 4BSD style prototypes, includes
1992-08-29 Keith Bosticdate and time created 92/08/28 18:13:08 by bostic
1992-08-07 Keith Bosticadd getcap(3) functions
next