summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup and move static variables together.njl2004-07-242-46/+46
* Remove unneeded parens and fix whitespace.njl2004-07-242-72/+58
* Disable kldunloading of geom_vinum temporarily until I figured outle2004-07-241-1/+1
* Refine the wait for ATAPI_RESET.sos2004-07-241-2/+10
* Fix a bug where an item was being removed from a list without usingnjl2004-07-241-34/+29
* Prefer NULL to '0' when checking a pointer value.rwatson2004-07-241-37/+37
* Remove rev 1.50.obrien2004-07-241-9/+0
* Merged from sys/dev/sio/sio.c revision 1.450.nyan2004-07-242-2/+4
* Ports related rc.d cleanups:mtm2004-07-241-1/+1
* Bring the advertised interface capabilities into line with the realityyar2004-07-241-6/+14
* Simplify vmspace initialization. The bcopy() of fields from the oldalc2004-07-242-14/+8
* White space fix..julian2004-07-241-3/+3
* If debug.mpsafenet is non-zero, run the NFS server callout withoutrwatson2004-07-241-1/+4
* Remove spl() use from nfsrv_timer.rwatson2004-07-241-3/+0
* Clean up whitespace, increase consistency and correctness.scottl2004-07-232-13/+9
* Don't include a "\n" in KTR output, it confuses automatic parsing.rwatson2004-07-231-1/+1
* Remove the previous hack since it doesn't make a difference and is gettingscottl2004-07-231-2/+0
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() for allocatingalc2004-07-231-1/+1
* Reinforce discouragement of the use of FULL_PREEMPTION.rwatson2004-07-231-0/+1
* Export KTR_COMPILE as a sysctl so you can easily check from user spacerwatson2004-07-231-0/+3
* Dont expect interrupt from ATAPI_RESET, it doesn't deliver one.sos2004-07-231-0/+11
* Let ddb know powerpc is big endian so as to make ddb outputgallatin2004-07-231-0/+2
* Don't perform pipe endpoint locking during pipe_create(), as the piperwatson2004-07-231-11/+20
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() for allocatingalc2004-07-231-1/+1
* Detect kernel stack excursion into guard pages. Drop into KDBgrehan2004-07-232-10/+72
* Bring KDB stack size into line with thread stack size (4 pages).grehan2004-07-232-2/+2
* Allow DSI exceptions to invoke DDB.grehan2004-07-232-2/+4
* In setpgid(), since td is passed in as a system call argument, use itrwatson2004-07-231-1/+1
* Fix the following LOR on pf module unload:mlaier2004-07-231-4/+4
* 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
OpenPOWER on IntegriCloud