Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-01-13 | Workaround for fpu_cleanup panic. We just ignore it. I'm going to | Jason Wright | |
look further into really fixing this problem. | |||
1998-01-12 | No need for f00f workaround on I686_CPU only | Tobias Weingartner | |
kernel. Thanks to various people for noticing this. | |||
1998-01-12 | Obsure, old NEC SCSI semi-disk. A big blob of RAM with a SCSI disk interface. | kstailey | |
1998-01-12 | Free cookies correctly in case of error | Constantine Sapuntzakis | |
1998-01-11 | disklabel spoofing for FAT32. | Niels Provos | |
1998-01-11 | FAT32 support from NetBSD by Wolfgang Solfrank. | Niels Provos | |
1998-01-11 | pretty print | Theo de Raadt | |
1998-01-11 | scanset probing like pccons does; vons@usa.net | Theo de Raadt | |
1998-01-11 | Fix a couple spinlock references. More code motion in vfs_subr.c | Constantine Sapuntzakis | |
1998-01-10 | A couple more splbio()s in vfs_bio plus moving around a couple functions. | Constantine Sapuntzakis | |
1998-01-10 | Broke up vfs_subr.c which was getting a bit huge. We now have seperate files | Constantine Sapuntzakis | |
for the syncer daemon as well as default VOP_*. | |||
1998-01-10 | catch all pci host bridges | Theo de Raadt | |
1998-01-10 | be silent for ILI errors ; giannici@neomedia.it | Theo de Raadt | |
1998-01-09 | Similar race in Ext2FS | Constantine Sapuntzakis | |
1998-01-09 | Correction of long-standing race condition in vnode creation due to | Constantine Sapuntzakis | |
possible sleep in MALLOC | |||
1998-01-09 | Prevent double insertions into the inode hash queue | Constantine Sapuntzakis | |
Silently allow removal of inodes that aren't on the hash queues | |||
1998-01-09 | PARAMASK updated to reflect addition of new bit | Constantine Sapuntzakis | |
1998-01-09 | core dumps disabled for SUID programs is default again. | Constantine Sapuntzakis | |
1998-01-09 | Get rid of dumping across symlinks. Races can cause this to be problematic | Constantine Sapuntzakis | |
from a security standpoint (i.e. arbitrary files on the FS can be wiped out). | |||
1998-01-09 | A better fix for the mkdir ("path/") bug. This fix strips the trailing slashes | Constantine Sapuntzakis | |
(except in the case where the path is just /////) in the following three cases: 1) The path in mkdir 2) The destination path in rename if the source was a directory 3) The destination path in link if the source was a directory Note #3 isn't strictly necessary since most of our file systems don't support hard links of directories anyway. | |||
1998-01-09 | Back out changes to lookup( ). This breaks a whole bunch of other system | Constantine Sapuntzakis | |
calls (like open, rename, link, symlink). Problem should probably be fixed other ways. | |||
1998-01-09 | oops, reenable machdep.bios sysctls | Niklas Hallqvist | |
1998-01-09 | Clear buffers on allocation, suggested by csapuntz | Niklas Hallqvist | |
1998-01-09 | oops wrong version checked in | Niklas Hallqvist | |
1998-01-09 | indent | Niklas Hallqvist | |
1998-01-09 | Make booting new kernels with old bootblocks moer robust | Niklas Hallqvist | |
1998-01-09 | reality check | Niklas Hallqvist | |
1998-01-09 | Fix for mkdir ("path/") problem | Constantine Sapuntzakis | |
1998-01-08 | Rename to if_le_zbus.c. Done behind cvs' back. | Niklas Hallqvist | |
1998-01-08 | Soft updates bug fix: Set the flags on the buffer describing our intentions | Constantine Sapuntzakis | |
before we call bioops.io_start. However, don't move buffer memory to parent until bioops.io_start has had a chance to do its thing (otherwise, io_start will be very disappointed went it tries to read the buffer :) Thanks to Todd T. Fries for finding this one! | |||
1998-01-07 | add QIC_3080 | Theo de Raadt | |
1998-01-07 | now this is really pretty | Theo de Raadt | |
1998-01-07 | compile | Niklas Hallqvist | |
1998-01-07 | DOH! I managed to alloc 0 bytes always for the segment descriptors. | Niklas Hallqvist | |
1998-01-07 | Dummy PnP support until I get to fix it properly | Niklas Hallqvist | |
1998-01-07 | Put back old Ariadne support, save new merged le driver until later | Niklas Hallqvist | |
1998-01-06 | so_linger is in seconds | Theo de Raadt | |
1998-01-06 | Dummy PnP support, so alpha will compile | Niklas Hallqvist | |
1998-01-06 | oops typo | Theo de Raadt | |
1998-01-06 | even cleaner | Theo de Raadt | |
1998-01-06 | pchb support | Theo de Raadt | |
1998-01-06 | sync | Theo de Raadt | |
1998-01-06 | more entries | Theo de Raadt | |
1998-01-06 | net.inet.icmp.bmcastecho: do not smurf to smurfing broadcast packets | Theo de Raadt | |
1998-01-05 | sync | Theo de Raadt | |
1998-01-05 | new style pci attach printing | Theo de Raadt | |
1998-01-05 | type repair; nino@well.ox.ac.uk | Theo de Raadt | |
1998-01-04 | support Trident TVGA9440 | Theo de Raadt | |
1998-01-04 | add pctr | Theo de Raadt | |
1998-01-04 | quieter on boot | Theo de Raadt | |