1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
Commit Graph

144372 Commits

Author SHA1 Message Date
miod
92e9f799cc First shot at installation media for aviion, and updated documentation. 2013-10-15 13:28:04 +00:00
miod
82bf19178c In readvdmlabel(), be sure to have *partoffp initialized in all cases. 2013-10-15 11:03:30 +00:00
mpi
a6e007d256 Remove the multicast filter from the ``real'' interface when destroying
a vxlan(4) interface and convert some splnet() to splsoftnet() when
appropriate.

ok reyk@
2013-10-15 10:24:41 +00:00
ajacoutot
0a3c6da384 Document MODGNOME_MIME_FILE and MODGNOME_DESKTOP_FILE.
Make the x11/gnome MODULE description a bit easier to read.
2013-10-15 10:06:23 +00:00
deraadt
abdc61a1f5 no more a.out support here 2013-10-15 05:45:55 +00:00
deraadt
729747ff07 repair typo talking about a.out 2013-10-15 05:30:53 +00:00
deraadt
cb3e69c46e this does not need sys/exec_ecoff.h
(bit suprising)
2013-10-15 05:17:31 +00:00
deraadt
40b3cc4674 tedu a.out support 2013-10-15 05:15:12 +00:00
bcallah
cc16848780 The ERL Ethernet is supported now and can be booted over NFS. Reflect that
in the installer notes.
ok jmatthew@
2013-10-15 02:56:55 +00:00
deraadt
7913751813 remove last bits of a.out support 2013-10-15 02:46:31 +00:00
miod
1ab398d4f9 Driver for the AIC-6250 SCSI controller found on AViiON models 100, 200, 300,
400 and 4300. Limited to PIO mode only for now, until the DMA controller is
tamed. Heavily based upon the MI aic(4) driver.
2013-10-15 01:41:44 +00:00
nicm
42a4c3e668 Fix detach -a by skipping clients where the session is NULL. 2013-10-15 00:15:11 +00:00
krw
fb279075f8 Display correct values (i.e. blocks where blocks are meant) in
diskerr() messages by doing DL_SECTOBLK() dance repeatedly.
2013-10-14 23:35:53 +00:00
krw
2d8e523bc8 Use DL_SECTOBLK() instead of handrolling same calculation to get
wdsize() return value.
2013-10-14 23:33:13 +00:00
djm
bb2176c9be whitespace at EOL; pointed out by markus@ 2013-10-14 23:31:01 +00:00
djm
f9110f3321 refactor client config code a little:
add multistate option partsing to readconf.c, similar to servconf.c's
existing code.

move checking of options that accept "none" as an argument to readconf.c

add a lowercase() function and use it instead of explicit tolower() in
loops

part of a larger diff that was ok markus@
2013-10-14 23:28:22 +00:00
krw
c1e37bc95e XXsize() returns daddr_t, so calculate the return value in a daddr_t
variable and not (usually) an int.

ok miod@
2013-10-14 23:26:22 +00:00
djm
78b8e6028e add a "Match" keyword to ssh_config that allows matching on hostname,
user and result of arbitrary commands. "nice work" markus@
2013-10-14 22:22:02 +00:00
djm
adb7fae82f Add logging of session starts in a useful format; ok markus@ feedback and
ok dtucker@
2013-10-14 21:20:52 +00:00
syl
34b1a93a00 Fix a couple of style(9) nits.
ok patrick@
2013-10-14 18:53:52 +00:00
syl
1d4cb177ff Add some consistency using uint_t everywhere instead of mixing uint_t
and u_int_t.

ok patrick@
2013-10-14 18:51:56 +00:00
syl
ef78b9187f Tedu some heavy debug code that is not needed anymore.
No functional changes.

ok patrick@
2013-10-14 18:49:19 +00:00
deraadt
144b66c5ad tedu ecoff support 2013-10-14 16:58:05 +00:00
bluhm
adf686f71c By passing invalid values in the routing message, root could crash
the kernel from user land.  Add a null pointer check as quick fix.
OK blambert@ claudio@
2013-10-14 16:06:33 +00:00
jmc
c9dad5c98a tweak previous;
ok djm
2013-10-14 14:18:56 +00:00
reyk
718b550896 Remove obsolete ioctl defines and struct (I overloaded the pflow
ioctls when I started vxlan, but replaced them later with own
ifr-based ioctls).

Found by mpi@
2013-10-14 14:04:22 +00:00
mpi
7f14e46446 Make use of satosin() when applicable plus a couple of style nits.
ok reyk@
2013-10-14 13:04:26 +00:00
mpi
a2d8d72111 Add a boot(8) manual, issue reported by landry@
ok jmc@
2013-10-14 11:51:08 +00:00
mpi
10f6462443 Change the macros used to iterate over the multicast records of an
interface to not depend on the global list of addresses.

For IPv4 the IP_TO_IA() macro still depends on the global list of
addresses because we want to be sure to grab the first configured
address of an interface, where the records are linked.

Tested by sthen@, ok henning@
2013-10-14 11:07:42 +00:00
mpi
55beba0e7e If a transfer terminates with an I/O error status, do not modify the
pipe to stop enquening the next transfer before the done() function
has been called.

This should fix the hangs seen when unplugging a USB keyboard attached
to uhci(4).

Problem reported by dcoppa@ and Peter Kane
2013-10-14 08:27:54 +00:00
guenther
0ddee584f6 Using 'cc -o /dev/null' has weird side-effects as root, so use a real file
problem noted by deraadt@
2013-10-14 07:06:25 +00:00
deraadt
95887d58ac handle DESTDIR; with guenther 2013-10-14 06:59:11 +00:00
guenther
1bcb4b89d7 Missed the file renames for the string functions when committing the
DIST_LIB/DIST_OBJ/*.do changes
2013-10-14 06:55:28 +00:00
reyk
ac0af2f18b Add vxlan.4 2013-10-14 06:38:54 +00:00
dlg
8f59e4db01 set openings to 64 like the linux driver sort of does. if a vendor says
something it isnt as magical as something i made up, right?
2013-10-14 03:11:27 +00:00
dtucker
9a4a05286d add 7.5kbit DH groups 2013-10-14 02:57:58 +00:00
dtucker
28d28d87e5 count number of lines in moduli input file and pass to the testing
ssh-keygen process.  this will let it provide an completion time estimate.
2013-10-14 02:55:47 +00:00
schwarze
eeca1f01fe Parse and ignore the .fam (font family) request.
Fixes irunner(1) in devel/ipython and uim-xim(1) in inputmethods/uim.
Thanks to naddy@ for bringing these to my attention.
2013-10-14 01:42:25 +00:00
dlg
897a160a17 defer the first update of the sensor as late in the boot process we can
but running it from the mountroot hooks. this means the clock will be
attached and therefore better to compare the hypervisors clock against.
before we used to get ridiculous timedeltas, which if ntpd used to set the
time with on startup (ie, ntpd -s) would make us think we were in 2057 or
2104.

ok jmatthew@
2013-10-14 00:20:49 +00:00
guenther
8fbf9bbe68 Turn on the distrib lib bits in crunchgen by setting SRCLIBDIR.
Add the new files to the clean target's rm list.

"why not get it tested?" deraadt@
2013-10-14 00:00:07 +00:00
guenther
1462d6c74d libotermcap is just an alias/link to libocurses. Use the latter so that
the library name matches the name of its src directory.  Also, include -lc
here so that the crunchgen knows to build a distrib libc.a for these
2013-10-13 23:38:30 +00:00
guenther
ef0efd1735 Use the new DIST_LIB/DIST_OBJS hooks to make it possible to link crunched
binaries against libraries compiled with smaller objects.  Determination
of which objects to include done by linking once and checking the link map.
SRCLIBDIR must be set by the calling makefile to /usr/src/lib for this to
have any effect
2013-10-13 23:33:14 +00:00
guenther
ae85352fd4 Make it possible to build to reduced version of a library, including
just specific objects that are compiled with additional options to
reduce their size.  For use by distrib/ and crunchgen.

style and naming assistance from espie@
2013-10-13 23:30:12 +00:00
deraadt
b63b83bc45 remote bits for a.out and ecoff
ok guenther
2013-10-13 20:17:51 +00:00
guenther
87594e5a34 Death to a.out bits!
ok deraadt@ miod@
2013-10-13 17:23:41 +00:00
mpi
68d4b53c96 Make pci_make_tag() work with ht(4) controllers, fix a regression
introduced when the macppc pci code started parsing its device tree
to enumerate devices.

"ht" nodes do not have a "bus-range" property so we need to start
iterating on their PCI bridge nodes to find our devices.
2013-10-13 16:36:46 +00:00
schwarze
1007c2536b add libppath; Thomas Klausner, NetBSD rev. 1.4, Aug 29, 2011 2013-10-13 15:24:26 +00:00
deraadt
cafbeb4071 this Makefile does not really help anyone bring up make
ok espie
2013-10-13 15:18:16 +00:00
schwarze
0f01cade9f add libefi and simplify some names
from FreeBSD ports SVN rev. 293734, Ulrich Spoerlein March 24, 2012
in case of conflicts with NetBSD, i keep the simpler NetBSD names
2013-10-13 14:46:38 +00:00
reyk
13a881592f whitespace 2013-10-13 12:19:30 +00:00