Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-03-25 | Add support for building lint(1) library | Thorsten Lockert | |
1996-03-25 | Make a proper lvalue in INC | Thorsten Lockert | |
1996-03-25 | Add const qualifier to match prototype | Thorsten Lockert | |
1996-03-25 | Protect use of long long with /* LONGLONG */ | Thorsten Lockert | |
1996-03-25 | Use __asm, not asm | Thorsten Lockert | |
1996-03-25 | Prototype __syscall() correctly | Thorsten Lockert | |
1996-03-25 | Cannot do operations on a void pointer | Thorsten Lockert | |
1996-03-25 | Update prototypes to match declarations | Thorsten Lockert | |
Remove unused variables Install all man-page links | |||
1996-03-25 | Add prototypes for internal functions | Thorsten Lockert | |
Change inline to __inline | |||
1996-03-25 | Protect internal mcount symbol from lint(1) | Thorsten Lockert | |
Use __asm, not asm | |||
1996-03-25 | Pull in prototypes | Thorsten Lockert | |
Do the right thing in presense of __STDC__ | |||
1996-03-25 | Pull in more prototypes | Thorsten Lockert | |
1996-03-25 | Pull prototypes into scope | Thorsten Lockert | |
Remove graticious casts | |||
1996-03-25 | Prototype internal functions | Thorsten Lockert | |
Do the right thing in presense of __STDC__ | |||
1996-03-25 | initgroups(3) 2nd argument should be gid_t | Thorsten Lockert | |
1996-03-25 | Cast negative args to their unsigned type | Thorsten Lockert | |
1996-03-25 | Use correct prototype in the presense of __STDC__ | Thorsten Lockert | |
1996-03-25 | Add prototypes for internal functions | Thorsten Lockert | |
1996-03-25 | Minor cleanup | Thorsten Lockert | |
1996-03-25 | Add prototypes for local functions, add const qualifiers where needed | Thorsten Lockert | |
1996-03-25 | Changed according to the kernel. | Michael Shalayeff | |
1996-03-25 | Fixed bug while copying args in mount that may cause a crash. | Michael Shalayeff | |
Types changes and so. | |||
1996-03-25 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-03-25 | Somewhat better support for building lint library | Thorsten Lockert | |
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 | 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 | |