| Commit message (Expand) | Author | Age | Files | Lines |
* | A node that allows ethernet type packets to be filtered to different | julian | 2001-10-30 | 4 | -0/+748 |
* | Use the thread we have instead of finding another | julian | 2001-10-30 | 1 | -1/+1 |
* | Add code to copy the enironment and loader metadata into kernel space. | jake | 2001-10-30 | 2 | -2/+320 |
* | Add definitions for network support, doesn't work yet. | jake | 2001-10-30 | 1 | -27/+40 |
* | Use ENTRY() for defining functions in asm. | jake | 2001-10-30 | 2 | -156/+32 |
* | Make the openfirmware entry point function pointer non-static so that it | jake | 2001-10-30 | 2 | -1/+3 |
* | MFGeneric: ->1.327 Sync with GENERIC | imp | 2001-10-30 | 1 | -10/+11 |
* | Move device lnc to isa section, since it no longer uses the compat shims. | imp | 2001-10-30 | 2 | -6/+4 |
* | Link Slovak with Czech | ache | 2001-10-30 | 1 | -0/+6 |
* | MFi386: sys/i386/i386/machdep.c revisions 1.481 and 1.482 | nyan | 2001-10-30 | 2 | -4/+10 |
* | Fix a typo in comment and #ifdef fixes: GRAP_PRIO -> GRAB_PRIO so that | jhb | 2001-10-30 | 3 | -3/+3 |
* | More reorganization of 3Com devices. While I'm here, add some | bmah | 2001-10-29 | 2 | -18/+58 |
* | Update tuning so that it mentions maxusers, nmbclusters, and nsfbufs as | silby | 2001-10-29 | 1 | -18/+29 |
* | When scanning for control messages, don't process the data mbufs. | dwmalone | 2001-10-29 | 1 | -1/+1 |
* | Fix world by trimming an extra comment terminator. | jhb | 2001-10-29 | 2 | -2/+2 |
* | Some small improvements of ACPI thermal driver. | iwasaki | 2001-10-29 | 3 | -4/+62 |
* | Don't set CR0_NE in cpu_setregs() for the SMP case, since setting it | bde | 2001-10-29 | 2 | -0/+4 |
* | System wide policy should be returned when no policy found in the SPD. | ume | 2001-10-29 | 1 | -0/+26 |
* | Make CD-ROM distributions at the pc98 release target. | nyan | 2001-10-29 | 1 | -5/+3 |
* | Don't assume fixit media is only either a floppy disk or 2nd CDROM disc | brian | 2001-10-29 | 2 | -12/+12 |
* | Don't assume fixit media is a floppy disk. | brian | 2001-10-29 | 1 | -2/+2 |
* | Add Berkeley copyright to SRA. | nsayer | 2001-10-29 | 6 | -2/+182 |
* | A few more style changes picked up whilst working on an MFC to -stable. | joe | 2001-10-29 | 1 | -2/+2 |
* | Fix some whitespace, and a comment that I missed in the last commit. | joe | 2001-10-29 | 1 | -3/+4 |
* | Add unwind.c. | dfr | 2001-10-29 | 1 | -0/+1 |
* | * Factor out common code for manipulating the RSE backing store. | dfr | 2001-10-29 | 7 | -136/+1689 |
* | Make the various bits of SMP code conditional on SMP so that I can still | dfr | 2001-10-29 | 4 | -0/+14 |
* | Put symbols at the start and end of the unwind section so that we can | dfr | 2001-10-29 | 1 | -0/+4 |
* | Various fixes to make stack traces using the unwind tables work properly. | dfr | 2001-10-29 | 7 | -10/+242 |
* | Fix disassembly of 'add a=b,c,1' and make the disassembly of the various | dfr | 2001-10-29 | 1 | -3/+3 |
* | The size of the ELF hash table changed from 64 bits in the prototype | peter | 2001-10-29 | 1 | -1/+1 |
* | Mostly cosmetic. Use indentation that is reasonably close to other | peter | 2001-10-29 | 2 | -20/+20 |
* | Update for the new toolchain. ld doesn't provide _GLOBAL_OFFSET_TABLE_ | peter | 2001-10-29 | 1 | -1/+8 |
* | Update rtld for the "new" ia64 ABI. In the old toolchain, the | peter | 2001-10-29 | 7 | -9/+34 |
* | Fix a dependency violation (branch after alloc) | peter | 2001-10-29 | 1 | -1/+1 |
* | Fix fragmented packet handling. | sumikawa | 2001-10-29 | 1 | -2/+2 |
* | o Send a test IPI from the BSP to itself at the same time APs | marcel | 2001-10-29 | 2 | -10/+14 |
* | Add an IPI used for testing proper operation of delivering IPIs. | marcel | 2001-10-29 | 1 | -1/+2 |
* | Use a more sophisticated check that works better with older versions | mike | 2001-10-29 | 1 | -5/+5 |
* | Make the output from assert() look more like the example in the C99 | mike | 2001-10-29 | 2 | -6/+6 |
* | Make the clock vector 255 instead of 240. On Lion boxes, 240 is | marcel | 2001-10-29 | 2 | -3/+3 |
* | Forced commit: Previous diff removed the UserConfig section from | bmah | 2001-10-29 | 0 | -0/+0 |
* | Add infrastructure for an ia64 hardware list. It's a long way from | bmah | 2001-10-29 | 4 | -1/+55 |
* | Small correction in the LOCAL_SAPIC structure. The Flags field | marcel | 2001-10-29 | 1 | -3/+2 |
* | Start to unravel some of the mess in the Ethernet NIC section. The | bmah | 2001-10-29 | 2 | -130/+186 |
* | Clean up the style of this header file. | joe | 2001-10-29 | 1 | -186/+190 |
* | Clarify a release note entry about fe(4)-supported PC Cards. | bmah | 2001-10-29 | 2 | -4/+4 |
* | More white space changes. | joe | 2001-10-29 | 1 | -3/+3 |
* | More stylistic tidying. | joe | 2001-10-29 | 1 | -20/+21 |
* | log routine called w/ %ld and int argument, cast argument to long | dillon | 2001-10-29 | 1 | -1/+1 |