| Commit message (Expand) | Author | Age | Files | Lines |
* | Fill out the ELF header files to make them more or less complete. | jdp | 1997-05-21 | 4 | -153/+489 |
* | Add new C global names also referenced from assembly language. | jdp | 1997-05-21 | 1 | -1/+59 |
* | Make setbits() SMP-safe. Eliminate the SETBITS() macro, and replace | jdp | 1997-05-21 | 3 | -19/+18 |
* | Initialize the buf_queue of the pt(4) driver. | joerg | 1997-05-21 | 2 | -3/+16 |
* | Several bug fixes for the ee16 support from Richard Straka: | gibbs | 1997-05-21 | 2 | -172/+222 |
* | Introducing "Jumping Daemon" screen saver. This is really cute and | yokota | 1997-05-21 | 3 | -0/+439 |
* | Introducing "Jumping Daemon" screen saver. This is really cute and | yokota | 1997-05-21 | 2 | -5/+5 |
* | Major nit: i've confused link0 and link1 in my brain and/or in either | joerg | 1997-05-20 | 1 | -15/+21 |
* | Plug a memory leak in nfs_link. | dfr | 1997-05-20 | 2 | -4/+4 |
* | Major overhaul of the SyncPPP layer. Basically, this comprises now a | joerg | 1997-05-19 | 9 | -786/+2119 |
* | Set the quirks for the worm drives. | jmz | 1997-05-19 | 2 | -7/+13 |
* | A few improvements to the worm driver. | jmz | 1997-05-19 | 2 | -200/+355 |
* | Fix a few bugs with NFS and mmap caused by NFS' use of b_validoff | dfr | 1997-05-19 | 15 | -79/+302 |
* | Recognize AMD 486 CPUs. | kato | 1997-05-19 | 2 | -2/+32 |
* | Synchronize with sys/i386/isa/sio.c revison 1.167. | kato | 1997-05-19 | 2 | -10/+82 |
* | Break apart initialization of s and inp from the declarations in | tegge | 1997-05-19 | 1 | -5/+9 |
* | Disallow network interrupts while the address is found and copied in | tegge | 1997-05-19 | 1 | -1/+13 |
* | Whoops, missed a zero there. Flags 0x10000 it is. | phk | 1997-05-18 | 3 | -6/+6 |
* | Flags 0x1000 on sio now disables the dreaded test#3. | phk | 1997-05-18 | 3 | -6/+9 |
* | Detect various supersets of 16550A based on fifo depth. | phk | 1997-05-18 | 3 | -12/+117 |
* | Synchronize with sys/i386/boot/biosboot/bios.S and | kato | 1997-05-18 | 2 | -22/+2 |
* | Remove redundant check for vp == dvp (done in VFS before calling). | phk | 1997-05-17 | 5 | -43/+6 |
* | Synchronize with sys/i386/isa/syscons.c and sys/i386/isa/syscons.h | kato | 1997-05-17 | 2 | -22/+37 |
* | Removed some useless code: | bde | 1997-05-16 | 2 | -24/+2 |
* | Ignore the supplied nfs_diskless structure from the bootstrap loader | tegge | 1997-05-15 | 3 | -3/+9 |
* | Update netboot manual page. | tegge | 1997-05-15 | 2 | -53/+64 |
* | 1) font loading (two fixes) | yokota | 1997-05-15 | 6 | -66/+111 |
* | Don't send arp request for the ip address 0.0.0.0. | tegge | 1997-05-14 | 1 | -3/+4 |
* | Bring in some improved bootp support for netboot submitted by Luigi: | tegge | 1997-05-14 | 8 | -87/+213 |
* | Use same syntax as netboot for root and swap mounts. | tegge | 1997-05-14 | 2 | -326/+310 |
* | First cut at patches to make appletalk compile again | julian | 1997-05-13 | 5 | -222/+378 |
* | Check the B_CLUSTER flag when choosing whether to use unstable or filesync | dfr | 1997-05-13 | 2 | -4/+4 |
* | Don't keep addresses in mbuf chains. This should simplify the next round | dfr | 1997-05-13 | 12 | -123/+183 |
* | struct timespec needs to be useable with just <time.h>, but needs to not | peter | 1997-05-13 | 2 | -8/+8 |
* | Add ${CFLAGS} to makerom command line. Note: don't add ${LDFLAGS} here, | asami | 1997-05-13 | 1 | -2/+2 |
* | save/restore %ebx, %esi and %edi when calling bios routines. | tegge | 1997-05-12 | 1 | -12/+38 |
* | Use the old nfs arguments in the nfs_diskless structure, to be | tegge | 1997-05-12 | 4 | -102/+116 |
* | Synchronize with sys/i386/i386/machdep.c revision 1.241. | kato | 1997-05-12 | 2 | -8/+16 |
* | - fixed typo | andreas | 1997-05-11 | 1 | -2/+5 |
* | Bring in some kernel bootp support. This removes the need for netboot | tegge | 1997-05-11 | 17 | -38/+4023 |
* | Make nc_flag and nc_nlen unsigned. | phk | 1997-05-11 | 1 | -3/+3 |
* | Fixed initialization of ldt[]. Unused entries were garbage. A comment | bde | 1997-05-11 | 2 | -8/+16 |
* | Make sppp's logging human-readable. Also, use log(9), as opposed to | joerg | 1997-05-11 | 1 | -134/+262 |
* | Documented SMP_AUTOSTART to be working. | fsmp | 1997-05-10 | 3 | -6/+12 |
* | Implement a separate control for write gathering on NFSv3. This is turned | dfr | 1997-05-10 | 5 | -10/+38 |
* | Fix a nasty hang connected with write gathering. Also add debug print | dfr | 1997-05-10 | 12 | -44/+156 |
* | Add the D_DISK flag to the cdevsw structs of various CD-ROM drivers. | joerg | 1997-05-10 | 6 | -12/+12 |
* | Fixes from Bruce: | peter | 1997-05-10 | 1 | -59/+64 |
* | Remove IPXPRINTFS, it is now a sysctl knob. | jhay | 1997-05-10 | 3 | -9/+3 |
* | Use the MAC address of an interface for the host part of an IPX address | jhay | 1997-05-10 | 2 | -6/+30 |