| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Pointed out by: ru
|
|
|
|
| |
submitted by: ru
|
| |
|
| |
|
|
|
|
|
|
|
| |
This essentially merges revs 1.143-1.1445 of sys/pci/if_rl.c.
This now marks the interrupt MPSAFE along with making the mutex non-recursive.
Looked over by: bms
|
| |
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
|
| |
- properly capitalize (Fast) Ethernet
- bump document date
MFC after: 3 days
|
|
|
|
|
|
|
|
|
| |
- list the Digital EtherWORKS adapter as supported [1]
- properly capitalize (Fast|Gigabit) Ethernet
- bump document date
Obtained from: NetBSD [1]
MFC after: 3 days
|
|
|
|
|
|
| |
In places where we have long delays that doesn't depend on too accurate
timing, use ata_udelay() instead of DELAY() so we dont uselessly spin
the CPU if not nessesary;
|
| |
|
| |
|
|
|
|
|
|
| |
It makes no sense in a PAE environment and is impossible to handle correctly.
This case is also never used right now. This should make the iir(4) driver
ready for PAE.
|
| |
|
|
|
|
| |
moved the variables but not the declarations.
|
|
|
|
| |
Move the sysctls into kern.sched
|
|
|
|
| |
Add new nVidia controllers.
|
|
|
|
|
|
|
|
|
| |
make sure it is a device. GDB special cases these prefixes and treats
:#### as a tcp port on localhost and executes what ever follows '|'.
This allows kgdb to debug via dconschat.
Discussed with: marcel
|
| |
|
|
|
|
|
|
|
|
|
| |
documenting the obsoleteness of the msync(2) syscall and its single
remaining purpose.
PR: 70916
Submitted by: Radim Kolar <hsn@netmag.cz>
MFC after: 3 days
|
| |
|
|
|
|
|
| |
mapped System V shared memory segments (see shmfork_myhook()) or requires
the allocation of an ldt (see vm_fault_wire()).
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
|
| |
- properly capitalize (Fast) Ethernet
- bump document date
MFC after: 3 days
|
|
|
|
|
|
|
| |
- properly capitalize Fast/Gigabit Ethernet
- bump document date
MFC after: 3 days
|
|
|
|
|
|
| |
NET_NEEDS_GIANT().
RELENG_5 candidate.
|
|
|
|
| |
Pointed out by: kensmith
|
|
|
|
| |
MFC after: 2 days
|
|
|
|
| |
Submitted by: ru
|
|
|
|
|
|
| |
-rm -rf ${LOCALEDIR}/*/LC_MESSAGES
and move it inside loop.
It can damage user-made ${LOCALEDIR}/* locales otherwise.
|
|
|
|
|
| |
holding the value O_NONBLOCK. This worked previously because I was
lucky.
|
|
|
|
| |
compiler line.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the first half of August 2004):
NO_ADAPTIVE_MUTEXES,
ADAPTIVE_GIANT,
acpi_panasonic(4) added,
contigmalloc(9) reimplemented (vm.old_contigmalloc added),
hme(4) checksum offload support,
{mem,io}.ko added,
pcic(4) removed completely from GENERIC kernel configuration file,
psm(4) Synaptics TouchPad support,
Thread Local Storage (TLS) support,
ipfw(4) antispoof option,
GEOM_MIRROR class and gmirror(8) added,
col(1), colcrt(1), colrm(1), column(1), and fmt(1) multibyte
characters support,
df(1) bugfix,
ftpd(8) uses its euid for opening a data transfer socket,
gpt(8) -i option, remove command added,
kgdb(1) added,
LIBPTHREAD_SYSTEM_SCOPE for libpthread,
look(1) -d bugfix,
make(1) "+" flag added,
make(1) MAKEFLAGS change,
tgmath.h C99 header added,
GNU extensions of mbsnrtowcs(3) and wcsnrtombs(3) implemented,
patch(1) replaced with a BSD-licensed version from OpenBSD,
ppp(8) "set pppoe [standard|3Com]" for ng_pppoe(4),
ul(1) multibyte characters support,
FILE 3.41 --> 4.10,
GCC 3.3.3 --> 3.4.2,
NTP 4.1.1.a --> 4.2.0,
rc.d localpkg support in the Ports Collection, and
crypto distribution now part of base.
Update release notes:
snd_*(4) reorganization, and
use the term "geom class" for consistency.
MFC:
ppp(8) "set rad_alive".
|
|
|
|
|
|
| |
RELENG_5 candidate.
Foot provided by: Patrick Guelat <pg at imp dot ch>
|
|
|
|
|
|
|
|
| |
number generator, which was re-seeded via a timeout. Now centralized
randomness/entropy is used, we can garbage collect the timeout and
re-seeding code (which was largely a no-op).
Discussed with: itojun, suz, JINMEI Tatuya < jinmei at isl dot rdc dot toshiba dot co dot jp >
|
|
|
|
|
|
| |
supported by 3ware)
MFC after: 3 days
|
|
|
|
|
|
| |
and optionally use &thread0 if it's NULL.
Spotted by: julian
|
|
|
|
|
|
| |
FULL_PREEMPTION is defined. Add a runtime warning to ULE if PREEMPTION is
enabled (code inspired by the PREEMPTION warning in kern_switch.c). This
is a possible MT5 candidate.
|
|
|
|
| |
now and has been mentioned on the freebsd-ia64 list.
|
|
|
|
|
|
| |
returning incompletely initialized processes. This problem was
eliminated by kern_proc.c:1.215, which causes pfind() not to
return processes in the PRS_NEW state.
|
|
|
|
| |
Approved by: re
|
| |
|
| |
|
|
|
|
|
| |
5-STABLE. ifi_epoch will shortly be reintroduced with less precistion
using the space currently allocated to ifi_unused.
|
|
|
|
|
|
| |
unless ACPI_DEBUG is defined. Users don't typically care about errant
breakpoint instructions. The HP Pavilion 7915 has this in its PCI0
_INI method for rev 0x6040000 of the RSDT.
|
|
|
|
| |
Noticed by: ru
|