aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix braino from yesterdays' megacommitJulian Elischer1998-07-051-2/+2
* Add support for kernel gdb.Doug Rabson1998-07-055-40/+829
* Use byte/word access in badaddr if relevant.Doug Rabson1998-07-051-3/+12
* Support channel B as well as channel A.Doug Rabson1998-07-052-35/+76
* Add basic support for 2117x pci chipsets. Currently only pyxis (21174)Doug Rabson1998-07-053-0/+491
* Add macros for byte/word sized load and store instructions.Doug Rabson1998-07-051-0/+76
* Add declaration of the NetBSD/alpha bootinfo.Doug Rabson1998-07-052-0/+118
* First steps at supporting EB164 (AlphaPC 164, 164LX, 164SX).Doug Rabson1998-07-052-3/+135
* Define bio_imask to allow the ncr driver to compile. The idea of passingDoug Rabson1998-07-051-1/+3
* Make the prom console work as a real device as well as a console.Doug Rabson1998-07-052-43/+64
* Make sure hold_count for level 2 maps is maintained properly.Doug Rabson1998-07-051-24/+10
* Don't truncate the return value of mmap to sizeof(int).Doug Rabson1998-07-051-2/+2
* Minor tidying.Doug Rabson1998-07-051-11/+7
* Use u_int32_t in NQFHHASH instead of u_long.Doug Rabson1998-07-051-2/+2
* Remove the two single step breakpoints in the reverse order of setting toDoug Rabson1998-07-051-5/+5
* Add symtab parameter to X_db_symbol_values.Doug Rabson1998-07-051-2/+3
* Support 'g' format for printing 8 byte values.Doug Rabson1998-07-051-1/+5
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-0445-496/+819
* Fix spelling error.John Polstra1998-07-041-2/+2
* Don't disable ^D in interactive mode.Brian Somers1998-07-041-2/+4
* Don't require context when there's only one linkBrian Somers1998-07-041-6/+8
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-0435-166/+88
* Hmm, braino in last commit.Poul-Henning Kamp1998-07-042-8/+10
* Change the sign on a race-condition, so that instead of ending up severalPoul-Henning Kamp1998-07-042-16/+36
* Remove '???' because it generates an annoying message aboutSteve Price1998-07-041-2/+2
* MF22: check for null pointer.Jordan K. Hubbard1998-07-041-2/+6
* Make things clearer.Brian Somers1998-07-042-14/+98
* Version 2.0-beta becomes 2.0 :-)Brian Somers1998-07-041-3/+3
* Fix some strange errors of shutting transmitter up when startSemen Ustimenko1998-07-043-1182/+1153
* 6668/divert -> 8668/divert. IRC uses 6668.Brian Somers1998-07-041-2/+2
* Suggest port 8668 rather than 6668 for natd.Brian Somers1998-07-042-2/+2
* Fix bug from last commit: don't SEGV when reading as part of a pipe.Tim Vanderhoek1998-07-041-1/+1
* Don't use a struct buf (malloc'd) without first initialising all the fieldsJulian Elischer1998-07-041-1/+5
* Use '-e' when viewing helpfile.Tim Vanderhoek1998-07-031-1/+1
* Restored revs.1.89-1.90 which I somehow clobbered in rev.1.91.Bruce Evans1998-07-031-4/+4
* Sync timestamp changes for inodes of special files to disk as lateBruce Evans1998-07-038-29/+44
* Centralized in-core inode update. Update the in-core inode directlyBruce Evans1998-07-035-71/+33
* Only start checking carrier when the datalink state machineBrian Somers1998-07-032-12/+12
* Prevent recursive help)elp)elping.Tim Vanderhoek1998-07-031-1/+5
* Not so fast, that was one '0+' too many.Dag-Erling Smørgrav1998-07-032-4/+4
* Check for missing keyboard.Jordan K. Hubbard1998-07-031-0/+26
* Add entry for Dell Poweredge XE.Jordan K. Hubbard1998-07-031-0/+8
* Update M_EXT support in m_copypacket().Poul-Henning Kamp1998-07-031-3/+11
* fts_close calls free(sp), the ISSET(FTS_NOCHDIR) which is a macro thatPoul-Henning Kamp1998-07-032-6/+8
* Reset MNT_ASYNC flag if needed if unmount() should fail.David Greenman1998-07-032-2/+8
* When we transfer time from one timecounter to the next, use nanouptime(),Poul-Henning Kamp1998-07-022-8/+8
* Fix off by 1 error.Guido van Rooij1998-07-021-2/+2
* Add workaround to allow the FreeBSD boot block to work onBill Paul1998-07-021-1/+13
* Fix the N'th occurance of missed bits due to opt_???? mucking.Søren Schmidt1998-07-024-8/+20
* Add missing ')'..Søren Schmidt1998-07-021-2/+2