| Commit message (Expand) | Author | Age | Files | Lines |
* | CAM userland utility library, a replacement for libscsi. | gibbs | 1998-09-15 | 8 | -0/+1774 |
* | Revert to rev 1.41. | obrien | 1998-09-15 | 1 | -11/+9 |
* | Document root.wheel. | obrien | 1998-09-15 | 1 | -0/+3 |
* | Restore default implict behavior of running the all target we had before. | jkh | 1998-09-15 | 1 | -1/+4 |
* | Sync with sys/i386/i386/machdep.c revision up to 1.309. | kato | 1998-09-15 | 2 | -2/+80 |
* | Sync with sys/i386/confMakefile.i386 revision 1.122. | kato | 1998-09-15 | 2 | -6/+12 |
* | Remove (wrong) OBJFORMAT setting. | msmith | 1998-09-15 | 1 | -6/+1 |
* | Replace accidentally-deleted `x' which caused warnx() to misbehave. | wollman | 1998-09-15 | 1 | -2/+2 |
* | Correct a typo that I noticed. | jkoshy | 1998-09-15 | 1 | -1/+1 |
* | Remove includes that are no longer needed, now that the core dumping | jdp | 1998-09-14 | 1 | -9/+1 |
* | Fix GDB so that it can handle ELF core dumps. | jdp | 1998-09-14 | 9 | -15/+97 |
* | Viola! The kernel now generates standard ELF core dumps for ELF | jdp | 1998-09-14 | 2 | -16/+361 |
* | Add new functions fill_fpregs() and set_fpregs(), like fill_regs() | jdp | 1998-09-14 | 12 | -46/+99 |
* | Remove Id keywords from files that are still on the vendor branch | brian | 1998-09-14 | 7 | -14/+0 |
* | o use strncpy safely | imp | 1998-09-14 | 1 | -3/+8 |
* | Bring core-regset.c back to life. It is needed for handling ELF | jdp | 1998-09-14 | 1 | -0/+130 |
* | Make use of the new 'dm' utility instead of standard 'dmesg'. | abial | 1998-09-14 | 3 | -6/+9 |
* | Add reallocf to the library. This function is simliar to realloc, but | imp | 1998-09-14 | 4 | -13/+43 |
* | Since we have a sysctl 'machdep.msgbuf' now, let's make use of it. | abial | 1998-09-14 | 2 | -0/+89 |
* | Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These give | jdp | 1998-09-14 | 7 | -7/+59 |
* | Too late in the 3.0-game to deal with a setgid /usr/bin/man. | obrien | 1998-09-14 | 1 | -2/+2 |
* | Remove the SLICE code. | sos | 1998-09-14 | 32 | -5778/+27 |
* | Use a more reasonable default umask in case the root umask is too | jkh | 1998-09-14 | 1 | -1/+5 |
* | Fix printf warnings and add a few casts. | jkh | 1998-09-14 | 6 | -18/+18 |
* | Until lkm and mdec gets populated again by some other means, do it | jkh | 1998-09-14 | 1 | -1/+7 |
* | Add a link perl --> perl5.00502 | markm | 1998-09-14 | 1 | -1/+2 |
* | Add extra bootinfo fields for the three-stage bootloader; the end of the | msmith | 1998-09-14 | 1 | -1/+5 |
* | Add constants associated with preloaded kernel modules. | msmith | 1998-09-14 | 1 | -1/+18 |
* | Resynch with working sources before BTX integration. | msmith | 1998-09-14 | 19 | -147/+348 |
* | Wanted to set uname to root, not gname. | obrien | 1998-09-14 | 1 | -2/+2 |
* | This implements retrieving the contents of message buffer via sysctl(3) | abial | 1998-09-14 | 2 | -2/+44 |
* | Nuke gratuitous use of OBJFORMAT | jkh | 1998-09-14 | 1 | -2/+2 |
* | Sync with sys/i386/isa/syscons.c revision 1.277. | kato | 1998-09-14 | 1 | -3/+1 |
* | Sync with sys/i386/isa/if_ed.c and sio.c revisions 1.145 and 1.215, | kato | 1998-09-14 | 3 | -48/+41 |
* | Teach crunch about an elf/a.out world. | jkh | 1998-09-14 | 6 | -140/+795 |
* | Assume ELF-style symbol names now. | jkh | 1998-09-14 | 1 | -1/+1 |
* | Use -aout for kernels right now. This will have to be changed back if | jkh | 1998-09-14 | 1 | -1/+2 |
* | Decouple genassym flags from CFLAGS. | jkh | 1998-09-14 | 3 | -9/+18 |
* | Boy, Mr. Obrien is committing in his sleep again; there is also no | jkh | 1998-09-14 | 1 | -2/+2 |
* | There is no group name of "root"; assume man was what was intended. | jkh | 1998-09-14 | 1 | -2/+2 |
* | Sync with sys/i386/conf/majors.i386 revision 1.48. | kato | 1998-09-14 | 1 | -1/+3 |
* | Add BTX startup/interface code. | rnordier | 1998-09-14 | 6 | -2/+235 |
* | Don't require an executable file name. If no executable image is | des | 1998-09-14 | 3 | -26/+52 |
* | Add ${RM} for compatability with SunOS. | obrien | 1998-09-14 | 1 | -10/+12 |
* | Make /dev/vga a softlink to /dev/ttyv0 under DEVFS using /etc/rc.devfs | sos | 1998-09-14 | 4 | -7/+20 |
* | Change file ownership from bin.bin to root.wheel. | obrien | 1998-09-14 | 5 | -60/+60 |
* | Portability fixes when sizeof(int) != sizeof(long). | dfr | 1998-09-14 | 3 | -41/+47 |
* | Support our "nfsv2" option. (originally added to old amd/amd/host_opts.c | obrien | 1998-09-14 | 1 | -1/+14 |
* | Add provisions for variant core dump file formats, depending on the | jdp | 1998-09-14 | 12 | -117/+152 |
* | Gasp ! Bitten by the wonders of diff/patch ! Now's your chance to | brian | 1998-09-13 | 2 | -3/+3 |