| Commit message (Expand) | Author | Age | Files | Lines |
* | Add explicit unit count on 'device pci' for ahc/ahd | peter | 2002-07-21 | 9 | -9/+9 |
* | Check for missing static unit 'count' declarations as well. | peter | 2002-07-21 | 1 | -7/+13 |
* | The following devices do not take a static unit 'count' argument: | peter | 2002-07-21 | 2 | -8/+8 |
* | Check that we are not supplying 'device foo N' to devices that do not take | peter | 2002-07-21 | 1 | -2/+27 |
* | Change bktr and smbus from 'count' back to 'optional' | peter | 2002-07-21 | 1 | -2/+2 |
* | Remove dependency on NPCI. Use 'options ATA_NOPCI' to compile without | peter | 2002-07-21 | 2 | -3/+6 |
* | Moved `clean:' below, just before the inclusion of bsd.obj.mk, | ru | 2002-07-21 | 1 | -36/+36 |
* | o Lock page queue accesses by vm_page_free() and vm_page_deactivate(). | alc | 2002-07-21 | 1 | -0/+12 |
* | Fixed improper SCRIPTS assignment that broke `clean'. | ru | 2002-07-21 | 1 | -1/+1 |
* | o Lock page queue accesses by vm_page_free(). | alc | 2002-07-21 | 1 | -0/+2 |
* | Remove duplicated '__BEGIN_DECLS' which obviated compiling | robert | 2002-07-21 | 1 | -1/+0 |
* | o Lock page queue accesses in nfs_getpages(). | alc | 2002-07-21 | 1 | -1/+7 |
* | be able to configure to run an IPv6 routing daemon even on | ume | 2002-07-21 | 1 | -1/+0 |
* | o Lock page queue accesses by vm_page_free(). | alc | 2002-07-21 | 2 | -0/+4 |
* | Add uaudio -- a USB audio device driver. | nsayer | 2002-07-21 | 7 | -1/+3732 |
* | Fix broken handbook links. | wosch | 2002-07-21 | 1 | -2/+2 |
* | Save flags returned by vn_open and use them when calling vn_close. | johan | 2002-07-21 | 1 | -6/+11 |
* | Only use one %s when there is only one argument to print. | johan | 2002-07-21 | 1 | -1/+1 |
* | Correct wrong grammar from previous commit. Note that fingerd is not limited | charnier | 2002-07-21 | 1 | -5/+10 |
* | Removal of spaces at EOL. Add __FBSDID. New function xmalloc, xrealloc, | charnier | 2002-07-21 | 14 | -209/+244 |
* | s/A last utility last appeared/A last utility appeared/ (horikawa). | charnier | 2002-07-21 | 1 | -4/+8 |
* | Allow deleting and renaming stale symlinks and | yar | 2002-07-21 | 1 | -2/+2 |
* | Do not pass a thread with the state TDS_RUNQ to setrunqueue(), otherwise | tanimura | 2002-07-21 | 1 | -1/+4 |
* | Implement the P1003.2 `command' builtin command, which is used to suppress | tjr | 2002-07-21 | 4 | -4/+78 |
* | style(9)ize the whole file | imp | 2002-07-21 | 3 | -1422/+1476 |
* | Fix more abuse of __FreeBSD__ to detect version. | imp | 2002-07-21 | 1 | -63/+0 |
* | Stop abusing NPCI for code that doesn't even work. Emit a warning. | peter | 2002-07-21 | 1 | -5/+1 |
* | Move SWTCH_OPTIM_STATS related code out of cpufunc.h. (This sort of stat | peter | 2002-07-21 | 7 | -29/+21 |
* | Remove abuse of NBKTR - this was always a NOP on freebsd. We never | peter | 2002-07-21 | 3 | -11/+1 |
* | Remove #if 0'ed abuse of NPCI | peter | 2002-07-21 | 1 | -3/+0 |
* | Remove #include <pci.h> - there is no abuse of NPCI here | peter | 2002-07-21 | 1 | -1/+0 |
* | The CNW_801 and CNW_802 are wireless cards that the cnw driver supports. | imp | 2002-07-21 | 1 | -2/+0 |
* | Don't abuse __FreeBSD__ as version number. Since it was >= 3, remove | imp | 2002-07-21 | 1 | -2/+0 |
* | Minor whitespace nits. remove #if 1 and #endif pair, but not code between. | imp | 2002-07-21 | 2 | -7/+1 |
* | cardbus attachment. | imp | 2002-07-21 | 1 | -0/+1 |
* | Reset the 16-bit bus and turn off power. More work in this area may | imp | 2002-07-21 | 1 | -1/+7 |
* | Remove __FreeBSD__ version abuse, also de-orbit support for FreeBSD 2 | imp | 2002-07-21 | 2 | -447/+0 |
* | o If the page returned by vm_page_grab(VM_ALLOC_ZERO) isn't prezeroed, | alc | 2002-07-21 | 4 | -0/+8 |
* | Add bus_child_present and the child_present method to bus_if.m | imp | 2002-07-21 | 3 | -4/+39 |
* | Fix overflows in intermediate calculations in sysctl_msec_to_ticks(). | jdp | 2002-07-20 | 1 | -2/+2 |
* | Don't export 'struct ipq' from kernel, instead #ifdef _KERNEL. As kernel | rwatson | 2002-07-20 | 1 | -0/+2 |
* | Do preserve the error result from calling p_cansee() and use that when | rwatson | 2002-07-20 | 1 | -3/+1 |
* | Add support for writing to mapping high memory for pccard memory | imp | 2002-07-20 | 4 | -0/+21 |
* | o Lock page queue accesses by vm_page_try_to_cache(). (The accesses | alc | 2002-07-20 | 3 | -1/+5 |
* | o Assert that the page queues lock is held in vm_page_try_to_free(). | alc | 2002-07-20 | 1 | -0/+2 |
* | o Lock page queue accesses by vm_page_cache() in vm_fault() and | alc | 2002-07-20 | 3 | -2/+5 |
* | Connect up gpt and mca subdirs for ia64 | peter | 2002-07-20 | 1 | -1/+3 |
* | Grab a snapshot of Marcel's WIP ia64 machine check decoder. | peter | 2002-07-20 | 2 | -0/+509 |
* | Grab a snapshot of Marcel's gpt tool. This is still a work-in-progress | peter | 2002-07-20 | 10 | -0/+1454 |
* | Add an ia64 atomic lock primitive for libc_r. This is mostly for | peter | 2002-07-20 | 2 | -0/+96 |