summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-15do not define IPL_IMPMichael Shalayeff
2003-10-15avoid possible /0 when drawing the led load graphMichael Shalayeff
2003-10-15Do not assert SYSRST on 1x7 boards, if we are not a SYSCON, or unexpectedMiod Vallat
collateral damage will happen.
2003-10-15somehow a line of code got tired of gcc abuse and sneaked itself into an #if ↵Michael Shalayeff
0'ed piece right beore itself thus causing all kinds of hell
2003-10-15errx -> err. From form.Mike Pechkin
millert@ ok
2003-10-15check pmonitor != NULLMarkus Friedl
2003-10-15reverse the comment on binutils gas/ld as that's what it is nowMichael Shalayeff
2003-10-15ok it is OpenBSD's 8th birthdayTheo de Raadt
a bit of silliness is permitted change mvme* to install bootblocks with correct path ok drahn, and some others.. not sure who, because it is hard to check my mail from the blackberry I am commiting this from, over ssh of course... hmmmm mcnalleyes....
2003-10-15typo in comment, ok jason@David Krause
2003-10-15regenMichael Shalayeff
2003-10-15one more modelMichael Shalayeff
2003-10-15Sometimes KNF is not a destination, but a journey. Also ANSI.Dale Rahn
Binaries unchanged.
2003-10-15Instead of specifying registers by number use the %rN notation, doens't giveDale Rahn
any extra checking by the assembler, but can make it easier to read. resulting binary unchanged.
2003-10-15syncTodd T. Fries
2003-10-15typo found by marcTodd T. Fries
2003-10-15Housecleaning, no binary change.Dale Rahn
2003-10-14Align siop_xfer on 128 byte boundary for all architectures now that 3.4 is out.Kenneth R Westerback
ok (and from) mickey@.
2003-10-1410X for mkdtemp; djm@Markus Friedl
2003-10-14updateJakob Schlyter
2003-10-14include SSHFP lookup code (not enabled by default). ok markus@Jakob Schlyter
2003-10-14Ok, now that the via c3 crypto stuff is in the tree, merge the last bit ofJason Wright
my cleanups before starting "real work".
2003-10-14Oops, unbrek.Miod Vallat
2003-10-14syncTodd T. Fries
2003-10-14allow 'MAKEDEV tty08 - tty7f' to function now, prompted by theoTodd T. Fries
2003-10-14constant_lookup() to constant_name() cleanup. markus@ ok.Hakan Olsson
2003-10-14oops, i did not mean to commit this portion (IPSEC mod), sorryJun-ichiro itojun Hagino
2003-10-14IP6F_OFF_MASK is already endian-flipped; sync w/ kameJun-ichiro itojun Hagino
2003-10-14getopt() returns int not char. ok pvalchev@Dale Rahn
2003-10-14Add htole and bus_dmamap_sync code. These allow if_vr to work on powerpc.Dale Rahn
Code is a collaboration of jason@ and myself. Ok jason@
2003-10-13syncTheo de Raadt
2003-10-13rx checksum offload support (based on earlier code from aaron@, but withJason Wright
fixes by me). Note: sk v1 chips can sometimes compute an incorrect cksum. To deal with that, we never set the "bad" flags. Ie. if the card says it's good, we assume it's good. If the card says it's bad, we fall back to software. Ugly? You betcha.
2003-10-13rx checksum offload support (based on the freebsd implementation)Jason Wright
2003-10-13Updated from tzcode2003dTodd C. Miller
2003-10-13Update to tzdata2003d from elsie.nci.nih.govTodd C. Miller
2003-10-13Get rid of the "page table group" stuff. "groups" used to be one logical pageMiod Vallat
big anyways. However, getting rid of the various constants (expanding to 0 for logs and shifts, and 1 for size) allows us to do further simplifications in some pmap loops, as there is no risk anymore of address wrapround. While there, fix some typos and comments.
2003-10-13More m68k pmap tweaks:Miod Vallat
- simplify pmap_protect() - simplify reference count managment by using 0 as a base instead of 1 (from NetBSD)
2003-10-13Bring bge and brgphy more up to date with changes from FreeBSD and NetBSD.Kenneth R Westerback
Some bug fixes, support for new hardware like the 5704 and 5705. Testing by deraadt@, danh@, and drahn@ amoung others. ok deraadt@.
2003-10-13Add a UI FIFO debug class. ok markus@ plus I think henning@Hakan Olsson
2003-10-13Do not define LEDEBUG by default.Miod Vallat
2003-10-13don't refer to options related to forwarding; ok jmc@Markus Friedl
2003-10-13last vtophys (tx data) is now dead. Needs dma sync's and probably moreJason Wright
htole32 now.
2003-10-13remember the new filename on ^X^WVincent Labrecque
ok deraadt
2003-10-13better realloc. ok deraadt joseTed Unangst
2003-10-13realloc stuff. ok deraadt@ jose@Ted Unangst
2003-10-12Linux shmat allows lookup of segments that are marked as removed soTodd C. Miller
our Linux compat should too. From marius aamodt eriksen
2003-10-12buf oflow, fixed badly in freebsd by tjr, i changed it to give a niceTheo de Raadt
warning instead of blind truncation; millert ok
2003-10-12sort options and sync usage();Jason McIntyre
from wiz@netbsd
2003-10-12Cleanup and shrinkage:Kenneth R Westerback
1) Eliminate 'WARNING: Disk xxx has no label.' message. When installing OpenBSD this is a normal condition not worth commenting on. From some discussion on hackers/icb. 2) Use consistant verbiage and case statement when checking the disklabel. 3) Consistantly suppress output of 'disklabel -W', reducing duplicate messages like '# using MBR partition ...' which are issued again when the 'disklabel -f ...' command is executed. 4) Usual code rectifications - eliminate extra {}'s, multiple echos elimination, etc.
2003-10-12note that EnableSSHKeySign should be in the non-hostspecific section;Jason McIntyre
remove unnecessary .Pp; ok markus@
2003-10-12Default snaplen is 96 not 68, from Pyun YongHyeon, ok deraadt@Daniel Hartmeier