| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Apparently /usr/include/dev grew a couple of subdirectories, but nobody
informed mtree.
|
|
|
|
|
|
|
|
|
|
|
| |
header and return that length, was misguided.
The check itself didn't take into account the fact that the
mbuf pointer pased in may be null, and the function is
defined specifically for cases where the caller knows what it wants.
Rather than fix the check I'm removing it as phk suggested.
Submitted by: phk@freebsd.org
|
|
|
|
| |
Hint from: deischen@freebsd.org
|
|
|
|
|
| |
Submitted by: Dan Eischen (deischen@freebsd.org)
Pointy hat for breakage just before going offline: Mini@freebsd.org
|
|
|
|
| |
- Remove redundant instances of my email alias in the file summary.
|
|
|
|
|
|
| |
- removed unused extintr.c
Approved by: benno
|
|
|
|
| |
Approved by: benno
|
|
|
|
| |
Approved by: benno
|
|
|
|
| |
Approved by: benno
|
|
|
|
| |
Approved by: benno
|
|
|
|
|
|
|
| |
- enable GEM ethernet cell if present
- allow sparse address mapping for devices
Approved by: benno
|
|
|
|
| |
Approved by: benno
|
|
|
|
| |
Approved by: benno
|
|
|
|
| |
Approved by: benno
|
|
|
|
|
|
| |
interrupts
Approved by: benno
|
|
|
|
| |
Approved by: benno
|
|
|
|
| |
Approved by: benno
|
|
|
|
| |
Approved by: benno
|
|
|
|
|
|
| |
- update for recent KSE changes
Approved by: benno
|
|
|
|
|
|
| |
- turn on ast() loop to enable signal delivery
Approved by: benno
|
|
|
|
|
|
|
| |
- syscall register spills weren't copied in correctly
- removed VM_PROT_READ from the fault type on write protect faults
Approved by: benno
|
|
|
|
|
| |
Obtained from: NetBSD
Approved by: benno
|
|
|
|
|
|
| |
- fix szsigcode size declaration
Approved by: benno
|
|
|
|
|
|
|
|
|
|
| |
- remove test in pmap_activate that prevented vmspace sharing (v/rfork)
- always sync icache in pmap_enter until problems are sorted
- fix incorrect use of regions in pmap_kenter
- bring in pmap_release from NetBSD
- fix overwrite of bootstrap flag in pmap_pvo_enter
Approved by: benno
|
|
|
|
|
|
| |
- comment out re-enabling of interrupts until problems are sorted
Approved by: benno
|
|
|
|
|
|
| |
address space
Approved by: benno
|
|
|
|
| |
Approved by: benno
|
|
|
|
|
|
|
|
|
| |
- sysctl for cacheline size, required by libc/rtld
- init'd more exception vectors
- fixed problem with register overwrite in exec_setregs
- removed redundant NetBSD code
Approved by: benno
|
|
|
|
| |
Approved by: benno
|
|
|
|
|
|
| |
- added sigframe offset
Approved by: benno
|
|
|
|
|
|
|
| |
- converted inline asm to C for int enable
- shifted clearing of 'cold' to end of routine
Approved by: benno
|
| |
|
| |
|
| |
|
|
|
|
| |
_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS case.
|
|
|
|
| |
stop breaking alpha LINT.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
intent of the Standard.
- Make getconf able to distinguish between configuration variables which
are entirely unknown and those which are merely not defined in the
compilation environment. The latter now get a more appropriate
"undefined\n" result rather than a diagnostic. This may not be
exactly right, but it's closer to the intent of the Standard than
the previous behavior.
- Support ``programming environments'' by validating that the environment
requested with the `-v' flag is the one-and-only execution environment.
(If more environments are supported for some platforms in the future,
multiple getconf(1) executables will be required, but a simple edit in
progenv.gperf will enable automatic support for it.) Document POSIX
standard programming environments.
- Add all of the 1003.1-2001 configuration variables. FreeBSD does not
support all of these (including some that are mandatory); getconf will
later be fixed to break the world should a required variable not be
defined.
As a result of all these changes, gperf is no longer adequate. Keep the
overall format and names of the files for now, to preserve revision history.
Use an awk script to process the .gperf files into C source, which does a
few things that gperf, as a more general tool, cannot do. The keyword
recognition function is no longer a perfect hash function.
This may obviate the need for gperf in the source tree.
- Add a small compile-time regression test to break the build if any of the
.gperf files declare conflicting token sets. (gperf itself would have done
this for the simple case of duplicate tokens in the same input file.)
|
|
|
|
|
| |
the font8x16.o glue, since that appears to have died ages ago and has
no remaining references.
|
| |
|
|
|
|
| |
<dev/smbus/smb.h> - there is nothing MD about these ioctl definitions.
|
| |
|
|
|
|
| |
m WAS being used uninitialized..
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: anholt (XFree86-4 maintainer)
MFC after: 1 day
|
| |
|
| |
|