| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 64-bit fixes from CSRG. | Ruslan Ermilov | 2001-10-17 | 2 | -4/+4 |
| * | Revision 1.32 corresponded to CSRG revision 8.2. | Ruslan Ermilov | 2001-10-17 | 1 | -1/+1 |
| * | Revision 1.13 corresponded to CSRG revision 8.4. | Ruslan Ermilov | 2001-10-17 | 1 | -1/+1 |
| * | Record the fact that revision 1.39 corresponded to CSRG revision 8.4, | Ruslan Ermilov | 2001-10-17 | 1 | -1/+1 |
| * | Print 4 per line. To do this, we test against i % 16 == 0 rather than i % 4 | Warner Losh | 2001-10-17 | 1 | -1/+1 |
| * | ToPIC fixes. scale back what we do for functional interrupts because | Warner Losh | 2001-10-17 | 1 | -1/+2 |
| * | Back out previous revision. TCBHASHSIZE isn't an option, despite what I'd | Dag-Erling Smørgrav | 2001-10-17 | 2 | -10/+0 |
| * | if_index is the highest interface index in the system, not the next | Bill Fenner | 2001-10-17 | 1 | -3/+3 |
| * | The interface index space may be sparsely populated (e.g. when an | Bill Fenner | 2001-10-17 | 1 | -1/+2 |
| * | fix minor bug in kern.minvnodes sysctl. Use OID_AUTO. | Matthew Dillon | 2001-10-16 | 1 | -1/+1 |
| * | Make SCSI changer and SES devices standard in generic kernels. | Matt Jacob | 2001-10-16 | 6 | -0/+12 |
| * | Document TCBHASHSIZE. | Dag-Erling Smørgrav | 2001-10-16 | 2 | -0/+10 |
| * | Deleted most of npxprobe(), and merged npxprobe1() back into npxprobe(). | Bruce Evans | 2001-10-16 | 3 | -381/+147 |
| * | Commit my old fixes for cosmetic bugs in npxprobe() so that they aren't | Bruce Evans | 2001-10-16 | 3 | -39/+24 |
| * | Fix bug introduced by the last commit, the caused some ATAPI | Søren Schmidt | 2001-10-16 | 1 | -1/+1 |
| * | Size the number of pv_entries we use to bootstrap the pv_entry allocator | Doug Rabson | 2001-10-16 | 1 | -5/+16 |
| * | Implement linux_chown and linux_lchown. The fchown syscall maps | Marcel Moolenaar | 2001-10-16 | 6 | -22/+52 |
| * | o Change prototype of linux_lchown and linux_chown so that the | Marcel Moolenaar | 2001-10-16 | 1 | -6/+5 |
| * | Don't use an uninitialized field reserved for callers in the bio structure | Tor Egge | 2001-10-15 | 1 | -3/+4 |
| * | Try to make Linux socket ioctls work. Up until now they've only *pretended* | Dag-Erling Smørgrav | 2001-10-15 | 1 | -50/+281 |
| * | Explicitly initialize the fpu when SSE is enabled since this no | Tor Egge | 2001-10-15 | 3 | -0/+15 |
| * | In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linux | Dag-Erling Smørgrav | 2001-10-15 | 2 | -2/+2 |
| * | Set the interface speed back to zero, after ether_ifattach() set it | Bill Fenner | 2001-10-15 | 1 | -0/+1 |
| * | Add a prototype for OF_alloc_phys. | Robert Drehmel | 2001-10-15 | 1 | -0/+1 |
| * | Fix some warnings. | Robert Drehmel | 2001-10-15 | 1 | -4/+4 |
| * | Add the FreeBSD/sparc64 boot loader source files. | Robert Drehmel | 2001-10-15 | 3 | -0/+658 |
| * | catch forwarded ipv6 packets with pfil_hooks for outbound things too | Darren Reed | 2001-10-15 | 1 | -0/+34 |
| * | Add a hack to get around the fact that egcs 1.1.2 (which I'm using to build | Benno Rice | 2001-10-15 | 1 | -0/+9 |
| * | Flesh out cpu_fork() and cpu_set_fork_handler(). This is a work in progress. | Benno Rice | 2001-10-15 | 2 | -26/+122 |
| * | - Correct the type of the argument to delay() so as to not conflict with | Benno Rice | 2001-10-15 | 3 | -3/+4 |
| * | Make the ofw_reg structure and ofw_alloc_heap 64-bit save. | Robert Drehmel | 2001-10-15 | 2 | -4/+4 |
| * | Add a Makefile for the sparc64 boot loader. | Robert Drehmel | 2001-10-15 | 1 | -0/+76 |