Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-09-21 | pefo you're a clown!! | Per Fogelstrom | |
1996-09-21 | pefo needs ktrace | Theo de Raadt | |
1996-09-21 | integer 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-21 | Remove references to mc68020. I think this was suggested by Charles Hannum | briggs | |
a while back, but I made the change a while ago and don't recall now. | |||
1996-09-21 | Actually provide space for mac68k_buserr_addr. | briggs | |
1996-09-21 | Do not call get_physical if 040. Hardwire Q700 internal video for now. | briggs | |
1996-09-21 | Handle the two-page display card, although it doesn't appear to be generating | briggs | |
video interrupts on my Q700 (perhaps it realized that DAFB will do that). | |||
1996-09-21 | Initial support for Quadra 700 internal video interrupt handling. | briggs | |
1996-09-21 | Add define for DrHW for the 'Workstation Video Card' (2-page mono). | briggs | |
1996-09-21 | %p implies 0x. | briggs | |
1996-09-21 | Remove include of assert.h and fix a format error in debug camdump() code. | briggs | |
1996-09-20 | Add wdc/wd/atapibus/acd & ed lines | Niklas Hallqvist | |
1996-09-20 | Ignore the cold place | Niklas Hallqvist | |
1996-09-20 | My Tyne | Niklas Hallqvist | |
1996-09-20 | Add wd & acd entries | Niklas Hallqvist | |
1996-09-20 | `solve' the syn bomb problem as well as currently known; add sysctl's for | Theo 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-20 | temp kludge until generic scsi is fixed | Per Fogelstrom | |
1996-09-20 | Warner Warner, don't forget to break :-) | Per Fogelstrom | |
1996-09-20 | fix makefiles. cleanup, addopt for boot. | Michael Shalayeff | |
1996-09-20 | pull cdefs.h in sys/signal.h instead; improvement on netbsd pr#2712; ↵ | Theo de Raadt | |
laine@mornignstar.com | |||
1996-09-20 | do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, ↵ | Theo de Raadt | |
erik@aarhus1.uni-c.dk | |||
1996-09-20 | silent probe, silent attach; netbsd pr#2108, mike.long@analog.com | Theo de Raadt | |
1996-09-19 | reboot stuff + cleanup | Per Fogelstrom | |
1996-09-19 | KLUDGE: make the bounce buffers work on rPC44 as well as the Tyne. | imp | |
1996-09-19 | Take care of a bug in earlier versions of the R4600 chip. | Per Fogelstrom | |
1996-09-19 | no special handling in this dir | Theo de Raadt | |
1996-09-19 | bye | Theo de Raadt | |
1996-09-19 | Deskstation rPC44 tweaks | imp | |
1996-09-18 | Correct last arg handling of the *_raw_multi_* macros | Niklas Hallqvist | |
1996-09-18 | correct dkcksum return type. | Michael Shalayeff | |
1996-09-18 | we need this. | Michael Shalayeff | |
1996-09-18 | retry much quicker during vm_pageout_cluster(); from dyson@freebsd.org | Theo de Raadt | |
1996-09-18 | remove the obsolete bus_{from,to}_host macros and add the *_raw_multi_* | Niklas Hallqvist | |
ones instead | |||
1996-09-18 | compiles now. | Michael Shalayeff | |
1996-09-18 | NetBSD PR#2761 (wrong fmovem emulation) from Takeshi Nakayama | briggs | |
(takeshi@sakabe.nuie.nagoya-u.ac.jp). Untested by me, but it looks correct against the FP User's manual. | |||
1996-09-17 | This driver and some other ether drivers violates the alignment of | Per 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-17 | BusLogic BT445C driver for DeskStation's | Per Fogelstrom | |
1996-09-17 | New .h files requiered for elf stuff | Per Fogelstrom | |
1996-09-17 | support standalone. | Michael Shalayeff | |
1996-09-17 | support boot. | Michael Shalayeff | |
1996-09-16 | fix a typo. | Michael Shalayeff | |
from netbsd-pr port-i386/2587 <rvb@cs.cmu.edu> | |||
1996-09-16 | the linux realaudio doesn't work on netbsd under emulation. | Michael Shalayeff | |
from netbsd-pr port-i386/2581 <sommerfeld@orchard.medford.ma.us> | |||
1996-09-16 | supporting advanced pentium architecture functions. | Michael Shalayeff | |
from NetBSD port-i386/2604 from <rvb@cs.cmu.edu>. | |||
1996-09-16 | update to reflect reality | Jason Downs | |
1996-09-16 | Be less verbose if we have been compiled without DEBUG | Thorsten Lockert | |
1996-09-16 | revert to in_cksum by zubin and I | Theo de Raadt | |
1996-09-16 | theo the pendat | Jason Downs | |
1996-09-16 | pretty pretty pointless support | Jason Downs | |
1996-09-15 | sync to netbsd; for graichen | Theo de Raadt | |
1996-09-15 | Ok, ok! We now autosense system type. Same compiled kernel works on both | Per Fogelstrom | |
Deskstation TYNE and Acer PICA. |