| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't include a "\n" in KTR output, it confuses automatic parsing. | Robert Watson | 2004-07-23 | 1 | -1/+1 |
| * | Remove the previous hack since it doesn't make a difference and is getting | Scott Long | 2004-07-23 | 1 | -2/+0 |
| * | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() for allocating | Alan Cox | 2004-07-23 | 1 | -1/+1 |
| * | Reinforce discouragement of the use of FULL_PREEMPTION. | Robert Watson | 2004-07-23 | 1 | -0/+1 |
| * | Export KTR_COMPILE as a sysctl so you can easily check from user space | Robert Watson | 2004-07-23 | 1 | -0/+3 |
| * | Dont expect interrupt from ATAPI_RESET, it doesn't deliver one. | Søren Schmidt | 2004-07-23 | 1 | -0/+11 |
| * | Let ddb know powerpc is big endian so as to make ddb output | Andrew Gallatin | 2004-07-23 | 1 | -0/+2 |
| * | Don't perform pipe endpoint locking during pipe_create(), as the pipe | Robert Watson | 2004-07-23 | 1 | -11/+20 |
| * | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() for allocating | Alan Cox | 2004-07-23 | 1 | -1/+1 |
| * | Detect kernel stack excursion into guard pages. Drop into KDB | Peter Grehan | 2004-07-23 | 2 | -10/+72 |
| * | Bring KDB stack size into line with thread stack size (4 pages). | Peter Grehan | 2004-07-23 | 2 | -2/+2 |
| * | Allow DSI exceptions to invoke DDB. | Peter Grehan | 2004-07-23 | 2 | -2/+4 |
| * | In setpgid(), since td is passed in as a system call argument, use it | Robert Watson | 2004-07-23 | 1 | -1/+1 |
| * | Fix the following LOR on pf module unload: | Max Laier | 2004-07-23 | 1 | -4/+4 |
| * | Refine pf_check_proto_cksum() a bit in order to avoid additional in_pseudo() | Max Laier | 2004-07-23 | 1 | -25/+22 |
| * | Allow an effective uid of root to bypass mac_bsdextended rules; the MAC | Robert Watson | 2004-07-23 | 1 | -0/+3 |
| * | The ADDR16 relocations were assuming that non-local symbols had an | Peter Grehan | 2004-07-23 | 1 | -14/+24 |
| * | If you insert a pccard modem and then eject it, you get a panic. This | Warner Losh | 2004-07-22 | 1 | -1/+2 |
| * | MFi386 revision 1.421 | Alan Cox | 2004-07-22 | 1 | -1/+1 |
| * | Remove redundant inclusion of bus_if.h. It isn't needed in this file, as | Warner Losh | 2004-07-22 | 1 | -1/+0 |
| * | MFp4: | Warner Losh | 2004-07-22 | 1 | -28/+27 |
| * | Actually free the unit when destroying the interface. | Brooks Davis | 2004-07-22 | 1 | -0/+5 |
| * | Remove ahb, aha, ie, le and wl devices. They are all ISA/EISA only. | Warner Losh | 2004-07-22 | 1 | -8/+0 |
| * | There is no pcic device on amd64. OLDCARD isn't supported, and | Warner Losh | 2004-07-22 | 1 | -9/+0 |
| * | Push Giant acquisition down into fo_stat() from most callers. Acquire | Robert Watson | 2004-07-22 | 4 | -7/+8 |
| * | Add IDs from TI's web site. Reports from the field and inspection of | Warner Losh | 2004-07-22 | 2 | -1/+14 |
| * | More TI device IDs. | Warner Losh | 2004-07-22 | 1 | -0/+3 |
| * | - Change uma_zone_set_obj() to call kmem_alloc_nofault() instead of | Alan Cox | 2004-07-22 | 4 | -13/+10 |
| * | Push acquisition of Giant from fdrop_closed() into fo_close() so that | Robert Watson | 2004-07-22 | 5 | -6/+16 |
| * | suser() accepts a thread argument; as suser() dereferences td_ucred, a | Robert Watson | 2004-07-22 | 1 | -0/+12 |
| * | In devfs_allocv(), rather than assigning 'td = curthread', assert that | Robert Watson | 2004-07-22 | 1 | -7/+9 |
| * | Arg! Revert local changes that were accidentlly included in the previous | Scott Long | 2004-07-22 | 1 | -40/+22 |
| * | Don't count needed bounce pages if loading a buffer that was created with | Scott Long | 2004-07-22 | 1 | -23/+41 |
| * | Disable the PREEMPTION-enabled code in critical_exit() that encourages | Scott Long | 2004-07-22 | 1 | -0/+2 |
| * | Add a macro, __pure, which expands to __attribute__((__pure__)) on gcc | Tim J. Robbins | 2004-07-22 | 1 | -0/+6 |
| * | Update comment about fast interrupts to be closer to reality | Warner Losh | 2004-07-22 | 1 | -0/+4 |
| * | Remove duplicate $FreeBSD$ | Warner Losh | 2004-07-22 | 3 | -9/+0 |
| * | Reinsert the bus space handle and tag, they are needed for the timer test. | Nate Lawson | 2004-07-22 | 1 | -0/+2 |
| * | Instead of doing everything in identify, do a proper probe/attach. Also, | Nate Lawson | 2004-07-22 | 1 | -23/+45 |
| * | Remove unused (and bogus) locking, style cleanup, remove unnecessary casts. | Nate Lawson | 2004-07-22 | 1 | -144/+83 |
| * | In pmap_mincore() create a private copy of the pte for use after the pmap | Alan Cox | 2004-07-22 | 1 | -1/+5 |
| * | Update the callframe structure to leave space for the frame pointer | Peter Grehan | 2004-07-22 | 6 | -2/+16 |
| * | Make this compile: add sys/module.h and KDBify. | Andrew Gallatin | 2004-07-22 | 1 | -5/+3 |
| * | Minor style nit | Warner Losh | 2004-07-22 | 1 | -1/+1 |
| * | Fix a race in vm_page_sleep_if_busy(). Due to vm_object locking | Brian Feldman | 2004-07-21 | 1 | -4/+12 |
| * | Do not declare curpcb. | Olivier Houchard | 2004-07-21 | 1 | -1/+1 |
| * | Use the kernel pmap if no thread is provided. | Olivier Houchard | 2004-07-21 | 1 | -2/+2 |
| * | Define pmap_page_is_mapped(). | Olivier Houchard | 2004-07-21 | 1 | -0/+1 |
| * | Back out just a portion of Alfred's last commit. Remove the MBUF_CHECK | Bosko Milekic | 2004-07-21 | 2 | -7/+0 |
| * | It is a little better to return ENXIO from probe/match routine than EIO. | Warner Losh | 2004-07-21 | 1 | -1/+1 |