Remove type cast for fillw's second arg; it messed up the pointer arith
[unix-history] / sys /
1993-12-21 David GreenmanRemove type cast for fillw's second arg; it messed...
1993-12-21 David GreenmanChanged pointer type from caddr_t to void * for fillw...
1993-12-21 Garrett WollmanAdded line disciplines for NTP radio clock support...
1993-12-21 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1993-12-21 David GreenmanConverted vm_page bit fields to flags to allow for...
1993-12-21 Andrey ChernovSeparate read/write and format GAPs.
1993-12-21 Andrey ChernovUse separate fields for format GAP and read/write GAP.
1993-12-21 Paul RichardsDon't cast 2nd arg to fillw() per David's comments...
1993-12-21 Paul Richardscast arg 2 of fillw() calls to type caddr_t as in pccons.
1993-12-20 Garrett WollmanLet the linker keep track of pseudo-devices needing...
1993-12-20 David GreenmanFix from Bruce Evans:
1993-12-20 David GreenmanMake kmstartup and mcount void functions.
1993-12-20 Garrett WollmanRename aout_imgact.c and shell_imgact.c to imgact_...
1993-12-20 Garrett WollmanAdded MAKE_SET, TEXT_SET, DATA_SET, BSS_SET, ABS_SET...
1993-12-20 Garrett WollmanDocument use of counters 29 and 30 for CCITT netisrs.
1993-12-20 Garrett WollmanSeparated netisrs for pkintr() (X.25) and hdintr()...
1993-12-19 Garrett WollmanFixed dependence on pseudo-device header files now...
1993-12-19 Garrett WollmanUpdate for new quad code. (Anonymous unions are not...
1993-12-19 Andrew MooreComment out definitions of u_/quad in <sys/types.h...
1993-12-19 Andrew MooreReplace u_/quad declrs in the kernel with unions {...
1993-12-19 Garrett WollmanAdded support for X.25 as a network-layer protocol...
1993-12-19 Andrew Mooremount.h and vnode.h evidently depend on quad and u_quad, so
1993-12-19 Garrett WollmanFixed warnings in netstat found by David Greenman.
1993-12-19 Andrew MooreCorrected (?) definition of u_quad_t:
1993-12-19 Andrew Mooreadding libc/quad:
1993-12-19 Andrew Mooreadding libc/quad:
1993-12-19 Andrey ChernovWarning "root directory is not a multiple of the clust...
1993-12-19 Garrett WollmanMake everything compile with -Wtraditional. Make it...
1993-12-19 Andrey ChernovMedia table reorganization.
1993-12-19 Andrey ChernovFrom vak@kiae.su:
1993-12-18 Andrey ChernovFix tsleep "waitvt" wait data from vak@kiae.su
1993-12-18 Andrey ChernovReorganization of format table.
1993-12-18 Andrey ChernovRTCFDT_720K (physical drive 720K) added.
1993-12-16 Andrey ChernovAdded following formats (derived from MSDOS fdformat):
1993-12-16 Andrey ChernovThis commit was generated by cvs2svn to track changes...
1993-12-16 Andrey ChernovChange default dtrwait value to 2 seconds.
1993-12-16 Andrey ChernovNo more partition bits in floppy minor.
1993-12-15 Andrey ChernovMake ttydefaults 8-bit clean.
1993-12-13 Andrew Moorewt.c - version 1.3
1993-12-13 David Greenmanset output flags to ttydefault if COMCONSOLE is defined.
1993-12-13 David GreenmanDon't put unnamed annonymous objects on the hash list...
1993-12-13 David GreenmanIncorporated two fixes from Charles Hannum. The first...
1993-12-13 Christoph RobitschkoMake tcp_debug.c compile when TCPDEBUG is defined.
1993-12-13 David Greenmanadded some panics to catch the condition where pmap_pte...
1993-12-13 Andrey ChernovAdd more strictly size check into Fdopen to eliminate
1993-12-13 Andrey ChernovOld tty.c version always acts like
1993-12-12 Andrey ChernovAdd 360K floppy support.
1993-12-12 Andrey ChernovAdd popular 720k floppy in HD drive floppy type.
1993-12-12 David Greenman1) Added proc file system from Paul Kranenburg with...
1993-12-12 Jordan K. HubbardFolllow Bruce's advice in reducing dma_pagesize to...
1993-12-11 Andreas SchulzDeleted the private cleandir target. It didn't had...
1993-12-11 Andrey ChernovRemove compiler warning:
1993-12-11 Andrey ChernovForce HUPCL in bidirectional port open.
1993-12-09 Andrey Chernov1) Fix error with port recognition, speed initializatio...
1993-12-09 David GreenmanChanged fork so that it zeroes entire proc structure...
1993-12-09 David GreenmanModified Geoff Rehmet's patch to eliminate redundant...
1993-12-09 Garrett WollmanAdded separate file with the interesting variable decla...
1993-12-06 Garrett WollmanFixed spelling error. Added NSIP (XNS over IP). Fixed...
1993-12-06 David GreenmanPatch from sovs@diku.dk:
1993-12-04 Andreas SchulzFixed the error that a Fdopen succeeds without a found...
1993-12-03 Andrew MooreFrom: Jeffrey Hsu <hsu@soda.berkeley.edu>
1993-12-03 Andrew MooreReset fdc during probe.
1993-12-02 David GreenmanPatch from Andy Heffernan <ahh@netcom.com>
1993-11-30 Andreas SchulzFixed the error, that makes g++ fail in compiling groff...
1993-11-29 Andrey Chernovwmesg was too long (>7), fixed
1993-11-29 Andrey ChernovMake fill_eproc more robust:
1993-11-29 Andrey ChernovWeird kern_kinfo bug, fix continued:
1993-11-29 David Greenman * Revision 2.16 1993/11/29 16:55:56 davidg
1993-11-29 David GreenmanUse slightly less disgusting double cast to quiet compi...
1993-11-29 David GreenmanAdded disgusting kludge to get rid of compiler warning...
1993-11-29 Andrey ChernovWeird bug with kern_kinfo now fixed! (applauds)
1993-11-29 David Greenman Fixed some bugs I introduced when integrating Mike...
1993-11-28 Andreas SchulzChanged types.h that the common struct definitions...
1993-11-28 Andrey ChernovDirect #undefs removed to allow flexible manipulation
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 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 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 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-23 Nate WillamsSubject: Panic - can't mount route (Soren's changes)
1993-11-23 Christoph RobitschkoChanged return(-1) in switch_scr to return(EINVAL)...
1993-11-22 Nate WillamsStop gap measure until we can get Bruce's driver debugged.
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-20 David GreenmanFix address wrapping bug in munmap and smmap.
1993-11-19 David Greenmanadded 5us delay before checking BUSY flag to conform...
1993-11-18 Rod GrimesNew version of scsi code from Julian
1993-11-18 Garrett WollmanUpdated to work with new ICMP and PMTU Discovery.
next