| Commit message (Expand) | Author | Age | Files | Lines |
* | Set OBJFORMAT=aout, until crunchide learns about ELF format... | abial | 1998-09-03 | 1 | -2/+2 |
* | Bump __FreeBSD_version to 300004 to indicate post E-day. | asami | 1998-09-03 | 1 | -2/+2 |
* | Reviewed by: J Wunsch <j@uriah.heep.sax.de> | dillon | 1998-09-03 | 1 | -7/+17 |
* | Allow quoted strings (single or double) for grouping whitespace separated | jkh | 1998-09-03 | 2 | -6/+24 |
* | Bootstrap updates. | msmith | 1998-09-03 | 17 | -140/+869 |
* | Install amd.conf | brian | 1998-09-02 | 2 | -2/+9 |
* | This is AMD.CONF, not AMQ.CONF | brian | 1998-09-02 | 1 | -2/+2 |
* | printing with compatible mode fixed if ECP available + more verbose if bootve... | nsouch | 1998-09-02 | 3 | -129/+489 |
* | Widen and change the layout of the IPFW structures flag element. | phk | 1998-09-02 | 1 | -29/+29 |
* | Pass2 complete | rvb | 1998-09-02 | 65 | -5351/+2140 |
* | Add ^G to the end of boot.help on the installation floppy so that it | max | 1998-09-02 | 1 | -1/+2 |
* | Added a vfs_oid pointer and a vfs_uninit() function to struct | bde | 1998-09-02 | 1 | -1/+3 |
* | Backed out previous commit. VFS_LKM_NO_DEFAULT_DISPATCH wasn't used for | bde | 1998-09-02 | 1 | -14/+7 |
* | Keep build-tools objects separate from `all' objects so that my | bde | 1998-09-02 | 2 | -9/+18 |
* | Properly fragment multicast packets. | wollman | 1998-09-02 | 1 | -1/+2 |
* | Fixed the elf case of the creation of the libcrypt.so -> libscrypt->so | bde | 1998-09-02 | 1 | -2/+2 |
* | csu must be built before all shared libaries for ELF, since ELF shared | bde | 1998-09-02 | 1 | -3/+4 |
* | Fixed munging of the SUBDIR list in rev.1.16-1.18. | bde | 1998-09-02 | 1 | -4/+2 |
* | Removed a buggy ifdef for not linking libmd explicitly. Explicit | bde | 1998-09-02 | 1 | -9/+3 |
* | Add -aout to CFLAGS and LDFLAGS in bsd.kmod.mk, not in | bde | 1998-09-02 | 3 | -9/+10 |
* | Add options for bridging and bandwidth limiting (disabled by default). | abial | 1998-09-02 | 3 | -3/+12 |
* | Nuked setting of crt here too. | bde | 1998-09-02 | 3 | -12/+2 |
* | Ugh... Small correction to the previous commit. | abial | 1998-09-02 | 1 | -4/+5 |
* | Added code to display interface table and link layer info, as well | abial | 1998-09-02 | 2 | -14/+125 |
* | Cut-n-paste fub. | obrien | 1998-09-02 | 1 | -2/+2 |
* | Diagnostic rewritten in English. | wosch | 1998-09-02 | 1 | -3/+3 |
* | Add libcrypt. Elf was breaking. | markm | 1998-09-02 | 1 | -3/+3 |
* | Suppress duplicate entries in ldd output. | jdp | 1998-09-02 | 2 | -12/+12 |
* | Style fixes. If it seems like a lot of lines of changes, it's | jdp | 1998-09-02 | 1 | -75/+79 |
* | Add Id keywords | brian | 1998-09-02 | 32 | -0/+53 |
* | Handle dlsym(NULL, ...) properly, by searching in the caller's | jdp | 1998-09-02 | 1 | -11/+26 |
* | Implement the weak aliases for private entry points in the inet_* | jdp | 1998-09-02 | 20 | -90/+167 |
* | "xl%d: chip is is in D%d power mode " -> "xl%d: chip is in D%d power mode " | wpaul | 1998-09-01 | 1 | -3/+3 |
* | Separate wakeup conditions for page I/O count (pg_busy) and lock (PG_BUSY). | wollman | 1998-09-01 | 1 | -4/+3 |
* | Remove redundant decl. of time(). Causes problems on alpha | gpalmer | 1998-09-01 | 2 | -4/+2 |
* | Sync with sys/i386/conf/Makefile.i386 revision 1.120. | kato | 1998-09-01 | 2 | -32/+50 |
* | Sync with sys/i386/i386/machdep.c revision 1.306. | kato | 1998-09-01 | 2 | -6/+6 |
* | Silence potentially bogus warning. | jkh | 1998-09-01 | 1 | -2/+2 |
* | Put MSDOSFS back and look for something else to trim. | jkh | 1998-09-01 | 1 | -2/+1 |
* | Force NOMAN and NOINFO on legacy-install as well as legacy build. | jb | 1998-09-01 | 1 | -3/+3 |
* | Add the clean targets again. | jb | 1998-09-01 | 1 | -3/+3 |
* | Add the clean cleandepend and cleanobj targets back. | jb | 1998-09-01 | 1 | -3/+3 |
* | Check for NULL pointer before freeing a struct sockaddr. m_freem() can handle | luoqi | 1998-09-01 | 3 | -6/+9 |
* | - Fix style bug. | kato | 1998-09-01 | 4 | -12/+12 |
* | New commandline/script parser, supports backslash quoting and environment | msmith | 1998-09-01 | 4 | -43/+365 |
* | Add a target to check the consistency of the make OBJFORMAT variable | jb | 1998-09-01 | 1 | -2/+25 |
* | Change BINFORMAT to KERNFORMAT and add -aout or -elf to the tool | jb | 1998-09-01 | 3 | -51/+75 |
* | Oops, I missed the update from /etc/objectformat to /etc/objformat | jb | 1998-08-31 | 1 | -3/+3 |
* | Bootloader update. | msmith | 1998-08-31 | 27 | -2502/+528 |
* | MACHINE -> MACHINE_ARCH to allow PC98 to define MACHINE=pc98. | jb | 1998-08-31 | 3 | -25/+25 |