summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1996-06-21network support for ATM networks (ATM == Async Transfer Mode, notchuck
1996-06-21use <sys/queue.h> for pfsnode list.Michael Shalayeff
1996-06-21allocate LKM slot dynamically.Michael Shalayeff
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, br...Theo de Raadt
1996-06-20kern_malloc() can fail in canwait case if no more map space; return NULL inTheo de Raadt
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
1996-06-20don't blow away jtk's rcsidJason Downs
1996-06-20fdformat support:Jason Downs
1996-06-19turn off *DIAG; something is miserably wrong with it and various peopleTheo de Raadt
1996-06-18bpf BIOCSRTIMEOUT can round tv_usec down to zero & block; netbsd pr#2531; jha...Theo de Raadt
1996-06-18Try to avoid collisions with reselection when starting a new selection.Theo de Raadt
1996-06-18fix a type mismatchTheo de Raadt
1996-06-18New rev. from Matt Thomas (June 7, 1996), whichTheo de Raadt
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
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; peter@peter.noc.d...Theo de Raadt
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
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
1996-06-16use getsn() from libkernTheo de Raadt
1996-06-16add getsn(char *buf, int len)Theo de Raadt