Age | Commit message (Collapse) | Author |
|
task is a nop.
tested by and ok jmatthew@
|
|
not installed. Print a warning, explain the problem and skip the
test in this case. Also skip the test if the environment has not
been configured for the remote test target machine. Fix the Makefile
to run the tests with or without an obj directory. Finally link
the netinet6 regression tests into the build.
|
|
|
|
boot blocks now, which - for now - disables tape boot. Also belatedly mention
bsd.mp
|
|
|
|
Okay jasper@
|
|
|
|
|
|
mismatches. Also store the result of "yyssp - yyss" in a long, not
an int. We could use ptrdiff_t but don't want to rely on that type
being defined for portability on old systems without it. OK deraadt@
|
|
Cleanup the machdep code removing:
- useless includes
- useless globals and prototypes
- useless #if 0 and #if 1
- some style(9) issues
This commit will make the bringup of new SoC easier.
ok patrick@ jasper@ rapha@
|
|
ok patrick@ jasper@
|
|
register in order to complete the write.
Okay miod@
|
|
|
|
conversion done in objcopy loses if an alignment smaller than this is
requested (and this is probably my {fault,bug}, somewhere in binutils). Shrinks
the boot blocks a bit.
|
|
gets(), featurewise; this means support for ^u to clear the input. Requested by
aoyama@
|
|
bootloader for ELF kernels.
|
|
has such a header and we need to tweak it. Non-a.out parts removed, to
make this binary small for the install media.
ok miod
|
|
Send WSCONS_EVENT_SYNC every time you call wsmouse_input(). Used to synchronize
and separate events into packets of input data changes occurring at the same
moment in time. For example, motion of a mouse may set the DELTA_X and DELTA_Y
values for one motion, then emit a SYNC.
ok matthieu@. tested edd@, Henri Kemppainen and Alf Schlichting.
|
|
ok claudio benno
|
|
|
|
|
|
Now NUT (sysutils/nut in ports) works on this device, and may work on
other OMRON UPSs, by:
1. Apply following diff to NUT source:
https://gist.github.com/ao-kenji/7070817
2. Put following setting in /etc/nut/ups.conf.
---
[by35s]
driver = blazer_usb
port = auto
desc = "OMRON BY35S"
vendorid = 0590
productid = 0080
subdriver = ippon
---
Reference:
http://sunnyone41.blogspot.jp/2011/05/omron-by50subuntu-1104.html
(written in Japanese)
ok deraadt@ mpi@
|
|
ok henning@
|
|
|
|
selection process fails; ok henning
|
|
ok dlg@
|
|
The "handling" is just to consume the event so that no dmesg output is
printed. Since these docks have no bays, there isn't much to do on these
events anyway.
ok jcs@
|
|
tested locally on a dell poweredge 2950
|
|
|
|
ok deraadt@
|
|
ok mpi@
|
|
this guarantees the reliability of the arc4_reinit task being run by not
relying on a pool to give us memory in an interrupt context.
ok mpi@
|
|
*const systq defined in task.h
this reduces the cost of using the system taskq and looks less ugly.
requested by and ok kettenis@
|
|
generated file using awk instead.
ok miod@
|
|
is safe to ask malloc to wait for memory.
pointed out by millert@
|
|
|
|
|
|
"bsd", since the PROM boot_filename has to point to the bootloader itself
(I store mine as /vmunix).
|
|
sector value to 512-byte-blocks before adding to b_blkno.
gcc tested on zaurus by matthieu@.
|
|
- accept empty controller and partition numbers, as well as empty filenames,
and use defaults (0, 0 and "bsd") instead of complaining the boot path
is invalid.
- do not attempt to detect and report devices at boot, using a small
list of possible devices (only scsi id #6 and #5, come on!).
Instead, parse the user-supplied boot string to figure out which controller
and device to talk to. (still no SCSI LUN support, though).
Because of the last change, SCSI unit numbers ought to match the PROM
numbering now (10 * controller + 6 - device id).
Crank version to 0.2.
|
|
reduce pctr.h usage while here. ok jsing, deraadt
|
|
clone of fd_set for interfaces
tested in ports tree build by naddy
|
|
Constify the bitmap font.
Bound check sd() numbers instead of accessing an array out of bounds (noticed
by aoyama@).
Use the same SCSI select timeout as the kernel does (250ms instead of 2ms).
|
|
|
|
|
|
that file descriptors zero to two are always open when starting slowcgi.
pointed out, with and looks good to deraadt@
|
|
differenciate relays with different helotable/heloname.
improve code a bit.
|
|
to rerun config without changing directories.
Lots of inputs by deraadt@, who wanted it to work for movable
relative directories.
|
|
|
|
|