Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-17 | Generate SIGTRAP instead of SIGILL for breakpoint instructions. | Mark Kettenis | |
Disable some debug code in the process. ok miod@ | |||
2005-04-17 | Fix typos | Tom Cosgrove | |
ok krw@ | |||
2005-04-17 | Fix typo | Tom Cosgrove | |
ok krw@ | |||
2005-04-17 | Typo in panic string | Tom Cosgrove | |
ok krw@ | |||
2005-04-17 | Do not use KERNBASE when VM_MIN_KERNEL_ADDRESS or VM_MAXUSER_ADDRESS are | Miod Vallat | |
implied; this currently does not change anything (yet). Also, define the I/O space range in <machine/vmparam.h> rather than in <sparc/sparc/vaddrs.h>. ok deraadt@ mickey@ | |||
2005-04-17 | - Speedup CMP_PTE_USER_*4M by commenting out its first instruction, which | Miod Vallat | |
turns to be a no-op. - Check for nwindows < 8 for SUN4C kernels as well. From NetBSD. | |||
2005-04-17 | sort usb section | Theo de Raadt | |
2005-04-17 | tabs not spaces | Michael Shalayeff | |
2005-04-17 | Timeouts are not ran at splhigh anymore so we don't need splimp. | Marco Peereboom | |
Inspired by beck@, ok mickey@ | |||
2005-04-17 | temporarly remove 802.11a channels from the set of supported channels until | Damien Bergamini | |
i figure out why the firmware crashes when scanning in the 5.2GHz spectrum. this makes 2915ABG adapters work (b/g only). | |||
2005-04-17 | don't disassociate on SIOCSIFADDR if the interface is already up and running. | Damien Bergamini | |
2005-04-17 | regen | Jonathan Gray | |
2005-04-17 | Add some common ids for unsupported wireless chipsets. | Jonathan Gray | |
2005-04-17 | do {} while (0) wrapper for the debug printf macros | David Gwynne | |
2005-04-17 | make sure user address is in user space in copyinstr. ok weingart@ | Ted Unangst | |
2005-04-17 | regen | Jonathan Gray | |
2005-04-17 | Radeon 9800 Pro from Jonathan Fromer <jf at daimi.au.dk> | Jonathan Gray | |
GeForce FX Go 5700 in dmesg from Ludo Smissaert <ludo at ludikidee.com> Additional Radeon 9200 from several Mac Mini dmesgs. | |||
2005-04-17 | make sure round_blocksize does not produce 0 after alignment | Christopher Pascoe | |
2005-04-16 | Remove regs and fpregs pseudo-files from procfs. | Mark Kettenis | |
ok deraadt@, miod@ | |||
2005-04-16 | do not provide round_buffer if not needed unless explained why in comments | Michael Shalayeff | |
2005-04-16 | round -- not truncate the buffer size | Michael Shalayeff | |
2005-04-16 | use snprintf to avoid crossing the overflow point; ok otto | Theo de Raadt | |
2005-04-16 | change usbd_printBCD() to return number of bytes really placed or 0, not | Theo de Raadt | |
snprintf() style semantics [which people fail to grok]; ok otto | |||
2005-04-16 | Look for OpenBSD disklabel on the first eight hd devices, and after a | Uwe Stuehler | |
timeout retry to open the first device which wasn't immediately ready. This should avoid the failures to read /etc/boot.conf that people have been seeing, and makes it possible to install OpenBSD on any of the four possible DOS MBR primary partitions. | |||
2005-04-16 | support a "clear" command to clear the broken Linux console. grmpf. | Uwe Stuehler | |
2005-04-16 | let ld find it's _start() symbol. | Uwe Stuehler | |
2005-04-16 | don't print the additional "exit" message on exit. | Uwe Stuehler | |
2005-04-16 | Add SATA 8 channel. | Marco Peereboom | |
Requested, help and tested by Travis Gillitzer, tgillitzer at gmail dot com. | |||
2005-04-16 | Sync. | Marco Peereboom | |
2005-04-16 | Add MegaRAID SATA 8 channel. | Marco Peereboom | |
2005-04-16 | Nuke another unused structure. | Kenneth R Westerback | |
2005-04-16 | Nuke unused/duplicate structures and defines in favour of scsi ones. | Kenneth R Westerback | |
ok miod@ | |||
2005-04-16 | comment out some code which is causing ntfs panics due | Joris Vink | |
to the fact ntfs uses the generic locking functions which do not lock anything right now. ok pedro@ | |||
2005-04-16 | remove lots of crud from this driver, makes it fit on the alpha media | Theo de Raadt | |
2005-04-16 | internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types. | Miod Vallat | |
2005-04-16 | Duplicate include file. | Miod Vallat | |
2005-04-16 | sync | Damien Bergamini | |
2005-04-16 | Driver for Analog Devices Eagle chipset. | Damien Bergamini | |
ok deraadt@ | |||
2005-04-16 | re-register | Theo de Raadt | |
2005-04-16 | don't leak a mbuf when tx fails. | Damien Bergamini | |
2005-04-16 | indent | Damien Bergamini | |
2005-04-15 | sync | Theo de Raadt | |
2005-04-15 | shrink | Theo de Raadt | |
2005-04-15 | regen | Michael Shalayeff | |
2005-04-15 | some hp smart array devs and fix compaq smrtarray ids and add 6422 | Michael Shalayeff | |
2005-04-15 | regen | Jakob Schlyter | |
2005-04-15 | add Araneus True Random Number Generator | Jakob Schlyter | |
2005-04-15 | in ural_txeof(), call usbd_clear_endpoint_stall() on the tx pipe instead of | Damien Bergamini | |
the rx pipe. | |||
2005-04-15 | free salt&peper commit | Michael Shalayeff | |
2005-04-15 | make sure aligment does not return zero block size | Michael Shalayeff | |