summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-05-15cleanup warnings.Artur Grabowski
1998-05-15build with -WallArtur Grabowski
1998-05-15check mallocsArtur Grabowski
1998-05-15be more gentle with buffersArtur Grabowski
1998-05-15don't overflow buffers.Artur Grabowski
1998-05-14move cron to the end so users cannot run cron jobs before the system is all ↵Todd C. Miller
the way up
1998-05-14NetBSD mergeNiklas Hallqvist
1998-05-14cross-gcc improvement, install cc link, and a nice cppNiklas Hallqvist
1998-05-14more careful scanfTheo de Raadt
1998-05-14change debug poke colorsMichael Shalayeff
1998-05-14$OpenBSD$Niklas Hallqvist
1998-05-14random before ra*, and rm -f before mknodNiklas Hallqvist
1998-05-14Use -O2, not -OTodd C. Miller
1998-05-14missing ..Niklas Hallqvist
1998-05-14nicer boot messageMichael Shalayeff
1998-05-14Hey, vax is LE!Niklas Hallqvist
1998-05-14We are OpenBSD. That and international :-)Niklas Hallqvist
1998-05-14Theo made a typoNiklas Hallqvist
1998-05-14Explain exchange_lifetime a bit moreNiklas Hallqvist
1998-05-14KNFNiklas Hallqvist
1998-05-14better buf oflow protectionTheo de Raadt
1998-05-14buf oflowsTheo de Raadt
1998-05-14buf oflowsTheo de Raadt
1998-05-14buf oflowTheo de Raadt
1998-05-14* Better support for XR16C850.Jason Downs
* Copyright.
1998-05-14* Better XR16C850 support.Jason Downs
1998-05-14* Better XR16C850 support.Jason Downs
* Copyright. * General cleanup.
1998-05-14bad theoTodd C. Miller
1998-05-13add PIMTheo de Raadt
1998-05-13less "-d" descriptions swapped; mouse@Rodents.Montreal.QC.CATheo de Raadt
1998-05-13test -> [Theo de Raadt
1998-05-13hp300 syncTheo de Raadt
1998-05-13more careful setupTheo de Raadt
1998-05-13making kernel, drinking LI tea and writing an opus magnum enspiredMichael Shalayeff
by the freebsd commit logs: first of all i should state that we are the only os that uses pentium counters in their microtime (freebsd, netbsd, etc checked). the bug fixed derives from the fact that #UD (divide by zero) is generated in two cases: a) divide by zero; b) divide overflow. so, the later case was the one causing panics on reboot. due to the divl insn design in the intel processors, the possible sizes of operands and results are: 16/8=8,8; 32/16=16,16; 64/32=32,32. the division will generate an #UD exception when the quotient won't fit into result, that is 32bit in our case (64bit is divided on 32bit). problem solved by normalizing the dividend by the divisor, so the quotient would not result a divide overflow. tested by: mickey, gene, mickey. talked over: mickey, gene, marc, maillists, mickey.
1998-05-13generate int errorcodes instead of long to match the new libcom_errArtur Grabowski
This should solve the problems with having kerberos servers on alphas.
1998-05-13use errcode_tArtur Grabowski
change errcode_t from long to int to make the API match the usage. This should solve the problems with having kerberos servers on alphas.
1998-05-13dbm.3 linkTheo de Raadt
1998-05-13pop ndbm.3 into the treeTheo de Raadt
1998-05-13use .FtTheo de Raadt
1998-05-13bad toddTheo de Raadt
1998-05-13first cutDavid Leonard
1998-05-13Clarify tunnel optionsNiklas Hallqvist
1998-05-13Clarify tunnel optionsNiklas Hallqvist
1998-05-13oopsTheo de Raadt
1998-05-13try other h_addr_list addresses when connecting, and handle EINTRTheo de Raadt
1998-05-13handle EINTRTheo de Raadt
1998-05-13fix .Sh ENVIRONMENTTheo de Raadt
1998-05-13don't printf in probe routines.Niels Provos
1998-05-13connect() can get EINTR tooTheo de Raadt
1998-05-13put the SA_RESTART into the list of flagsTheo de Raadt