Add files that used to be links.
[unix-history] / sys /
1994-01-24 David GreenmanFix for "cp -R" bug: the object cache count was too...
1994-01-24 Jordan K. HubbardThis commit was generated by cvs2svn to track changes...
1994-01-23 David GreenmanMuch better fix for the hanging console problem. This...
1994-01-23 David GreenmanBacked out previous commit as it requires additional...
1994-01-22 David GreenmanBrute-force fix for the "hanging console" problem....
1994-01-22 Rod GrimesMore sane AHA_RESET_TIMEOUT, from some testing by
1994-01-22 Rod GrimesNow prints ``on eisa'' if id_iobase >= 0x1000, and...
1994-01-22 Andreas SchulzAdded the correct typecast's to the untimeout calls...
1994-01-22 Rod GrimesRemove bogus and missleading comment, this has been...
1994-01-22 Rod GrimesIncreased TIMEOUT in wdwait from 2000 to 20000 since...
1994-01-22 Rod GrimesNo longer need SYSVIPC option, any of the SYSV options...
1994-01-22 Rod GrimesRemove sysvipc option, use the individual options to...
1994-01-22 Rod Grimes>From: julian@TFS.COM (Julian Elischer)
1994-01-22 Rod GrimesInitial versions of kernel Makefile stuff
1994-01-21 David GreenmanFix a couple of compiler warnings
1994-01-21 David GreenmanRemove some old, unused, major UGLY code.
1994-01-21 David GreenmanSystem V IPC code from Danny Boulet, chewed on a bit...
1994-01-20 David GreenmanPointed out by Wolfgang Solfrank:
1994-01-20 David GreenmanIncreased ARG_MAX to 32k.
1994-01-20 David GreenmanRemoved some more old unused code/comments. Added hack...
1994-01-20 David GreenmanImproved algorithm that calculates the pages in the...
1994-01-19 J.T. ConklinAdd support for NULL timeval pointer for utimes(2)...
1994-01-19 Guido van RooijRepaired broken utimes(2) system call. This is needed...
1994-01-18 Nate WillamsChanged the default 'reboot' routine from cpu_reset...
1994-01-18 Nate WillamsChanged the default syscons keymap to have <CTL-ALT...
1994-01-18 Nate WillamsAdded kernel routine 'shutdown_nice()' which sends...
1994-01-18 Nate WillamsReduced the delay amounts per patch submitted by gclark...
1994-01-17 David GreenmanRenamed kern__physio.c kern_physio.c as the current...
1994-01-17 David GreenmanImprovements mostly from John Dyson, with a little...
1994-01-17 David Greenmanchange sleep->tsleep.
1994-01-17 Rod GrimesAdd missing paren so that it now compiles.
1994-01-17 Rod GrimesRemoved at clause from LINT since it was wrong and...
1994-01-17 Jordan K. HubbardUndo previous change until we make up our minds about...
1994-01-16 Jordan K. HubbardFrom Gary Clark II:
1994-01-16 Martin RentersRemoved #ifndef __386BSD__ for inittodr() call. This...
1994-01-16 Andreas SchulzDocumented the drivers more in the LINT file. Added...
1994-01-16 Andreas SchulzCorrected the writing of my name. Added a sentence...
1994-01-16 Andreas SchulzUpdated the TODO file with missing things.
1994-01-16 Martin RentersNFS diskless support changes.
1994-01-16 Martin RentersNFS diskless support changes. The (*mountroot)() funct...
1994-01-16 Martin RentersBOOTP/TFTP boot strap program with NFS diskless support.
1994-01-16 Martin RentersNFS Diskless booting support added.
1994-01-15 Jordan K. HubbardFrom Rodney Volz:
1994-01-15 David GreenmanDon't allow zero length files to be exec'd (causes...
1994-01-15 David GreenmanMuch to my astonishment, packets in the loopback net...
1994-01-15 Andrey ChernovFix bug when RB_LEN == 0 && VMIN == 0 too.
1994-01-14 David GreenmanSmall patch that was accidently overlooked...from Marti...
1994-01-14 David GreenmanThis is a list of the changes to the vm system as of...
1994-01-14 David Greenman"New" VM system from John Dyson & myself. For a run...
1994-01-11 Andreas SchulzAdded the support for the Toshiba ethernet cards. It...
1994-01-11 Andreas SchulzThrown out the obsolete drivers in the TODO list.
1994-01-11 Andrey ChernovFrom ache:
1994-01-11 Andrey ChernovFix ugly error in ttywait:
1994-01-11 Rod GrimesAdd comment to MAX_SLOTS that it may need to be 16...
1994-01-10 Andrey ChernovCorrect Vresume size, we have now 32 bits for it.
1994-01-10 Andreas SchulzFirst beta version of the 3C509 driver changed for...
1994-01-10 Andreas SchulzCommitted the original NetBSD version of this driver...
1994-01-10 Andreas SchulzNow enabled the line for the 3C509 driver.
1994-01-09 Andreas SchulzI have a new adaptec 1542CF board bought, that has...
1994-01-09 Andreas SchulzAdded lines for an Etherlink III ( 3C509 ) driver.
1994-01-08 Andrey ChernovAfter some testing dma_pagesize reduced to 4096 for...
1994-01-08 Andrey ChernovGreat speedup ttread, if !(ICANON | ISIG), from bde.
1994-01-08 Nate WillamsWhen a probe fails print a 'not found' line instead...
1994-01-06 Rod GrimesSCSIDUMP option no longer needed, it is now standard.
1994-01-06 Rod Grimessddump code is now standard, no more options SDDUMP...
1994-01-06 David GreenmanFixed "free vnode isn't" panic in procfs that was cause...
1994-01-05 Rod GrimesFixed comment that refered to 8252 (we really have...
1994-01-05 Rod GrimesAdded dumps on wd0 to the end of all config lines so...
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...
1994-01-05 Nate WillamsAdded entry for new wd driver
1994-01-04 Nate WillamsWhoops, I committed an older version that didn't have...
1994-01-04 Nate WillamsUpdated config files for new multi-controller wd.c...
1994-01-04 Nate WillamsRemoved wx driver hooks.
1994-01-04 Nate WillamsRemoved wx driver hooks
1994-01-04 Nate WillamsTemporary hack to allow multiple controller support...
1994-01-04 Nate WillamsNew wd driver, based on Bruce Evans 'wx/altwd' driver...
1994-01-04 Andrey ChernovMissing ipprintfs declaration added -- kernel doesn't
1994-01-03 David GreenmanYanked out history section as it is unlikely there...
1994-01-03 David GreenmanIncreased maximum and default 'size' limits to more...
1994-01-03 David GreenmanFix from John Dyson for potential lost wakeup. Note...
1994-01-03 David GreenmanMinor change to move setting of SP register to setregs...
1994-01-03 David GreenmanConvert syscall to trapframe. Based on work done by...
1994-01-03 David GreenmanPatches from John Brezak (necessary for the syscall...
1994-01-02 Andrey ChernovTemporary plug CLOCAL security hole, while sticky bits
1993-12-31 David Greenmantemporarily change protection of /proc to be group...
1993-12-30 David GreenmanFix from John Dyson to report resident size correctly...
1993-12-30 David Greenmansplbio must be moved before call to incore because...
1993-12-30 David Greenmanchange maxprot of text to allow writes.
1993-12-26 David Greenmanallow retrieval of upages via a temporary hack
1993-12-24 David GreenmanAdded a comment. I should mention that the previous...
1993-12-24 David GreenmanMore minor optimizations and reorganized code to be...
1993-12-24 David GreenmanMinor optimization; no need to set protection if it...
1993-12-23 David GreenmanAdd missing '++', without which the system loops foreve...
1993-12-23 David GreenmanNuke a vm_page_deactivate call now that I understand...
1993-12-23 David GreenmanBug fix from John Dyson to remove a "this should never...
1993-12-22 David GreenmanRaised minimum buffer cache from 128k to 256k.
1993-12-22 David GreenmanFirst round of changes from John Dyson and myself to...
next