summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update generated filesphk1998-06-281-2/+2
* Add trailing newline to sys/syscall.mk so that diff doesn't choke on it.phk1998-06-281-1/+2
* Added a sysctl variable kern.sugid_coredump for controlling coredumpdg1998-06-281-2/+7
* Some revisions of the aic7880 have a problem where, if thegibbs1998-06-281-2/+10
* Add options for selecting ELF or KLD symbols in DDB.dfr1998-06-282-1/+5
* Make breakpoints and single-step work.dfr1998-06-281-4/+14
* Forgot to mention:dfr1998-06-281-1/+1
* Add DDB symbol support for ELF and KLD. The KLD support only supports globaldfr1998-06-282-0/+539
* Supply the symbol table as an argument to X_db_symbol_values (required for elf).dfr1998-06-283-6/+8
* Use db_addr_t for the breakpoint address in db_set_single_step.dfr1998-06-281-3/+3
* Add a macro for testing the e_machine field of Elf64_Ehdr.dfr1998-06-281-1/+3
* Use elf symbols in DDB.dfr1998-06-281-1/+2
* Allow gentrap.dfr1998-06-281-1/+2
* Call ddb_trap() for gentrap on SimOS since I am using gentrap for DDBdfr1998-06-281-2/+7
* Add a hack to get the ELF symbols from where SIMOS leaves them.dfr1998-06-281-5/+19
* machine/conf.h no longer exists.dfr1998-06-281-2/+1
* Make db_tok_number a long to allow typing 64bit numbers on alpha.dfr1998-06-272-4/+4
* Use %+11ln for printing in r format to make it work for 64bit registers.dfr1998-06-271-7/+7
* Add some stack backtrace support. Pretty fragile but its a start.dfr1998-06-273-7/+99
* Use %lx for printing register contents.dfr1998-06-271-1/+1
* Make uoff_t compile.dfr1998-06-271-2/+2
* Only make struct xtcpcb visable if _NETINET_IN_PCB_H_ and _SYS_SOCKETVAR_H_jhay1998-06-271-4/+4
* Make vprint() print dev_t in hex also.phk1998-06-271-3/+3
* Report the type from the inode, not the vnode.phk1998-06-271-2/+2
* Report the mode as the result of the VOP_GETATTR rather than thephk1998-06-271-2/+2
* Remove isdisk() hacks.phk1998-06-261-70/+3
* Add D_DISK flag.phk1998-06-263-6/+6
* Flesh this document out just a little in response to some userjkh1998-06-261-11/+25
* Remove "not hungly" panics. Cookies now used by the linux and ibcs2dt1998-06-253-30/+9
* Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().phk1998-06-256-90/+56
* Sync with sys/i386/conf/Makefile.i386 revision 1.115.kato1998-06-252-10/+14
* Oops, add ppc to the 'tty' imask.msmith1998-06-243-6/+6
* When some functions were added to sys/queue.h (1.15, 1.16),phk1998-06-241-5/+5
* Fix race condition for creation of vnode_if.c and vnode_if.h.eivind1998-06-243-15/+21
* Sync with sys/i386/isa/syscons.c revision 1.264.kato1998-06-241-5/+2
* Sync with sys/i386/isa/syscons.c revision 1.208.kato1998-06-242-2/+18
* Don't refer to mouse_info.u.datea.[xyz] while processing MOUSE_BUTTON_EVENTyokota1998-06-243-15/+6
* Avoid some panics in sio_unload which gets called with various dirtphk1998-06-243-3/+27
* Add CUSEEME support. This has *not* been tested, norbrian1998-06-244-2/+131
* Typo fix.phk1998-06-221-2/+2
* Sync with sys/i386/isa/if_ed.c and npx.c revisions 1.143 and 1.61,kato1998-06-222-4/+2
* Sync with sys/i386/i386/machdep.c revision 1.301.kato1998-06-222-4/+6
* Sync with sys/i386/isa/if_fe.c revision 1.42.kato1998-06-221-10/+6
* Fixed (?) races in mark_buffer_dirty(). We abuse the buffer cachebde1998-06-212-6/+12
* Removed unused function ll_w_block(). It has always had races duebde1998-06-214-38/+0
* Removed unused includes.bde1998-06-2125-59/+21
* Removed unused includes.bde1998-06-212-4/+6
* Removed unused includes.bde1998-06-211-2/+3
* Removed unused includes.bde1998-06-212-20/+12
* Removed unused includes.bde1998-06-211-3/+2
OpenPOWER on IntegriCloud