aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't include a "\n" in KTR output, it confuses automatic parsing.Robert Watson2004-07-231-1/+1
* Remove the previous hack since it doesn't make a difference and is gettingScott Long2004-07-231-2/+0
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() for allocatingAlan Cox2004-07-231-1/+1
* Reinforce discouragement of the use of FULL_PREEMPTION.Robert Watson2004-07-231-0/+1
* Export KTR_COMPILE as a sysctl so you can easily check from user spaceRobert Watson2004-07-231-0/+3
* Dont expect interrupt from ATAPI_RESET, it doesn't deliver one.Søren Schmidt2004-07-231-0/+11
* Let ddb know powerpc is big endian so as to make ddb outputAndrew Gallatin2004-07-231-0/+2
* Don't perform pipe endpoint locking during pipe_create(), as the pipeRobert Watson2004-07-231-11/+20
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() for allocatingAlan Cox2004-07-231-1/+1
* Detect kernel stack excursion into guard pages. Drop into KDBPeter Grehan2004-07-232-10/+72
* Bring KDB stack size into line with thread stack size (4 pages).Peter Grehan2004-07-232-2/+2
* Allow DSI exceptions to invoke DDB.Peter Grehan2004-07-232-2/+4
* In setpgid(), since td is passed in as a system call argument, use itRobert Watson2004-07-231-1/+1
* Fix the following LOR on pf module unload:Max Laier2004-07-231-4/+4
* Refine pf_check_proto_cksum() a bit in order to avoid additional in_pseudo()Max Laier2004-07-231-25/+22
* Allow an effective uid of root to bypass mac_bsdextended rules; the MACRobert Watson2004-07-231-0/+3
* The ADDR16 relocations were assuming that non-local symbols had anPeter Grehan2004-07-231-14/+24
* If you insert a pccard modem and then eject it, you get a panic. ThisWarner Losh2004-07-221-1/+2
* MFi386 revision 1.421Alan Cox2004-07-221-1/+1
* Remove redundant inclusion of bus_if.h. It isn't needed in this file, asWarner Losh2004-07-221-1/+0
* MFp4:Warner Losh2004-07-221-28/+27
* Actually free the unit when destroying the interface.Brooks Davis2004-07-221-0/+5
* Remove ahb, aha, ie, le and wl devices. They are all ISA/EISA only.Warner Losh2004-07-221-8/+0
* There is no pcic device on amd64. OLDCARD isn't supported, andWarner Losh2004-07-221-9/+0
* Push Giant acquisition down into fo_stat() from most callers. AcquireRobert Watson2004-07-224-7/+8
* Add IDs from TI's web site. Reports from the field and inspection ofWarner Losh2004-07-222-1/+14
* More TI device IDs.Warner Losh2004-07-221-0/+3
* - Change uma_zone_set_obj() to call kmem_alloc_nofault() instead ofAlan Cox2004-07-224-13/+10
* Push acquisition of Giant from fdrop_closed() into fo_close() so thatRobert Watson2004-07-225-6/+16
* suser() accepts a thread argument; as suser() dereferences td_ucred, aRobert Watson2004-07-221-0/+12
* In devfs_allocv(), rather than assigning 'td = curthread', assert thatRobert Watson2004-07-221-7/+9
* Arg! Revert local changes that were accidentlly included in the previousScott Long2004-07-221-40/+22
* Don't count needed bounce pages if loading a buffer that was created withScott Long2004-07-221-23/+41
* Disable the PREEMPTION-enabled code in critical_exit() that encouragesScott Long2004-07-221-0/+2
* Add a macro, __pure, which expands to __attribute__((__pure__)) on gccTim J. Robbins2004-07-221-0/+6
* Update comment about fast interrupts to be closer to realityWarner Losh2004-07-221-0/+4
* Remove duplicate $FreeBSD$Warner Losh2004-07-223-9/+0
* Reinsert the bus space handle and tag, they are needed for the timer test.Nate Lawson2004-07-221-0/+2
* Instead of doing everything in identify, do a proper probe/attach. Also,Nate Lawson2004-07-221-23/+45
* Remove unused (and bogus) locking, style cleanup, remove unnecessary casts.Nate Lawson2004-07-221-144/+83
* In pmap_mincore() create a private copy of the pte for use after the pmapAlan Cox2004-07-221-1/+5
* Update the callframe structure to leave space for the frame pointerPeter Grehan2004-07-226-2/+16
* Make this compile: add sys/module.h and KDBify.Andrew Gallatin2004-07-221-5/+3
* Minor style nitWarner Losh2004-07-221-1/+1
* Fix a race in vm_page_sleep_if_busy(). Due to vm_object lockingBrian Feldman2004-07-211-4/+12
* Do not declare curpcb.Olivier Houchard2004-07-211-1/+1
* Use the kernel pmap if no thread is provided.Olivier Houchard2004-07-211-2/+2
* Define pmap_page_is_mapped().Olivier Houchard2004-07-211-0/+1
* Back out just a portion of Alfred's last commit. Remove the MBUF_CHECKBosko Milekic2004-07-212-7/+0
* It is a little better to return ENXIO from probe/match routine than EIO.Warner Losh2004-07-211-1/+1