unix-history/.git
1993-11-28 Andreas SchulzCorrected a forward declaration to get rid of a compile...
1993-11-28 Andreas SchulzMoved a forward definition from a function into a more...
1993-11-28 Andreas SchulzChanged a forward declaration to match the actual function.
1993-11-28 Andreas SchulzDeleted a wrong definition of calloc and included stdli...
1993-11-28 Andreas Schulzdeleted a register definition from a "buf[20]" declaration.
1993-11-28 Andreas SchulzDeleted the extern wrong definition of inet_ntoa and...
1993-11-28 Andreas SchulzFixed the typo of return(news) to return(new).
1993-11-28 Andreas SchulzMoved the definition from extern lseek from a local...
1993-11-28 Andreas SchulzChanged types.h that the common struct definitions...
1993-11-28 Andreas SchulzChanged the location of an external declaration to...
1993-11-28 Andrey ChernovDirect #undefs removed to allow flexible manipulation
1993-11-28 Andreas SchulzGet rid of some compilation warnings.
1993-11-28 David GreenmanPatch from Gene Stark:
1993-11-28 David GreenmanPatch from Gene Stark:
1993-11-27 Andrey ChernovMove soundcard.h & ultrasound.h to proper location...
1993-11-27 Andrey ChernovFrom: hsu@soda.berkeley.edu
1993-11-27 Garrett WollmanDeclare cnopen, cnclose, and other console routines.
1993-11-27 David GreenmanDon't set splbio() in vfs_update, and don't set PCATCH...
1993-11-27 Paul RichardsAdded mkdep to list of things built in bootstrapld.
1993-11-27 David GreenmanFix some pointer casting that Garrett missed.
1993-11-27 Paul RichardsDeclared cn{open,close,read,write,ioctl,select} extern.
1993-11-27 Paul RichardsFix conflicting prototypes and return values.
1993-11-26 Garrett WollmanFix d_write_t -> d_rdwr_t (typing error).
1993-11-26 Garrett WollmanUse #include "kernel.h" to get hz variable, rather...
1993-11-25 David GreenmanRemove 'update' completely; it's an internal daemon...
1993-11-25 David GreenmanDon't start update daemon; it's now internel to the...
1993-11-25 David Greenmanmade update an internel daemon (code from John Dyson)
1993-11-25 David Greenmanfix from John Dyson for swap space "leak"
1993-11-25 David GreenmanPatch from Julian Elischer:
1993-11-25 Garrett WollmanMake the LINT kernel compile with -W -Wreturn-type...
1993-11-25 Jordan K. HubbardAdded -lgcc_pic back again.
1993-11-24 Andreas SchulzChanged the header title from SETPGRP to SETPGID in...
1993-11-24 Paul Richards/var/run is cleared on boot. Rerun 'ldconfig /usr/X386...
1993-11-23 Andreas SchulzAdded an MLINK command for the setpgrp system call...
1993-11-23 Nate WillamsSubject: Panic - can't mount route (Soren's changes)
1993-11-23 Andreas SchulzFixed a null ptr reference, found by apg@demos.su ...
1993-11-23 Christoph RobitschkoFrom: Andrew Valencia <vandys@cisco.com>
1993-11-23 Christoph RobitschkoChanged return(-1) in switch_scr to return(EINVAL)...
1993-11-23 J.T. ConklinSync with NetBSD version.
1993-11-23 J.T. ConklinPOSIX.2ification, from my work with NetBSD.
1993-11-23 J.T. ConklinPOSIX.2ifciation, from my work with NetBSD.
1993-11-23 J.T. ConklinPOSIX.2ification, from my work with NetBSD.
1993-11-23 J.T. ConklinPOSIX.2ification, from my work on NetBSD.
1993-11-23 J.T. ConklinPOSIX.2ifciations, from my work with NetBSD.
1993-11-23 J.T. ConklinPOSIX.2ification, from my work with NetBSD.
1993-11-22 J.T. ConklinChange for POSIX.2 compatibility: Accept either of...
1993-11-22 J.T. ConklinPOSIX.2ification, from my work with NetBSD.
1993-11-22 J.T. ConklinPOSIX.2ification.
1993-11-22 Nate WillamsStop gap measure until we can get Bruce's driver debugged.
1993-11-22 Jordan K. HubbardSome of the latest changes from Paul K (taken from...
1993-11-22 David GreenmanUpdated to include the Elite Ultra
1993-11-22 David Greenman * Revision 2.14 1993/11/22 10:55:30 davidg
1993-11-22 David Greenmanpatches necessary to allow "linear" memory mapping...
1993-11-22 David Greenmanpatches from Julian Elischer -
1993-11-22 Jordan K. HubbardCorrect range checking against M_LAST.
1993-11-22 Andrew MooreAllow a NULL pattern in global commands (i.e., g//...
1993-11-22 Jordan K. HubbardUpdated entries for London fron Julian Stacey
1993-11-22 Rod GrimesMissing part of Julians new scsi code, add new driver...
1993-11-20 David GreenmanFix address wrapping bug in munmap and smmap.
1993-11-20 Paul RichardsThe depend target in pic and eqn require the *.tab...
1993-11-20 Jordan K. HubbardIf we're not logging history information, don't demand...
1993-11-19 Jordan K. HubbardChange to close unhappy (non a.out) file descriptor...
1993-11-19 Andreas SchulzFixed typo in manpage mountd.8 . Found by Ch. Kukulies.
1993-11-19 David Greenmanadded 5us delay before checking BUSY flag to conform...
1993-11-18 Jordan K. HubbardRecent Paul K. changes for compiling X shared (tested...
1993-11-18 Rod GrimesUpdated for new scsi code from Julian.
1993-11-18 Rod GrimesAdded scsi, new command from Julian.
1993-11-18 Rod GrimesNew version of scsi code from Julian
1993-11-18 Andrey Chernovremove HAVE_SETPGRP, because it doesn't detach terminal
1993-11-18 Andrey ChernovIMAXBELL & PENDIN now cleared to satisfy new sio driver.
1993-11-18 Andrey ChernovFrom Ian Taylor.
1993-11-18 Garrett WollmanUpdated to work with new ICMP and PMTU Discovery.
1993-11-18 Garrett WollmanFixed comments.
1993-11-18 Garrett WollmanUpdated to work with changes for new ICMP and PMTU...
1993-11-18 Garrett WollmanAdded (disabled) initial support for Path MTU Discovery.
1993-11-18 Andrey Chernov-r option incorrectly removed:
1993-11-18 Garrett WollmanAdded (disabled) initial support for Path MTU Discovery.
1993-11-17 Andrey ChernovFix attach message, make separate line for it
1993-11-17 Garrett WollmanFixed comments that start within a comment, so code...
1993-11-17 Garrett WollmanFixed comments that begin within comments, so code...
1993-11-17 Garrett WollmanFixed comments that start within comments, so code...
1993-11-17 Garrett WollmanFixed comments that start within a comment, so code...
1993-11-17 Garrett WollmanIncreased symtab space and added two more options that...
1993-11-17 Jordan K. HubbardChange read() to fread() to get around problem with...
1993-11-17 Garrett WollmanFixed long-standing byte-order dependency in the printi...
1993-11-17 Nate WillamsFrom: Geoff Rehmet <g89r4222@braae.ru.ac.za>
1993-11-17 Garrett WollmanAdded all the NS, ISO, and CCITT stuff back in since...
1993-11-17 Garrett WollmanMake the display ofroute metrics which are not present...
1993-11-17 Garrett WollmanGet rid of comment-within-comment warnings.
1993-11-17 Garrett WollmanAdded RCS Ids to all files.
1993-11-17 Garrett WollmanAdded support for printing the whole collection of...
1993-11-17 Andrey ChernovZone name/diagnostic changed to fit in 50 chars
1993-11-17 Andrey ChernovLittle bugfix in russian timezone
1993-11-17 Andrey ChernovDiagnostic "RRS text relocation at %#x (symbol %s)"
1993-11-17 Rod GrimesNow install /sys/scsi as /usr/include/scsi for use...
1993-11-17 Andrey ChernovIf netmask == 0, new value changed from 0x8000 to 0x10000
1993-11-16 Rod GrimesNew manual pages from Julian for the new version of...
1993-11-16 Nate WillamsFrom: Gary Shaffer <grs@orcas.cbits.SAIC.Com>
1993-11-16 Nate WillamsFrom: csgr@alpha.ru.ac.za (Geoff Rehmet)
1993-11-16 Nate WillamsFrom: Geoff Rehmet <g89r4222@braae.ru.ac.za>
next