summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1998-05-13syncTheo de Raadt
1998-05-13typoNiklas Hallqvist
1998-05-13make signal handlers save/restore errnoTheo de Raadt
1998-05-13document SA_RESETHAND; erh@uaccess.netTheo de Raadt
1998-05-13change size parameter to size_tTheo de Raadt
1998-05-13provide time_t without sys/types.h; kleinkTheo de Raadt
1998-05-13Use DEV_BSIZE instead of the wasteful MAXBSIZE for buffer size.Niklas Hallqvist
1998-05-13catch more commands that require a shellTheo de Raadt
1998-05-13syncTheo de Raadt
1998-05-13support POSIX "kill [-s signame] pid" syntax, fix the "kill -l [exitstatus]"Theo de Raadt
syntax, sync documentation, no longer permit of full signal names in the "kill [-sig] pid" syntax, e.g. -SIGHUP; kleink
1998-05-13main returns int, not voidTodd C. Miller
1998-05-12take out disklabel hacks as writelabel() in the pmax kernel has been fixedTodd C. Miller
1998-05-12typoTodd C. Miller
1998-05-12update, from NetBSD.Niels Provos
1998-05-12document how to enable YP for each databaseTheo de Raadt