| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
code to use to see if the onboard video has been disabled or not.
Submitted by: Keith Whitwell <keith@tungstengraphics.com>
|
| |
|
|
|
|
|
|
|
| |
- index() -> strchr()
- stop use of MAXHOSTNAMELEN
Obtained from: KAME
|
| |
|
|
|
|
| |
it.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
o WARNS should be WARNS?= (broke in rev 1.21).
o Includes should be sorted.
o Move "mntopt.h" out of the standard includes section.
o Rewrite usage() to match the manual page and make it < 80 characters.
o Remove extra .El call on line 187. It is unused and causes mdoc(7) warnings.
Discussed with: bde
|
|
|
|
|
|
|
|
| |
a minor conflict):
o Use ETHER_ADDR_LEN in preference to '6'.
o Remove two unnecessary (caddr_t) casts. One of them causes problems in
my tree where etherbroadcastaddr is const, and (caddr_t) casts the const
away.
|
|
|
|
|
|
| |
* Add a forgotten .An macro for 'Jeroen Ruigrok van der Werven'.
Noticed by: simon@
|
| |
|
|
|
|
|
|
|
|
| |
(aka RFC2553bis). Now, getaddrinfo(3) returns EAI_NONAME
instead of EAI_NODATA. Our getaddrinfo(3) nor getnameinfo(3)
didn't use EAI_ADDRFAMILY.
Obtained from: KAME
|
| |
|
| |
|
|
|
|
| |
No functional changes.
|
| |
|
|
|
|
|
|
|
| |
as the process is short-lived, and the leak occurs very rarely and always
shortly before the process terminates.
MFC after: 3 days
|
| |
|
|
|
|
| |
#if 0'd out, except for fabsl(3) which I've implemented.
|
| |
|
|
|
|
|
|
|
|
| |
we had were bogus.
While here, reassign the copyright to the Project. There's nothing
in this files that originates from NetBSD, especially now that the
FreeBSD/alpha bits have been removed, but even then the amount of
inherited code that we actually used was nil.
|
|
|
|
|
|
|
|
| |
mcontext_t for the register values. Currently only ld8 and ldfd
instructions are handled as those are the ones we need now (a
misaligned ld8 occurs 4 times in ntpd(8) and a misaligned ldfd
occurs once in mozilla 1.4 and 1.5). Other instructions are added
when needed.
|
|
|
|
| |
* Use 'manual' instead of 'man' for consistency.
|
| |
|
|
|
|
| |
bug.
|
| |
|
|
|
|
|
|
|
|
| |
at the first address and spills it to the second address. This
allows unaligned_fixup() to update the context of the process in
a way that assures proper rounding.
Similar functions for single-and extended-precision are added when
needed.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Uppercase the .Dt command contents.
* Remove incorrect usage of .Fa.
* Use .Va for struct members, and .Vt for structs
(correct replacement for .Fa)
* Markup VM_* and MAP_* macros with .Dv command.
* Replace 'man' with 'manual' for consistency.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in that it provides an abstract (intermediate) representation for
instructions. This significantly improves working with instructions
such as emulation of instructions that are not implemented by the
hardware (e.g. long branch) or enhancing implemented instructions
(e.g. handling of misaligned memory accesses). Not to mention that
it's much easier to print instructions.
Functions are included that provide a textual representation for
opcodes, completers and operands.
The disassembler supports all ia64 instructions defined by revision
2.1 of the SDM (Oct 2002).
|
|
|
|
| |
floppy drives in the absence of hints.
|
|
|
|
|
| |
It is not sys/geom_disk.h, but located under geom/ directory,
so, mark it geom/geom_disk.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Uppercase .Dt command contents.
* Make use of .Fo and .Fc for marking up functions with
a lot of arguments.
NOTE: Please do not use the `\' line seperator for mdoc(7)
manual pages, as it has problems of its own on some displays;
instead, consult the mdoc(7) manual on using .Fo and .Fc.
* Change 'man' to 'manual' for consistency.
|
|
|
|
| |
* Use the .Sx command for referencing sections.
|
| |
|
|
|
|
|
|
|
| |
implement i386 compat numbers where it makes sense. This would save a
syscall translation layer. Yes, this breaks the abi slightly again, but
fortunately its just a recompile rather than tweaking the source. I will
be fixing the libc stubs while I'm here.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add .Vt in the right places, transform some .Fa to .Vt, depending
on discussion context.
* When refering to the function malloc(), use .Fn, and not .Xr.
* Add `The' to prefix a sentence when describing a function, so
it results in ``The xxx() function..."
* Use `system call' instead of `syscall'.
* Improve the sentence which discusses accept_filt_generic_mod_event();
Talk about moduledata_t, and refer to the DECLARE_MODULE(9) manual
page.
* Properly markup .An (Author Name) throughout the AUTHORS section.
|
| |
|
| |
|
|
|
|
|
|
| |
* Make use of .Xr for vput() and vrele() functions.
* Reword (s/man/manual) in AUTHORS section.
|
|
|
|
|
| |
((uint32_t *) v) + 10 != ((caddr_t) v) + 10
so apply the cast later.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove first person sentence start.
* Make use of .Dv for LEASE_READ and LEASE_WRITE.
* Move the LOCKS section below the standard mdoc(7) RETURN VALUES
section.
* Cleanup grammar for RETURN VALUES and AUTHORS section.
* Remove redundant sentence on return values.
|
|
|
|
|
|
|
|
| |
* Make use of .Sq mdoc command.
* Add a .Pp for separating VOP_RECLAIM text from VOP_INACTIVE
* Make use of .Fa for the vnode pointer function arg.
|
|
|
|
| |
* Fix hard sentence breaks.
|