summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Introduce (fairly hacky) workaround for odd TCP behavior with applicationfenner1998-07-061-1/+2
* Attempt to load serial eeprom contents in both 93c46 and 93c56/66 mode beforegibbs1998-07-061-22/+42
* "vender" -> "vendor"eivind1998-07-061-17/+17
* Shorten line.eivind1998-07-061-2/+2
* Sync with sys/i386/isa/fd.c and wd.c revisions 1.115 and 1.170,kato1998-07-063-26/+82
* oops ended comment before the comment ended..julian1998-07-061-2/+2
* Bring back some slight cleanups from 2.2julian1998-07-062-6/+21
* Add the ability to suspend as well as hibernate to the system. Thisimp1998-07-068-46/+157
* Don't expect the new code to be used without the right option file beingjulian1998-07-061-1/+2
* Fix braino in switching to TAILQ macro.julian1998-07-062-4/+4
* Forgot to register the IPFIREWALL_FORWARD option.julian1998-07-061-1/+2
* Support for IPFW based transparent forwarding.julian1998-07-068-30/+288
* DEVFS completely bypasses the cdevsw and bdevsw tables now.julian1998-07-053-232/+804
* fix braino from yesterdays' megacommitjulian1998-07-051-2/+2
* Add support for kernel gdb.dfr1998-07-055-40/+829
* Use byte/word access in badaddr if relevant.dfr1998-07-051-3/+12
* Support channel B as well as channel A.dfr1998-07-052-35/+76
* Add basic support for 2117x pci chipsets. Currently only pyxis (21174)dfr1998-07-053-0/+491
* Add macros for byte/word sized load and store instructions.dfr1998-07-051-0/+76
* Add declaration of the NetBSD/alpha bootinfo.dfr1998-07-052-0/+118
* First steps at supporting EB164 (AlphaPC 164, 164LX, 164SX).dfr1998-07-052-3/+135
* Define bio_imask to allow the ncr driver to compile. The idea of passingdfr1998-07-051-1/+3
* Make the prom console work as a real device as well as a console.dfr1998-07-052-43/+64
* Make sure hold_count for level 2 maps is maintained properly.dfr1998-07-051-24/+10
* Don't truncate the return value of mmap to sizeof(int).dfr1998-07-051-2/+2
* Minor tidying.dfr1998-07-051-11/+7
* Use u_int32_t in NQFHHASH instead of u_long.dfr1998-07-051-2/+2
* Remove the two single step breakpoints in the reverse order of setting todfr1998-07-051-5/+5
* Add symtab parameter to X_db_symbol_values.dfr1998-07-051-2/+3
* Support 'g' format for printing 8 byte values.dfr1998-07-051-1/+5
* There is no such thing any more as "struct bdevsw".julian1998-07-0445-496/+819
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-0435-166/+88
* Hmm, braino in last commit.phk1998-07-042-8/+10
* Change the sign on a race-condition, so that instead of ending up severalphk1998-07-042-16/+36
* Remove '???' because it generates an annoying message aboutsteve1998-07-041-2/+2
* Fix some strange errors of shutting transmitter up when startsemenu1998-07-043-1182/+1153
* Don't use a struct buf (malloc'd) without first initialising all the fieldsjulian1998-07-041-1/+5
* Restored revs.1.89-1.90 which I somehow clobbered in rev.1.91.bde1998-07-031-4/+4
* Sync timestamp changes for inodes of special files to disk as latebde1998-07-038-29/+44
* Centralized in-core inode update. Update the in-core inode directlybde1998-07-035-71/+33
* Check for missing keyboard.jkh1998-07-031-0/+26
* Update M_EXT support in m_copypacket().phk1998-07-031-3/+11
* Reset MNT_ASYNC flag if needed if unmount() should fail.dg1998-07-032-2/+8
* When we transfer time from one timecounter to the next, use nanouptime(),phk1998-07-022-8/+8
* Add workaround to allow the FreeBSD boot block to work onwpaul1998-07-021-1/+13
* Fix the N'th occurance of missed bits due to opt_???? mucking.sos1998-07-023-6/+15
* Moved `#ifndef NFS_NOSERVER' after including nfs.h.kato1998-07-022-4/+4
* Sync with sys/i386/conf/options.i386 revision 1.82.kato1998-07-022-18/+16
* Sync with sys/i386/i386/machdep.c revision 1.302.kato1998-07-022-4/+24
* Sync with sys/i386/boot/netboot/Makefile, bootmenu.c, main.c andkato1998-07-024-12/+52
OpenPOWER on IntegriCloud