summaryrefslogtreecommitdiffstats
path: root/sys/gnu/i386
Commit message (Expand)AuthorAgeFilesLines
* Use suword16/fuword16 instead of susword/fusword - this has two differentpeter2002-06-202-15/+15
* Fixed syntax errors (tokens after #endif).bde2002-05-138-45/+45
* Deverbosified previous 2 commits (removed the rotted list of reasons whybde2002-03-021-3/+1
* Adjust the includes a bit.markm2002-02-281-4/+3
* Warning fix. (Very basic - add the right include so that rdtsc() getsmarkm2002-02-281-0/+1
* Change constraints to use "+" in inline asm instead of mapping inputkeramida2001-11-121-1/+1
* KSE Milestone 2julian2001-09-122-5/+5
* Do not depend on pcb_savefpu backwards compat #define.peter2001-07-121-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+3
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-259-31/+31
* Proc locking.jhb2001-01-231-0/+2
* Completed move of Digiboard drivers to dev/dgbbabkin2001-01-088-10303/+0
* Changed the copyright notice to BSD-style. The original GPL copyrightbabkin2001-01-054-24/+110
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-292-2/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-152-2/+0
* Put on my nuclear-grade asbestos suit and cvs rm the old, broken, soundpeter2000-10-026-5566/+0
* The change to do a longword compare in the previous commit just broke anbde2000-06-031-1/+1
* Mass update of isa drivers using compatability shims to usepeter2000-05-282-2/+22
* Fix a C-style comment that had a syntax error -- AND gas 2.9.1 accepted!obrien2000-05-221-1/+1
* If we are going to do a byte compare, the operands should be byte-sized.obrien2000-05-221-1/+1
* Fix inconsistent assembly. If byte moves are specified, a byte-sizedobrien2000-05-221-2/+2
* Compile in the case that anyone ever actually uses LEAVE_FREE_CHARS.hoek2000-05-211-1/+1
* Add $FreeBSD$peter2000-05-013-3/+4
* Remove #if NDGB > 0 and #if NDGM > 0peter2000-01-292-9/+0
* Remember folks, it's:msmith1999-10-123-0/+3
* remove unused #includephk1999-10-113-3/+0
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-282-103/+5
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-252-10/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-252-50/+12
* $Id$ -> $FreeBSD$peter1999-08-2846-46/+46
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-232-94/+31
* Simplify cdevsw registration.phk1999-05-312-36/+9
* This commit should be a extensive NO-OP:phk1999-05-302-14/+42
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-082-8/+6
* Add an additional probe, hopefully allowing me to distinguishbrian1999-05-031-6/+10
* s/size == 0;/size = 0;/peter1999-05-022-6/+6
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-282-4/+4
* Suser() simplification:phk1999-04-272-8/+8
* Fix so that this driver works again when compiled with EGCS (whichdavidn1999-04-221-31/+31
* Remove unused function int fi() {return 0;}eivind1999-04-111-4/+1
* Staticize.eivind1999-04-111-2/+2
* Make NDGBPORTS an official option.joerg1999-03-131-1/+2
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-302-4/+6
* Remove LKM support, src/lkm that built it is gone and it never worked as anpeter1999-01-171-35/+1
* PR: kern/8819dillon1998-12-131-55/+55
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-072-24/+6
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-1/+1
* Finished updating module event handlers to be compatible withbde1998-11-151-2/+2
* Initialize earlier (ie: before npx) in case it makes any difference.peter1998-10-181-4/+8
* OOPS!peter1998-10-181-2/+2
OpenPOWER on IntegriCloud