summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Refine pf_check_proto_cksum() a bit in order to avoid additional in_pseudo()mlaier2004-07-231-25/+22
* Allow an effective uid of root to bypass mac_bsdextended rules; the MACrwatson2004-07-231-0/+3
* The ADDR16 relocations were assuming that non-local symbols had angrehan2004-07-231-14/+24
* If you insert a pccard modem and then eject it, you get a panic. Thisimp2004-07-221-1/+2
* MFi386 revision 1.421alc2004-07-221-1/+1
* Remove redundant inclusion of bus_if.h. It isn't needed in this file, asimp2004-07-221-1/+0
* MFp4:imp2004-07-221-30/+29
* Actually free the unit when destroying the interface.brooks2004-07-221-0/+5
* Remove ahb, aha, ie, le and wl devices. They are all ISA/EISA only.imp2004-07-221-8/+0
* There is no pcic device on amd64. OLDCARD isn't supported, andimp2004-07-221-9/+0
* Push Giant acquisition down into fo_stat() from most callers. Acquirerwatson2004-07-224-7/+8
* Add IDs from TI's web site. Reports from the field and inspection ofimp2004-07-222-1/+14
* More TI device IDs.imp2004-07-221-0/+3
* - Change uma_zone_set_obj() to call kmem_alloc_nofault() instead ofalc2004-07-224-13/+10
* Push acquisition of Giant from fdrop_closed() into fo_close() so thatrwatson2004-07-225-6/+16
* suser() accepts a thread argument; as suser() dereferences td_ucred, arwatson2004-07-221-0/+12
* In devfs_allocv(), rather than assigning 'td = curthread', assert thatrwatson2004-07-221-7/+9
* Arg! Revert local changes that were accidentlly included in the previousscottl2004-07-221-40/+22
* Don't count needed bounce pages if loading a buffer that was created withscottl2004-07-221-23/+41
* Disable the PREEMPTION-enabled code in critical_exit() that encouragesscottl2004-07-221-0/+2
* Add a macro, __pure, which expands to __attribute__((__pure__)) on gcctjr2004-07-221-0/+6
* Update comment about fast interrupts to be closer to realityimp2004-07-221-0/+4
* Remove duplicate $FreeBSD$imp2004-07-223-9/+0
* Reinsert the bus space handle and tag, they are needed for the timer test.njl2004-07-221-0/+2
* Instead of doing everything in identify, do a proper probe/attach. Also,njl2004-07-221-23/+45
* Remove unused (and bogus) locking, style cleanup, remove unnecessary casts.njl2004-07-221-145/+84
* In pmap_mincore() create a private copy of the pte for use after the pmapalc2004-07-221-1/+5
* Update the callframe structure to leave space for the frame pointergrehan2004-07-226-2/+16
* Make this compile: add sys/module.h and KDBify.gallatin2004-07-221-5/+3
* Minor style nitimp2004-07-221-1/+1
* Fix a race in vm_page_sleep_if_busy(). Due to vm_object lockinggreen2004-07-211-4/+12
* Do not declare curpcb.cognet2004-07-211-1/+1
* Use the kernel pmap if no thread is provided.cognet2004-07-211-2/+2
* Define pmap_page_is_mapped().cognet2004-07-211-0/+1
* Back out just a portion of Alfred's last commit. Remove the MBUF_CHECKbmilekic2004-07-212-7/+0
* It is a little better to return ENXIO from probe/match routine than EIO.imp2004-07-211-1/+1
* Extend versrcreach by checking against the rt_flags for RTF_REJECT andandre2004-07-211-0/+6
* Don't sync the file system on panic by default. This seems to basicallyrwatson2004-07-211-1/+1
* Using NULL as a malloc type when calling contigmalloc() is wrong, so introducecognet2004-07-211-1/+5
* unbreak !WITNESS.alfred2004-07-211-0/+4
* Do not use NULL as a malloc type for contigmalloc().cognet2004-07-211-1/+2
* Add the ACPI Panasonic extras driver.nyan2004-07-216-1/+834
* put several of the options for DEBUG_VFS_LOCKS under control of sysctls.alfred2004-07-211-0/+14
* Make sure we don't call mbuf allocation functions with mutexes held.alfred2004-07-213-0/+28
* Additional pmap lockingalc2004-07-211-22/+46
* Oops... Add the CS_OWN flag to the trace and where commands so thatmarcel2004-07-211-2/+2
* Semi-gratuitous change. Move two refcount operations to their own linespeter2004-07-211-2/+4
* Unify db_stack_trace_cmd(). All it did was look up the thread givenmarcel2004-07-219-88/+45
* Add kdb_thr_from_pid(), which given a PID returns the first threadmarcel2004-07-212-2/+17
* Add some additional pmap locking and lock assertions.alc2004-07-211-0/+5
OpenPOWER on IntegriCloud