unix-history/.git
1994-06-02 Poul-Henning... more changes, fixed some bugs in the code, -gateway...
1994-06-02 Poul-Henning... Fixed a bug, where bzero was called with 3 args, just...
1994-06-02 Poul-Henning... forgot to run the changed makesyscalls.sh. I though...
1994-06-02 Jordan K. HubbardThis should fix up the absolute paths to /usr/mdec...
1994-06-02 Jordan K. HubbardRemove Guy Hlemer as per his own request.
1994-06-02 Geoff RehmetRemove "STAR_SAVER" and rother *_SAVER options, as...
1994-06-02 Gary Clark IIAdded mention of the slip.faq.
1994-06-02 David GreenmanChanged id_iobase from short to u_short to fix bugs...
1994-06-02 Jordan K. HubbardNew schedule.
1994-06-02 Geoff Rehmetfix spelling error
1994-06-02 Andrey ChernovEmpty pathname disallowing ifdefed out
1994-06-02 Jordan K. HubbardFix a typo: `c-compiler'.
1994-06-02 Steven WallaceFixed: incorrect boundary condition which can incorrec...
1994-06-02 Jordan K. HubbardMake sc0 the default to match our GENERIC* kernels.
1994-06-02 Poul-Henning... fix to make vi.1 &c install.
1994-06-01 Jeffrey HsuInstall ipcs setgid to kmem. Bug report from Thomas...
1994-06-01 Andrey ChernovRemove obsoleted COM_BIDIR, FIFO_TRIGGER_* and "comcont...
1994-06-01 Poul-Henning... added missing trailing \n to the last line of generated...
1994-06-01 Paul RichardsAdded
1994-06-01 Paul RichardsAdded xten, controller for the X-10 driver
1994-06-01 Paul RichardsAdded xten to list of directories
1994-06-01 Paul RichardsAdded tw0 entry (xten driver)
1994-06-01 Paul RichardsAdded Gene Stark's xtend X-10 daemon.
1994-06-01 Andrey ChernovFix "cd ." non-POSIXness
1994-06-01 Paul RichardsAdded Gene Stark's X10 driver:
1994-06-01 Poul-Henning... Added new kernel source file 'config.c'. This file...
1994-06-01 Satoshi AsamiHow to set up a SLIP dialup line. This is just how...
1994-06-01 Poul-Henning... added a couple of files to CLEANFILES.
1994-06-01 Poul-Henning... added reference to vi-ref.1
1994-06-01 Poul-Henning... fixed the '#include' in the vi.1 manualpage. added...
1994-06-01 Andrew MooreRemove gawk from KNOWNBUGS (fixed)
1994-06-01 David GreenmanVastly improved trap.c from me. This rewritten version...
1994-06-01 David GreenmanNo longer use gs override to enforce range limits ...
1994-06-01 David GreenmanMade rcr2() an inline function.
1994-06-01 David GreenmanUse splimp/splx in MGET rather than disable/enable_intr...
1994-06-01 Andrey ChernovFix tputs to work properly, i.e. output maximal known...
1994-06-01 Andrey ChernovRestore bin.bin for /usr/libexec/uucp, uucp owner not...
1994-06-01 David GreenmanFixes from John Dyson for the bounce buffer bugs. The...
1994-06-01 Poul-Henning... added make.conf template, which does nothing.
1994-05-31 Wiljo HeinenAdded the s_ran.c to the sources so that non-fpu users...
1994-05-31 Andrey ChernovFrom Ache
1994-05-31 Karl LehenbauerAdded `port=' option for NFS mounts, as in SunOS. ...
1994-05-31 Andrey ChernovMade ospeed initialization working even if we will use
1994-05-31 Andrey ChernovDon't relay on baudrate define here
1994-05-31 Andrey ChernovOptimize previous ospeed fix
1994-05-31 Andrey ChernovAdd missing 38400, 57600 and 115200 baud to delay table
1994-05-31 Andrey ChernovProper initialize ospeed for tputs
1994-05-31 Poul-Henning... added pcmcia entry. Please mail me if you are into...
1994-05-31 Andrey ChernovFix tputs affcnt according to termcap(5), affects terminals
1994-05-31 Andrey ChernovFix bug with clearing EOL when standout active,
1994-05-31 Andrey ChernovFix previous fix.
1994-05-31 Andrew MooreCall fpsetmask(3) so awk doesn't dump core on FP except...
1994-05-31 Geoff RehmetProblem pointed out by Gene Stark: mput command breaks...
1994-05-31 Andrey ChernovRemove COM_BIDIR -- obsoleted option
1994-05-31 Andrey ChernovRemove COM_BIDIR/FIFO_TRIGGER_* -- obsoleted options
1994-05-31 Andrey ChernovCorrect supported hardware (multiports)
1994-05-31 Andrey ChernovFix probe for Boca-boards (NOMASTER case)
1994-05-31 Andrey ChernovComment out uucpd, not properly configured as default
1994-05-31 Andrey ChernovAdd missing uucp directories for search, whereis uucico...
1994-05-31 Andrey ChernovChange mode of libexec/uucp to 0755
1994-05-31 Andrey ChernovBack out previous change and allow uucico to run by...
1994-05-31 Jordan K. HubbardDocument options:
1994-05-31 Andrey ChernovMode 0775 for /var/spool/lock
1994-05-31 Andrey ChernovDon't need to restrict cu, it can be able to check...
1994-05-31 Andrey ChernovAllow uux and uucp to run by others,
1994-05-31 Andrey ChernovI forget to add BINGRP=$(group)
1994-05-31 Andrey ChernovDisallow uucp execution to others.
1994-05-31 Andrey ChernovAllow group "dialer" to run cu
1994-05-31 Andrey ChernovDon't allow others to run uuconv
1994-05-31 Andrey ChernovDon't allow others run uuchk
1994-05-31 Andrey ChernovDon't allow others run uuxqt
1994-05-31 Andrey ChernovDon't allow others run uucico
1994-05-31 Andrey ChernovChange /var/spool/uucp/* modes to 0775
1994-05-31 Andrey ChernovMake /usr/libexec/uucp uucp.uucp 0750
1994-05-31 Andrey ChernovMake /etc/uucp uucp.uucp 0770
1994-05-31 Andrey ChernovUncomment uucpd, now it works
1994-05-31 Andrey ChernovChange group to uucp group
1994-05-31 Andrey ChernovIntruduce new group for uucp, gid 66
1994-05-31 Andrey ChernovIntruduce new group for uucp, gid 66
1994-05-31 Andrey ChernovTab cleanup after multiply pacthes
1994-05-31 Andrey ChernovFix multiport probe bug pointed by John Capo:
1994-05-31 Andrey ChernovCorrect problem with *roff extention cause this error...
1994-05-30 Andrey ChernovReplace all .ti0 to .ti 0, *roff produce error
1994-05-30 Gary Clark II1. General cleanup.
1994-05-30 Andrey ChernovFrom Bruce:
1994-05-30 Paul TrainaIncorporate Geoff's patch to deal properly with this...
1994-05-30 Andrey ChernovRemove ttnread, now static
1994-05-30 Andrey ChernovFrom Bruce:
1994-05-30 Steven WallaceCurses library problems Medium * ...
1994-05-30 Steven WallaceFixes:
1994-05-30 Paul TrainaRemove bogus typecast -- compiler warning is valid...
1994-05-30 Paul TrainaChange return type for putchar() routine to deal with...
1994-05-30 Guido van RooijDocument the DUMMY_NOPS option. I already forgot its...
1994-05-30 Andrey ChernovComment out MCR_LOOPBACK in probe
1994-05-30 Andrey ChernovTemporary fix probe code, better solution is coming
1994-05-30 Andreas SchulzGet device.c correct. For older versions of XFree86...
1994-05-30 Jordan K. HubbardI don't have my c++ reference handy, but this member...
1994-05-30 Andrey ChernovMake bootblocks fit into 7168 limit
1994-05-30 Wiljo HeinenFinally eliminate /usr/local/bin from eth default searc...
1994-05-30 Andrey ChernovFrom Ache:
next