summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* in_cksum et al.benno2002-06-292-0/+330
* Implement vtophys()benno2002-06-291-0/+2
* Add pmap_mapdev and pmap_unmapdev.benno2002-06-294-0/+131
* - Initialise battable to cover I/O spaces.benno2002-06-293-60/+168
* To quote Peter:benno2002-06-294-31/+46
* mempcy/bcopy handles overlapping copies so make ovbcopy call it.benno2002-06-291-0/+7
* Add BOOTP_NFSROOT support code.benno2002-06-291-0/+17
* - Use tmpstk exclusively in the init path.benno2002-06-293-558/+0
* Many fixes to low-level trap and interrupt handling:benno2002-06-2910-512/+303
* To avoid anybody else getting caught out, these two files are reallypeter2002-06-292-278/+0
* Convert this from mostly inline assembler to mostly C.benno2002-06-292-114/+50
* Update from NetBSD 1.3 -> 1.6. Most notable, rev 1.6:peter2002-06-291-1/+13
* Don't use the static thread.. it is going away.julian2002-06-291-2/+2
* remove cruftjulian2002-06-291-8/+0
* Add files that are new for KSE.julian2002-06-297-5/+1780
* Fix a deletion during traversal tailq bug.jake2002-06-291-1/+2
* Avoid truncating filenames with snprintf().tjr2002-06-291-2/+5
* Avoid truncating the pathname to UNIX Domain Sockets with snprintf(),tjr2002-06-291-2/+5
* Rename the db command lockedvnodes to lockedvnods so that it fits on theobrien2002-06-291-1/+1
* Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,obrien2002-06-291-1/+3
* Check that snprintf() does not truncate the destination pathname whentjr2002-06-291-1/+6
* Use __FBSDID.obrien2002-06-295-36/+9
* Add frexp(3).obrien2002-06-292-2/+80
* Turn back on GDB.obrien2002-06-291-2/+1
* Best guess at configurations for our other arches. (totally untested)obrien2002-06-293-0/+15
* Allow to compile and at least startup on sparc64.obrien2002-06-295-7/+33
* Remove a couple of __P() stragglers.peter2002-06-299-21/+21
* more caddr_t removal.alfred2002-06-299-35/+26
* Add another Intel chipset (i82562).silby2002-06-291-0/+1
* More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t.alfred2002-06-2912-71/+66
* catch up with mextadd callback taking a void argument instead of a caddr_t.alfred2002-06-295-8/+8
* This commit was generated by cvs2svn to compensate for changes in r99005,obrien2002-06-2984-0/+3443
|\
| * Vendor import of GDB 5.2.obrien2002-06-2984-0/+3443
* | catch up with ext_free prototype change.alfred2002-06-293-6/+6
* | Bmake bits for GDB 5.2.obrien2002-06-2918-3213/+176
* | - kernel core debugging for i386 (Mark Peek)obrien2002-06-293-1900/+1642
* | Note that this is a modified version of GDB.obrien2002-06-291-1/+1
* | Use the stock source.obrien2002-06-291-1210/+1527
* | Best that I can tell, we've never used these files.obrien2002-06-2928-12056/+0
* | More caddr_t removal.alfred2002-06-298-32/+32
* | nuke more instances of caddr_talfred2002-06-291-23/+19
* | m_extadd takes a void (*freef)(void *, void *) now, not aalfred2002-06-291-1/+1
* | remove or replace caddr_t with void.alfred2002-06-283-36/+33
* | nuke caddr_t.alfred2002-06-284-26/+23
* | change struct socket -> so_pcb from caddr_t to void *.alfred2002-06-281-1/+1
* | Remove unneeded casts to caddr_t.alfred2002-06-282-62/+62
* | change f_data field in struct file from caddr_t to void *.alfred2002-06-281-1/+1
* | Simplify TERM handling since now libutil not overwrites existen TERM for "term"ache2002-06-281-3/+1
* | document that the pipe fo_stat routine doesn't need locks because it'salfred2002-06-281-0/+4
* | In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK().jhb2002-06-284-16/+15
OpenPOWER on IntegriCloud