| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFi386: sys/i386/isa/npx.c revisions from 1.114 to 1.116 | Yoshihiro Takahashi | 2001-10-19 | 1 | -161/+56 |
| * | Fixed style bugs from revisions 8.1 (CSRG), 1.14, 1.19 and 1.22. | Ruslan Ermilov | 2001-10-19 | 1 | -7/+7 |
| * | Changed IO_NPXSIZE to 8 | Yoshihiro Takahashi | 2001-10-19 | 2 | -2/+2 |
| * | MFi386: sys/i386/isa/clock.c revision 1.177 | Yoshihiro Takahashi | 2001-10-19 | 3 | -12/+0 |
| * | MFi386: sys/i386/isa/pcaudio.c revision 1.63 | Yoshihiro Takahashi | 2001-10-19 | 1 | -6/+0 |
| * | Merged from sys/isa/sio.c revisions from 1.344 to 1.347 | Yoshihiro Takahashi | 2001-10-19 | 2 | -6/+20 |
| * | MFi386: sys/i386/conf/GENERIC revision 1.320 | Yoshihiro Takahashi | 2001-10-19 | 1 | -1/+1 |
| * | MFi386: options.i386 revision 1.158 | Yoshihiro Takahashi | 2001-10-19 | 1 | -0/+2 |
| * | Rework pmap so that it separates the PTE structure from the pv_entry | Doug Rabson | 2001-10-19 | 2 | -332/+509 |
| * | Build the linux module on Alpha again. Note that the linux module | Marcel Moolenaar | 2001-10-19 | 1 | -1/+2 |
| * | After removing the bogus differences, any real incompatibilities | Marcel Moolenaar | 2001-10-19 | 1 | -452/+0 |
| * | Fix Alpha related brokenness. We used to have a MD linux_ioctl.h | Marcel Moolenaar | 2001-10-19 | 2 | -8/+209 |
| * | Linux compiles broken on alpha again. Remove. | Matt Jacob | 2001-10-19 | 1 | -2/+2 |
| * | Add entry for the PRO/1000. | Jonathan Lemon | 2001-10-19 | 3 | -0/+5 |
| * | Hook the gx module up to the build. | Jonathan Lemon | 2001-10-19 | 2 | -0/+9 |
| * | Add a driver for the Intel PRO/1000 Gigabit Ethernet boards. | Jonathan Lemon | 2001-10-19 | 3 | -0/+2317 |
| * | #if 0 out some code that depends on other uncommitted patches. | Dag-Erling Smørgrav | 2001-10-19 | 1 | -0/+2 |
| * | Adapt to pseudofs changes (dynamic initialization, not static). | Dag-Erling Smørgrav | 2001-10-19 | 1 | -65/+58 |
| * | Switch to dynamic rather than static initialization. | Dag-Erling Smørgrav | 2001-10-19 | 3 | -62/+288 |
| * | Add support for the "device private" ioctls soon to be used by the an driver. | Dag-Erling Smørgrav | 2001-10-19 | 2 | -16/+76 |
| * | Add two "device private" ioctls needed by the Aironet (an) driver. | Dag-Erling Smørgrav | 2001-10-19 | 1 | -5/+8 |
| * | Whitespace fix. | Dag-Erling Smørgrav | 2001-10-19 | 1 | -1/+1 |
| * | Use normal CWARNFLAGS and defines when compiling on FreeBSD. | Mark Peek | 2001-10-19 | 1 | -2/+6 |
| * | Add verbage for MODULES_OVERRIDE. | Warner Losh | 2001-10-18 | 2 | -0/+8 |
| * | Add support for the gcc-2.95 stdarg implementation. | Mark Peek | 2001-10-18 | 2 | -0/+40 |
| * | Protect against deranged fabric nameservers that spit out 10000 identical | Matt Jacob | 2001-10-18 | 1 | -3/+16 |
| * | Shift the code which packs and unpacks instruction bundles out of DDB | Doug Rabson | 2001-10-18 | 5 | -12/+41 |
| * | My attempts at minimizing the number of #def's got me in trouble. | David E. O'Brien | 2001-10-18 | 5 | -21/+24 |
| * | Add experimental support for sending keypad facility messages. | Hellmuth Michaelis | 2001-10-18 | 11 | -158/+139 |
| * | Fix typos in previous commit: | Marcel Moolenaar | 2001-10-18 | 1 | -1/+1 |
| * | Add support for "__gnuc_va_list". Some overly "smart" libraries assume | David E. O'Brien | 2001-10-18 | 5 | -5/+28 |
| * | Sync comments with i386. | David E. O'Brien | 2001-10-18 | 1 | -6/+6 |
| * | Minor comment tweaking. | David E. O'Brien | 2001-10-17 | 1 | -4/+4 |
| * | - Small cleanups to the Giant handling in trap(). | John Baldwin | 2001-10-17 | 1 | -9/+17 |
| * | Small cleanups to the handling of Giant in trap(). | John Baldwin | 2001-10-17 | 1 | -8/+5 |
| * | Add a SIOCGIFINDEX ioctl, which returns the index of a named interface. | Jonathan Lemon | 2001-10-17 | 3 | -0/+7 |
| * | Cleanup ifunit(), so it uses the dev_named() function to map an interface | Jonathan Lemon | 2001-10-17 | 1 | -29/+11 |
| * | Add dev_named(dev, name), which is similar in spirit to devtoname(). | Jonathan Lemon | 2001-10-17 | 3 | -0/+15 |
| * | Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. | Ruslan Ermilov | 2001-10-17 | 16 | -161/+206 |
| * | Change kern.bootfile when mv'ing the kernel | Brian Somers | 2001-10-17 | 5 | -0/+10 |
| * | Pull fix for memory leak in in6_losing() from netinet/in_pcb.c,v 1.85. | Ruslan Ermilov | 2001-10-17 | 1 | -3/+2 |
| * | contigmalloc1() could cause the vm_page_zero_count to become incorrect. | Matthew Dillon | 2001-10-17 | 1 | -0/+2 |
| * | Use a array to convert from a attribute for AT to one for PC98. | Yoshihiro Takahashi | 2001-10-17 | 1 | -42/+38 |
| * | Merged from sys/boot/i386/libi386/vidconsole.c revisions 1.16, 1.17 and 1.18. | Yoshihiro Takahashi | 2001-10-17 | 1 | -164/+144 |
| * | fix style(9) | Yoshihiro Takahashi | 2001-10-17 | 1 | -174/+211 |
| * | Merged from sys/boot/i386/loader/Makefile revision 1.54. | Yoshihiro Takahashi | 2001-10-17 | 1 | -0/+7 |
| * | Change kern.bootfile when mv'ing the kernel | Brian Somers | 2001-10-17 | 1 | -0/+2 |
| * | Fixed to process a IPv6 packet when ah transport after esp tunnel | Hajimu UMEMOTO | 2001-10-17 | 1 | -3/+42 |
| * | The behavior of SPDUPDATE has been changed. | Hajimu UMEMOTO | 2001-10-17 | 1 | -10/+6 |
| * | Bring in latest CSRG revisions to this file: | Ruslan Ermilov | 2001-10-17 | 1 | -1/+9 |