summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-06-21device driver from the Efficient Networks "MIDWAY" ATM155 chip.chuck
1996-06-21add in new files for ATMchuck
1996-06-21network support for ATM networks (ATM == Async Transfer Mode, notchuck
Automatic Teller Machine). Currently supports PVCs only (no ATM ARP either).
1996-06-21use <sys/queue.h> for pfsnode list.Michael Shalayeff
$OpenBSD$ additions.
1996-06-21allocate LKM slot dynamically.Michael Shalayeff
prepare to LKM symtabs, cross deps, etc!
1996-06-20show Virtual Memory total/used to df.Michael Shalayeff
1996-06-20add more kernel variables. calculate used/free physmem and vnodes.Michael Shalayeff
1996-06-20Cyclades Cyclom driver for isa/pci; by Timo Rossi; via jmarin@muikku.jmp.fiTheo de Raadt
1996-06-20syncTheo de Raadt
1996-06-20add Cyclom-Y definitions; from jmarin@pyy.jmp.fiTheo de Raadt
1996-06-20calcru() must calculate using u_quad_t to avoid overflows; netbsd pr#2496, ↵Theo de Raadt
brb@exp.com
1996-06-20kern_malloc() can fail in canwait case if no more map space; return NULL inTheo de Raadt
that case so that callers can deal with shortage rather than deadlocking.
1996-06-20tick v_swpin & v_swpoutTheo de Raadt
1996-06-20if kmem_malloc() fails to allocate a cluster, call m_reclaim(). logTheo de Raadt
"mb_map full" message only once a minute.
1996-06-20don't blow away jtk's rcsidJason Downs
1996-06-20fdformat support:Jason Downs
patches taken from jtk's dosemu for NetBSD 1.1 and updated for the current driver. Some of the code is based an older FreeBSD version of the driver.
1996-06-19turn off *DIAG; something is miserably wrong with it and various peopleTheo de Raadt
have wasted weeks because of the crashes.
1996-06-18bpf BIOCSRTIMEOUT can round tv_usec down to zero & block; netbsd pr#2531; ↵Theo de Raadt
jhawk@mit.edu
1996-06-18Try to avoid collisions with reselection when starting a new selection.Theo de Raadt
Enable reselections as soon as possible after a disconnect - prevents losing a reselecting device. Check for and ignore a spurious interrupt during a DMA input (from the Mach driver).
1996-06-18fix a type mismatchTheo de Raadt
1996-06-18New rev. from Matt Thomas (June 7, 1996), whichTheo de Raadt
(1) adds another parameter to PDQ_OS_VA_TO_PA() so that (via a hack) the driver works on more Alpha models, and (2) adds the definition PDQ_OS_PTR_FMT, which specifies what printf format to use when printing pointers. (%p under NetBSD.)
1996-06-18add missing newline in printf. pointed out by Matt ThomasTheo de Raadt
1996-06-18from netbsd; Fix typos in SUSP and DSUSP mapping when setting UltrixTheo de Raadt
posixmode tty attributes (was 112 and 113, should be 12 and 13).
1996-06-18sync to libcTheo de Raadt
1996-06-18merge in rev 1.6; emul_nativeTheo de Raadt
1996-06-18sync to 0616, retaining local diffsTheo de Raadt
1996-06-18sick netbsd alpha hack (why not do what other ports do?)Theo de Raadt
1996-06-17probe routine has to have a way to succeed; netbsd pr#2555; ↵Theo de Raadt
peter@peter.noc.demon.net
1996-06-17set default level to 5, misc cleanup.Michael Shalayeff
1996-06-17bad splx, bad bad badTheo de Raadt
1996-06-17Change from my, umm, BSD/OS tree: allow root to run TIOCGPGRP on anything.Jason Downs
1996-06-17SCIOCCOMMAND now requires that the device be open for writing.Jason Downs
1996-06-16netbsd pr#2220: add SCIOCRESET. I can't think of any reason not to.Jason Downs
1996-06-16Whoops. Don't forget to take alignment into account when processing file.etheisen
Thanks Per.
1996-06-16pcvt doesn not recognize IBM Thinkpad keyboards; netbsd pr#2468; jhawk@mit.eduTheo de Raadt
1996-06-16leave code out if not XSERVER; netbsd pr#2528; mike.long@analog.comTheo de Raadt
1996-06-16init properly incaseof COMCONSOLE; netbsd pr#2510; enami@ba2.so-net.or.jpTheo de Raadt
1996-06-16MACHINE_NONCONTIG always onTheo de Raadt
1996-06-16locator mess cleanupTheo de Raadt
1996-06-16use getsn() instead of private getstr()Theo de Raadt
1996-06-16fake includes targetTheo de Raadt
1996-06-16isadma is now a real driver, and the i386 ports needs to use itTheo de Raadt
1996-06-16if isadma does not exist, do not try to use itTheo de Raadt
1996-06-16isadma is now a real driver, so that ports can choose to use it or notTheo de Raadt
1996-06-16provide locator names to kernel (update your config(8) binary!)Theo de Raadt
1996-06-16only call config_init() onceTheo de Raadt
1996-06-16add RB_CONFIGTheo de Raadt
1996-06-16-c == RB_CONFIG; -C == checksum (disabled)Theo de Raadt
1996-06-16print better ptdi panic diagnosticsTheo de Raadt
1996-06-16NetBSD PR#2535: add mode sense 5 and floppy support in our framework.Jason Downs