summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for TurboChannel alphas (DEC 3000/300 and 3000/500).dfr1998-08-2035-13/+8772
* Moved `nx' functions to the one place where they are used (su.c).bde1998-08-204-109/+85
* A better fix for kern/7144:msmith1998-08-202-72/+56
* Fixed bogus spelling `nx*' of some `no*' devswitch functions.bde1998-08-202-4/+4
* Fixed devfs initialization which I broke in the previous commit.bde1998-08-203-30/+30
* Fixed devfs initialization which I broke in the previous commit.bde1998-08-203-21/+21
* Include opt_devfs.h which defines SLICE, to make previous commitdes1998-08-191-1/+2
* Make two changes:wpaul1998-08-191-28/+48
* Sync with sys/i386/isa/sio.c revision 1.211.kato1998-08-192-18/+20
* Make struct buf->b_offset reflect the real byte offset which gotsos1998-08-194-5/+9
* Sync with sys/i386/isa/syscons.c revision 1.275.kato1998-08-191-2/+2
* Sync with sys/i386/i386/machdep.c revision 1.304.kato1998-08-192-12/+32
* Enabled dynamically sized tty input buffers (with enough bufferingbde1998-08-196-54/+60
* A limit of 200000 for the output buffer high watermark was excessive,bde1998-08-191-11/+3
* Correct handling of ASCII DEL (0x7F).jkoshy1998-08-191-4/+6
* Correct glyph displayed by PCVT in ISO Latin-1 mode.jkoshy1998-08-191-1/+1
* Delete dpt driver.kato1998-08-192-16/+2
* Implement DLT_RAW from libpcapache1998-08-182-2/+4
* Presently there is only one `currentldt' variable for all cpusmsmith1998-08-1819-35/+110
* Fix one forgotten instance of \n to \rsos1998-08-182-4/+4
* Quick fix for breakage of read clustering on non-IDE drives. Readbde1998-08-183-6/+6
* Fixed printf format errors.bde1998-08-1815-51/+53
* Converted rcsid to $Id$ again. There shouldn't be any rcsids in the kernel.bde1998-08-171-8/+2
* Removed unused includes.bde1998-08-176-20/+8
* Fixed printf format errors (none detected in GENERIC again).bde1998-08-171-3/+3
* Fixed a type mismatch.bde1998-08-171-2/+3
* Removed unused includes. Fixed disordering of includes.bde1998-08-171-8/+6
* Backed out previous commit. The seconds part of microtime() isbde1998-08-171-2/+2
* Fixed nonsense overflow checking (checking that a long variable is lessbde1998-08-171-7/+5
* Oops, the previous commit was of a local version.bde1998-08-173-78/+60
* FIxed typo (syntax error) in previous commit.bde1998-08-175-61/+79
* Don't use unaligned accesses when printing extended sense codes.dfr1998-08-171-2/+3
* Add macros for accessing device memory.dfr1998-08-172-2/+18
* Add Miata system type and pull in the LOCATE_PCS macro from NetBSD.dfr1998-08-171-0/+4
* Add breakpoint() for BREAK_TO_DEBUGGER.dfr1998-08-171-1/+11
* Sync with sys/i386/isa/lpt.c revision 1.70.kato1998-08-171-2/+2
* Update to work with the new elf headers.dfr1998-08-171-17/+2
* Update to use elf_generic.h.dfr1998-08-171-1/+6
* Disable some unnecessary debugging code.dfr1998-08-171-3/+6
* Remove support for NetBSD syscalls.jb1998-08-172-774/+0
* Fixed printf format errors.bde1998-08-178-70/+77
* Fixed printf format errors. sppp_dotted_quad() was yet another private,bde1998-08-171-9/+10
* FIxed printf format errors. Most of them were exposed by our ntohl()bde1998-08-171-25/+31
* Fixed printf format and spelling errors. Didn't fix relatedbde1998-08-161-3/+3
* Import the (Fast) Etherlink XL driver. I'm reasonally confident in itswpaul1998-08-1610-8/+3469
* Enable kernel dumps on SLICE systems.des1998-08-161-1/+3
* Make ELF kernels build again.jdp1998-08-162-2/+5
* Revamp the ELF include files to better support architecture-independentjdp1998-08-166-337/+292
* Fixed a style bug (a long line) in the previous commit.bde1998-08-161-4/+4
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-1630-109/+125
OpenPOWER on IntegriCloud