Removed a disgusting wart that attempts to verify that the data in the
[unix-history] / sys /
1994-03-22 David GreenmanFrom John Dyson: fixed bug in call to VOP_BMAP and...
1994-03-22 David GreenmanFrom John Dyson: Improved swap space allocation method...
1994-03-22 David GreenmanFrom mrl@teleport.com (Mostyn R. Lewis)
1994-03-22 Andrey Chernovfor SLIPDISC:
1994-03-22 Andrey ChernovSorry, backed out ttywflush removing, real place to...
1994-03-21 Andrey ChernovAdd siostop to sioclose, because ttyflush called from
1994-03-21 Andrey ChernovRemove ttywflush from pppclose,
1994-03-21 Andrey ChernovRemove ttyflush from ttyclose,
1994-03-21 Andrey ChernovRemove ttywflush from slclose, it cause
1994-03-21 Andrey ChernovMy previous changes was a bit incorrect in nullmodem...
1994-03-21 Andreas SchulzChanged the raw partition number from 3 to 0. This...
1994-03-21 Andreas SchulzMakefile.i386:
1994-03-21 Andrey Chernovwakeup t_out & t_raw for all carrier changes
1994-03-21 Andrey ChernovIncrease default DTR wait time up to 3 secs.
1994-03-21 Andrey ChernovNow printf("changing root... indicates raw partition...
1994-03-21 Andrey ChernovFix printf for root system mounted on second floppy
1994-03-21 Andrey ChernovFix for root system mounted on second floppy
1994-03-21 David GreenmanModified swap space allocation policy to be more conser...
1994-03-21 David GreenmanChanged dynamic stack grow code to grow by "SGROWSIZ...
1994-03-21 David Greenmanprevious optimization from John wasn't quite ready...
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 Guido van RooijMoved ttyfree() to ifdef broken. See my reply on the...
1994-03-20 Garrett Wollman#ifdef'ed out definition of sleep() now that nothing...
1994-03-20 Garrett WollmanGet rid of a nagging call to sleep() which crept back in.
1994-03-20 Garrett WollmanDelete some references to sleep() that somehow crept in.
1994-03-20 Garrett WollmanDeclare cpu_model, machine.
1994-03-19 Garrett WollmanAdded cpu_model and machine variables.
1994-03-19 Garrett WollmanDeclare ostype, osrelease, etc.
1994-03-19 Garrett WollmanDefine new osrelease, ostype, osbuild, osconfig variabl...
1994-03-19 Garrett WollmanRemove e-mail headers.
1994-03-19 David GreenmanBack out previous change to vm_page.h.
1994-03-19 David GreenmanCheck for error from VOP_BMAP(). Not doing so leads...
1994-03-19 Garrett WollmanAdded vfs_update_interval variable and UPDATE_INTERVAL...
1994-03-19 Garrett WollmanMore symtab space.
1994-03-19 David Greenmanvm_page_hold isn't quite up to handling the case where...
1994-03-18 Andrey ChernovRemove ttyfree from sioclose
1994-03-18 Andreas SchulzDisabled the free of the tty structure. Else we have...
1994-03-17 David Greenman#ifdef KERNEL the include of systm.h, as vm_page.h...
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-16 Garrett WollmanAdded recent changes by me and David.
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-16 David GreenmanIncreased VM_PAGEOUT_PAGE_COUNT from 4 to 6 pages....
1994-03-15 Andreas SchulzCatch the divide by zero bug earlier. If the drive...
1994-03-15 Andrey ChernovRemove x-bit from regular msdos files to reflect real...
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 Andreas SchulzPut a safety check in for the secsiz divide for the...
1994-03-14 David GreenmanPerformance improvements from John Dyson.
1994-03-14 Andrey ChernovChecking l_close in unneeded (one of my previous fixes),
1994-03-12 Garrett WollmanFix from Bruce Evans; dup() would turn itself into...
1994-03-11 Steven WallaceAdded explanation of EXCLUDE_<driver> options for sound...
1994-03-11 Steven WallaceRemoved EXCLUDE_<driver> for sound drivers so that...
1994-03-11 Steven WallaceUpdated documentation for the sound drivers.
1994-03-11 Steven WallaceAdded appropriate entries into files.i386 for snd drive...
1994-03-11 Steven WallaceUpdated include files for sound drivers.
1994-03-11 Steven WallaceIntegrated Hannu Savolainen's new VoxWare sound drivers...
1994-03-10 Andrey ChernovDon't call ttyclose twice into sioclose and move ttyclose
1994-03-08 Andrey ChernovFirst open:
1994-03-08 David GreenmanReduced pending IO max to make things a little less...
1994-03-08 Nate WillamsFrom: Jim Babb <babb@sedhps01.mdc.com>
1994-03-08 David GreenmanModified pccnprobe to not set cn_tp = CONSOLE_TTY if...
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-08 Rod GrimesAdd mcd1 at 0x340 irq 11.
1994-03-07 Garrett WollmanChanges: added descriptions of latest stuff from David...
1994-03-07 David GreenmanModified mbuf macros to reduce calls to malloc. From...
1994-03-07 David Greenman1) enhanced in_cksum from Bruce Evans.
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 Guido van RooijRemoved a #warning that I left here.
1994-03-06 Jordan K. HubbardUsed definable status codes (some may be sharable,...
1994-03-06 Jordan K. HubbardBeginning of change set for making more friendly laptop...
1994-03-06 Jordan K. HubbardBeginning of change set for making more friendly laptop...
1994-03-05 Andreas SchulzAdded more status bytes for the mitsumi drive. This...
1994-03-05 Jordan K. HubbardThis should stop the false probes in their slimey littl...
1994-03-05 David GreenmanUncomment some code that John previously commented...
1994-03-04 Andrey Chernov1) My previous fix does nothing, now Rod's fix rewrited...
1994-03-03 Garrett WollmanAdded kernel NTP PLL code from Dave Mills.
1994-03-02 Guido van RooijMade a failure when committing the last version.
1994-03-02 Guido van RooijTtys structures are now allocated dynamically via ttyma...
1994-03-02 Guido van RooijTtys structures are now allocated dynamically via ttyma...
1994-03-02 Andrey Chernov360 DD entry speed fixed to 250KBPS
1994-03-02 Andrew Moorefloppy tape support shouldn't interfere with floppy...
1994-03-02 David GreenmanMinor comment change.
1994-03-02 David GreenmanFix from John Dyson: the last param in a call to swap_p...
1994-03-01 Poul-Henning KampRemove last relic of the dcfclk driver.
1994-03-01 Andreas SchulzAdded the missing bzero after the malloc in aha1542...
1994-03-01 David GreenmanFix from Christoph Robitschko: the '790 interrupt table...
1994-03-01 Andrew Moorefloppy tape support still not quite there - it prevents
1994-02-28 Andrew MooreAdd floppy tape support.
1994-02-27 Poul-Henning Kampdcfclk driver obsoleted, sio/TIOCTIMESTAMP took over.
1994-02-27 Poul-Henning Kampdcfclk driver obsoleted by sio/TIOCTIMESTAMP.
1994-02-27 Garrett WollmanUpdated to reflect FreeBSD 1.1.
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...
next