Reenable objective-C using Curt Hagenlocher's new Makefile (and a few
[unix-history] / sys /
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.
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 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 Nate WillamsFrom: Geoff Rehmet <g89r4222@braae.ru.ac.za>
1993-11-17 Garrett WollmanGet rid of comment-within-comment warnings.
1993-11-17 Andrey ChernovIf netmask == 0, new value changed from 0x8000 to 0x10000
1993-11-16 David Greenmannew process tracing code from Sean Eric Fagen (sef...
1993-11-16 Garrett WollmanAdded prototypes and declared missing parameter and...
1993-11-16 Garrett WollmanPer our agreement, IFF_ALTPHYS is now defined and occup...
1993-11-16 Andrey ChernovWe don't want shared boot, so -Bstatic added to ld...
1993-11-16 Paul RichardsChanged -Z back to -z.
1993-11-15 Paul RichardsChanged -z to -Z so we create old-style ZMAGIC kernels.
1993-11-15 Garrett WollmanAdded a few prototypes and missing return-type/argument...
1993-11-15 Andrey Chernovtimeout+sleep changed to tsleep
1993-11-14 Andrey Chernovif netmask == 0, then the loopback code can do some...
1993-11-14 Andrey ChernovNew sio driver from Bruce.
1993-11-14 Andrey ChernovCorrect CTS/RTS flags, add more flags for new sio from...
1993-11-14 Garrett WollmanOops. David noticed that if_mtu is declared as a short...
1993-11-14 Jordan K. HubbardAdded Paul K's fix to remove backing_object from the...
1993-11-14 Rod GrimesAdd _bde_exists: label so that the global is really...
1993-11-14 Garrett WollmanBump the loopback MTU up to the maximum allowed by...
1993-11-13 Rod GrimesRemoved item(s) DIANOSTIC since I have corrected the...
1993-11-13 Rod GrimesReplace #ifdef DIANOSTIC with #ifdef DIAGNOSTIC, this...
1993-11-13 Rod Grimes>From Charles Hannum
1993-11-13 Garrett WollmanDeclare `loif' once and for all in if.h since so many...
1993-11-13 David GreenmanFirst steps in rewriting locore.s, and making info...
1993-11-13 Andrey ChernovRestore NTTYDISC discipline entry (it is equal to TTYDI...
1993-11-12 Nate WillamsFrom: Mark Tinguely <tinguely@plains.nodak.edu>
1993-11-12 Rod GrimesBumping version from 1.0.1 to 1.0.10, 1.0.2 to 1.0...
1993-11-12 Christoph RobitschkoAdded flag MFSMNT_SIGPPID.
1993-11-12 Christoph RobitschkoAdded flags field to mfs_args, and added flag MFSMNT_SI...
1993-11-12 Garrett WollmanRFC 1122 forbids non-gateways from sending ICMP redirec...
1993-11-11 David GreenmanThis documentation was dug-up by John Dyson. It's proba...
1993-11-10 Garrett WollmanAdd some support for _POSIX_CHOWN_RESTRICTED disabling...
1993-11-10 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1993-11-10 Andrey ChernovFix some kinda security hole:
1993-11-09 Garrett WollmanFixed protection of SYSLOG_NAMES information. It turns...
1993-11-09 Andrey Chernov#ifdef DEBUG in hzto() changed to #ifdef DIAGNOSTIC...
1993-11-09 Andrey ChernovFix typing error in acctwatch()
1993-11-09 Andrey ChernovReverted back to Bruce's hzto() version, because origin...
1993-11-09 Andrey Chernovacctwatch() timeout:
next