Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-05-22 | Start the timeout's if sparc_led_blink is initialized to true | Jason Wright | |
1998-05-21 | typo | Matthieu Herrb | |
1998-05-20 | Increase NVNODE. | Jason Downs | |
1998-05-20 | sync | Jason Downs | |
1998-05-20 | I think this is more correct than the last; it makes more sense, at least. | Jason Downs | |
1998-05-20 | magma serial driver; plunky@skate.demon.co.uk | Theo de Raadt | |
1998-05-20 | sync | Jason Downs | |
1998-05-20 | VIA Apollo VP3 AGPset | Jason Downs | |
1998-05-20 | Enable NTP again now that mickey has solved the pentium timer problem. | gene | |
1998-05-20 | fix strtol on one character long numbers | Artur Grabowski | |
1998-05-19 | cross-compile ready | Michael Shalayeff | |
1998-05-19 | Wall for non-IPSEC case | Theo de Raadt | |
1998-05-18 | start using new apiver things | Michael Shalayeff | |
1998-05-18 | define bitmapped bootarg api version | Michael Shalayeff | |
1998-05-18 | add more signals to setuid part of cansignal() | Theo de Raadt | |
1998-05-18 | first step to the setsockopt/getsockopt interface as described in | Niels Provos | |
draft-mcdonald-simple-ipsec-api, kernel notifies (EMT_REQUESTSA) signal userland key management applications when security services are requested. this is only for outgoing connections at the moment, incoming packets are not yet checked against the selected socket policy. | |||
1998-05-18 | ok, i steal this commit from niklas, just to make vax consistant w/ other ↵ | Michael Shalayeff | |
archs (; | |||
1998-05-18 | The warnings shouldn't tell that this is ffs. It's confusing. | Artur Grabowski | |
1998-05-18 | new cpureg.h from NetBSD plus modifications to use the changed macro names | Todd C. Miller | |
1998-05-18 | newer asc driver from NetBSD | Todd C. Miller | |
1998-05-17 | bus.h from NetBSD, does not implement OpenBSD extensions yet. | Todd C. Miller | |
1998-05-17 | convert CANSIGNAL() macro into a function, and then add significant constraints | Theo de Raadt | |
regarding setuid/setgid targets (this is permitted by POSIX, and solves a number of security issues). This is due to a conversation months ago with dholland@hcs.harvard.edu. | |||
1998-05-17 | fix tdb_delete() when using SPI chains. | Niels Provos | |
1998-05-17 | for acct(), vn_open() with O_APPEND flag so that append-only files work; | Theo de Raadt | |
problem pointed out by andrew@untraceable.net | |||
1998-05-17 | Intercept all targets in cross-mode | Niklas Hallqvist | |
1998-05-17 | Automatically detect cross-compilation case. If you have an i386 | Niklas Hallqvist | |
(well that is the only tested host environment for the time being) and would like to test the support, do this: cd /usr/src make TARGET=vax cd sys/arch/vax/conf config MYKERNEL cd ../compile/MYKERNEL make and you should get a nicely compiled vax kernel. This is WIP, so do not expect robustness quite yet. | |||
1998-05-17 | define DISKLABELDEV(dev) macro | Michael Shalayeff | |
1998-05-16 | shorten device probe messages to 2 lines | Theo de Raadt | |
1998-05-16 | sync | imp | |
1998-05-16 | Add DeskStation Technology and Evolution RISC PC | imp | |
1998-05-16 | sync | Theo de Raadt | |
1998-05-16 | new compaq devs | Theo de Raadt | |
1998-05-15 | sync | Theo de Raadt | |
1998-05-15 | + opti RM861HA | Theo de Raadt | |
1998-05-14 | change debug poke colors | Michael Shalayeff | |
1998-05-14 | nicer boot message | Michael Shalayeff | |
1998-05-14 | We are OpenBSD. That and international :-) | Niklas Hallqvist | |
1998-05-14 | KNF | Niklas Hallqvist | |
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-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 | bad todd | Theo de Raadt | |
1998-05-13 | don't printf in probe routines. | Niels Provos | |
1998-05-13 | Use DEV_BSIZE instead of the wasteful MAXBSIZE for buffer size. | Niklas Hallqvist | |
1998-05-13 | main returns int, not void | Todd C. Miller | |
1998-05-12 | typo | Todd C. Miller | |
1998-05-11 | s/ffs_mountroot/dk_mountroot/, name RD disks "hd" to not conflict | Niklas Hallqvist | |
with the MI ramdisk device | |||
1998-05-11 | Do not allow mapping of immutable/append-only in a way that allows writing. | Niklas Hallqvist | |
Information about the problem gathered from NetBSD, but solved in a different albeit similar way. |