| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix prototype to match the code and documentation. | ru | 2005-11-24 | 1 | -1/+1 |
* | Add missing "struct" in i386/i386/machdep.c,v 1.497 by deischen@. | ru | 2005-11-24 | 4 | -4/+4 |
* | Only copy out the battery status/info if there was no error. | njl | 2005-11-24 | 1 | -5/+6 |
* | Use a magic number to know we were started from the elf wrapper. | cognet | 2005-11-24 | 3 | -9/+24 |
* | Create a non-elf pure binary version of the kernel as well. | cognet | 2005-11-24 | 2 | -15/+34 |
* | Merge in new driver version from Intel - 3.2.18. | glebius | 2005-11-24 | 3 | -170/+497 |
* | Correct division by zero error in comment. | kris | 2005-11-24 | 1 | -1/+1 |
* | In nmount() and vfs_donmount(), do not strcmp() the options in the iovec | rodrigc | 2005-11-23 | 1 | -36/+46 |
* | Add locking and mark MPSAFE: | jhb | 2005-11-23 | 2 | -55/+98 |
* | MFi386: Sort and add COUNT_{IPIS,XINVLTLB_HITS}. | jhb | 2005-11-23 | 1 | -2/+4 |
* | Sort. | jhb | 2005-11-23 | 2 | -5/+5 |
* | MFP4: Bring in arm9 cache-related functions | cognet | 2005-11-23 | 1 | -50/+169 |
* | Optimize PLCP length field computation for 802.11b rates. | damien | 2005-11-23 | 2 | -10/+8 |
* | Somehow memmove() got mapped to memset() in the patch table. Create a | wpaul | 2005-11-23 | 1 | -1/+12 |
* | - Quiet the pci_link(4) devices so that they don't show up in dmesg now. | jhb | 2005-11-23 | 1 | -1/+22 |
* | Userland applications may include queue.h and define INVARIANTS | emaste | 2005-11-23 | 1 | -2/+2 |
* | Try to fix problems with periodic hangs by never directly calling _BIF. | njl | 2005-11-23 | 1 | -22/+34 |
* | Simplify checks for valid battery info via DeMorgan's Rule. No | njl | 2005-11-23 | 1 | -9/+3 |
* | Garbage collect machine/smptests.h now that it is empty and no longer used. | jhb | 2005-11-22 | 2 | -42/+0 |
* | Make COUNT_IPIS and COUNT_XINVLTLB_HITS real kernel options and take | jhb | 2005-11-22 | 5 | -14/+7 |
* | Garbage collect unused {VERBOSE_,}CPUSTOP_ON_DDBBREAK macros. | jhb | 2005-11-22 | 1 | -6/+0 |
* | Garbage collect the code to store diagnostics codes in a CMOS register | jhb | 2005-11-22 | 3 | -107/+0 |
* | - Add a workaround (change the interrupt map mask to compare the full | marius | 2005-11-22 | 2 | -29/+30 |
* | Some clean-up, style changes and changes that will reduce differences | marius | 2005-11-22 | 3 | -247/+244 |
* | - Add ofw_bus_if.h to SRCS on sparc64 as envctrl.c and pcf_ebus.c depend | marius | 2005-11-22 | 1 | -8/+11 |
* | Conditionalize the compilation of the envctrl.c front-end of pcf(4) | marius | 2005-11-22 | 1 | -1/+1 |
* | Move zs.c from files to files.powerpc as zs(4) by now is only supported | marius | 2005-11-22 | 2 | -1/+1 |
* | - Convert these bus drivers to make use of the newly introduced set of | marius | 2005-11-22 | 9 | -611/+334 |
* | - Add a new method ofw_bus_default_get_devinfo() that allows to retrieve | marius | 2005-11-22 | 5 | -2/+215 |
* | Remove unused function and variables. | marius | 2005-11-22 | 1 | -19/+0 |
* | Check IFF_DRV_RUNNING in the re_intr() loop. It can disappear, | glebius | 2005-11-22 | 1 | -4/+6 |
* | Fix interaction with Windows 2000/XP based servers: | bp | 2005-11-22 | 1 | -1/+3 |
* | Cache the result of battery info retrieval from smbat as well | ume | 2005-11-22 | 1 | -22/+77 |
* | Prevent module unloading if there are active connections. | bp | 2005-11-22 | 1 | -1/+2 |
* | Fix a bug in the loop in sonewconn that makes room on the incomplete | jdp | 2005-11-22 | 2 | -2/+2 |
* | Resolve misalignment traps caused by changes to IF_LLADDR(). | marcel | 2005-11-22 | 2 | -8/+8 |
* | Overhaul nve(4) locking to make it more like other ethernet drivers in | jhb | 2005-11-21 | 2 | -91/+113 |
* | Fix the code to look up the BIOS IRQ for a given link device by reading | jhb | 2005-11-21 | 1 | -3/+15 |
* | Various fixes to make de(4) not panic after ru@'s IF_LLADDR() changes: | jhb | 2005-11-21 | 4 | -60/+44 |
* | Turn PUC_FASTINTR back off on by default on sparc64 since it breaks with | jhb | 2005-11-21 | 1 | -2/+0 |
* | Don't enable PUC_FASTINTR by default in the source. Instead, enable it | jhb | 2005-11-21 | 7 | -4/+12 |
* | Create DEFAULTS files for alpha, ia64, powerpc, and sparc64 and move | jhb | 2005-11-21 | 8 | -5/+43 |
* | Pull up sys/modules/acpi/acpi/Makefile,v 1.10 change by iedowse@. | ru | 2005-11-21 | 1 | -1/+1 |
* | Fix for a bug where NFS/TCP would not reconnect (in the case where | ps | 2005-11-21 | 1 | -1/+12 |
* | - Always return success from NFS strategy. nfs_doio(), in the | ps | 2005-11-21 | 2 | -5/+4 |
* | Fix for a bug that causes SACK scoreboard corruption when the limit | ps | 2005-11-21 | 1 | -6/+21 |
* | Force pmap to write-back the pte cacheline after each pte modification, | cognet | 2005-11-21 | 1 | -0/+5 |
* | Add an alternate ID for the arm920t (the real solution is to have | cognet | 2005-11-21 | 2 | -0/+3 |
* | fix a problem with XID re-use when a server returns NFSERR_JUKEBOX. | rees | 2005-11-21 | 3 | -7/+13 |
* | Expand the hack to mask the atpics if 'device atpic' is not in the kernel | jhb | 2005-11-21 | 1 | -8/+28 |