symbolic links take on user ownership of their containing directory
[unix-history] / usr / src / lib /
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
1993-04-01 Kirk McKusickconvert from getkerninfo to sysctl
1993-04-01 Kirk McKusickconvert from kinfo to sysctl
1993-03-28 Ralph Campbellmips doesn't use '_' in labels. Strip if present.
1993-03-27 Keith Bosticadd in err(3) links
1993-03-26 Keith Bosticget file descriptor close logic right
1993-03-25 Keith BosticJeff Forys' changes to keep from leaving two slashes...
1993-03-24 Ralph Campbellfix bug in using v0 before the value is ready (load...
1993-03-24 Ralph Campbellinitialize uninitialized fields in btopeninfo. minor...
1993-03-24 Chris Torekshut gcc2 up
1993-03-20 Keith Bosticupdate
1993-03-20 Keith Bosticguarantee that bt_rfd gets set; pipes are read-only...
1993-03-20 Keith Bosticadd BTF_EOF flag, test it instead of bt_reof
1993-03-20 Keith Bosticadd BTF_EOF to test instead of bt_reof
1993-03-20 Keith Bosticuse munmap to free up the mapped memory
1993-03-20 Keith Bosticadd BTF_EOF flag to test instead of bt_reof int
1993-03-20 Keith Bosticclean up mmap and file pointer uses in recno interface
1993-03-20 Keith Bosticadd support for fmt == NULL, so can display "prog:...
1993-03-20 Keith Bosticreturn the length if the record is from a cap_mkdb...
1993-03-14 Ralph Campbellstrip local symbols
1993-03-09 Chris Torekdevice keys may contain padding, so make sure it is...
1993-03-09 Chris Torekfix oops in MLINKS for link_addr.3
1993-03-09 Ralph Campbelldate and time created 93/03/08 18:48:14 by ralph
1993-03-09 Ralph Campbelladded isinf.s
1993-03-09 Ralph Campbellmips nolonger needs :errfix
1993-03-09 Ralph Campbellmove struct decl outside of params to avoid gcc2 warnings.
1993-03-09 Ralph Campbellmove struct declaration outside of params to avoid...
1993-03-09 Keith Bosticset to 1.0
1993-03-09 Keith Bosticdate and time created 93/03/08 14:34:47 by bostic
1993-03-08 Keith Bosticadd errors, standards section
1993-03-08 Keith Bosticif reach the root directory, have to cd to the original...
1993-03-07 Keith Bosticupgrade to POSIX 1003.1 compliance
1993-03-07 Keith Bosticmake shadow records really work
1993-03-06 Kirk McKusickupdate to reflect merger of getkerninfo functionality
1993-03-06 Keith BosticPOSIX 1003.1 compliant utime library call
1993-03-05 Kirk McKusickupdate from Mike karels at BSDI
1993-03-05 Kirk McKusickupdate from Mike Karels at BSDI
1993-03-05 Kirk McKusickupdate from Mike Karels at BSDI
1993-03-05 Keith Bosticchange buffer lengths of sysctl(2) to be size_t's
1993-03-05 Elan Amircheckpoint
1993-03-05 Keith Bosticmake it compile...
1993-03-05 Keith Bosticrename file flags to UF_* and SF_*, minimize name space...
1993-03-05 Elan AmirFixed to work with new fgetline(3) (need to clobber...
1993-03-05 Chris Torekbcopy => memcpy (safe in all these cases) for ANSI...
1993-03-05 Keith Bosticdate and time created 93/03/04 15:04:33 by bostic
1993-03-05 Keith Bosticdate and time created 93/03/04 15:03:14 by bostic
1993-03-05 Keith Bostictypo
1993-03-05 Keith Bosticrework fgetline(3) to be 8-bit clean; it no longer...
1993-03-04 Keith Bosticdon't use octal modes, list the #defines; describe...
1993-03-04 Keith Bosticneeds stat.h, flags are longs
1993-03-04 Chris Torekinterface change: size parameter is required, keep...
1993-03-03 Kirk McKusickadd sysctl
1993-03-03 Kirk McKusickdate and time created 93/03/02 23:26:13 by mckusick
1993-03-03 Keith Bosticfixes, wordsmithing from Donn Seeley at BSDI
1993-03-03 Keith Bosticnon-proprietary versoin from BSDI
1993-03-03 Keith Bosticfixes, wordsmithing from Donn Seeley at BSDI
1993-03-03 Keith BosticBSDI just gave us a multibyte(3)
1993-03-03 Keith Bosticdate and time created 93/03/02 17:55:58 by bostic
1993-03-03 Keith Bosticfixes, wordsmithing from Donn Seeley at BSDI
1993-03-03 Keith BosticBSDI just gave us a link_addr man page
1993-03-03 Keith Bosticpiss on to make consistent
1993-03-03 Keith Bosticfixes, wordsmithing from Donn Seeley at BSDI
1993-03-03 Keith BosticBSDI just gave us a setlocale man page
1993-03-03 Keith Bosticdate and time created 93/03/02 17:45:57 by bostic
1993-03-03 Keith Bosticfixes, wordsmithing from Donn Seeley at BSDI
1993-03-03 Keith Bosticdate and time created 93/03/02 17:43:10 by bostic
1993-03-03 Marc Teitelbaumfix per ~bugs/4.4BSD-alpha/bin/3
1993-03-03 Keith Bosticfixes, wordsmithing from Donn Seeley at BSDI
1993-03-03 Keith Bostictypo
1993-03-03 Elan AmirNeed to clear __ISPASTEOL if line is not dirty.
1993-03-03 Elan AmirFixed cast to __hash().
1993-03-01 Keith Bosticcast SIZE_T_MAX so compilers don't get upset
1993-03-01 Keith Bosticcast the SIZE_T_MAX, so compilers don't get upset
1993-02-27 Ralph Campbellchange name of minbrk and curbrk for profiling.
1993-02-27 Ralph Campbelluse .set noreorder for better gas code.
next