Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-05-14 | Hey, vax is LE! | Niklas Hallqvist | |
1998-05-14 | We are OpenBSD. That and international :-) | Niklas Hallqvist | |
1998-05-14 | Theo made a typo | Niklas Hallqvist | |
1998-05-14 | Explain exchange_lifetime a bit more | Niklas Hallqvist | |
1998-05-14 | KNF | Niklas Hallqvist | |
1998-05-14 | better buf oflow protection | Theo de Raadt | |
1998-05-14 | buf oflows | Theo de Raadt | |
1998-05-14 | buf oflows | Theo de Raadt | |
1998-05-14 | buf oflow | Theo 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-14 | bad theo | Todd C. Miller | |
1998-05-13 | add PIM | Theo de Raadt | |
1998-05-13 | less "-d" descriptions swapped; mouse@Rodents.Montreal.QC.CA | Theo de Raadt | |
1998-05-13 | test -> [ | Theo de Raadt | |
1998-05-13 | hp300 sync | Theo de Raadt | |
1998-05-13 | more careful setup | Theo de Raadt | |
1998-05-13 | making kernel, drinking LI tea and writing an opus magnum enspired | Michael 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-13 | generate int errorcodes instead of long to match the new libcom_err | Artur Grabowski | |
This should solve the problems with having kerberos servers on alphas. | |||
1998-05-13 | use errcode_t | Artur 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-13 | dbm.3 link | Theo de Raadt | |
1998-05-13 | pop ndbm.3 into the tree | Theo de Raadt | |
1998-05-13 | use .Ft | Theo de Raadt | |
1998-05-13 | bad todd | Theo de Raadt | |
1998-05-13 | first cut | David Leonard | |
1998-05-13 | Clarify tunnel options | Niklas Hallqvist | |
1998-05-13 | Clarify tunnel options | Niklas Hallqvist | |
1998-05-13 | oops | Theo de Raadt | |
1998-05-13 | try other h_addr_list addresses when connecting, and handle EINTR | Theo de Raadt | |
1998-05-13 | handle EINTR | Theo de Raadt | |
1998-05-13 | fix .Sh ENVIRONMENT | Theo de Raadt | |
1998-05-13 | don't printf in probe routines. | Niels Provos | |
1998-05-13 | connect() can get EINTR too | Theo de Raadt | |
1998-05-13 | put the SA_RESTART into the list of flags | Theo de Raadt | |
1998-05-13 | sync | Theo de Raadt | |
1998-05-13 | typo | Niklas Hallqvist | |
1998-05-13 | make signal handlers save/restore errno | Theo de Raadt | |
1998-05-13 | document SA_RESETHAND; erh@uaccess.net | Theo de Raadt | |
1998-05-13 | change size parameter to size_t | Theo de Raadt | |
1998-05-13 | provide time_t without sys/types.h; kleink | Theo de Raadt | |
1998-05-13 | Use DEV_BSIZE instead of the wasteful MAXBSIZE for buffer size. | Niklas Hallqvist | |
1998-05-13 | catch more commands that require a shell | Theo de Raadt | |
1998-05-13 | sync | Theo de Raadt | |
1998-05-13 | support 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-13 | main returns int, not void | Todd C. Miller | |
1998-05-12 | take out disklabel hacks as writelabel() in the pmax kernel has been fixed | Todd C. Miller | |
1998-05-12 | typo | Todd C. Miller | |
1998-05-12 | update, from NetBSD. | Niels Provos | |
1998-05-12 | document how to enable YP for each database | Theo de Raadt | |