| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Obtained from: http://www.iana.org/assignments/port-numbers
MFC after: 3 days
|
|
|
|
|
|
|
| |
path. When the taken branch leaves the kernel and enters the process,
we still need to execute the instruction at that address. Don't raise
SIGTRAP when we branch into the process, but enable single-stepping
instead.
|
|
|
|
| |
error reporting, prefer int64_t to off_t.
|
|
|
|
|
| |
and it should not pretend that it does. It should just pass along the
user's request and handle an error if it's not supported.
|
|
|
|
|
|
|
|
|
| |
is sufficiently different that it was simpler to just put separate
reporting functions into read.c and write.c rather than try to have
a single all-purpose reporting function.
Switch to a custom function for converting int64_t to a string; in
the portable version, this saves a lot of configuration headaches
trying to decipher the platform printf().
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
when MK_INET6_SUPPORT=no. (MK_INET6=no implies MK_INET6_SUPPORT=no)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
use -b 2048 (1MiB block size). Setting the limit to 8192 should
allow some room for growth while still helping people who mistakenly
put in byte counts here instead of block counts.
|
|
|
|
|
| |
program name into a global, which eliminates an extra
argument from a lot of places.
|
|
|
|
| |
Spotted by: sam
|
|
|
|
| |
Approved by: rpaulo (mentor)
|
|
|
|
|
|
|
|
|
| |
printf.
- Cast the system call return value to long and use %ld in a printf in
ktrsysret().
PR: bin/123774
MFC after: 2 weeks
|
| |
|
|
|
|
|
|
|
|
|
| |
do initialization of hw related features.
PR: kern/141646
Reviewed by: thompsa
Approved by: thompsa(co-mentor)
MFC after: 2 weeks
|
|
|
|
|
| |
Submitted by: dhw
MFC after: 1 week (with r203310)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
_PDC was deprecated in favor of _OSC long time ago, but it
seems that they still peacefully coexist and in some case
only _PDC is present.
Still _OSC provides a reacher interface and is capable to
report back its status.
If the status is non-zero, then report it, we may find
it useful to understand what firmware expects from OS.
Also clean up some comments that became less useful over time.
Reviewed by: njl, jhb, rpaulo
MFC after: 3 weeks
|
|
|
|
| |
MFC after: 2 weeks
|
| |
|
|
|
|
|
| |
Reported by: Brandon Falk <falkman gamozo org>
MFC after: 1 week
|
|
|
|
|
| |
Approved by: pjd
MFC after: 2 weeks
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The bc(1) program may need to deal with files when it's being run in
interactive mode, so we can not blindly use interactive mode (in turn
use libedit) but need to check if the input source is really the standard
input.
This commit should fix a regression where 'bc -l' would not parse the
mathlib.
Reported by: trasz
|
| |
|
| |
|
|
|
|
|
|
| |
read request size.
Reviewed by: jhb@
|
| |
|
| |
|
|
|
|
| |
is enough of result to hack.
|
|
|
|
|
|
|
| |
disabling interrupts.
Simplify register usage - we can directly load 'curpcb' into 'k1' after
interrupts are disabled. There is no need to do so indirectly through 'a1'.
|
| |
|
|
|
|
|
|
|
|
|
| |
The only reason we need to have the sb_load64() and sb_store64()
functions in assembly is to cheat the compiler and generate the
'ld' and 'sd' instructions which it otherwise will not do when
compiling for a 32-bit architecture. There are some 64-bit
registers in the SCD unit that must be accessed using 64-bit
load and store instructions.
|
| |
|
|
|
|
|
|
|
| |
ID and use a standard scsi eject.
Reported by: Patrick Lamaiziere
MFC after: 3 days
|
| |
|
|
|
|
| |
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
| |
providers for writing provokes huge traffic related to taste events send
by GEOM on close. This can lead to various problems with opening GEOM
providers that are created on top of other GEOM providers.
Reorted by: Kurt Touet <ktouet@gmail.com>, mr
Tested by: mr, Baginski Darren <kickbsd@ya.ru>
MFC after: 2 weeks
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
Just restart probe from the beginning immediately.
|
|
|
|
|
|
|
|
|
|
| |
functionality, etc. as did by GNU bc.
This also fixes an issue where BSDL bc can not handle very long
line.
Reported by: imp
Reviewed by: imp
|
|
|
|
|
|
|
|
|
|
|
| |
Since the existing implementation searches ':' backward, a path which
includes ':' could not be mounted. You can now mount such path by
enclosing an IP address by '[]'.
Though we should change to search ':' forward, it will break
'ipv6addr:path' which is currently working. So, it still searches ':'
backward, at least for now.
MFC after: 2 weeks
|
|
|
|
| |
was frozen before and should be released.
|
|
|
|
|
|
| |
Fix this in a FreeBSD and OpenBSD compatible way.
MFC after: 3 days
|
| |
|