This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sys / kern /
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...
1994-02-25 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1994-02-24 Poul-Henning KampRoot must be able to do TIOCSPGRP on non-ctty-tty's...
1994-02-13 Andrey Chernov3 occurances of "ttyout" chaged to
1994-02-11 Guido van RooijNow 'ps' works inside ddb, just like the man page says...
1994-02-10 David GreenmanFixed previous bungled patch - variable declaration...
1994-02-10 David GreenmanPatch from John Dyson:
1994-02-08 Andrey ChernovSome cosmetique cleanup VMIN/VTIME code
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-05 Andrey ChernovThis commit was generated by cvs2svn to track changes...
1994-02-04 Garrett WollmanPlugged major security hole, per discussion with davidg.
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 David Greenman WINE/user LDT support from John Brezak, ported to...
1994-01-31 Andrey ChernovFixes from Bruce:
1994-01-31 David GreenmanUse M_IOBUF instead of M_TEMP for malloc'd buffers.
1994-01-29 Nate WillamsThis commit was generated by cvs2svn to track changes...
1994-01-29 David Greenman Fixed bug introduced by previous bug fix from Christ...
1994-01-28 Andrey Chernov1) Port NetBSD VMIN/VTIME stuff:
1994-01-26 Andrey ChernovThis commit was generated by cvs2svn to track changes...
1994-01-26 David GreenmanCompletely clear t_state on pty close. The previous...
1994-01-26 David GreenmanRemove confusing and incorrect comment inherited from...
1994-01-26 Christoph RobitschkoChanged vrele() calls to vn_close() for the controlling...
1994-01-24 Jordan K. HubbardThis commit was generated by cvs2svn to track changes...
1994-01-21 David GreenmanFix a couple of compiler warnings
1994-01-21 David GreenmanSystem V IPC code from Danny Boulet, chewed on a bit...
1994-01-19 J.T. ConklinAdd support for NULL timeval pointer for utimes(2)...
next