Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-03-30 | DDB support added. | Michael Shalayeff | |
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 | Initial commit of random data source devices' manual. | Michael Shalayeff | |
1996-03-29 | Initial commit of rnd devices' manual. | Michael Shalayeff | |
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-29 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-03-28 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-03-28 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-03-28 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-03-28 | From NetBSD: Use tr instead of caesar to generate fortunes-o | Niklas Hallqvist | |
1996-03-28 | Moved GNU spec stuff into Makefile.bsd-wrapper1 using PREREQ variable. | etheisen | |
This makes full BSD build support a reality for libiberty. make obj tags depends now works. General cleanup and commenting. | |||
1996-03-27 | Misc. cleanup, esp. for obj-dirs, DESTDIR compilations and missing | Niklas Hallqvist | |
dependencies. | |||
1996-03-27 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-03-26 | Revert last change which lost the functionality introduced in rev 1.4 | Niklas Hallqvist | |
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-26 | Make "make obj" work, make builds to obj directories work. Don't put | Niklas Hallqvist | |
object files in SRCS variables, add them to OBJS instead. Also explicitly mention -lg++ because g++ won't use the -L path for getting libg++ unless done via the command line. | |||
1996-03-26 | Make "make obj" work, make builds to obj directories work. Don't put | Niklas Hallqvist | |
object files in SRCS variables, add them to OBJS instead. Also explicitly mention -lg++ because g++ won't use the -L path for getting libg++ unless done via the command line. | |||
1996-03-25 | Fixup /usr/include/g++ hierarchy specification | Niklas Hallqvist | |
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 | |