Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-04-17 | Minor cleanups. Checked against Lite2. | Michael Shalayeff | |
(NetBSD's was really just a Lite2's, but w/ 64bit support) | |||
1996-04-17 | fix a bug w/ fd/tty file (from netbsd). | Michael Shalayeff | |
1996-03-31 | From NetBSD: NFSv3 import (tomorrow's Net's kernel) | Michael Shalayeff | |
Open's patches kept in. i'll possibly take a look at Lite2 soon, is there smth usefull ?.. | |||
1996-03-30 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-03-30 | Added: sysctl access to the ddb variables. | Michael Shalayeff | |
Fixed: "netbsd" strings in sym table handling routines. now it is usefull to change max_{width,line} according to your real console geometry, just w/ sysctl program. | |||
1996-03-30 | Add $OpenBSD$, fix comments. | Michael Shalayeff | |
1996-03-30 | Bug w/ rename fixed. | Michael Shalayeff | |
Strange thing still present w/ removes, the situation seemd to be like extra VREF made somewhere, that is, lower nfs does not remove, but rename file in '.nfs*' thing that disapears at umap umount. this thing happend w/ nullfs too. | |||
1996-03-29 | lost change from vnode_if.[hc] evolution. | Michael Shalayeff | |
"vnode_if.h" must be <sys/vnode_if.h> | |||
1996-03-29 | The random data source driver itself. | Michael Shalayeff | |
Initial commit. | |||
1996-03-29 | Initial commit of random source driver. | Michael Shalayeff | |
1996-03-26 | Somehow happened to coexist two versions of this in the same file. | Michael Shalayeff | |
fixed, older removed. | |||
1996-03-26 | From NetBSD: vnode_if.[ch] made machine independent. | Michael Shalayeff | |
very usefull (for <sys/vnode.h> inclusion). from the other side this is really machine independent ... tested w/ i386, but should not cause errors w/ other arch's. pls, test it (don't forget to reconfig kernel ;) | |||
1996-03-25 | Fixed bug while copying args in mount that may cause a crash. | Michael Shalayeff | |
Types changes and so. | |||
1996-03-24 | Move thread prototypes back to <sys/proc.h> | Thorsten Lockert | |
Duplicate boolean_t definition in <sys/types.h>, protected by _KERNEL Only use boolean_t definition in <vm/vm_param.h> when not _KERNEL Mark latter two with XXX | |||
1996-03-24 | Move thread prototypes to <vm/vm_param.h> for consistency XXX | Thorsten Lockert | |
1996-03-24 | The delay functions takes unsigned arguments. | Niklas Hallqvist | |
1996-03-24 | Actually make CLKF_BASEPRI do what it's supposed to do. | Niklas Hallqvist | |
1996-03-24 | Use IPL_ constants instead of numeric values. Get rid of sicallbacks | Niklas Hallqvist | |
in favour of the remapped IPL facility. Some argument type fixes as well. | |||
1996-03-24 | iprint is used without DEBUG too | Thorsten Lockert | |
1996-03-24 | Add kern/kern_thread.c | Thorsten Lockert | |
1996-03-24 | Add prototype for mincore(2) | Thorsten Lockert | |
1996-03-24 | Our lint(1) understands __const, __inline, __signed and __volatile | Thorsten Lockert | |
1996-03-24 | Prefix usage of "long long" with a "/* LONGLONG */" comment to shut up | Thorsten Lockert | |
lint(1) about it | |||
1996-03-24 | Use __asm in place of asm | Thorsten Lockert | |
1996-03-24 | Provide empty __warn_references() when we are not running GCC | Thorsten Lockert | |
1996-03-24 | UGLY, UGLY hack to force config create a pcmciabus.h file which is | Niklas Hallqvist | |
needed as there are multiattachable ISA devices that need it to exist. | |||
1996-03-24 | Do not define __indr_reference when running lint(1) | Thorsten Lockert | |
1996-03-24 | Style police | Niklas Hallqvist | |
1996-03-24 | From NetBSD: Add clobbers missing in asm statements | Niklas Hallqvist | |
1996-03-23 | Moved boolean_t back to vm_param.h; not protected by _KERNEL. It needs to | Thorsten Lockert | |
be available to userland (libc, libkvm, others), but will break software if defined in <sys/types.h>. | |||
1996-03-22 | Fix previous changes; accept and forward a device name, do not just use | Thorsten Lockert | |
a generic name "pci" for interrupt statistics | |||
1996-03-22 | Fix previous changes; we actually take a device name too so as to avoid | Thorsten Lockert | |
having just non-descript "pci" devices show up in interrupt stats | |||
1996-03-21 | From NetBSD: eliminate setjmp.h | Niklas Hallqvist | |
1996-03-21 | From NetBSD: eliminate setjmp.h | Niklas Hallqvist | |
1996-03-21 | From NetBSD: Remove ns_cksum.c (now in sys/conf/files) | Niklas Hallqvist | |
1996-03-20 | We moved away from NetBSD+OpenBSD long ago; / really does live | hvozda | |
on wd0a finally. Also we swap to files when we are really beating the machine. | |||
1996-03-20 | Fix back wrong patches. | Michael Shalayeff | |
1996-03-20 | Fix back wrong patches. | Michael Shalayeff | |
1996-03-20 | Fix back wrong patches. | Michael Shalayeff | |
1996-03-20 | Fix back wrong patches. | Michael Shalayeff | |
1996-03-19 | Merging 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-19 | Missed from last import. | Michael Shalayeff | |
1996-03-15 | Fix bogosity in import of Lite2 fix | Thorsten Lockert | |
1996-03-14 | From Lite2; mark terminal devices as exclusively opened before flushing | Thorsten Lockert | |
1996-03-14 | From Lite2; only try to match a destination address on a point-to-point | Thorsten Lockert | |
interface if the destination address has been set | |||
1996-03-14 | From Lite2; improve handling of socket options on raw datagrams and multi- | Thorsten Lockert | |
cast routing commands | |||
1996-03-14 | From Lite2; fix mbuf leak | Thorsten Lockert | |
1996-03-14 | From Lite2; skip slow start calculation if socket state is listen | Thorsten Lockert | |
1996-03-14 | Fix from Lite2 | Thorsten Lockert | |
1996-03-14 | From Lite2; we should fail a malloc, not block waiting for memory to become | Thorsten Lockert | |
available in in_pcballoc() |