| Commit message (Expand) | Author | Age | Files | Lines |
* | Move CTASSERT from header file to source file, per implementation note now | emaste | 2008-09-26 | 2 | -7/+7 |
* | Move CTASSERT from header file to source file, per implementation note now | emaste | 2008-09-26 | 2 | -4/+4 |
* | The previous commit re-introduced sade on platforms | marcel | 2008-09-26 | 1 | -0/+2 |
* | Don't forget to initialize `int error' in ttydev_open(). | ed | 2008-09-26 | 1 | -1/+1 |
* | Advertise bit 26 as sse2. | cognet | 2008-09-26 | 1 | -1/+1 |
* | Add -D_OSRELDATE_H to CFLAGS to prevent the declaration of | marcel | 2008-09-26 | 1 | -1/+1 |
* | Save previous content of the td_fpop before storing the current | kib | 2008-09-26 | 2 | -12/+33 |
* | Rename the `minor' argument of make_dev(9) to `unit'. | ed | 2008-09-26 | 3 | -18/+18 |
* | Remove unit2minor() use from kernel code. | ed | 2008-09-26 | 20 | -25/+25 |
* | Add support for the ITE 8213 controller. | sos | 2008-09-26 | 2 | -51/+139 |
* | move ipi_pcpu to evtchn.c | kmacy | 2008-09-26 | 3 | -18/+17 |
* | Re-add getosreldate(3) function prototype in the form that I've been using | peter | 2008-09-26 | 1 | -1/+10 |
* | Use some casting to get the right addresses. This is likely unwise | imp | 2008-09-26 | 1 | -2/+3 |
* | Catch up to latest tty, kdb and SYSINIT changes. Modeled after the | imp | 2008-09-26 | 1 | -115/+51 |
* | Update xen/interface includes to the latest in mercurial | kmacy | 2008-09-26 | 36 | -725/+1941 |
* | The Ultra2 never had a CFE console or CFE boot loader. Kill obvious | imp | 2008-09-26 | 1 | -1/+1 |
* | Remove reference to machine/tlb.h. It no longer exists, and isn't | imp | 2008-09-26 | 1 | -1/+0 |
* | Support for the siba bus found in many broadcom products. | imp | 2008-09-26 | 6 | -0/+1385 |
* | Support for CFE boot loaders. Initially the support is for MIPS, but | imp | 2008-09-26 | 7 | -0/+1544 |
* | GC empty directory eBones. | delphij | 2008-09-25 | 0 | -0/+0 |
* | Add support for installing 32-bit system calls from kernel modules. This | jhb | 2008-09-25 | 3 | -2/+110 |
* | must do a deep copy of mcast packets as they can be modified after dispatch | sam | 2008-09-25 | 1 | -1/+1 |
* | Sort includes and add multiple include guards. | jhb | 2008-09-25 | 1 | -5/+9 |
* | Regen. | jhb | 2008-09-25 | 10 | -45/+33 |
* | Tidy up a few things with syscall generation: | jhb | 2008-09-25 | 4 | -39/+35 |
* | Initialize the DDB command list when initializing DDB so that the basic | jhb | 2008-09-25 | 3 | -3/+4 |
* | Use existing GDB routines for parsing the section table of klds in | jhb | 2008-09-25 | 1 | -36/+23 |
* | As a follow-on to r183323, correct another case where ip_output() was | rwatson | 2008-09-25 | 1 | -1/+17 |
* | Use db_printsym to lookup and print the function pointers. | thompsa | 2008-09-25 | 1 | -40/+46 |
* | - Don't do a WITNESS_SAVE() on the interlock if it is Giant in the condition | jhb | 2008-09-25 | 2 | -4/+14 |
* | Some people's 6to4 routers seem to have been blowing up because of | dwmalone | 2008-09-25 | 1 | -6/+30 |
* | - Add libbsdxml and libsbuf required by bsdlabel. | nyan | 2008-09-25 | 3 | -8/+3 |
* | Tell umass to leave Huawei radio devices alone so ubsa(4) will | phk | 2008-09-25 | 1 | -0/+7 |
* | Make the ubsa(4) work with Huawei Exxx (tested with E169) 3G radio devices: | phk | 2008-09-25 | 1 | -2/+61 |
* | Add a flag, -T, that tells syslogd to always replace the timestamp on | dwmalone | 2008-09-25 | 2 | -7/+24 |
* | Add another hardware bug workaround for Yukon II controllers that | yongari | 2008-09-25 | 2 | -7/+62 |
* | add initial ipi definitions | kmacy | 2008-09-25 | 1 | -6/+32 |
* | add ipi mapping | kmacy | 2008-09-25 | 1 | -1/+3 |
* | add NPGPTD_SHIFT for the nkpt calculation | kmacy | 2008-09-25 | 1 | -0/+2 |
* | Make nkpt dependent on the size of the initial memory allocation | kmacy | 2008-09-25 | 2 | -10/+9 |
* | reflect header change in netfront | kmacy | 2008-09-25 | 1 | -1/+1 |
* | partial update to interface headers to 3.2 | kmacy | 2008-09-25 | 13 | -60/+411 |
* | fix insta-panic: | kmacy | 2008-09-25 | 2 | -0/+9 |
* | - Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9) etc | marius | 2008-09-24 | 5 | -173/+140 |
* | MFV "xmalloc: zero size" fix. | des | 2008-09-24 | 1 | -1/+2 |
* | Undocument dead option. | des | 2008-09-24 | 1 | -10/+0 |
* | Add back ar(1) which was accidentally decoupled in r183242. | marius | 2008-09-24 | 1 | -0/+1 |
* | Add another TTY locking migration macro: tty_getlock(). | ed | 2008-09-24 | 1 | -0/+1 |
* | Enable shared lookups on UFS. There are some remaining issues with forced | jhb | 2008-09-24 | 1 | -1/+1 |
* | Part 1 of making shared lookups more resilient with respect to forced | jhb | 2008-09-24 | 2 | -9/+22 |