Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-16 | another fix form csapuntz | Theo de Raadt | |
1999-10-16 | - Add support for a traditional PC display (16 colors and use the standard IBM | Aaron Campbell | |
font) and make it the default mode. This is more or less a hack, since pcvt was developed only to be a vt220 terminal emulator. - Document new default mode in pcvt(4). - Add -o option to scon(1) for toggling between the new and legacy modes. | |||
1999-10-15 | Yet another unmount/kill race. (I hate this) | Artur Grabowski | |
1999-10-14 | A fix for the dreaded isadmaattach panic. The reason was actually quite | Niklas Hallqvist | |
obscure, many, many thanks to art@ for finding my bug, which only hit people having about 2300-2500 pages in the buffercache. | |||
1999-10-14 | tick tock the mii clock during the stats update | Jason Wright | |
1999-10-14 | Fix for PR 871. | cmetz | |
This fix is taken from BSD/OS (the file in question being BSD licensed). It continues to remove a datagram from a socket receive buffer even if there is an error on the copy-out, so as to leave the buffer in a reasonable state. Before, the kernel would stop in mid-receive if the copy-out failed, and the buffer's structural requirements would be violated (since the start of a datagram must be an address iff ). Note that if the user provides any invalid addresses as arguments to a recvmsg(), the datagram at the front of the buffer will be discarded. The more correct behavior would be not to remove this datagram if the arguments are invalid. Implementing this behavior requires a lot of significant changes, and socket receives are a critical path. Also included are two simple and fairly obvious fixes from the same source. If non-blocking I/O is set, it makes sure the receieve is non-blocking. It also fixes a slightly over-aggressive optimization. | |||
1999-10-14 | read disklabels only from CDs that have a data track, spoofed labels from | Theo de Raadt | |
the audio CDs could do with a bit more work, but this makes audio cd playing not generate disklabel read-failure messages on first open; csapuntz | |||
1999-10-14 | it now says 2.6 instead of 2.6-beta, but that does not mean that more | Theo de Raadt | |
2.6-related fixes won't go in | |||
1999-10-13 | manually add IFM_AUTO (workaround for fxp) | Jason Wright | |
1999-10-13 | Don't try to call VOP_SETATTR on a pipe. From <cky@pobox.com> | Artur Grabowski | |
1999-10-12 | no media prints in mii code | Theo de Raadt | |
1999-10-12 | add iophy* | Jason Wright | |
1999-10-12 | add driver for i82553; from netbsd | Jason Wright | |
1999-10-12 | sync | Jason Wright | |
1999-10-12 | add Intel i82553 and alternate oui/id for same; netbsd | Jason Wright | |
1999-10-11 | for AF_UNIX, do not follow symlinks when creating sockets, terminate | Theo de Raadt | |
names more carefully; art | |||
1999-10-11 | include exphy, really needed for xl 100mbit cards | Theo de Raadt | |
1999-10-11 | permit builds with NFSSERVER, without NFSCLIENT; cmetz | Theo de Raadt | |
1999-10-10 | do this the right way | Artur Grabowski | |
1999-10-10 | Print out the irq in attach. Thanks downsj@cvs | Constantine Sapuntzakis | |
1999-10-09 | give pmap_enter the right number of args. | Bob Beck | |
1999-10-09 | Attach to the new 82559 ID number as well. | Jason Downs | |
1999-10-09 | Sync | Jason Downs | |
1999-10-09 | Add the new 82559 ID number. | Jason Downs | |
1999-10-09 | Fix printout at attach time. Print PIO/DMA mode information after having | Constantine Sapuntzakis | |
printed line with the name of hard disk. | |||
1999-10-09 | wdc layer work: | Constantine Sapuntzakis | |
Separate wdc_probe_caps into wdc_probe_caps and wdc_print_caps for more flexibility in printing capability information. Get rid of wdc_final_attach. Include name of device (e.g. cd0), if possible, on errors. atapiscsi layer work: Put a pointer to the SCSI device into ata_drive_datas' drv_softc field Simplify, simplify, simplify. Got rid of a bunch of fields in atapiscsi_softc Delay printing capabilities until we know the real device name (e.g. st0) | |||
1999-10-07 | Add a delay() before turning the motor off; some controllers don't see it | Jason Downs | |
otherwise. Also move the motor off up so that it always gets performed, even if the probe is overridden via config flags. | |||
1999-10-07 | Document ALT+F12, stress LEFT_SHIFT+PGUP/PGDN and point to machdep.kbdreset | Wim Vandeputte | |
1999-10-07 | Add -b (scrollback) to usage() -- OK aaron@ | Wim Vandeputte | |
1999-10-07 | regen | Brad Smith | |
1999-10-07 | - fix typo in previous commit | Brad Smith | |
- Implement fstatvfs64 system call | |||
1999-10-07 | - Fix stat and mknod syscalls to properly disassemble and reassemble | Brad Smith | |
dev_t values to/from emulation dev_t's - Implement fstat64, llseek and open64 system calls; from NetBSD | |||
1999-10-07 | fix mergo: xl_setcfg(): after modifying software state, inform hardware | Jason Wright | |
merge in freebsd xl_choose_xcvr() for cards that report AUTO but have no phy | |||
1999-10-07 | Yes, I think I've finally decided how I think scrollback should behave. | Aaron Campbell | |
1999-10-06 | M_EXT isn't the only test for a cluster any more: also test ext_ref | Jason Wright | |
1999-10-06 | Replace unnecessary static int with a define. | Federico G. Schwindt | |
1999-10-06 | regen. | Federico G. Schwindt | |
1999-10-06 | New devices; from NetBSD. | Federico G. Schwindt | |
1999-10-06 | New (and better) defines in opl3sa3reg.h. Sayonara! | Federico G. Schwindt | |
1999-10-06 | Add support for bass, treble, surround and mode under equalization class. | Federico G. Schwindt | |
Modify some code for simplicity and remove unused one; from NetBSD. | |||
1999-10-06 | y2k related fixes; from netbsd, work by fgsch/ivan | Theo de Raadt | |
1999-10-06 | Put TCP_SACK back in as it is not turned on by default anyway. | Todd C. Miller | |
That way, users who want it can turn it on via sysctl. | |||
1999-10-06 | Turn of debugging diagnostics | Constantine Sapuntzakis | |
1999-10-06 | Fix piomode(0x4) errors. | Constantine Sapuntzakis | |
Fix Sense Error 6 errors. Better atapi to scsi sense conversion. | |||
1999-10-05 | Ensoniq ES1371 support. | Constantine Sapuntzakis | |
Thanks to Ezra Story (ezy@panix.com) | |||
1999-10-05 | Don't define AUDIO_DEBUG | Constantine Sapuntzakis | |
1999-10-05 | Add a missing check from last commit. | Aaron Campbell | |
1999-10-05 | Kill .raw reference; don't know why I didn't see this sooner. | Jason Downs | |
1999-10-04 | promise support; chris@ took it from netbsd | Theo de Raadt | |
1999-10-04 | save user configuration in some magic buffer, which config -e can read; maja | Theo de Raadt | |