summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-09-23fix tuba after synbomb fixesTheo de Raadt
1996-09-22Fix unterminated constant complaintimp
1996-09-22unaligned support for outs()Per Fogelstrom
1996-09-22We run OpenBSDPer Fogelstrom
1996-09-22add ontrack formatTheo de Raadt
1996-09-22Get some things ready for later.Jason Downs
1996-09-22add a slight delayJason Downs
1996-09-21Added a swedish ISO 8859-1 keyboard map with national ISO 8859-1 characters.Mats O Jansson
The previous one used CP850 for national characters and not ISO 8859-1. -moj
1996-09-21fix NFSSERVER w/o NFSCLIENT; netbsd pr#1780, cgd@netbsd (yes, a 10monthTheo de Raadt
old PR and the fix is mostly unchanged).
1996-09-21standardize the dmesg outputTheo de Raadt
1996-09-21Disklabel on ARC has moved to sector 1 offset 0! BEWARE!Per Fogelstrom
1996-09-21pefo you're a clown!!Per Fogelstrom
1996-09-21pefo needs ktraceTheo de Raadt
1996-09-21integer overflow should gen SIGFPE; netbsd pr#1833, cline@ASM.FOX.CS.CMU.EDU ↵Theo de Raadt
(yes, this is from 12 december 95)
1996-09-21Remove references to mc68020. I think this was suggested by Charles Hannumbriggs
a while back, but I made the change a while ago and don't recall now.
1996-09-21Actually provide space for mac68k_buserr_addr.briggs
1996-09-21Do not call get_physical if 040. Hardwire Q700 internal video for now.briggs
1996-09-21Handle the two-page display card, although it doesn't appear to be generatingbriggs
video interrupts on my Q700 (perhaps it realized that DAFB will do that).
1996-09-21Initial support for Quadra 700 internal video interrupt handling.briggs
1996-09-21Add define for DrHW for the 'Workstation Video Card' (2-page mono).briggs
1996-09-21%p implies 0x.briggs
1996-09-21Remove include of assert.h and fix a format error in debug camdump() code.briggs
1996-09-20Add wdc/wd/atapibus/acd & ed linesNiklas Hallqvist
1996-09-20Ignore the cold placeNiklas Hallqvist
1996-09-20My TyneNiklas Hallqvist
1996-09-20Add wd & acd entriesNiklas Hallqvist
1996-09-20`solve' the syn bomb problem as well as currently known; add sysctl's forTheo de Raadt
SOMAXCONN (kern.somaxconn), SOMINCONN (kern.sominconn), and TCPTV_KEEP_INIT (net.inet.tcp.keepinittime). when this is not enough (ie. overfull), start doing tail drop, but slightly prefer the same port.
1996-09-20temp kludge until generic scsi is fixedPer Fogelstrom
1996-09-20Warner Warner, don't forget to break :-)Per Fogelstrom
1996-09-20fix makefiles. cleanup, addopt for boot.Michael Shalayeff
1996-09-20pull cdefs.h in sys/signal.h instead; improvement on netbsd pr#2712; ↵Theo de Raadt
laine@mornignstar.com
1996-09-20do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, ↵Theo de Raadt
erik@aarhus1.uni-c.dk
1996-09-20silent probe, silent attach; netbsd pr#2108, mike.long@analog.comTheo de Raadt
1996-09-19reboot stuff + cleanupPer Fogelstrom
1996-09-19KLUDGE: make the bounce buffers work on rPC44 as well as the Tyne.imp
1996-09-19Take care of a bug in earlier versions of the R4600 chip.Per Fogelstrom
1996-09-19no special handling in this dirTheo de Raadt
1996-09-19byeTheo de Raadt
1996-09-19Deskstation rPC44 tweaksimp
1996-09-18Correct last arg handling of the *_raw_multi_* macrosNiklas Hallqvist
1996-09-18correct dkcksum return type.Michael Shalayeff
1996-09-18we need this.Michael Shalayeff
1996-09-18retry much quicker during vm_pageout_cluster(); from dyson@freebsd.orgTheo de Raadt
1996-09-18remove the obsolete bus_{from,to}_host macros and add the *_raw_multi_*Niklas Hallqvist
ones instead
1996-09-18compiles now.Michael Shalayeff
1996-09-18NetBSD PR#2761 (wrong fmovem emulation) from Takeshi Nakayamabriggs
(takeshi@sakabe.nuie.nagoya-u.ac.jp). Untested by me, but it looks correct against the FP User's manual.
1996-09-17This driver and some other ether drivers violates the alignment ofPer Fogelstrom
struct ether_header by placing it's start on a non 32bit int boundary. On processor with alignment restrictions (like MIPS) this will fail badly. This is the first driver to have been fixed. The fix is to copy the ether header to a separate buffer instead of into the mbuf.
1996-09-17BusLogic BT445C driver for DeskStation'sPer Fogelstrom
1996-09-17New .h files requiered for elf stuffPer Fogelstrom
1996-09-17support standalone.Michael Shalayeff