Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-03-24 | Prefix "long long" with "/* LONGLONG */" to shut up lint(1) | Thorsten Lockert | |
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-23 | Use __inline, not inline | Thorsten Lockert | |
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-22 | sethostid() actually do return a value | Thorsten Lockert | |
1996-03-22 | sethostid() is documented and has historically returned int, not long | Thorsten Lockert | |
1996-03-21 | From NetBSD: Merge of 960317 | Niklas Hallqvist | |
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 | Fix RCS Id botch in last change | Niklas Hallqvist | |
1996-03-19 | Fix RCS Id botch in last change | Niklas Hallqvist | |
1996-03-19 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
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-19 | SIOCAIFCONF -> SIOCAIFADDR | Niklas Hallqvist | |
1996-03-18 | From NetBSD: Add prototype for sigaltstack; from John Kohl in PR #2129 | Niklas Hallqvist | |
1996-03-18 | From NetBSD: a a => a (close pr 2204 by Simon Burge <simonb@telstra.com.au>). | Niklas Hallqvist | |
1996-03-16 | Link in libstdc++ now that libg++ 2.7.1 is in the tree. | etheisen | |
1996-03-16 | Workaround for testing of Makefile.bsd-wrapper encountered while porting | etheisen | |
libg++. | |||
1996-03-16 | Allow native BSD build of libg++ 2.7.1. This is a complete replacement of | etheisen | |
the GNU build procedure, not a wrapper. Generates standard, profiled, shared object, and shared library versions of libiberty, libstdc++, and libg++. libiberty version 0.0, libstdc++ version 27.1, and libg++ version 27.1. Requires modification of bsd.subdir.mk pmake include. Targets linked with the shared libraries libstdc++ and libg++ will, by default, automatically be run time linked with libm and libcurses. | |||
1996-03-16 | Allow standard GNU build with openbsd. | etheisen | |
1996-03-15 | Reinstate dead COPYING for libg++ 2.7.1 | Niklas Hallqvist | |
1996-03-15 | Import of GNU libg++ 2.7.1 port (prepared by Erik Theisen) | Niklas Hallqvist | |
1996-03-15 | Fix bogosity in import of Lite2 fix | Thorsten Lockert | |
1996-03-15 | Removed for 2.7.1 import. | etheisen | |
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() |