| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=119893
|
| |
|
|
|
|
|
| |
easily be longer than 64 characters.
Notes:
svn path=/head/; revision=111045
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108317
|
| |
|
|
|
|
|
|
|
| |
o Added dd_pnpinfo, dd_location, dd_devflags, dd_flags and dd_state
o Copy/initialize these as necessary.
o Document the changes to the interface in devinfo.3.
Notes:
svn path=/head/; revision=103662
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
called <machine/_types.h>.
o <machine/ansi.h> will continue to live so it can define MD clock
macros, which are only MD because of gratuitous differences between
architectures.
o Change all headers to make use of this. This mainly involves
changing:
#ifdef _BSD_FOO_T_
typedef _BSD_FOO_T_ foo_t;
#undef _BSD_FOO_T_
#endif
to:
#ifndef _FOO_T_DECLARED
typedef __foo_t foo_t;
#define _FOO_T_DECLARED
#endif
Concept by: bde
Reviewed by: jake, obrien
Notes:
svn path=/head/; revision=102227
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96520
|
| |
|
|
|
|
|
| |
Fully parenthesized a macro definition.
Notes:
svn path=/head/; revision=84399
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84306
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83551
|
| |
|
|
| |
Notes:
svn path=/head/; revision=81459
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79754
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75851
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75745
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75744
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75743
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75741
|
|
|
The devinfo library provides access to the kernel's internal device
hierarchy and to the I/O resource manager. The library uses a
sysctl(9) interface to obtain a snapshot of the kernel's state which
is then made available to the application.
Notes:
svn path=/head/; revision=75726
|