nfile => maxfiles (and default is doubled)
[unix-history] / usr /
1991-06-04 Kirk McKusicknfile => maxfiles (and default is doubled)
1991-06-04 Keith Bosticadd sys_nerr, sys_errlist global variables to perror...
1991-06-04 Keith Bosticfix error message on -f open failure; don't mistake...
1991-06-04 Kirk McKusicktighten up linked list management
1991-06-04 Keith Bosticthe format string gets modified by parsefmt -- don...
1991-06-04 Keith Bosticcopy format strings, so "ps -ll" works
1991-06-04 Keith Bosticformats can be text space, have to copy them anyway
1991-06-04 Keith Bosticvtail doesn't need to be global
1991-06-04 Keith Bosticfix err routine, make everyone use it; minor ANSI cleanups
1991-06-04 Keith Bosticdate and time created 91/06/03 16:49:18 by bostic
1991-06-04 Keith Bosticdon't print a space before the first keyword
1991-06-04 Kirk McKusickbug fix to allow unmounting of stale filesystems
1991-06-04 Kirk McKusickhide more kernel-only things
1991-06-04 Steve Sellgrenfix escape character
1991-06-03 Keith Bosticadd csh (Christos Zoulas and Len Shar)
1991-06-03 Cynthia A. E. Livi... mdoc version three
1991-06-03 Mike Karelsuse same tkt file as su for "user.root", letting login...
1991-06-03 Mike Karelsvarious cleanups: allow any instance to be attempted...
1991-06-02 Mike Karelsvarious cleanups: allow any instance to be attempted...
1991-06-01 Cynthia A. E. Livi... mdoc version three
1991-06-01 Cynthia A. E. Livi... version three mdoc
1991-05-31 Keith Bosticcleanups from Chris Torek; bug fix on va_start for...
1991-05-31 Keith Bosticch unused, t and f never assigned!
1991-05-31 Kirk McKusickuse FHASLOCK and SADVLCK to track processes using locks...
1991-05-31 Kirk McKusickmake file flags more consistent; delete dead code
1991-05-31 Kirk McKusickuse FHASLOCK and SADVLCK to track processes using locks...
1991-05-31 Kirk McKusickmake file flags more consistent; add support for open...
1991-05-31 Kirk McKusickmake file flags consistent
1991-05-31 Kirk McKusickadd SADVLCK to note POSIX style advisory lock
1991-05-31 Kirk McKusickadd support for opening files with advisory locks
1991-05-31 Kirk McKusickcharacter device open must be called with vnode unlocke...
1991-05-31 Kirk McKusickVOP_OPEN called with vnode locked; vn_open returns...
1991-05-31 Kirk McKusickmake file flags consistent
1991-05-31 Kirk McKusickdead code elimination
1991-05-31 Keith Bosticdate and time created 91/05/30 13:01:32 by bostic
1991-05-31 Kirk McKusicktype glitch
1991-05-30 Keith Sklowerthis version works somewhat in making outgoing calls.
1991-05-30 Keith Skloweroffset for routing table for iso was wrong; set value...
1991-05-30 Keith Sklowergo back to pkcb's being dynamically allocated for LLC2...
1991-05-30 Keith Sklowercheck to see if socket exists before setting so_error...
1991-05-30 Keith Skloweradd two new sockopts (add vc to route, turn on/off...
1991-05-30 Kirk McKusickupdate for new header files
1991-05-30 Keith Sklower(temporarily) redo the way RR's and RNR's are generated;
1991-05-30 Keith Sklowerrevive pk_newlink so LLC2 can generate them on the...
1991-05-30 Keith Sklowerfix outright bug for reporting errors when no socket;
1991-05-30 Keith Sklowermany fixes & changes -- add routine to glue or spit...
1991-05-30 Keith Sklowerfor LLC2/2, there may be many pkp's to one xcp;
1991-05-30 Keith Sklowerno more %lx in kernel printf
1991-05-30 Keith Sklower2 new sockopts: attach x25 vc to route, and turn on...
1991-05-30 Keith Bosticno automatic aggregate initialization with PCC
1991-05-30 Keith Bosticput /usr/bin first, most stuff is there
1991-05-30 Keith Bosticuse the default path from <paths.h>
1991-05-29 Mike Karelscan't print bits that no longer exist
1991-05-29 Keith Bosticminor clarifications
1991-05-29 Mike KarelsKNF patrol; avoid needless sign extension; try for...
1991-05-29 Keith Bosticdisplay the groups as well
1991-05-29 Steve Sellgrenuse system calls instead of io.c, and clean up the...
1991-05-29 Kirk McKusickvn_open now returns locked, so must unlock when done
1991-05-29 Kirk McKusickvnode must now be locked when calling VOP_OPEN
1991-05-29 Kirk McKusickvn_open now returns locked, so must unlock when done
1991-05-29 Kirk McKusickadd entry for exabyte tape
1991-05-29 Kirk McKusickadd check for lock count
1991-05-29 Kirk McKusickadd support for Exabyte (st); add check for unknown...
1991-05-29 Keith Bostickprintf can't be static, used by 386 locore debugging...
1991-05-29 Keith Bosticadd sprintf(3); support space/zero padding, field width...
1991-05-29 Keith Bosticuse the printf routines in subr_prf instead of rolling...
1991-05-29 Steve SellgrenNULL not NUL
1991-05-29 Keith Bosticdocument that the terminating NULL counts as part of...
1991-05-29 Keith Bosticdocument behavior re: the terminating null of password
1991-05-29 Keith Bosticadd mmap.2, munmap.2, mprotect.2, msync.2, madvise...
1991-05-28 Kirk McKusickdocument opening with locks
1991-05-28 Kirk McKusickdate and time created 91/05/27 21:44:45 by mckusick
1991-05-28 Kirk McKusickdate and time created 91/05/27 21:44:44 by mckusick
1991-05-28 Kirk McKusickdate and time created 91/05/27 21:44:43 by mckusick
1991-05-28 Kirk McKusickdate and time created 91/05/27 21:44:42 by mckusick
1991-05-28 Kirk McKusickdate and time created 91/05/27 21:44:41 by mckusick
1991-05-28 Kirk McKusickdate and time created 91/05/27 21:44:40 by mckusick
1991-05-28 Keith Bosticuse the isdigit() macro...
1991-05-28 Kirk McKusickdelete support for prof style profiling
1991-05-28 Keith Sklowerno more clnp_sprintf.c; merged into main kernel
1991-05-28 Keith Bosticblock every signal that we can block
1991-05-27 Keith Bosticadd -d option to strip debugging and empty symbols
1991-05-27 Keith Bosticadd roff, symorder
1991-05-26 Keith BosticGood morning! It's an ANSI kind of world!
1991-05-26 Keith Bostica little too enthusiastic... don't exit on unreadable...
1991-05-26 Keith Bosticadd sprintf to kern/subr_prf.c
1991-05-26 Keith Bosticdelete obsolete printf formats (%D, %O, %U, %X)
1991-05-26 Keith Bosticdelete obsolete printf formats (%X -> %lx)
1991-05-26 Keith Bosticdelete obsolete printf formats (%D -> %ld)
1991-05-26 Keith Bosticdelete obsolete printf formats (%X -> %lx)
1991-05-25 Keith Bosticput a timezone.3 man page in; ctime.3 used to have...
1991-05-25 Keith Bosticdate and time created 91/05/24 16:13:55 by bostic
1991-05-25 Keith Bosticrestore old find syntax
1991-05-25 Kirk McKusickonly set SAVENAME on last pathname component
1991-05-25 Keith Bostictimezone conflicted with timezone(3) -- GLD doesn't...
1991-05-25 Keith Bosticremove files named -f
1991-05-25 Keith Bosticchange find to do an fchdir on exec/ok; this means...
1991-05-25 Keith Bosticreturn to the original find syntax (newsyntax.c ->...
1991-05-25 Keith Bosticdate and time created 91/05/24 15:14:09 by bostic
1991-05-24 Keith Bosticfollow symbolic links if they are specified as command...
next