summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-04-19fix commentMichael Shalayeff
2005-04-19use pool for struct vndbug; tested by many and pedro@ okMichael Shalayeff
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-04-19Do not bother looking for symbols if either esym is zero or the computedMiod Vallat
2005-04-19Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provideMiod Vallat
2005-04-19No more a.out symbols support in ddb.Miod Vallat
2005-04-19CLKF_BASEPRI we do not have no more; noticed by miodMichael Shalayeff
2005-04-19fix for isochronous pipes:Damien Bergamini
2005-04-19be more cautious when processing CMV interrupts.Damien Bergamini
2005-04-18beautify the code by renaming HAL functions with capitalized words (iReyk Floeter
2005-04-18oops. uvm_page_physload() has different semantics for start and end...Michael Shalayeff
2005-04-18do not do some of the initmsgbuf()s jobMichael Shalayeff
2005-04-18If the parent interface is not IFF_RUNNING, do not call its start function.Brad Smith
2005-04-18revert a change in the previous commit to appease henning@ for the timeBrad Smith
2005-04-18- check for ETHERMIN with SIOCSIFMTU ioctl caseBrad Smith
2005-04-17- In vlan_input()/vlan_input_tag(), always mask off all but the VLIDBrad Smith
2005-04-17Intermediate cast of strio_offs -> uio_offset should be u_long not longTodd C. Miller
2005-04-17Generate SIGTRAP instead of SIGILL for breakpoint instructions.Mark Kettenis
2005-04-17Fix typosTom Cosgrove
2005-04-17Fix typoTom Cosgrove
2005-04-17Typo in panic stringTom Cosgrove
2005-04-17Do not use KERNBASE when VM_MIN_KERNEL_ADDRESS or VM_MAXUSER_ADDRESS areMiod Vallat
2005-04-17- Speedup CMP_PTE_USER_*4M by commenting out its first instruction, whichMiod Vallat
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
2005-04-17temporarly remove 802.11a channels from the set of supported channels untilDamien Bergamini
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
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
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
2005-04-16Look for OpenBSD disklabel on the first eight hd devices, and after aUwe Stuehler
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
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
2005-04-16comment out some code which is causing ntfs panics dueJoris Vink