unix-history/.git
1992-06-24 Kirk McKusickmerge in changes for Sparc
1992-06-24 Kirk McKusicktimeval => timespec; lint; be more lenient about alloca...
1992-06-24 Kirk McKusickmerge in changes for Sparc
1992-06-24 Kirk McKusickadd ifdef FIFO's
1992-06-24 Kirk McKusicklint
1992-06-24 Kirk McKusickset SUGID when granting setuid/setgid privilege (to...
1992-06-24 Kirk McKusickadd ptrace ATTACH/DETACH
1992-06-24 Kirk McKusickset SUGID when user/group when permissions change ...
1992-06-24 Kirk McKusickmove up init died panic to start of exit; ptrace ATTACH
1992-06-24 Kirk McKusickprototype for proc_reparent
1992-06-24 Cynthia A.... update MAXHOSTNAMELEN to 256
1992-06-24 Cynthia A.... fix spelling.
1992-06-24 Cynthia A.... minor nits
1992-06-24 Marc Teitelbaumdate and time created 92/06/23 18:44:57 by marc
1992-06-24 Marc Teitelbaumdate and time created 92/06/23 18:44:56 by marc
1992-06-24 Marc Teitelbauminclude <histedit.h>
1992-06-24 Marc Teitelbaumhistedit.h ==> myhistedit.h to avoid naming conflict
1992-06-24 Marc Teitelbaumdate and time created 92/06/23 18:13:27 by marc
1992-06-24 Marc Teitelbaumunsetfunc returns an error code
1992-06-24 Marc Teitelbaumlseek takes an off_t (which is now a quad, so 0L loses...
1992-06-24 Marc Teitelbaumprompt stuff for editing package
1992-06-24 Marc Teitelbaumunset -f
1992-06-24 Marc Teitelbaumadd dprintf for debugging.
1992-06-24 Marc Teitelbaumnew options
1992-06-24 Marc Teitelbaumediting and aliases. remove ATTY
1992-06-24 Marc Teitelbaumremove unneded prototypes
1992-06-24 Marc Teitelbaumcleanup. remove unneeded routines
1992-06-24 Marc Teitelbaumoff_t is now a quad. 0L looses.
1992-06-24 Marc TeitelbaumSIGTTIN also
1992-06-24 Marc Teitelbaumroutines for supporting aliases
1992-06-24 Marc TeitelbaumSHINIT and ENV. fix -I bug (only check at top level)
1992-06-24 Marc Teitelbaumminor cleanups
1992-06-24 Marc Teitelbaumunsetfunc returns status
1992-06-24 Marc Teitelbaumaliases and editing (and -v, sort of)
1992-06-24 Kirk McKusickdate and time created 92/06/23 17:55:33 by mckusick
1992-06-24 Marc Teitelbaumuse sigaction to determine state of signal
1992-06-24 Marc Teitelbaumediting
1992-06-24 Kirk McKusickmmap needs a glue file to provide compatibility with...
1992-06-24 Marc Teitelbaumnew builtins
1992-06-24 Marc TeitelbaumIt makes a BIG difference if you prune duplicate entries.
1992-06-24 Kirk McKusickno such thing as EFBIG on read; panic if reading short...
1992-06-24 Kirk McKusickzero mount structure; set mnt_maxsymlinklen
1992-06-24 Kirk McKusickmove systm.h into KERNEL only defines
1992-06-24 Kirk McKusickadd code to implement short symbolic links
1992-06-24 Kirk McKusickadd i_shortlink name for short symbolic links
1992-06-24 Kirk McKusickadd provision for short symbolic links
1992-06-24 Kirk McKusickadd compatibility mmap call; make MAP_FILE the default...
1992-06-24 Keith Bosticdon't bother to cast malloc
1992-06-24 Kirk McKusickMAP_FILE is now the default
1992-06-24 Kirk McKusickrenumber constants to match Sun's naming and numbering...
1992-06-24 Keith Bosticlen is a size_t
1992-06-24 Keith BosticMAP_FILE disappears
1992-06-24 Keith Bosticsecond arg to mmap is a size_t, MAP_FILE disappears
1992-06-24 Keith Bosticrecno cleanups
1992-06-24 Kirk McKusickadd compat routines for mmap and getdirentries
1992-06-24 Kirk McKusickdate and time created 92/06/23 15:33:10 by mckusick
1992-06-24 Keith Bosticmy fault -- dev_t is a u_long
1992-06-24 Keith Bosticmake recno eof flag part of each BT struct
1992-06-24 Keith Bosticmake eof flag part of each BT struct; test for sb.st_si...
1992-06-24 Keith Bosticincrement necessary dsize by 1 so that we don't crash...
1992-06-24 Keith Bostic__bt_push index was off-by-one
1992-06-24 Keith Bosticmake CURSOR of recno 0 do the right thing; copy the...
1992-06-24 Keith Bosticmake R_IAFTER of recno 0 work
1992-06-24 Keith Bosticdecrement record count in rec_dleaf, where the delete...
1992-06-24 Keith Bosticclose the underlying file descriptor
1992-06-24 Keith Bosticexact is meaningless for recno; make eof flag part...
1992-06-24 Eric Allmanfix botch in random choice function for preferences
1992-06-24 Keith Bosticselect(2) race condition with small timeout values...
1992-06-24 Steven McCanneport to new kvm; use stathz instead of phz
1992-06-24 Steven McCanneuse libkvm instead of libutil to get kvm
1992-06-24 Steven McCanneoops, also need to change LIBUTIL to LIBKVM.
1992-06-24 Steven McCanneport to new kvm; use stathz instead of phz
1992-06-24 Steven McCanneport to new kvm
1992-06-24 Keith Bosticadd libedit
1992-06-24 Steven McCanneuse libkvm instead of libutil to get kvm
1992-06-24 Keith Bosticprefix all ANSI #define's with BSD_ so don't collide...
1992-06-23 Keith Bosticadd B_GATHERED flag; LFS flag if buffer already in...
1992-06-23 Keith Bosticprefix all ANSI #define's with BSD_ so don't collide...
1992-06-23 Keith Bosticadd VDIROP flags; flags if vnode part of an LFS directo...
1992-06-23 Keith BosticLFS unmount code; vinvalbuf should be a VOP?
1992-06-23 Keith Bosticdirectory ops, unmount, minor cleanup; from Margo Seltzer
1992-06-23 Keith Bosticadd directory ops
1992-06-23 Keith Bosticfix DFL_LFSBLOCK_MASK
1992-06-23 Keith Bosticfix the includes
1992-06-23 Keith Bosticdelete PMAP_BUG_FIX_HACK for now, until see the bug...
1992-06-23 Keith Bosticcheckpoint
1992-06-23 Keith Bosticchecpoint
1992-06-23 Kirk McKusickchecked in for Kirk by TK
1992-06-23 Keith Bosticprefix all ANSI #define's with BSD_ so don't collide...
1992-06-23 Keith Bosticst_blocks are quad's now
1992-06-23 Keith Bosticgrep -efoo dropped core on the sparc
1992-06-23 Keith Bosticgrep -e dumps core; fix from Craig Leres
1992-06-23 Marc Teitelbaumdate and time created 92/06/22 18:59:34 by marc
1992-06-23 Cynthia A.... mdoc version 3
1992-06-23 Marc Teitelbaumhistory.h --> histedit.h
1992-06-23 Marc Teitelbaummerge history.h and editline.h into histedit.h
1992-06-23 Marc Teitelbaummerge editline.h and history.h
1992-06-23 Kirk McKusickhave to invalidate instruction cache after setting...
1992-06-23 Keith Bosticdate and time created 92/06/22 18:08:47 by bostic
1992-06-23 Keith Bosticdate and time created 92/06/22 18:08:46 by bostic
next