summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-03-24Style policeNiklas Hallqvist
1996-03-24From NetBSD: Add clobbers missing in asm statementsNiklas Hallqvist
1996-03-23Moved boolean_t back to vm_param.h; not protected by _KERNEL. It needs toThorsten Lockert
be available to userland (libc, libkvm, others), but will break software if defined in <sys/types.h>.
1996-03-22Fix previous changes; accept and forward a device name, do not just useThorsten Lockert
a generic name "pci" for interrupt statistics
1996-03-22Fix previous changes; we actually take a device name too so as to avoidThorsten Lockert
having just non-descript "pci" devices show up in interrupt stats
1996-03-21From NetBSD: eliminate setjmp.hNiklas Hallqvist
1996-03-21From NetBSD: eliminate setjmp.hNiklas Hallqvist
1996-03-21From NetBSD: Remove ns_cksum.c (now in sys/conf/files)Niklas Hallqvist
1996-03-20We moved away from NetBSD+OpenBSD long ago; / really does livehvozda
on wd0a finally. Also we swap to files when we are really beating the machine.
1996-03-20Fix back wrong patches.Michael Shalayeff
1996-03-20Fix back wrong patches.Michael Shalayeff
1996-03-20Fix back wrong patches.Michael Shalayeff
1996-03-20Fix back wrong patches.Michael Shalayeff
1996-03-19Merging w/ NetBSD 021796.Michael Shalayeff
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so).
1996-03-19Missed from last import.Michael Shalayeff
1996-03-15Fix bogosity in import of Lite2 fixThorsten Lockert
1996-03-14From Lite2; mark terminal devices as exclusively opened before flushingThorsten Lockert
1996-03-14From Lite2; only try to match a destination address on a point-to-pointThorsten Lockert
interface if the destination address has been set
1996-03-14From Lite2; improve handling of socket options on raw datagrams and multi-Thorsten Lockert
cast routing commands
1996-03-14From Lite2; fix mbuf leakThorsten Lockert
1996-03-14From Lite2; skip slow start calculation if socket state is listenThorsten Lockert
1996-03-14Fix from Lite2Thorsten Lockert
1996-03-14From Lite2; we should fail a malloc, not block waiting for memory to becomeThorsten Lockert
available in in_pcballoc()
1996-03-11Debbuger changed towards the latest Mach.Michael Shalayeff
Some minor changes for Linux ;) emulation. Small bug fixes from NetBSD.
1996-03-09restored IP filteringdm
1996-03-08From NetBSD:Michael Shalayeff
linux compatibility changes.
1996-03-08From NetBSD: merge of 960217Niklas Hallqvist
1996-03-05Changes for ifconfig to compile.Michael Shalayeff
1996-03-05From NetBSD: merge with 960217Niklas Hallqvist
1996-03-05sc_dev -> tulip_devdm
1996-03-05MAXBSIZE of 32768 breaks machines with 64 Megs of RAMdm
1996-03-05need some casts for clean compiledm
1996-03-04Fix two bugs reported by Don Koch <aardvark@poirot.krl.com>(NetBSD PR#216{8,9})chuck
[1] check return value from malloc() for NULL before trying to bzero it. [2] use "=" rather than "|=" when writing to CSR (otherwise you may ACK something you don't mean to!).
1996-03-04Initial commit of NetBSD 960217 netiso.Michael Shalayeff
all the rest is the fixes to the import by Niklas.
1996-03-04fixes of the 960217 import.Michael Shalayeff
1996-03-04From NetBSD: Fix PR/2095 options MROUTING did not compile.Niklas Hallqvist
1996-03-04From NetBSD: 960217 mergeNiklas Hallqvist
1996-03-04From NetBSD: 960217 mergeNiklas Hallqvist
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1996-03-03From NetBSD: Remove tty_compat.cNiklas Hallqvist
1996-03-03From NetBSD: Remove tty_compat.c, add ns_cksum.cNiklas Hallqvist
1996-03-03From NetBSD: merge with 960217Niklas Hallqvist
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1996-03-03Makefiles seemed to be broken a bit, i don't evenMichael Shalayeff
know how it happens to work still ... probably nobody rebuilt libcompat.a. Fron NetBSD: kern_info_*.c, seemed to be a bug fix.
1996-03-03Set ia_iosize to 0 to keep probe silentThorsten Lockert
1996-03-03from NetBSD: so it compiles now again ;)Michael Shalayeff
1996-03-03Make last change actually compileThorsten Lockert
1996-03-03from NetBSD: so it compiles now.Michael Shalayeff