aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Supply the symbol table as an argument to X_db_symbol_values (required for elf).Doug Rabson1998-06-283-6/+8
* Use db_addr_t for the breakpoint address in db_set_single_step.Doug Rabson1998-06-281-3/+3
* Add a macro for testing the e_machine field of Elf64_Ehdr.Doug Rabson1998-06-281-1/+3
* Use elf symbols in DDB.Doug Rabson1998-06-281-1/+2
* Allow gentrap.Doug Rabson1998-06-281-1/+2
* Call ddb_trap() for gentrap on SimOS since I am using gentrap for DDBDoug Rabson1998-06-281-2/+7
* Add a hack to get the ELF symbols from where SIMOS leaves them.Doug Rabson1998-06-281-5/+19
* machine/conf.h no longer exists.Doug Rabson1998-06-281-2/+1
* Make db_tok_number a long to allow typing 64bit numbers on alpha.Doug Rabson1998-06-272-4/+4
* Use %+11ln for printing in r format to make it work for 64bit registers.Doug Rabson1998-06-271-7/+7
* Add some stack backtrace support. Pretty fragile but its a start.Doug Rabson1998-06-273-7/+99
* Use %lx for printing register contents.Doug Rabson1998-06-271-1/+1
* Make uoff_t compile.Doug Rabson1998-06-271-2/+2
* Only make struct xtcpcb visable if _NETINET_IN_PCB_H_ and _SYS_SOCKETVAR_H_John Hay1998-06-271-4/+4
* Make vprint() print dev_t in hex also.Poul-Henning Kamp1998-06-271-3/+3
* Report the type from the inode, not the vnode.Poul-Henning Kamp1998-06-271-2/+2
* Report the mode as the result of the VOP_GETATTR rather than thePoul-Henning Kamp1998-06-271-2/+2
* Remove isdisk() hacks.Poul-Henning Kamp1998-06-261-70/+3
* Add D_DISK flag.Poul-Henning Kamp1998-06-263-6/+6
* Flesh this document out just a little in response to some userJordan K. Hubbard1998-06-261-11/+25
* Remove "not hungly" panics. Cookies now used by the linux and ibcs2Dmitrij Tejblum1998-06-253-30/+9
* Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().Poul-Henning Kamp1998-06-256-90/+56
* Sync with sys/i386/conf/Makefile.i386 revision 1.115.KATO Takenori1998-06-252-10/+14
* Oops, add ppc to the 'tty' imask.Mike Smith1998-06-243-6/+6
* When some functions were added to sys/queue.h (1.15, 1.16),Poul-Henning Kamp1998-06-241-5/+5
* Fix race condition for creation of vnode_if.c and vnode_if.h.Eivind Eklund1998-06-243-15/+21
* Sync with sys/i386/isa/syscons.c revision 1.264.KATO Takenori1998-06-241-5/+2
* Sync with sys/i386/isa/syscons.c revision 1.208.KATO Takenori1998-06-242-2/+18
* Don't refer to mouse_info.u.datea.[xyz] while processing MOUSE_BUTTON_EVENTKazutaka YOKOTA1998-06-243-15/+6
* Avoid some panics in sio_unload which gets called with various dirtPoul-Henning Kamp1998-06-243-3/+27
* Add CUSEEME support. This has *not* been tested, norBrian Somers1998-06-244-2/+131
* Typo fix.Poul-Henning Kamp1998-06-221-2/+2
* Sync with sys/i386/isa/if_ed.c and npx.c revisions 1.143 and 1.61,KATO Takenori1998-06-222-4/+2
* Sync with sys/i386/i386/machdep.c revision 1.301.KATO Takenori1998-06-222-4/+6
* Sync with sys/i386/isa/if_fe.c revision 1.42.KATO Takenori1998-06-221-10/+6
* Fixed (?) races in mark_buffer_dirty(). We abuse the buffer cacheBruce Evans1998-06-212-6/+12
* Removed unused function ll_w_block(). It has always had races dueBruce Evans1998-06-214-38/+0
* Removed unused includes.Bruce Evans1998-06-2125-59/+21
* Removed unused includes.Bruce Evans1998-06-212-4/+6
* Removed unused includes.Bruce Evans1998-06-211-2/+3
* Removed unused includes.Bruce Evans1998-06-212-20/+12
* Removed unused includes.Bruce Evans1998-06-211-3/+2
* Removed unused includes.Bruce Evans1998-06-211-5/+3
* Removed unused includes.Bruce Evans1998-06-2125-90/+22
* Ifdefed a conditionally used include.Bruce Evans1998-06-211-1/+3
* Remove bogus comment that teleported in from sys/i386/i386/mp_machdep.c.Stephen McKay1998-06-212-6/+2
* Moved P1003 options from the middle of the devices section to theBruce Evans1998-06-213-48/+45
* Fixed typo in ifdefed code. (NFS_ACDEBUG is not in LINT. Therefore,Bruce Evans1998-06-214-8/+8
* Added a missing options include.Bruce Evans1998-06-212-0/+2
* Round tickadj up. This prevents tickadj from being 0 when HZ > 500,Bruce Evans1998-06-212-4/+4