summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-10-15c++ friendly, sync w/kame. pvalchev okJun-ichiro itojun Hagino
2003-10-15fix out of bounds access. found by david@ running with malloc guards andTed Unangst
2003-10-15Further down the ANSI/KNF road, only binary difference is __LINE__.Dale Rahn
2003-10-15spacesTheo de Raadt
2003-10-15on fatal error, repair tty; millert okTheo de Raadt
2003-10-15abort on errors by default. workaround so running out of memory isn'tTed Unangst
2003-10-15asm readability register names are %r0 instead of 0. No binary change.Dale Rahn
2003-10-15also print the uvmexp.zeropages if there is space in vm screenMichael Shalayeff
2003-10-15have to fetch the rctr while still in real mode for it is not valid afterMichael Shalayeff
2003-10-15less global name space pollutionMichael Shalayeff
2003-10-15The ANSI/KNF trail continues. No binary differences.Dale Rahn
2003-10-15Better reset code, even.Miod Vallat
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
2003-10-15somehow a line of code got tired of gcc abuse and sneaked itself into an #if ...Michael Shalayeff
2003-10-15errx -> err. From form.Mike Pechkin
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
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
2003-10-15Instead of specifying registers by number use the %rN notation, doens't giveDale Rahn
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
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
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
2003-10-13syncTheo de Raadt
2003-10-13rx checksum offload support (based on earlier code from aaron@, but withJason Wright
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
2003-10-13More m68k pmap tweaks:Miod Vallat
2003-10-13Bring bge and brgphy more up to date with changes from FreeBSD and NetBSD.Kenneth R Westerback
2003-10-13Add a UI FIFO debug class. ok markus@ plus I think henning@Hakan Olsson