| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- get_isa_apic_mask() -> isa_apic_mask()
- get_isa_apic_irq() && get_eisa_apic_irq() -> isa_apic_pin()
- get_pci_apic_irq() -> pci_apic_pin()
|
|
|
|
|
| |
- get_isa_apic_mask() -> isa_apic_mask()
- get_isa_apic_irq() && get_eisa_apic_irq() -> isa_apic_pin()
|
|
|
|
|
|
| |
- get_isa_apic_mask() -> isa_apic_mask()
- get_isa_apic_irq() && get_eisa_apic_irq() -> isa_apic_pin()
- get_pci_apic_irq() -> pci_apic_pin()
|
|
|
|
| |
memory dump. This fixes one of the problems noted in PR kern/3581.
|
| |
|
|
|
|
|
|
|
| |
available to the kernel (VM_KMEM_SIZE). The default (32 MB) is too low
when having 512 MB or more physical memory in a server environment. This is
relevant on systems where "panic: kmem_malloc: kmem_map too small" is a
problem.
|
|
|
|
|
|
|
| |
value (200) is too low in some environments, causing a fatal
"panic: get_pv_entry: cannot get a pv_entry_t". The same panic might
still occur due to temporary shortage of free physical memory
(cf. PR i386/2431).
|
|
|
|
|
| |
vm_page_zero_idle. This fixes some occurences of the problem
reported in PR kern/3216: "panic: pmap_zero_page: CMAP busy"
|
|
|
|
|
|
|
|
|
|
| |
Catch SIGUSR1 to re-init listening socket.
Document signal behaviour.
Add missing '\n's to LogPrintf(LogWARN,...)
Main() returns int not void.
AF_LOCAL ideal suggested a long time ago by: joerg
|
|
|
|
|
|
|
|
| |
Change sd_open, sd_close and sd_ioctl to use this lock to ensure
serialization of some critical operations, thus avoiding some
race conditions. Ideas picked from NetBSD (ccd and sd devices).
This fixes one of the problems noted in PR kern/3688.
Reviewed by: "Justin T. Gibbs" <gibbs@plutotech.com>
|
| |
|
| |
|
|
|
|
| |
Requested by: dima
|
| |
|
|
|
|
| |
Obtained from: NetBSD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
work of Luke Mewburn.
This includes, but is not limited to :
- commandline editing and history.
- local and remote filename completion.
- a new progress display.
- the ability to access files using either the ftp or http protocols,
and use http proxies for ftp transfers.
The FreeeBSD "restricted ports" functionality was preserved.
Obtained from: NetBSD
|
|
|
|
| |
short writes within a block (e.g. ld).
|
|
|
|
| |
panic.
|
|
|
|
| |
Obtained from: NetBSD
|
|
|
|
|
|
|
| |
some buffer overflow guards and some stylistic cleanups.
Also adds manpages.
Obtained from: NetBSD
|
|
|
|
| |
Obtained from: NetBSD
|
|
|
|
| |
Obtained from: NetBSD
|
|
|
|
|
|
|
|
|
| |
nothing good except of opening a can of (potential or real) security
holes. People maintaining a machine with higher security requirements
need to be on the console anyway, so there's no point in not forcing
them to reboot before starting maintenance.
Agreed by: hackers, guido
|
| |
|
|
|
|
|
| |
input file, it helps finding errors.
Obtained from: OpenBSD.
|
|
|
|
| |
Pointed-by: Bill Fenner
|
|
|
|
| |
It's on the same port as for v4 but requires different name.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
unless defined out - including while a telnet
session with a -auto ppp is in effect. If you
don't create ppp.secrets, you deserve what you
get.
telnet connection capabilities will be configurable
per system soon.
Suggested by: Terry Dwyer <tdwyer@omen.net.au>
|
|
|
|
|
|
|
|
|
|
| |
were returning EFAULT, when it is a completely acceptable thing to do.
Also, at the same time, be a *bit* optimizing and don't allocate any
"stackgrap" memory if we're not going to use it.
This is another Oracle-discovered problem.
Submitted by: Steven Wallace
|
|
|
|
| |
Submitted by: pst
|
| |
|
|
|
|
|
| |
reviewing closely enough (and, as a result, proflibs and dict suffered).
Fix.
|
|
|
|
| |
Spotted by: Harry Starr <starr@gccs.com.au>
|
| |
|
| |
|
|
|
|
| |
NOTE: libc, time, kgmon and rpc.rstatd will have to be recompiled.
|
|
|
|
| |
This fixes one of the problems noted in PR kern/3688.
|
| |
|
|
|
|
|
|
|
|
| |
rather than hard-code it in the message text. Optinally include
the host name in the message if SHOW_HOSTNAME is defined.
The origianl idea and sample code submitted by Angelo Turetta
<ATuretta@stylo.it>.
|
|
|
|
| |
number in the "ipfw add divert" example.
|
| |
|
|
|
|
|
| |
it's nature, locks the kernal_map, and this is deadly if kernal_map had
been locked previous to a (net) interrupt.
|
|
|
|
| |
We now use LOGICAL, not PHYSICAL, IDs to calculate the mplock.
|
|
|
|
|
|
|
|
|
|
|
| |
it also sets RUN_DEPENDS (USE_GMAKE is BUILD_DEPENDS only).
The (immediate) purpose of this is to avoid having to change 70
zillion ports when the version of perl changes. Also, when perl5 is
pulled into -current, this will become a no-op in -current's
bsd.port.mk.
Reviewed by: jfitz
|
|
|
|
| |
Obtained from: OpenBSD.
|