unix-history/.git
1994-04-16 Gary Clark IIUpdate all faq-segments to my current level.
1994-04-16 Gary Clark IIadding faq-segments
1994-04-16 Gary Clark IIimport of FAQ-segments
1994-04-16 Jordan K. HubbardOne small change to point adduser at the right place...
1994-04-16 Jordan K. HubbardAdd the adduser and configit programs. ROD: Please...
1994-04-16 Rod GrimesFix so that ../sys files are copied on a make install...
1994-04-16 David GreenmanIncreased buffer size a little.
1994-04-15 Sean VickeryAs a result of the distribution crontab, /usr/libexec...
1994-04-15 Andrey ChernovFix -f descriptor.
1994-04-15 Geoff Rehmetminor typo in stat.2 man page
1994-04-15 Andrey ChernovBump expdir limit to 16384, Taylor 1.05 configure fails...
1994-04-15 Sean VickeryChanged /var/spool/mail references to /var/mail in...
1994-04-15 Sean VickeryThe manual page for mail now correctly identifies the...
1994-04-15 Jordan K. HubbardAdded the FAQ data files.
1994-04-15 Jordan K. HubbardThis is the first cut at the FreeBSD 1.1 FAQ. Thanks...
1994-04-15 Sean VickeryFixed login in f_nouser and f_nogroup so -nouser and...
1994-04-14 Garrett WollmanMade non-leap-second-cognizant rules the default, even...
1994-04-14 Garrett WollmanDocument David & John's latest VM enhancements.
1994-04-14 David GreenmanFrom John Dyson - fix for bug in kern_physio where...
1994-04-14 David GreenmanChanges from John Dyson and myself:
1994-04-13 Poul-Henning... added md5
1994-04-13 Poul-Henning... FreeBSD'ed the Makefile.
1994-04-13 Garrett WollmanChange $Header$ to $Id$ so that the comment at the...
1994-04-13 Poul-Henning... This commit was generated by cvs2svn to track changes...
1994-04-13 Poul-Henning... This is the md5 program from cert.org, no changes made...
1994-04-13 Andreas SchulzFixed up two typos in the man page. Found by Christop...
1994-04-13 Andreas SchulzChange the private declarations from dlopen,dlclose...
1994-04-13 Andreas SchulzBetter link ldconfig static instead dynamic.
1994-04-13 Garrett WollmanAdded more missing links for functions.
1994-04-13 Andreas SchulzChanged the Makefiles for catman and makewhatis that...
1994-04-13 Garrett WollmanNote that UTF-2 is also called UTF-8 by some people.
1994-04-13 Jordan K. HubbardAdd a bit more information about world build.
1994-04-13 David GreenmanAdd delays after changing from 8/16 - 16/8 bit mode...
1994-04-13 Andrey ChernovMake all devices at least 2*64K buffers, 2*32K buffers
1994-04-13 Andrey Chernovsnd7 config line corrected, irqaremoved
1994-04-13 Andrey Chernovsnd7 config line corrected, irq removed
1994-04-13 Andrey ChernovNow SoundDriver use 64K DMA region instead of older...
1994-04-13 Andrey ChernovFrom Bruce:
1994-04-13 Andrey ChernovAdded prototype for contigmalloc function (see kern_mal...
1994-04-13 Andrey ChernovDon't get status of uucpd lines, normal pgms
1994-04-12 Geoff RehmetRemove lpa from the generic kernels - one step closer...
1994-04-12 Andrey ChernovPatch from S0ren, 80x50 font trashed after switching...
1994-04-11 Andrey ChernovTenmicrosec change backed out, because our DELAY is...
1994-04-11 Garrett Wollman/dev/null was not a very good choice of shell for login...
1994-04-11 Garrett WollmanFixed ANSI bugs found by Justin T. Gibbs and Bruce...
1994-04-11 Andreas SchulzPut the INT_MIN and INT_MAX into conditionals. They...
1994-04-11 Andrey ChernovWe have a better way to wait ten microseconds then...
1994-04-11 Geoff RehmetAdd big and ugly warning to users of lpa that
1994-04-10 Poul-Henning... made 'make clean' remove *.ps files.
1994-04-10 David GreenmanFixed brokeness in the support of the 83C790/Elite...
1994-04-10 Poul-Henning... Corrected a bit of confusion
1994-04-10 Andreas SchulzFixed a little typo in the man page.
1994-04-10 Geoff RehmetModify wdprobe() to correctly recognise some 2 drive...
1994-04-10 Geoff RehmetTruncate hostnames longer than HOST_WIDTH so that
1994-04-10 Andrey ChernovRestore badly commented out MAPLOWER/MAPUPPER
1994-04-10 Andrey Chernovmail a+rwxt changes backed out
1994-04-09 Andreas SchulzCorrect a typo in the manpage. I didn't find anywhere...
1994-04-09 Andrey ChernovAdd umask(022), in other case you may got /etc/passwd...
1994-04-09 Andreas SchulzReplace a usage of gets with fgets.
1994-04-09 Andreas SchulzCommented out now a suspicious looking MAPLOWER 0xa3...
1994-04-09 Andreas SchulzChanged a return(__swalk_sflush) to a return(__swalk_sf...
1994-04-09 Andreas SchulzAdd prototype functions for flockfile and funlockfile...
1994-04-09 Andreas SchulzComment out a private INT_MAX/INT_MIN definition to...
1994-04-09 Geoff Rehmetmake libutil be linked in dynamicly instead of staticly
1994-04-08 Geoff RehmetAdded RCS id's, little tidy up.
1994-04-08 Geoff Rehmetchange to lptioctl
1994-04-08 Geoff Rehmetlink nvi to view (this better be all now)
1994-04-08 Geoff Rehmetadded MAN1+= vi.1, and link to nvi.1
1994-04-08 Geoff Rehmetadded locale to Makefile for /usr/src/share
1994-04-07 David GreenmanDon't queue, deliver according to sendmail config.
1994-04-07 Andrey ChernovFix arguments of CONS_GETINFO
1994-04-07 Andrey ChernovMore EXCLUDE_ options added,
1994-04-07 Andrey ChernovRemove unneded irq/drq/vector from snd?
1994-04-07 Garrett WollmanWanted to make sure we had an explanation of the memory...
1994-04-07 Andrey ChernovSkip idle info on uu-lines from uucpd
1994-04-07 Andrey ChernovNow wall skips uu-lines produced by uucpd.
1994-04-07 Andrey ChernovChange uucp%d lines to uu%d lines, because ut_line
1994-04-07 Andrey ChernovMake possibility to write utmp entry for non-tty lines,
1994-04-07 Andrey Chernovo Change fake line from uucp%d to uu%d, because it...
1994-04-07 Andrey ChernovRemove sleep(2) waiting for DTR, now sio can do it...
1994-04-07 Andreas SchulzChanged a macro name from _Q to _Q2 to avoid a clash...
1994-04-07 Andreas SchulzCorrected the Makefile, it has used SRCDIR our macro...
1994-04-07 Andreas SchulzSwap also the undef macros for tolower and toupper...
1994-04-07 David Greenmanfrom kimmel@varese.cs.umass.edu (Matt Kimmel):
1994-04-07 David GreenmanPatch from Sean Vickery <seanv@cs.uq.edu.au>:
1994-04-07 Geoff Rehmetlocale support broke tolower and toupper -
1994-04-07 David GreenmanMake Bruce happy: silently enter ddb on a BPT or trace...
1994-04-07 Andreas SchulzFixed the isphonogram and isspecial macros, they used...
1994-04-07 Paul Richardsremove trailing space after \.
1994-04-07 Andrey ChernovTset incorrectly assign to TERM first terminal name...
1994-04-07 Andrey ChernovFix error with path like /a/./b (from N. Dudorov)
1994-04-06 Andrey Chernovo Obsoleted defines removed, text cleaned
1994-04-06 Geoff RehmetUpdate lpt(4) man page to reflect recent changes to...
1994-04-06 Geoff RehmetAdded lptcontrol(1)
1994-04-06 Geoff RehmetAdded lptcontrol(1):
1994-04-06 Geoff RehmetThis commit was generated by cvs2svn to track changes...
1994-04-06 Andrey ChernovChange default permission of /var/mail to 01777, because
1994-04-06 Garrett WollmanPer Keith Bostic, wchar_t should not be defined in...
1994-04-06 Paul RichardsFix installation of manual pages. Each page needed...
1994-04-06 Geoff RehmetChanges to lpt driver:
next