Set FIFO_TRIGGER in more human-readable form
[unix-history] / sys /
1994-01-29 Andrey ChernovSet FIFO_TRIGGER in more human-readable form
1994-01-28 Andrey Chernov_POSIX_VDISABLE incorrecly defined in two files
1994-01-28 Andrey ChernovFrom bde:
1994-01-28 Andrey Chernov1) Port NetBSD VMIN/VTIME stuff:
1994-01-28 Andrey Chernov1) Remove external (really static) decls from tty.c.
1994-01-28 Christoph Robitschkofixed panic with creating files in removed direectories
1994-01-28 David GreenmanCache fewer objects until the problems with caching...
1994-01-28 Rod GrimesAdded note that sys/fs/lfs was removed per Keith Bostic
1994-01-28 Jordan K. HubbardCould someone apply this patch to vm/vm_param.h? gbd...
1994-01-27 Martin RentersMinor changes in handling of bootfile names and some...
1994-01-27 Nate WillamsAdded -static declartion to genassym compile so a kerne...
1994-01-27 David GreenmanRemoved no longer used "wire" element in pv struct.
1994-01-27 David GreenmanMade pmap_is_managed a static inline function.
1994-01-27 Andrey ChernovAdd FIFO_TRIGGER value for sio.c
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 Nate WillamsWhoops, syntax error where I forgot a parenthesis.
1994-01-26 Andrey ChernovReplace old-style Joerg copyright to berkeley-style,
1994-01-26 Christoph RobitschkoChanged vrele() calls to vn_close() for the controlling...
1994-01-26 Nate WillamsFreeBSD modifications to driver.
1994-01-26 Nate WillamsNewer version of Herb Peyerl's 3C509 driver straight...
1994-01-25 Andrey ChernovFix error with tsleep loop
1994-01-25 Andreas SchulzPut some more info about the toshiba ethernet cards...
1994-01-25 Rod GrimesDo my fix that I have done to all the other ethernet...
1994-01-25 Rod GrimesMoved netrmp back out of the Attic, and put the lines...
1994-01-25 Rod GrimesDisabled sg disk driver in LINT since there is no sg...
1994-01-25 Andrey ChernovSound driver options added
1994-01-24 David GreenmanGet rid of a few more bytes with TCPDEBUG.
1994-01-24 Rod GrimesMake #includes look in the proper places for the new...
1994-01-24 Rod GrimesInitial import of NetBSD msdosfs, only changes made...
1994-01-24 Rod GrimesRemove netrmp from here, it was removed from the sys...
1994-01-24 Rod GrimesInitial versions of what this area is all about and...
1994-01-24 Andrey ChernovAdd Ctrl-Altr-Esc DBG key to RUKEYMAP (russian keymap)
1994-01-24 David Greenman1) base number of cache vm objects on NTEXT. Move initi...
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...
next