summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Update for the KDB framework:marcel2004-07-104-32/+36
* Update for the KDB framework:marcel2004-07-102-5/+6
* When the MT_SONAME mbuf is popped off of a receive socket bufferrwatson2004-07-101-0/+2
* Update for the KDB framework:marcel2004-07-102-18/+6
* Update for the KDB framework:marcel2004-07-101-21/+22
* Update for the KDB framework:marcel2004-07-101-4/+2
* Make the GDB dynamic linker hooks (r_debug_state) conditional uponmarcel2004-07-101-9/+9
* Update for the KDB framework:marcel2004-07-106-60/+33
* Update for the KDB framework:marcel2004-07-102-18/+12
* Update for the KDB framework:marcel2004-07-102-10/+6
* Update for the KDB framework:marcel2004-07-105-7/+9
* Update for the KDB framework:marcel2004-07-102-3/+3
* Update for the KDB framework:marcel2004-07-101-6/+5
* Update for the KDB framework:marcel2004-07-101-8/+6
* Update for the KDB framework:marcel2004-07-101-3/+2
* Remove DDB. The one user of this macro has been changed to use BVDDB.marcel2004-07-101-1/+0
* s/DDB/BVDDB/gmarcel2004-07-101-1/+1
* Update for the KDB framework:marcel2004-07-101-6/+5
* Update for the KDB framework:marcel2004-07-101-8/+8
* Update for the KDB framework:marcel2004-07-101-3/+2
* Update for the KDB framework:marcel2004-07-101-3/+2
* Update for the KDB framework:marcel2004-07-101-3/+2
* Update for the KDB framework:marcel2004-07-101-49/+4
* Update for the KDB framework:marcel2004-07-101-4/+2
* Update for the KDB framework:marcel2004-07-102-3/+5
* Update for the KDB framework:marcel2004-07-101-2/+3
* Update for the KDB framework:marcel2004-07-101-6/+5
* Update for the KDB debugger framework:marcel2004-07-102-6/+5
* Hook the KDB frontend into the build.marcel2004-07-101-0/+1
* Implement makectx(). The makectx() function is used by KDB to createmarcel2004-07-1010-1/+108
* Add new options for the KDB framework. This commit merely adds them andmarcel2004-07-101-0/+9
* Introduce the KDB debugger frontend. The frontend provides a frameworkmarcel2004-07-107-0/+723
* Add support for uart(4) being a debug port for the GDB backend.marcel2004-07-101-0/+101
* Introduce the GDB debugger backend for the new KDB framework. Themarcel2004-07-1014-0/+1515
* Clean up and wash struct iovec and struct uio handling.phk2004-07-109-407/+204
* Remove a pointless check.phk2004-07-101-2/+0
* Now socket buffer locks are being asserted at higher code blocks inrwatson2004-07-101-4/+1
* Assert socket buffer lock at strategic points between sections of coderwatson2004-07-101-0/+5
* - Add missing <sys/module.h>. [1]marius2004-07-092-7/+5
* Check the lock lists to see if they are empty directly rather thanjhb2004-07-091-9/+21
* Bump __FreeBSD_versionemax2004-07-091-1/+1
* Do not bzero() the softc, as newbus does it for us.cognet2004-07-095-5/+0
* Implement "FAST" mode for GEOM_STRIPE class and turn it on by default.pjd2004-07-091-80/+345
* Only detach consumers which are attached when we wither stuff away.phk2004-07-091-1/+2
* Newbus returns a zeroed softc, so there's no need to call bzero() here.cognet2004-07-091-2/+0
* Accumulate directory entries in a fixed-length sbuf, and uiomove them indes2004-07-091-8/+10
* Cosmetic adjustment to previous commit: name the second argument todes2004-07-091-4/+4
* Have sbuf_bcat() and sbuf_bcpy() take a const void * instead of ades2004-07-092-5/+7
* - correctly set the return value for the copyin/out fault buffer to 1grehan2004-07-092-4/+20
* Eliminate struct shm_handle. It is an unnecessary level of indirection toalc2004-07-091-24/+12
OpenPOWER on IntegriCloud