summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Properly implement kdb_cpu_{set|clear}_singlestep to allow DDB togrehan2004-07-271-0/+4
* Make sure icache is sync'd whenever memory is touched. It maygrehan2004-07-271-0/+2
* - Use atomic ops for updating the vmspace's refcnt and exitingcnt.alc2004-07-276-25/+30
* Save DAR/DSISR in DDB regsave area when stack overflow detected. It'sgrehan2004-07-272-0/+8
* Move the schedlock owner state update following the contextbmilekic2004-07-271-12/+14
* Improve boot-time debugging with DDB by extracting the ksym start/endgrehan2004-07-272-0/+18
* Use file2c instead of a combination of hexdump, sed and shell script totjr2004-07-271-11/+1
* Fix for a SACK bug where the very last segment retransmittedjayanth2004-07-261-1/+1
* compare pointer against NULL, not 0jmg2004-07-261-2/+2
* Implement the protection check required by the pmap_extract_and_hold()alc2004-07-263-9/+18
* Improve geom(8)'s 'list' command to show geoms and their providers andpjd2004-07-263-59/+69
* Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>.pjd2004-07-262-24/+19
* Change naming scheme from /dev/<name>.concat to /dev/concat/<name>.pjd2004-07-262-16/+14
* M_WAITOK is ok here, while I'm using M_WAITOK later in this function.pjd2004-07-261-8/+1
* M_WAITOK is ok here, while I'm using M_WAITOK later in this function.pjd2004-07-261-8/+1
* Stop tinkering with the parent's VLAN_MTU capability.yar2004-07-261-27/+7
* In revision 1.228, I accidentally broke the "total number of processes incperciva2004-07-261-1/+2
* Save the vinum config back to disk after syncing two plexes.le2004-07-261-0/+1
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-2632-109/+110
* Don't force an immediate probe/attach for all devices when compiled withnjl2004-07-261-3/+0
* When sizing the FIFO, don't count all the way up to 1030 if any FIFOmarcel2004-07-261-1/+1
* Revert modification of subr_turnstile.c accidentally included in therwatson2004-07-251-1/+0
* In uipc_connect(), assert that the passed thread is curthread, and passrwatson2004-07-252-1/+4
* Do some initial locking on accept filter registration and attach. Whilerwatson2004-07-251-29/+76
* There's a chance that the VINUMDRIVE class tastes before thele2004-07-251-2/+13
* Eliminate unused second argument to reassignbuf() and simplify itphk2004-07-256-37/+18
* Add netatalk mutexes to hard-coded WITNESS lock order.rwatson2004-07-251-0/+6
* For years, kmem_alloc_pageable() has been misused. Now that the last ofalc2004-07-252-25/+0
* Expand the generic, but bogusly formed, copyright notice to includeimp2004-07-251-1/+21
* Remove spl calls.alc2004-07-251-11/+0
* Check for a NULL pointer before dereferencing it.le2004-07-251-0/+2
* Neuter this warning for now, I think I know the remaining issues.phk2004-07-251-1/+2
* Make the code and comments for vm_object_coalesce() consistent.alc2004-07-253-9/+6
* Work-around a gcc code generation bug for function descriptorsmarcel2004-07-251-4/+4
* More comment frobbing: insert a missing comma, and spell permissionsrwatson2004-07-251-1/+1
* Spelling fix in comment: s/though/thought/.rwatson2004-07-251-1/+1
* Get the acpi softc via the devclass, not by caching the device. Replacenjl2004-07-241-12/+8
* Use a temporary geom when tasting vinumdrives and lock the 'real'le2004-07-242-5/+33
* 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
OpenPOWER on IntegriCloud