Age | Commit message (Collapse) | Author |
|
These are the latest ones needed to build a kernel (on amd64)
without the MALLOC/FREE definitions in src/sys/sys/malloc.h
ok krw@
|
|
and include *.conf files from the modules directory by default.
The modules.sample directory will be used by some ports to place their
configuration files.
ok deraadt@, jsign@
|
|
ok jmc@
|
|
|
|
|
|
based ones. this renames the register defines for the revision A boards
(the intel ones) to ARC_RA instead of ARC_REG so we can differentiate them
from the ARC_RB registers for revision B that are coming.
|
|
mappings. without this a problem board can cause a panic when the interrupt
handler touches unallocated memory.
|
|
|
|
ok claudio@ mglocker@
|
|
for Agere/LSI ET1310 Ethernet devices and ET1011 'TruePHY'.
All the gross register related bit macros are not yet removed.
Currently only Tx seems to work. Putting this in the
tree in case someone else wants to look at it while
I deal with exams for the next few weeks.
|
|
|
|
|
|
ok krw@, ok pyr@
|
|
backgrounded. Do not print the password prompt in this case since
the first read will result in the process receiving SIGTTIN.
Fixes an issue where the password prompt would be displayed when
readpassphrase() would not be able to read anything. OK deraadt@
|
|
inside that loop doesn't yield the expected results.
from freebsd r1.37 Andrew Thompson <thompsa@freebsd.org>
|
|
|
|
|
|
ok miod
|
|
Jan.Pechanec AT Sun.COM; ok deraadt@
|
|
with make -j on fast SMP boxes.
noticed by robert@, input by miod, kettenis, okay toby@, robert@,
and tested to work if people build kernels correctly...
|
|
okay kettenis@ (`if it builds' and it does)
|
|
floating-point deferred-trap queue. Remove redundant code inherited from
sparc that deals with this. Also remove the code dealing with saving and
restoring the FPU state from unaligned memory; we always allocate properly
aligned memory for storing the FPU state.
|
|
affected processors if option MULTIPROCESSOR. It's amazing bsd.mp could
boot multiuser without this.
|
|
and put the process it was running back on the run queue (unless this was
the idle proc).
|
|
so we need to correct the mbuf length using CMSG_LEN() not CMSG_SPACE()
test case was sparc64 sending 2 (or more) descriptors
ok millert thib
|
|
Fix sorting bug in addcase(). Spotted by Gregory McGarry.
ok gmcgarry, ragge@
|
|
ok krw@
|
|
ok krw@
|
|
ok krw@
|
|
the priority list. Add create_priority_list() and use it to
consistantly merge mandatory, supplied and default option priority
lists into a reliable and complete list of options sorted by priority.
No intended functional change other than ensuring all options
available are returned.
"looks good" henning@ "OK, fair enough" millert@
|
|
> calls argument numbers are in registers, not bytes.
> If a jump is to the return label, emit ret insn instead.
> Add ADDROF table entry.
> Remove some unused entries.
> Do a Z call for emitted GOTOs.
> Only create constants for function names, they are called by name anyway.
|
|
> Allow ADDROF to fall through to table, for PIC code generation.
> Tighten check on GOTO argument and only complain that the label is out-of-range
> if we are actually jumping to label (ICON).
|
|
ok krw@
|
|
ok krw@
|
|
ok krw@
|
|
ok krw@
|
|
replace an hard coded value with M_WAITOK
ok krw@
|
|
|
|
ok dlg
|
|
ok krw@
|
|
martin@ deraadt@ ok.
|
|
from jmc@
|
|
make pretty.
ok krw@
|
|
initialized in ar5k_ar521*_setup_tx_desc() but cleared in
ar5k_ar521*_fill_tx_desc() by setting the segment length incorrectly.
From ath5k via Nick Kossifidis (mickflemm at gmail dot com)*
---snip---
The missing no_ack in broadcast frames caused them to be retried up to
the retry_limit(1+4=5 transmissions by default).
---snap---
* it was explicitly mentioned that it is ISC-licensed now
|
|
|
|
does the same things as a real 1200, but its based around a different
chip. fix the string in pcidevs to say "ARC-1200 rev B" like the
writing on the board does.
|
|
|
|
|
|
|
|
|