Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -3/+4 | |
| | ||||||
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -2/+1 | |
| | | | | Found by: -Wunused | |||||
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -14/+15 | |
| | | | | | | | | | | | | it in struct proc instead. This fixes a boatload of compiler warning, and removes a lot of cruft from the sources. I have not removed the /*ARGSUSED*/, they will require some looking at. libkvm, ps and other userland struct proc frobbing programs will need recompiled. | |||||
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -2/+1 | |
| | ||||||
* | make a couple functions static... | jmg | 1997-10-24 | 1 | -3/+3 | |
| | | | | | also change module_register_static to module_register_init as this function initalizes the module for both dynamic and static modules... | |||||
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -3/+1 | |
| | ||||||
* | This is the kernel linker. To use it, you will first need to apply | dfr | 1997-05-07 | 1 | -0/+304 | |
the patches in freefall:/home/dfr/ld.diffs to your ld sources and set BINFORMAT to aoutkld when linking the kernel. Library changes and userland utilities will appear in a later commit. |