summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-241-0/+58
* Use a relative path to bsd.kern.mk if the relative mk directory exists.bde1998-08-241-1/+5
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-2415-68/+90
* remove bdevsw arg from dsopen();phk1998-08-232-5/+4
* Don't check minor number of dump device at all.des1998-08-231-5/+1
* Fixed printf format errors.bde1998-08-233-6/+6
* Fixed printf format errors. `struct eisa_device' uses a strange typebde1998-08-231-8/+8
* Fixed printf format errors.bde1998-08-232-37/+47
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-2311-76/+87
* Removed cxpoll(). Just use ttpoll() like all other tty drivers. It'sbde1998-08-231-11/+1
* A better fix for kern/7144:msmith1998-08-201-36/+28
* 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-201-10/+10
* Fixed devfs initialization which I broke in the previous commit.bde1998-08-201-7/+7
* Enabled dynamically sized tty input buffers (with enough bufferingbde1998-08-192-18/+20
* 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
* Presently there is only one `currentldt' variable for all cpusmsmith1998-08-1810-18/+58
* Fix one forgotten instance of \n to \rsos1998-08-181-2/+2
* Removed unused includes.bde1998-08-171-9/+1
* 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
* Oops, the previous commit was of a local version.bde1998-08-172-52/+40
* FIxed typo (syntax error) in previous commit.bde1998-08-173-40/+52
* Add macros for accessing device memory.dfr1998-08-171-1/+9
* Fixed printf format errors.bde1998-08-171-2/+2
* Import the (Fast) Etherlink XL driver. I'm reasonally confident in itswpaul1998-08-163-5/+22
* Make ELF kernels build again.jdp1998-08-161-1/+2
* Revamp the ELF include files to better support architecture-independentjdp1998-08-161-1/+6
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-169-29/+35
* Cast an int to (intptr_t) before casting it to (void *).bde1998-08-161-4/+4
* Fixed yet more ioctl breakage due to the type of the `cmd' arg chaningingbde1998-08-161-6/+6
* pmap.c:bde1998-08-164-19/+20
* Use an array of uintptr_t's instead of an array of u_longs to holdbde1998-08-161-2/+2
* Oops, the previous fix confused Linux's sigset_t with a pointer type.bde1998-08-151-5/+5
* Use offsetof() to avoid some casts from pointers to integers (of abde1998-08-152-2/+6
* Only write a filemark on close when data has actually been written.sos1998-08-141-5/+5
* Changed \n to \r in the mouse cutbuffer, this makes pine & Emacssos1998-08-141-4/+4
* Fix BNC/AUI autodetection.msmith1998-08-131-18/+32
* Cleaned up previous commit, mainly by moving repetitive calculationsbde1998-08-132-121/+65
* Updated for not-so-new version of Cyclom-Y boards (with 60MHz clock andbde1998-08-132-41/+127
* Removed support for FreeBSD-1.x.bde1998-08-121-6/+1
* Fixed printf format errors.bde1998-08-121-50/+4
* Removed unused includes.bde1998-08-121-25/+1
* Removed a bogus ifdef that broke using SWI_* in LKMs.bde1998-08-111-6/+2
* Don't depend on "implicit int".bde1998-08-111-2/+2
* Register tty software interrupt handlers at run time using register_swi()bde1998-08-118-78/+37
* Fixed printf format errors.bde1998-08-111-2/+2
* Implemented dynamic registration of software interrupt handlers. Notbde1998-08-119-72/+62
OpenPOWER on IntegriCloud