summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-06-09Eliminate some duplicate code. No functional change.Kenneth R Westerback
ok deraadt@
2007-06-08include files.bluetooth, so that bluetooth support can be compiled,Jasper Lievisse Adriaanse
if enabled. ok gwk@
2007-06-08we need a new sub-code in the VID driver to indicate new "struct partition"Theo de Raadt
fields which contain p_sizeh and such fields. handle both kinds correctly, we hope. tested on mvme68k
2007-06-08Add the D-Link DGE-660TD to the list of devices supported by re(4).Marc Balmer
2007-06-08Add TX path which enables some first (unreliable yet) packet transfers.Marcus Glocker
2007-06-08The D-Link DGE-660TD 10/100/1000Mbps Gigabit Cardbus Adapter isMarc Balmer
supported by re(4) as well. ok deraadt
2007-06-08Simplify rounding to cylinders.Todd C. Miller
Also, on systems with sun labels, don't allow the user to create a partition with fewer than a cylinder's worth of sectors. OK otto@
2007-06-08second pass, some fields slipped through the first time aroundOtto Moerbeek
2007-06-08Make disklabel(8) aware of the new fields, allowing for larger thanOtto Moerbeek
2T disks, partitions and offsets. ok deraadt@
2007-06-08syncTheo de Raadt
2007-06-08remove:Henning Brauer
-entry for ix nic in files.isa, not even in tree -ep nic driver, replaced by ne ages ago -hp nic driver, broken for ages from brad, ok matthieu krw theo miod
2007-06-08If strict locking is disabled, make file writable by owner on checkout.Xavier Santolaria
Matches GNU's behaviour. From Pierre Riteau (long time ago).
2007-06-08make it clearer where ifgroups can be usedHenning Brauer
From: Stuart Henderson <stu@spacehopper.org>
2007-06-08Fix setting total # sectors in the 'e' command.Todd C. Miller
2007-06-08disklabel_om_to_bsd() is generating a v1 label so set the labelKenneth R Westerback
version to 1. ok deraadt@
2007-06-08Add support for the Digi Neo 8-port serial adapter.Marc Balmer
Patch from Pedro Almeida <palmeida@securenetworks.pt>, with some minor changes by me (man page). ok jsg
2007-06-08sync.Marc Balmer
2007-06-08Add Digi International Digi Neo 8 (8 serial ports). From Pedro Almeida.Marc Balmer
2007-06-08kill arcnet leftovers, some pt out by Mike Belopuhov <mkb@crypt.org.ru>,Henning Brauer
some I found afterwards, ok dlg
2007-06-08oops, here too: put the MAC list into a display, like we do forJason McIntyre
ciphers, since groff has trouble with wide lines;
2007-06-08put the MAC list into a display, like we do for ciphers,Jason McIntyre
since groff has trouble handling wide lines;
2007-06-08all disklabels read from the kernel now always contain a total sectorTheo de Raadt
size which is the REAL DISK SIZE. always. if a driver fails to set this right, please fix it. agreed with otto and krw
2007-06-08all disklabels read from the kernel now always contain a total sectorTheo de Raadt
size which is the REAL DISK SIZE. always. if a driver fails to set this right, please fix it. agreed with otto and krw
2007-06-08all drivers should spoof version 1 labelsTheo de Raadt
2007-06-08- always set the partition disk size to full disk info (from driver)Theo de Raadt
- always store our new fatty 16-partitions-with-full-cpg-info style sun disklabels on the disk. - correct an error in matching old-style 16-partition matching code; the checksum spanned a different region tested by me, groked by krw, which is a lot more than the rest of the post-hackathon exhausted slackers
2007-06-08Add a "MACs" line after "Ciphers" with the default MAC algorithms,Peter Valchev
to ease people who want to tweak both (eg. for performance reasons). ok deraadt@ djm@ dtucker@
2007-06-08increase the % of space given to inodesTheo de Raadt
2007-06-07Fix typo introduced during ANSI-fication. Found by Rainer Giedat. MIPSKenneth R Westerback
kernel compiles again.
2007-06-07Add missing parens, fixes a bug aded in rev 1.112 where maxval wouldTodd C. Miller
be set to 0 most of the time.
2007-06-07show messages about keeping libraries more often, starting on verbose.Marc Espie
2007-06-07give handle a temporary name, this prevents `undefined' messages.Marc Espie
2007-06-07expand the IEEE80211_NODE_{LOCK,UNLOCK}* macros into their respectiveDamien Bergamini
definitions. remove comments about "lock order reversals" that are specific to freebsd. ok reyk@ jsg@ mglocker@
2007-06-07move ieee80211_compute_duration() and ieee80211_compute_duration1()Damien Bergamini
functions into the two drivers that use them (atw and rtw.) this code is not generic enough to be used by other drivers and there is no chance that it will ever be used in newer driver since it supports 802.11b only. plus, it hurts my eyes each time i look into ieee80211_output.c. "fine with me as long as the logic doesn't change in the functions" jsg@
2007-06-07do not complain about c not being a multiple of lp->d_secpercyl; ok millertTheo de Raadt
2007-06-07convert some displays to lists, since the format is more suitable;Jason McIntyre
plus a little cleanup;
2007-06-07test umac-64@openssh.comPeter Valchev
ok djm@
2007-06-07Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, mustPeter Valchev
specify umac-64@openssh.com). Provides about 20% end-to-end speedup compared to hmac-md5. Represents a different approach to message authentication to that of HMAC that may be beneficial if HMAC based on one of its underlying hash algorithms is found to be vulnerable to a new attack. http://www.ietf.org/rfc/rfc4418.txt in conjunction with and OK djm@
2007-06-07roller-coaster. The bug that corrupts the page tables is back.Artur Grabowski
So put back the flushg in pmap_release since at least it hides it and I can now reproduce.
2007-06-07another XXsize() botchTheo de Raadt
2007-06-07always close sockets before calling hce_notify_done.Pierre-Yves Ritschard
first spotted by Paulius Bulotas <paulius+openbsd-misc at devnull.lt>.
2007-06-07PR 5502 From: Marc Huber <Marc.Huber@web.de>Henning Brauer
pfioctl()'s DIOCKILLSTATES triggers panic due to wrong test variable in for() loop. well analyzed and fixed, excellent PR, applied verbatim, thanks! (this was fallout from the state - state key split)
2007-06-07outline what to do with old libs.Marc Espie
2007-06-07make compute_size explicit. That way, we can do it once, at the rightMarc Espie
moment.
2007-06-07GET should have been SETOtto Moerbeek
2007-06-07Replace magic bus clock constants in est related files with defines.Dimitry Andric
ok jsg
2007-06-07Fix spacing.Dimitry Andric
2007-06-07Correct exit value when one of the files specified cannot be checked out.Xavier Santolaria
Matches GNU's behaviour. From Pierre Riteau (long time ago).
2007-06-07(finally) Enable reload support for layer 3 configurations.Pierre-Yves Ritschard
Hoststated can be reloaded either by sending SIGHUP to the parent process or by using ``hoststatectl reload'' discussed and ok reyk@
2007-06-07in OpenBSD as all old BSD unix, RAW_PART always starts at 0, so noTheo de Raadt
need for special case code; ok krw
2007-06-07more XXsize() functions not fixedTheo de Raadt