unix-history/.git
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 Steve SellgrenNULL from <unistd.h>
1991-05-24 Steve Sellgrenno longer need anything in here, all moved to correct...
1991-05-24 Keith Bosticfollow symbolic links if they are specified as command...
1991-05-24 Keith Bosticmake symbolic link behavior clearer
1991-05-24 Keith BosticT_USER used in the kernel, included by <sys/param.h...
1991-05-24 Keith Bosticfollow symbolic links if they are specified as command...
1991-05-24 Keith Bosticchange limit to ARG_MAX - 4K
1991-05-24 Keith Bosticprint out "stdin", don't dereference a NULL!
1991-05-24 Keith Bosticprint out "stdin", not "-"
1991-05-23 Keith Bosticneeds writable strings -- see files.c
1991-05-23 Keith Bosticinstall into BSD framework
1991-05-23 Keith Bosticdate and time created 91/05/22 13:03:01 by bostic
1991-05-23 Keith Bostic-lfoo/x should result in foo/libx.a, not libfoo/x.a
1991-05-23 Keith Bosticdate and time created 91/05/22 12:21:40 by bostic
1991-05-23 Keith Bosticdate and time created 91/05/22 12:21:32 by bostic
1991-05-23 Keith Bosticadd shared libraries (Sun)
1991-05-23 Kirk McKusickdelete support for prof style profiling
1991-05-23 Kirk McKusickmonitor.3 => moncontrol.3
1991-05-23 Kirk McKusickupdate to eliminate references to prof(1)
1991-05-23 Keith Bosticdelete "disable", it wasn't documented
1991-05-23 Steve Sellgrenget rid of two prices
1991-05-22 Kirk McKusickdelete support for prof style profiling
1991-05-22 Mike Karelsprintf of block size was wrong, need to remember correc...
1991-05-22 Marc Teitelbaumdate and time created 91/05/21 15:48:20 by marc
1991-05-22 Kirk McKusickremove the 8-bit restriction in namei
1991-05-22 Mike Karelsneed pocs, too; hcx-9 stuff was missing, add on HCX9...
1991-05-22 Mike Karelsneed dk devices; new-style fstab; optional type for...
1991-05-22 Keith Bosticformat police
1991-05-22 Keith Bosticgetopt stuff gets sorted, second level indents are...
1991-05-22 Keith Bosticinstall fstab example files
1991-05-22 Keith Bosticsheer, raging paranoia; make the funny line the first...
1991-05-22 Keith Bosticdate and time created 91/05/21 13:48:55 by bostic
1991-05-22 Mike Karelsmissing cast
1991-05-22 Keith BosticExplain how the user's key turns into the actual encryp...
1991-05-22 Keith Bosticcheck that chars are 8 bits; change the way that long...
1991-05-22 Keith Bosticunlimit stack, data, rss; ignore SIG{ALRM,PIPE,TTOU...
1991-05-22 Keith Bosticadd pwd.h for _PASSWORD_LEN for 128
1991-05-22 Keith Bosticformat polic
1991-05-22 Keith Bosticformat cleanup
1991-05-21 Keith Bosticdelete rlogin, telnet and rsh already ehre
1991-05-21 Keith Bosticpass #2, lots more stuff, add operator, error, usage...
1991-05-21 Keith Bostictcsetpgprp needs to take a pointer to int, not pointer...
1991-05-21 Kirk McKusickrevisions to reflect my style
1991-05-21 Kirk McKusickdate and time created 91/05/20 09:43:00 by mckusick
1991-05-20 Jan-Simon Pendryadded sid
1991-05-20 Kirk McKusickname resolution checking (need kern/kern_malloc.c 7...
1991-05-20 Kirk McKusickname resolution checking (need kern/kern_malloc.c 7...
1991-05-20 Kirk McKusickname resolution checking (need kern/kern_malloc.c 7...
1991-05-20 Kirk McKusickname resolution checking (need kern/kern_malloc.c 7...
1991-05-20 Kirk McKusickmust conditionally allocate buffer
1991-05-20 Kirk McKusickneed to look in /usr/sbin not /etc for admin binaries
1991-05-20 Kirk McKusickfd device is now 21
1991-05-20 Kirk McKusickhave to set the offset in the uio now
1991-05-19 Keith BosticIf a service port shuts down due to too many requests...
1991-05-19 Keith Bosticadd return values to setkey, encrypt, des_setkey, des_c...
1991-05-18 Steve Sellgrendate and time created 91/05/17 17:16:06 by sellgren
1991-05-18 Steve Sellgrendate and time created 91/05/17 17:16:05 by sellgren
1991-05-18 Steve Sellgrendate and time created 91/05/17 17:16:04 by sellgren
1991-05-18 Steve Sellgrendate and time created 91/05/17 17:16:03 by sellgren
1991-05-18 Steve Sellgrendate and time created 91/05/17 17:16:02 by sellgren
next