added my responsibility for the `cpm' port
[unix-history] / sys / kern /
1994-06-22 Jordan K. HubbardCommit a whole cluster of last minute critical (and...
1994-06-17 Paul RichardsThis commit was generated by cvs2svn to track changes...
1994-06-16 David GreenmanDisable pagescan daemon for now. It's an interesting...
1994-06-15 Jordan K. HubbardThis commit was generated by cvs2svn to track changes...
1994-06-14 David GreenmanFixes from John Dyson to fix a cache coherency problem...
1994-06-13 Sean VickeryThis commit was generated by cvs2svn to track changes...
1994-06-11 Paul RichardsRemoved the following lines from m_compress:
1994-06-07 Poul-Henning Kampmake sure that the pseudo_set isn't empty.
1994-06-02 Andrey ChernovEmpty pathname disallowing ifdefed out
1994-06-01 Poul-Henning Kampadded missing trailing \n to the last line of generated...
1994-05-30 Andrey ChernovFrom Bruce:
1994-05-30 Andrey ChernovFrom Bde:
1994-05-30 Andrey ChernovFrom Bde:
1994-05-30 Andrey ChernovFrom Ache:
1994-05-30 Andrey ChernovFrom Bde:
1994-05-29 Andreas SchulzPut back a missing NOBOUNCE around a call to vm_bounce_...
1994-05-29 David GreenmanFrom John Dyson:
1994-05-27 Joerg WunschThis commit was generated by cvs2svn to track changes...
1994-05-26 Andrey ChernovRemove rest of "trailing slashes" change
1994-05-26 Andrey Chernov"trailing slashes" backed out
1994-05-26 Andrey Chernov"trailing slashes" backed out
1994-05-25 Geoff Rehmetpunctuation change in logging of coredumps (to make...
1994-05-24 Andreas SchulzAdded last missing NOBOUNCE to compile a kernel again...
1994-05-23 Andrey ChernovSorry, offset beyong start of file fix was incorrect...
1994-05-22 Andrey ChernovFrom Bruce:
1994-05-22 Andrey Chernovlseek don't check offset beyond beginning of file
1994-05-22 Joerg WunschThis commit was generated by cvs2svn to track changes...
1994-05-18 Geoff RehmetThis commit was generated by cvs2svn to track changes...
1994-05-18 Geoff RehmetThis commit was generated by cvs2svn to track changes...
1994-05-17 Jordan K. HubbardThis commit was generated by cvs2svn to track changes...
1994-05-09 Andrey ChernovThis commit was generated by cvs2svn to track changes...
1994-05-07 Andrey ChernovFix bug found via flexfax:
1994-05-06 Andrew MooreThis commit was generated by cvs2svn to track changes...
1994-05-06 Gary Clark IIThis commit was generated by cvs2svn to track changes...
1994-05-05 Garrett WollmanFrom John Wroclawski <jtw@lcs.mit.edu>
1994-05-05 Geoff RehmetChange logging to core dumps, to log as LOG_INFO -...
1994-05-04 Garrett Wollmanmicrotime() now works, so INACCURATE_MICROTIME_IS_OK...
1994-05-04 Geoff RehmetGenerate a log message when a process terminates on...
1994-05-04 Rod GrimesUSL copyright
1994-05-01 David GreenmanFixed vnode leak that happens when a process does multi...
1994-04-26 David GreenmanHack to mask a bug elsewhere in the kernel related...
1994-04-25 David GreenmanFrom John Dyson:
1994-04-23 Garrett WollmanDefine new option, INACCURATE_MICROTIME_IS_OK. When...
1994-04-23 Andrey ChernovBruce's vnode fix backed out, perfomance reducing
1994-04-22 Andrey ChernovFix from Bruce:
1994-04-21 Garrett WollmanUpdated to latest version of NTP kernel PLL from Mills.
1994-04-21 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1994-04-20 Andrey Chernov1) Fix from Bruce:
1994-04-17 Geoff RehmetThis commit was generated by cvs2svn to track changes...
1994-04-17 Andrew MooreThis commit was generated by cvs2svn to track changes...
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 KampThis commit was generated by cvs2svn to track changes...
1994-04-13 Andrey ChernovFrom Bruce:
1994-04-06 Geoff RehmetThis commit was generated by cvs2svn to track changes...
1994-04-05 Andrey Chernovo Clean up my previous fix per bde suggestion
1994-04-05 David Greenmanfrom John Dyson:
1994-04-03 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1994-04-03 Andrey ChernovFix two bugs in slave ptys:
1994-04-02 Jordan K. Hubbard Add a little extra sanity checking so that end profil...
1994-04-02 David GreenmanChanged _profiling back to profiling.
1994-04-02 David Greenman New interrupt code from Bruce Evans. In additional...
1994-03-31 Andrey ChernovRemove compilation warning in ttyinfo
1994-03-30 David GreenmanEliminated the "physstrat" wart and merged it into...
1994-03-26 Andrey ChernovRestore incorrectly removed splclock() on reading p_sti...
1994-03-26 David Greenmanminor formatting and comment changes; removed some...
1994-03-23 Andrey Chernovtty/nullmodem "not open" printf ifdefed DIAGNOSTIC
1994-03-23 David GreenmanBounce buffers. From John Dyson with help from me.
1994-03-23 Andrey ChernovSet of changes from Bruce:
1994-03-22 Andrey Chernovfor SLIPDISC:
1994-03-21 Andrey ChernovRemove ttyflush from ttyclose,
1994-03-21 Andrey ChernovMy previous changes was a bit incorrect in nullmodem...
1994-03-21 Andrey Chernovwakeup t_out & t_raw for all carrier changes
1994-03-21 David GreenmanChanged dynamic stack grow code to grow by "SGROWSIZ...
1994-03-20 Garrett WollmanOops, forgot to check in last bit of sleep() removal.
1994-03-20 David GreenmanTwo fixes from John Dyson to fix hangs and panics when...
1994-03-20 Garrett Wollman#ifdef'ed out definition of sleep() now that nothing...
1994-03-19 Garrett WollmanRemove e-mail headers.
1994-03-19 Garrett WollmanAdded vfs_update_interval variable and UPDATE_INTERVAL...
1994-03-19 David Greenmanvm_page_hold isn't quite up to handling the case where...
1994-03-17 David GreenmanIncreased maximum protection for data segment to VM_PRO...
1994-03-16 David GreenmanReturn EPERM if hard linking to a directory as required...
1994-03-15 David GreenmanDon't ever allow hard links to directories.
1994-03-15 Garrett WollmanForgot to set SUGID in set-id exec.
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-14 David GreenmanPerformance improvements from John Dyson.
1994-03-12 Garrett WollmanFix from Bruce Evans; dup() would turn itself into...
1994-03-08 Andreas SchulzForget half of the static declarations. Now the xxx_rcv...
1994-03-08 Andreas SchulzMake the shmat,shmctl,shmdt,shmget routines static.
1994-03-07 David Greenman 1) "Pre-faulting" in of pages into process address...
1994-03-07 David GreenmanChanged ipcaccess from static to extern as it is no...
1994-03-06 Jordan K. HubbardBeginning of change set for making more friendly laptop...
1994-03-03 Garrett WollmanAdded kernel NTP PLL code from Dave Mills.
1994-03-02 Guido van RooijTtys structures are now allocated dynamically via ttyma...
1994-03-01 Poul-Henning KampRemove last relic of the dcfclk driver.
1994-02-27 Poul-Henning KampA litte trouble with declarations of boot() and panic...
1994-02-27 Poul-Henning KampThis commit was generated by cvs2svn to track changes...
1994-02-26 Garrett WollmanAdd LBL's kernel random-number generator. Nothing...
1994-02-26 David GreenmanPatch from John Dyson to fix a bug where a panic will...
next