summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed unused includes.bde1998-06-211-5/+3
* Removed unused includes.bde1998-06-2125-90/+22
* Ifdefed a conditionally used include.bde1998-06-211-1/+3
* Remove bogus comment that teleported in from sys/i386/i386/mp_machdep.c.mckay1998-06-212-6/+2
* Moved P1003 options from the middle of the devices section to thebde1998-06-213-48/+45
* Fixed typo in ifdefed code. (NFS_ACDEBUG is not in LINT. Therefore,bde1998-06-214-8/+8
* Added a missing options include.bde1998-06-212-0/+2
* Round tickadj up. This prevents tickadj from being 0 when HZ > 500,bde1998-06-212-4/+4
* Converted add_interrupt_randomness() to take a `void *' arg. Rewrotebde1998-06-216-136/+152
* Merge ipfilter 3.2.3 -> 3.2.7 changes onto mainline.peter1998-06-2016-174/+436
*-. This commit was generated by cvs2svn to compensate for changes in r37071,peter1998-06-2010-28/+64
|\ \
| | * Import ipfilter 3.2.7 kernel componentspeter1998-06-2014-102/+251
| * | Import ipfilter 3.2.7 kernel componentspeter1998-06-2013-101/+246
* | | Zap what appears to be a relic of the older version of zlib. The otherpeter1998-06-201-5/+2
* | | Missing splx().peter1998-06-201-2/+4
* | | Merge ppp changes from 2.3.3 -> 2.3.5. I have spotted some morepeter1998-06-205-27/+17
OpenPOWER on IntegriCloud