| Commit message (Expand) | Author | Age | Files | Lines |
* | Export PAGE_SIZE from genassym.c, and include assym.s in bcopy_page.S, | cognet | 2005-10-06 | 2 | -1/+5 |
* | Add boot.nfsroot.options loader tunable. | pjd | 2005-10-06 | 1 | -0/+30 |
* | Add strtok() and strtok_r() function to libkern. | pjd | 2005-10-06 | 3 | -0/+101 |
* | Fix a nasty typo. Change: | pjd | 2005-10-06 | 1 | -1/+1 |
* | Fixing a boot time panic(when if_fwip is compiled into kernel) by renaming | avatar | 2005-10-06 | 1 | -3/+3 |
* | Fix KASSERT function name in ether_output, use __func__ while I am here. | thompsa | 2005-10-06 | 1 | -2/+2 |
* | Make param.h includable again from assembler. | imp | 2005-10-05 | 1 | -0/+4 |
* | Include forgotten rtl80x9 file for ed. | imp | 2005-10-05 | 1 | -0/+1 |
* | - Locking improvements. | netchild | 2005-10-05 | 3 | -22/+47 |
* | Add a comment regarding problems with NForce 2 mainboards and add disabled | netchild | 2005-10-05 | 1 | -0/+5 |
* | Don't use the builtin vaalist for icc. | netchild | 2005-10-05 | 1 | -6/+3 |
* | - Don't pollute opt_global.h with DEVICE_POLLING and introduce | glebius | 2005-10-05 | 22 | -3/+75 |
* | - Don't include opt_global.h, it is always included implicitly. | glebius | 2005-10-05 | 2 | -2/+3 |
* | Define HAVE_KERNEL_OPTION_HEADERS when building kernel and when building | glebius | 2005-10-05 | 2 | -2/+2 |
* | Add if_ed_rtl80x9.c | imp | 2005-10-05 | 1 | -1/+1 |
* | Remove debug that crept in.. | imp | 2005-10-05 | 1 | -4/+0 |
* | MFp4: | imp | 2005-10-05 | 10 | -67/+591 |
* | Don't set segment registers via ptrace yet. Its not ready. | peter | 2005-10-04 | 1 | -0/+4 |
* | When data passed into devctl_notify is NULL, don't print (null). Instead | imp | 2005-10-04 | 1 | -2/+6 |
* | Remove a never reached RET. | cognet | 2005-10-04 | 1 | -1/+0 |
* | strd needs the destination to be double-word aligned, but the pointer passed | cognet | 2005-10-04 | 1 | -6/+0 |
* | When bridging is enabled and an ARP request is recieved on a member interface, | thompsa | 2005-10-04 | 1 | -1/+1 |
* | Correct brainfart in SO_BINTIME test. | andre | 2005-10-04 | 1 | -1/+1 |
* | Make SO_BINTIME timestamps available on raw_ip sockets. | andre | 2005-10-04 | 1 | -1/+1 |
* | Re-order MAC and DAC checks in shmget() in order to give precedence to | rwatson | 2005-10-04 | 1 | -2/+4 |
* | dump_avail has nothing to do with ARM_USE_SMALL_ALLOC, so move its | cognet | 2005-10-04 | 1 | -1/+1 |
* | Use FILEDESC_UNLOCK(fdp) after FILE_UNLOCK(p), not before to avoid LOR. | rik | 2005-10-04 | 1 | -1/+3 |
* | Protect PID initializations for statistics by the bpf descriptor | csjp | 2005-10-04 | 1 | -2/+6 |
* | Update the vnode's access time after an mmap operation on it. | dds | 2005-10-04 | 1 | -0/+12 |
* | Use the correct object's backing_object_offset while calculating offsets. | csjp | 2005-10-04 | 1 | -1/+4 |
* | Remove duplicate entry for DDB. | cognet | 2005-10-04 | 2 | -2/+0 |
* | Really detect if DDB is enabled. | cognet | 2005-10-04 | 1 | -1/+4 |
* | Make arm/disassem.c depends on DDB | cognet | 2005-10-04 | 1 | -3/+3 |
* | Fix build when DDB isn't defined. | cognet | 2005-10-04 | 1 | -0/+2 |
* | Standard Giant push down operations for the Mandatory Access Control (MAC) | csjp | 2005-10-04 | 3 | -102/+81 |
* | Conditionally pickup Giant in mac_cred_mmapped_drop_perms_recurse so | csjp | 2005-10-04 | 1 | -2/+6 |
* | Rename net.isr.enable to net.isr.dispatch. | rwatson | 2005-10-04 | 1 | -5/+5 |
* | For some utterly bizarre reason, sparc64 coerces PAGE_SIZE to be a long | scottl | 2005-10-04 | 1 | -2/+3 |
* | Oops, left a compile option enabled that should not be enabled. | scottl | 2005-10-04 | 1 | -1/+1 |
* | Add missing word to comment. | truckman | 2005-10-04 | 1 | -1/+1 |
* | Bring in the good version of this file. | cognet | 2005-10-03 | 1 | -44/+2 |
* | Initialize the inode i_flag field in ffs_valloc() to clean up any | truckman | 2005-10-03 | 1 | -0/+1 |
* | Use the constants for the syscall names from syscall.h rather than | jhb | 2005-10-03 | 1 | -3/+4 |
* | - Use if_printf() and device_printf() and axe lge_unit from the softc. | jhb | 2005-10-03 | 2 | -58/+41 |
* | - Use PCIR_BAR(). | jhb | 2005-10-03 | 1 | -5/+2 |
* | Add dma and aau. | cognet | 2005-10-03 | 1 | -0/+2 |
* | Import dummy drivers for the i80321 DMA controller and AAU. | cognet | 2005-10-03 | 5 | -2/+628 |
* | Make mem.c know about the pages allocated with ARM_USE_SMALL_ALLOC. | cognet | 2005-10-03 | 1 | -2/+12 |
* | Export the variables needed for the copy/zero API. | cognet | 2005-10-03 | 1 | -0/+5 |
* | Make sure the interrupt is masked before processing it, or bad things | cognet | 2005-10-03 | 1 | -3/+3 |