Change from Bruce:
[unix-history] / sys / sys /
1994-04-02 David Greenman New interrupt code from Bruce Evans. In additional...
1994-03-31 David Greenmancorrected comment.
1994-03-23 David GreenmanBounce buffers. From John Dyson with help from me.
1994-03-23 Andrey ChernovSet of changes from Bruce:
1994-03-20 Garrett WollmanDeclare cpu_model, machine.
1994-03-19 Garrett WollmanDeclare ostype, osrelease, etc.
1994-03-16 Garrett WollmanDefined _POSIX_* to be one, rather than just empty.
1994-03-16 Garrett Wollman Defined _POSIX_SAVED_IDS per bde and P1003.1.
1994-03-15 Garrett WollmanImplement 4.4's SUGID flag, which keeps track of proces...
1994-03-15 Garrett WollmanAdded David Mills' kernel NTP PLL code. The current...
1994-03-07 David GreenmanModified mbuf macros to reduce calls to malloc. From...
1994-03-07 David Greenman 1) "Pre-faulting" in of pages into process address...
1994-03-02 Guido van RooijTtys structures are now allocated dynamically via ttyma...
1994-02-27 Poul-Henning KampThis commit was generated by cvs2svn to track changes...
1994-02-25 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1994-02-24 Poul-Henning KampI have added
1994-02-07 Rod GrimesCleanup spacing from long ago, seems some sections...
1994-02-07 Nate WillamsSIG_ERR is a POSIX signal, so bring it out of the non...
1994-02-07 Nate WillamsAdded definition for BADSIG.
1994-02-07 Andrew MooreThis commit was generated by cvs2svn to track changes...
1994-02-07 Andrew MooreThis commit was generated by cvs2svn to track changes...
1994-02-07 Andrew MooreAdd floppy tape support
1994-02-05 Steven WallaceReplaced certain character arrays in structures with...
1994-02-05 Andrey ChernovThis commit was generated by cvs2svn to track changes...
1994-02-04 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1994-02-04 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1994-02-03 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1994-01-31 David Greenman WINE/user LDT support from John Brezak, ported to...
1994-01-31 Andrey ChernovPartially restore _POSIX_VDISABLE per Bruce suggestions.
1994-01-29 Nate WillamsThis commit was generated by cvs2svn to track changes...
1994-01-29 Rod GrimesPatch from Julian. Commit message by me.
1994-01-28 Andrey Chernov_POSIX_VDISABLE incorrecly defined in two files
1994-01-28 Andrey ChernovFrom bde:
1994-01-28 Andrey Chernov1) Remove external (really static) decls from tty.c.
1994-01-26 Andrey ChernovThis commit was generated by cvs2svn to track changes...
1994-01-24 Jordan K. HubbardThis commit was generated by cvs2svn to track changes...
1994-01-21 David GreenmanSystem V IPC code from Danny Boulet, chewed on a bit...
1994-01-20 David GreenmanIncreased ARG_MAX to 32k.
1994-01-19 J.T. ConklinAdd support for NULL timeval pointer for utimes(2)...
1994-01-14 David Greenman"New" VM system from John Dyson & myself. For a run...
1994-01-05 Wiljo HeinenThis commit was generated by cvs2svn to track changes...
1994-01-05 Wiljo HeinenThis commit was generated by cvs2svn to track changes...
1994-01-05 Wiljo HeinenThis commit was generated by cvs2svn to track changes...
1994-01-05 Wiljo HeinenThis commit was generated by cvs2svn to track changes...
1993-12-22 David GreenmanFirst round of changes from John Dyson and myself to...
1993-12-21 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1993-12-20 Garrett WollmanLet the linker keep track of pseudo-devices needing...
1993-12-20 Garrett WollmanAdded MAKE_SET, TEXT_SET, DATA_SET, BSS_SET, ABS_SET...
1993-12-19 Andrew MooreComment out definitions of u_/quad in <sys/types.h...
1993-12-19 Andrew Mooremount.h and vnode.h evidently depend on quad and u_quad, so
1993-12-19 Andrew MooreCorrected (?) definition of u_quad_t:
1993-12-19 Andrew Mooreadding libc/quad:
1993-12-19 Garrett WollmanMake everything compile with -Wtraditional. Make it...
1993-12-16 Andrey ChernovThis commit was generated by cvs2svn to track changes...
1993-12-15 Andrey ChernovMake ttydefaults 8-bit clean.
1993-12-12 David Greenman1) Added proc file system from Paul Kranenburg with...
1993-11-30 Andreas SchulzFixed the error, that makes g++ fail in compiling groff...
1993-11-28 Andreas SchulzChanged types.h that the common struct definitions...
1993-11-25 Garrett WollmanMake the LINT kernel compile with -W -Wreturn-type...
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-17 Garrett WollmanGet rid of comment-within-comment warnings.
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-12 Christoph RobitschkoAdded flags field to mfs_args, and added flag MFSMNT_SI...
1993-11-10 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1993-11-09 Garrett WollmanFixed protection of SYSLOG_NAMES information. It turns...
1993-11-07 Garrett WollmanAdded the netrmp protocol from the Net/2 tape. While...
1993-11-07 Garrett WollmanAdded syscall entries for MACHVMCOMPAT.
1993-11-07 Garrett WollmanMade all header files idempotent and moved incorrect...
1993-11-04 Paul RichardsModified exec header to midmag format.
1993-10-31 Paul RichardsThis commit was generated by cvs2svn to track changes...
1993-10-24 Paul RichardsPropagated syscall changes for domainname calls.
1993-10-24 Paul RichardsThis commit was generated by cvs2svn to track changes...
1993-10-24 Paul RichardsAdded set/getdomainname system calls.
1993-10-24 Rod GrimesChage ISOFSMNT_NORRIP to just be MNT_NORRIP and remove...
1993-10-18 David GreenmanFrom John Dyson and David Greenman
1993-10-16 Rod GrimesRemoved all patch kit headers, sccsid and rcsid strings...
1993-10-13 Christoph RobitschkoAdded MNT_NOCORE flag.
1993-10-12 Rod GrimesRemove patch kit header, add $Id$
1993-10-11 Rod GrimesAdded MOUSEDISC so when ever we get around to doing...
1993-10-09 David GreenmanMake SYSV shared memory prototypes agree with System V.
1993-10-08 Rod GrimesALL:
1993-10-08 Rod GrimesMissing header file from Net/2 tape.
1993-10-08 Rod GrimesAdded uname system call, autogenerated via make init_sy...
1993-10-08 Jordan K. HubbardAdded utsname.h for uname
1993-09-28 Jordan K. HubbardChanges to go with syscons updates.
1993-09-27 Rod GrimesAdd declares for shared memory routines, needed by...
1993-09-26 Rod GrimesAdded QMAGIC define so that I can upgrade a.out.h to...
1993-09-24 Rod GrimesAdded #if defined(__P)/#undef __P/#endif before declara...
1993-09-10 Nate WillamsRemoved volatile functions which were causing grief...
1993-09-05 Rod GrimesSCSI code update from Julian.
1993-08-28 Rod GrimesRevised headers from Julian. Support for generic scsi.
1993-08-27 Rod GrimesKernel support for ppp 1.3 + fixes
1993-08-25 Andrew Mooreadding fpgetround(3) IEEE floating point environment...
1993-08-04 Paul RichardsImproved explanation of __pure and __dead and put the...
1993-08-01 Rod GrimesBADSIG was being used inplace of the POSIX name SIG_ERR...
1993-07-31 Andrew MooreThis commit was generated by cvs2svn to track changes...
1993-07-30 Andrew MooreThis commit was generated by cvs2svn to track changes...
1993-07-30 Jordan K. HubbardWhoops - try again. Include safeties.
next