Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 06/10/2001 19:27:22
Module Name: basesrc
Committed By: sommerfeld
Date: Sun Jun 10 16:27:21 UTC 2001
Modified Files:
basesrc/regress/sys/arch/i386/ldt: testldt.c
Log Message:
Test setting of multiple ldt entries in one syscall.
While we're here, it's code cleanup time:
- KNF
- WARNS=2
- add header files for prototypes which matter.
- remove most magic constants in favor of segments.h bitfields
- delinuxify
- use lcall instead of a bunch of .byte's for the gate invocation.
- take a first stab at linting.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/regress/sys/arch/i386/ldt/testldt.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.