unix-history/.git
1995-05-01 Dave A. BormanMake "/:y" and abbreviation for "/subject:y".
1995-05-01 Christos Zoulasinitialize the key member of the arrow key struct.
1995-05-01 Keith BosticI changed the printout for the t_session field since...
1995-05-01 Keith BosticI didn't buy back the random name changes, so make...
1995-05-01 Keith Bosticfix NULL pointer bug. From: ralphc@pyramid.com (Ralph...
1995-04-30 Eric Allmanbogus attempt to do 7->8 bit conversion
1995-04-30 Christos Zoulassmall typo fix from Chris Torek
1995-04-30 Christos ZoulasFixes from Chris Demetriou and Charles Hannum
1995-04-30 Keith Bosticchange devname(3) to return NULL, not ??
1995-04-30 Keith Bosticchange devname(3) to return NULL on error
1995-04-30 Keith Bosticwas returning NULL on error, dropping core
1995-04-30 Keith Bosticchange devname to return NULL, not ??
1995-04-30 Keith Bosticchange devname(3) to return NULL on error, not "??"
1995-04-30 Keith BosticCorrected message when no rotational position table...
1995-04-30 Vernon SchryverAndy Cherenson's hack to understand user@remote.host...
1995-04-30 Keith Bosticchanges to byacc 1.9 for dynamic stack expansion
1995-04-30 Keith Bosticfix the prototype for ftell
1995-04-30 Keith Bosticconvert man page to mandoc format, minor cleanups
1995-04-30 Keith BosticBasically err(3)ification + an include fix.
1995-04-30 Keith BosticIt failed to compile on the sparc because `swapresponse...
1995-04-30 Keith Bosticcp -R didn't work correctly for FIFO's (programmer...
1995-04-30 Keith Bosticbool means something to C++
1995-04-30 Keith BosticOperator precedence bug, "setlogmask(LOG_UPTO(LOG_INFO...
1995-04-30 Keith BosticThere were several places where m4 did not conform...
1995-04-30 Keith Bosticreplace flex-2.4.6 with flex-2.5.2
1995-04-29 Eric Allmandocumentation
1995-04-29 Eric Allmantruncate first space of second and subsequent 220 greet...
1995-04-29 Eric Allmanbetter (more accurate) labelling of 8bit code
1995-04-29 Thomas FerrinDocument tef's enhancements to lpd.
1995-04-29 Keith Bosticuse memmove, not memcpy
1995-04-29 Keith BosticYou may have already done the same (does the Alpha...
1995-04-29 Keith BosticBefore I started to make changes, I fixed all the thing...
1995-04-29 Keith Bosticst_size may be a quad, not a long
1995-04-29 Keith Bosticarpwhohas prototyped twice
1995-04-29 Keith BosticP80 is the 80Mbit ring
1995-04-29 Keith Bosticwordexp(3) has never existed
1995-04-29 Christos Zoulaspgraded to the latest version from NetBSD
1995-04-29 Christos Zoulasupgraded to the latest NetBSD version
1995-04-29 Christos Zoulasfixed typos
1995-04-29 Christos Zoulasremoved util.c
1995-04-29 Keith Bostictoo many arguments to err() function
1995-04-29 Keith Bosticadd the documented in the manual but not implemented...
1995-04-29 Kirk McKusickupdate for current systems
1995-04-29 Keith Bosticvipw was hanging on stop signals
1995-04-29 Keith Bosticadd another state, CP_INTR
1995-04-29 Christos ZoulasUpdated to the latest version from the NetBSD source
1995-04-29 Keith Bosticadd a sccsid header
1995-04-29 Kirk McKusickmove relookup to vfs_lookup.c as it is not UFS specific...
1995-04-29 Kirk McKusickmove relookup in from ufs_vnops.c
1995-04-29 Keith BosticMake an alias for `cksum' called `sum', which defaults...
1995-04-29 Keith Skloweradd a statistic that netBSD keeps
1995-04-29 Keith Bosticadd a sum(1), which matches the historic BSD algorithm
1995-04-29 Keith Bosticcreate an alias for cksum named sum
1995-04-29 Keith BosticSome KNF, POSIX, and err*(3)/warn*(3) cleanup. Also...
1995-04-29 Keith Sklowerincludes many changes, including some of vixie's and...
1995-04-29 Thomas FerrinAdd std copyright.
1995-04-29 Keith BosticLONG_MIN and LONG_MAX need suffixes, and ULONG_MAX...
1995-04-29 Keith Bosticktrace is a kernel option, but the ktrace app reacts...
1995-04-29 Keith BosticNow that file descriptor limits are soft, and can be...
1995-04-29 Keith Bosticadd check for super block magic number, so it doesn...
1995-04-29 Keith Bosticbasically you can screw with people's terminals by...
1995-04-29 Thomas Ferrindate and time created 95/04/28 16:11:19 by tef
1995-04-29 Thomas Ferrindate and time created 95/04/28 16:11:06 by tef
1995-04-29 Keith Bosticexterns.h -> extern.h
1995-04-29 Eric Allmanadd flags for (eventual) 7 -> 8 bit conversion
1995-04-29 Keith Bosticexterns.h -> extern.h
1995-04-29 Thomas FerrinBetter portability to other systems.
1995-04-29 Keith Bosticexterns.h -> extern.h
1995-04-29 Thomas FerrinBetter portability to other systems.
1995-04-29 Keith Bosticexterns.h -> extern.h
1995-04-29 Thomas FerrinBetter portability to other systems.
1995-04-29 Keith BosticSwitch order rows and cols are extracted from the comma...
1995-04-29 Keith Bosticmissing trailng host argument, sort flags
1995-04-29 Keith BosticEnd of group (virtual) operators were sometimes dumping...
1995-04-29 Keith Bosticname pollution; From: Donn Seeley <donn@BSDI.COM>
1995-04-29 Keith BosticThis man page refers to libc(3). There is no such beast
1995-04-29 Keith Bosticunused variable in example; From: Chris Torek <torek...
1995-04-29 Keith Bostickvm_open should have been kvm_openfiles
1995-04-29 Keith Bosticadd the -o option to the usage statement
1995-04-29 Keith BosticThis fixes some bogosity when different kinds of `...
1995-04-29 Keith Bosticnfsd(8) wasn't dealing with the death of a child correctly.
1995-04-29 Keith BosticThis fixes some bogosity when different kinds of `...
1995-04-29 Keith Bosticvoid *, not void; From: Craig Leres <leres@ee.lbl.gov>
1995-04-29 Keith Bosticcompress(1) was tossing the `-b' argument, though this...
1995-04-29 Keith Bostic`id username' was printing the wrong primary group...
1995-04-29 Keith Bosticwrong interface printf
1995-04-29 Keith Bosticalign the link-level address under the column title...
1995-04-29 Keith Bosticlint type for group IDs; From: Charles Hannum <mycroft...
1995-04-29 Keith Bosticadd a '--' option before the user name, to avoid rlogin...
1995-04-29 Keith Bosticstrip.c fails to close short files, does not use librar...
1995-04-29 Keith Bosticsection Xref should be .Sx; From: Chris Torek <torek...
1995-04-29 Keith Bosticclarify `join -a 1'; From: Chris Torek <torek@BSDI...
1995-04-29 Keith Bosticprettiness police; From: Charles Hannum <mycroft@NetBSD...
1995-04-29 Keith Bosticbcmp is obsolete
1995-04-29 Keith BosticPOSIX says that -s precedes init signal names
1995-04-29 Keith Bosticvacation trivia
1995-04-29 Keith BosticFixed case where output is returned with -c option...
1995-04-29 Keith BosticWe lost when dealing with mappings with unequal ranges...
1995-04-29 Thomas FerrinMembers of group "operator" can execute privildged...
1995-04-29 Keith BosticCenturies, not millennia; From: Chris Torek <torek...
next