summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-04-17Generate SIGTRAP instead of SIGILL for breakpoint instructions.Mark Kettenis
Disable some debug code in the process. ok miod@
2005-04-17Fix typosTom Cosgrove
ok krw@
2005-04-17Fix typoTom Cosgrove
ok krw@
2005-04-17Typo in panic stringTom Cosgrove
ok krw@
2005-04-17Do not use KERNBASE when VM_MIN_KERNEL_ADDRESS or VM_MAXUSER_ADDRESS areMiod 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, whichMiod Vallat
turns to be a no-op. - Check for nwindows < 8 for SUN4C kernels as well. From NetBSD.
2005-04-17sort usb sectionTheo de Raadt
2005-04-17tabs not spacesMichael Shalayeff
2005-04-17Timeouts are not ran at splhigh anymore so we don't need splimp.Marco Peereboom
Inspired by beck@, ok mickey@
2005-04-17temporarly remove 802.11a channels from the set of supported channels untilDamien 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-17don't disassociate on SIOCSIFADDR if the interface is already up and running.Damien Bergamini
2005-04-17regenJonathan Gray
2005-04-17Add some common ids for unsupported wireless chipsets.Jonathan Gray
2005-04-17do {} while (0) wrapper for the debug printf macrosDavid Gwynne
2005-04-17make sure user address is in user space in copyinstr. ok weingart@Ted Unangst
2005-04-17regenJonathan Gray
2005-04-17Radeon 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-17make sure round_blocksize does not produce 0 after alignmentChristopher Pascoe
2005-04-16Remove regs and fpregs pseudo-files from procfs.Mark Kettenis
ok deraadt@, miod@
2005-04-16do not provide round_buffer if not needed unless explained why in commentsMichael Shalayeff
2005-04-16round -- not truncate the buffer sizeMichael Shalayeff
2005-04-16use snprintf to avoid crossing the overflow point; ok ottoTheo de Raadt
2005-04-16change usbd_printBCD() to return number of bytes really placed or 0, notTheo de Raadt
snprintf() style semantics [which people fail to grok]; ok otto
2005-04-16Look for OpenBSD disklabel on the first eight hd devices, and after aUwe 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-16support a "clear" command to clear the broken Linux console. grmpf.Uwe Stuehler
2005-04-16let ld find it's _start() symbol.Uwe Stuehler
2005-04-16don't print the additional "exit" message on exit.Uwe Stuehler
2005-04-16Add SATA 8 channel.Marco Peereboom
Requested, help and tested by Travis Gillitzer, tgillitzer at gmail dot com.
2005-04-16Sync.Marco Peereboom
2005-04-16Add MegaRAID SATA 8 channel.Marco Peereboom
2005-04-16Nuke another unused structure.Kenneth R Westerback
2005-04-16Nuke unused/duplicate structures and defines in favour of scsi ones.Kenneth R Westerback
ok miod@
2005-04-16comment out some code which is causing ntfs panics dueJoris Vink
to the fact ntfs uses the generic locking functions which do not lock anything right now. ok pedro@
2005-04-16remove lots of crud from this driver, makes it fit on the alpha mediaTheo de Raadt
2005-04-16internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types.Miod Vallat
2005-04-16Duplicate include file.Miod Vallat
2005-04-16syncDamien Bergamini
2005-04-16Driver for Analog Devices Eagle chipset.Damien Bergamini
ok deraadt@
2005-04-16re-registerTheo de Raadt
2005-04-16don't leak a mbuf when tx fails.Damien Bergamini
2005-04-16indentDamien Bergamini
2005-04-15syncTheo de Raadt
2005-04-15shrinkTheo de Raadt
2005-04-15regenMichael Shalayeff
2005-04-15some hp smart array devs and fix compaq smrtarray ids and add 6422Michael Shalayeff
2005-04-15regenJakob Schlyter
2005-04-15add Araneus True Random Number GeneratorJakob Schlyter
2005-04-15in ural_txeof(), call usbd_clear_endpoint_stall() on the tx pipe instead ofDamien Bergamini
the rx pipe.
2005-04-15free salt&peper commitMichael Shalayeff
2005-04-15make sure aligment does not return zero block sizeMichael Shalayeff