summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-03-25Use correct prototype in the presense of __STDC__Thorsten Lockert
1996-03-25Add prototypes for internal functionsThorsten Lockert
1996-03-25Minor cleanupThorsten Lockert
1996-03-25Add prototypes for local functions, add const qualifiers where neededThorsten Lockert
1996-03-25Changed according to the kernel.Michael Shalayeff
1996-03-25Fixed bug while copying args in mount that may cause a crash.Michael Shalayeff
Types changes and so.
1996-03-25From NetBSD: merge of 960317Niklas Hallqvist
1996-03-25Somewhat better support for building lint libraryThorsten Lockert
1996-03-24Move 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-24Move thread prototypes to <vm/vm_param.h> for consistency XXXThorsten Lockert
1996-03-24The delay functions takes unsigned arguments.Niklas Hallqvist
1996-03-24Actually make CLKF_BASEPRI do what it's supposed to do.Niklas Hallqvist
1996-03-24Use IPL_ constants instead of numeric values. Get rid of sicallbacksNiklas Hallqvist
in favour of the remapped IPL facility. Some argument type fixes as well.
1996-03-24Prefix "long long" with "/* LONGLONG */" to shut up lint(1)Thorsten Lockert
1996-03-24iprint is used without DEBUG tooThorsten Lockert
1996-03-24Add kern/kern_thread.cThorsten Lockert
1996-03-24Add prototype for mincore(2)Thorsten Lockert
1996-03-24Our lint(1) understands __const, __inline, __signed and __volatileThorsten Lockert
1996-03-24Prefix usage of "long long" with a "/* LONGLONG */" comment to shut upThorsten Lockert
lint(1) about it
1996-03-24Use __asm in place of asmThorsten Lockert
1996-03-24Provide empty __warn_references() when we are not running GCCThorsten Lockert
1996-03-24UGLY, UGLY hack to force config create a pcmciabus.h file which isNiklas Hallqvist
needed as there are multiattachable ISA devices that need it to exist.
1996-03-24Do not define __indr_reference when running lint(1)Thorsten Lockert
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-23Use __inline, not inlineThorsten Lockert
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-22sethostid() actually do return a valueThorsten Lockert
1996-03-22sethostid() is documented and has historically returned int, not longThorsten Lockert
1996-03-21From NetBSD: Merge of 960317Niklas Hallqvist
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-19Fix RCS Id botch in last changeNiklas Hallqvist
1996-03-19Fix RCS Id botch in last changeNiklas Hallqvist
1996-03-19From NetBSD: merge of 960317Niklas Hallqvist
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-19SIOCAIFCONF -> SIOCAIFADDRNiklas Hallqvist
1996-03-18From NetBSD: Add prototype for sigaltstack; from John Kohl in PR #2129Niklas Hallqvist
1996-03-18From NetBSD: a a => a (close pr 2204 by Simon Burge <simonb@telstra.com.au>).Niklas Hallqvist
1996-03-16Link in libstdc++ now that libg++ 2.7.1 is in the tree.etheisen
1996-03-16Workaround for testing of Makefile.bsd-wrapper encountered while portingetheisen
libg++.