Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-21 | - use MIN()/MAX() rather than min()/max(), to avoid possible truncation | Brad Smith | |
of 64bit values to 'int' - read always single cluster of data, to avoid confusing the buffer cache; this appears to fix the random file content corruption which happens when more than one cluster is read at the same time, i.e. for files > 3*cluster_size - fix some questionable pointer arithmetics; gcc-3.4.x didn't like it - g/c redundant debug printf - remove all traces of non-working quota support add quota support to TODO - makes sense only once writing support would be implemented, and only once NTFS would support notion of file 'owner' - use 64bit local variable for free space computation From NetBSD - Comment fixes from joris@ ok millert@ joris@ pedro@ | |||
2005-05-21 | elf64 of course! | Michael Shalayeff | |
2005-05-21 | backout part of rev 1.35, which breaks some 5704-based fibre interfaces on | Brad Smith | |
some IBM/Intel blade servers. From FreeBSD | |||
2005-05-21 | regen | Brad Smith | |
2005-05-21 | add Broadcom 5714C | Brad Smith | |
From FreeBSD | |||
2005-05-21 | put whole cache info on one line; w/ mods from drahn@; ok drahn@ | Michael Shalayeff | |
2005-05-19 | Lock down SMM space on i82810 MCH and later chips in case BIOS | Alexander Yurchenko | |
didn't it already for us. Reported by loic.duflot@sgdn.pm.gouv.fr via deraadt@. ok deraadt@ weingart@ | |||
2005-05-19 | i82820 and later chips has a bit different SMRAM register layout. | Alexander Yurchenko | |
ok mickey@ | |||
2005-05-19 | revert to 1.13 as __unused is used | Hans-Joerg Hoexer | |
2005-05-19 | __unused is used now | Michael Shalayeff | |
2005-05-19 | __unused is used now | Michael Shalayeff | |
2005-05-19 | At this rate I'm regenerating this file faster than I am losing my hair. | Miod Vallat | |
2005-05-19 | Provide the same unmarked symbold on the fr.apple layout as found on the | Miod Vallat | |
adb map; provides all the missing symbold (such as ~ | and \) one can not really use unix without. With (again) some help from Jean-Marc Harang. | |||
2005-05-19 | no need for BKTR_NO_OPEN_RESET option now that all tuners sw has been fixed; ↵ | Michael Shalayeff | |
from jakemsr@ | |||
2005-05-19 | Regen | Miod Vallat | |
2005-05-19 | Add a layout for the french Apple black usb keyboard (fr.apple). | Miod Vallat | |
With help from Jean-Marc Harang, thanks! | |||
2005-05-19 | Add __unused macro similar to what is used by Net and Free. | Todd C. Miller | |
OK cloder@, grange@, djm@ | |||
2005-05-18 | Do not compile the screen burner code if SMALL_KERNEL, helps floppies. | Miod Vallat | |
ok deraadt@ | |||
2005-05-18 | don't initialize bbp registers with values in eeprom. some adapters seem | Damien Bergamini | |
to have problems with that. noticed by Andrey Matveev. | |||
2005-05-18 | Rework the single step implementation; mostly delaying breakpoint | Miod Vallat | |
removal so that single stepping delay slots work. Also added the ability to single step through system calls (which cause an implicit branch if successfull). works for me, "looks ok" kettenis@ | |||
2005-05-17 | under some circunstances, unp_scan() can call unp_mark() with a null pointer, | Federico G. Schwindt | |
so check fp before dereferencing it; fixes a crash found by hshoexer@ with input from art@, art@ millert@ deraadt@ ok. | |||
2005-05-17 | remove spurious bpf_mtap (I think it's leftover debugging code from a year ago) | Jason Wright | |
2005-05-17 | - check return from write(2) so we KNOW the data is on the disk | Jason Wright | |
- remove unneeded variables - add missing includes ok deraadt | |||
2005-05-17 | Need to find a way to detect if fw supports disabling hold of timers before | Marco Peereboom | |
this can go in. Calling it this way crashes fw when io is ran to multiple logical disks | |||
2005-05-17 | - add epic(4) | Brad Smith | |
- add ep(4) to RAMDISK_CD | |||
2005-05-17 | add epic(4) under the untested section. | Brad Smith | |
ok martin@ | |||
2005-05-16 | add epic(4) | Brad Smith | |
2005-05-16 | add a newline here | Brad Smith | |
2005-05-16 | Remove PT_[GS]ETFPREGS and struct fpreg, as we have no real floating point | Miod Vallat | |
registers, and the floating point control registers are savec in the reg structure. | |||
2005-05-16 | remove an extra delay in rf register init | Reyk Floeter | |
2005-05-16 | Use cardbus_matchbyid(). | Brad Smith | |
ok millert@ jsg@ | |||
2005-05-15 | Fix CMMU_CSSP(n) value. | Miod Vallat | |
Makes 88204 systems happier - yet they were working before. | |||
2005-05-15 | in udf_vget(), release the buffer if a bread() fails | Pedro Martelletto | |
2005-05-15 | only inside DIAGNOSTIC | Theo de Raadt | |
2005-05-15 | typo | Henning Brauer | |
2005-05-15 | Use FLUSHCACHE EXT instead of FLUSHCACHE for LBA48 operations. | Alexander Yurchenko | |
First noticed by christos@netbsd (iirc) a long time ago. Tested by canacar@ and krw@. | |||
2005-05-15 | enable ep(4) | Martin Reindl | |
ok deraadt@ | |||
2005-05-15 | sync | Martin Reindl | |
2005-05-15 | Schneider & Koch FDDI adapter | Martin Reindl | |
ok deraadt@ | |||
2005-05-15 | ANSI, mostly from Toni Mueller <openbsd-tech@oeko.net> | Henning Brauer | |
2005-05-15 | Speed up the low-level dae helpers. | Miod Vallat | |
2005-05-15 | Compile out more code if TRACE_DEBUG is not defined. | Miod Vallat | |
2005-05-15 | Disable ddb backtrace debug code by default. | Miod Vallat | |
2005-05-15 | KNF and ANSIfy. | Miod Vallat | |
2005-05-15 | Partial sync to the NetBSD wscons code, bringing a better wsmux behaviour | Miod Vallat | |
and bugfixes (the kqueue code, /dev/wsmuxctl and screen border color changes have not been picked), keeping local changes. Tested by many on alpha/cats/hp300/i386/macppc/sparc/sparc64/zaurus if not more. | |||
2005-05-15 | Oops. atapiscsi.h is needed because that's where NATAPISCSI is | Kenneth R Westerback | |
defined. Fixes Y-E DATA USB Floppy Drive that otherwise complains about 'atapiscsi not configured'. Should fix PR #4204 from Ben Hooper. | |||
2005-05-14 | Try to ensure that UFI/ATAPI USB umass devices always get the zero | Kenneth R Westerback | |
padded 12 byte commands mandated by the standard. Adapt the Linux data length twiddling on certain commands. We used to have some of this in a different form, curtesy of csapuntz@, but it got lost in subsequent merges. Fixes the USB card reader of Quentin Barnes who provided much testing and feedback for over a year! Tested by drahn@, ok marco@, 'this is good stuff' deraadt@. | |||
2005-05-14 | Match a device_type of scsi-2 as SCSI (as found in a Netra 1405). | Brad Smith | |
From NetBSD ok miod@ | |||
2005-05-14 | - Add IPv6 over GRE. | Brad Smith | |
- u_short -> u_int16_t - Change default MTU to 1476 (same value that Cisco and other *BSD's use). - Mark gre(4) interfaces as IFT_TUNNEL (Encapsulation interface). From NetBSD - Support setting the MTU Be very careful when upgrading, the change in default MTU might cause problems with an existing OpenBSD <-> OpenBSD setup. Thanks to Stephen Marley <stephen dot marley at catwoman dot cl-is dot com> for some testing. | |||
2005-05-14 | Remove bogus #define, no binary difference. | Dale Rahn | |