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-13 | Missed a case in that bug fix. | Todd C. Miller | |
1998-01-13 | -Wall | Todd C. Miller | |
1998-01-13 | sudo 1.5.4 | Todd C. Miller | |
1998-01-13 | Fix bug wrt exclusion lists and relative pathnames. | Todd C. Miller | |
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 | Fix bug in yp_maplist_host. -moj | Mats O Jansson | |
1998-01-12 | Obsure, old NEC SCSI semi-disk. A big blob of RAM with a SCSI disk interface. | kstailey | |
1998-01-12 | Oops, missed a 0 vs. '\0' | Todd C. Miller | |
1998-01-12 | typo | Todd C. Miller | |
1998-01-12 | Based on some FreeBSD changes: | Todd C. Miller | |
For *s*printf, set f._file to -1 like the comments in stdio.h say. Use '\0', not 0, where appropriate. Don't error out on size of '0' for v?snprintf(). | |||
1998-01-12 | cvs server: nothing known about share/man/man8/rc.conf.8 | Michael Shalayeff | |
1998-01-12 | Free cookies correctly in case of error | Constantine Sapuntzakis | |
1998-01-12 | to those who wants snmpd | Michael Shalayeff | |
1998-01-11 | disklabel spoofing for FAT32. | Niels Provos | |
1998-01-11 | FAT32 support from NetBSD by Wolfgang Solfrank. | Niels Provos | |
1998-01-11 | FAT32 support from NetBSD by Wolfgang Solfrank. | Niels Provos | |
1998-01-11 | Add gethostent(), as some LEGACY code wants it. If you write new | Tobias Weingartner | |
code, PLEASE don't use this. Currently only iterates through the local /etc/hosts file. | |||
1998-01-11 | Tell the user to enter ESDI for IDE, not ST506. Also treat IDE as ESDI | Todd C. Miller | |
if the user enters that anyway. | |||
1998-01-11 | Lose <net/if_var.h> (was a FreeBSD brokenness) ! | brian | |
1998-01-11 | Make things work when sizeof(long) != 32 (hopefully) | brian | |
1998-01-11 | new motd | Theo de Raadt | |
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 | Remember any number of interface names. | brian | |
1998-01-11 | Remove includes of if_var.h and in_var.h | brian | |
1998-01-11 | Allow 6 byte interface names (for >tun99) | brian | |
1998-01-11 | Fix a couple spinlock references. More code motion in vfs_subr.c | Constantine Sapuntzakis | |
1998-01-11 | cfsd | Angelos D. Keromytis | |
1998-01-11 | Consistency. | Angelos D. Keromytis | |
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 | Pause according to the redial setting when dialing manually. | brian | |
Pointed out by: Berend de Boer <berend@compuserve.com> | |||
1998-01-10 | grammar | Theo de Raadt | |
1998-01-10 | catch all pci host bridges | Theo de Raadt | |
1998-01-10 | support installing to multiple disks; cyxob@isl.vtu.lt | Theo de Raadt | |
after install is done, if /bsd or /bin/cat do not exist, complain that the kernel or baseXX.tar distributions did not get installed; deraadt | |||
1998-01-10 | Implement Reset{Req,Ack} properly, as per rfc 1962. | brian | |
(I completely mis-read the rfc last time 'round!) This means: o Better CCP/WARN Reset diagnostics. o After we've sent a REQ and before we've received an ACK, we drop incoming compressed data and send another REQ. o Before sending an ACK, re-sequence all pending PRI_NORMAL data in the modem queue so that pending packets won't get to the peer *after* the ResetAck. o Send ACKs with the `identifier' from the REQ frame. o After we've received a correct ACK, duplicate ACKs are ok (and will reset our history). o Incorrect ACKs (not matching the last REQ) are moaned about and dropped. Also, o Calculate the correct FCS after compressing a packet. DEFLATE *may* produce an mbuf with more than a single link in the chain, but HdlcOutput didn't know how to calculate the FCS :-( o Make `struct fsm'::reqid a u_char, not an int. This fix will prevent us from sending id `255' 2,000,000,000 times before wrapping to `0' for another 2,000,000,000 sends :-/ o Bump the version number a little (it should already have been at 1.6). The end result: DEFLATE now works over an unreliable link layer. I can txfr a 1.5Mb kernel over a (rather bad) null-modem cable at an average of 21679 bytes per second using rcp. Repeat after me: Don't test compression using a loopback ppp/tcp setup as we never lose packets and therefore never have to reset! | |||
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 | Create /dev/grf6 in the all rule | Niklas Hallqvist | |
1998-01-09 | Fix PR 379. Don't recycle the malloc'd space in vs(). | Todd C. Miller | |
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 | |