Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-30 | prettier | Theo de Raadt | |
2005-04-30 | start the job of making things look more alike | Theo de Raadt | |
2005-04-30 | this is not GENERIC | Theo de Raadt | |
2005-04-30 | nice docs at top of GENERIC | Theo de Raadt | |
2005-04-29 | So mips64 is our first arch that switches to using new MI | Alexander Yurchenko | |
timecounter code. The only available timecounter now is CP0 count register. We'll have more once we get support for embedded CPUs like NEC VR41xx. Tested on sgi by hshoexer@ and kettenis@; ok pefo@. | |||
2005-04-29 | Correct FAN3 divisor for IT8705 and add support for FAN3 divisor on IT8712. | Alexander Yurchenko | |
Diff from Stephan Leemburg <sleemburg@jvc.nl>. | |||
2005-04-29 | Make boot code use real mode with 64K segments instead of 1M segments, | Tom Cosgrove | |
to match i386 boot blocks. Improves stability with some disk controller cards. Also expicitly state operand size on some moves. Bump version on boot, cdboot and pxeboot accordingly. | |||
2005-04-29 | sync | Theo de Raadt | |
2005-04-29 | fixes/updates from openssl-0.9.7g; | Jason McIntyre | |
2005-04-29 | typo; from grunk AT pestilenz.org via markus@ | Damien Miller | |
2005-04-29 | remove this junk that snuck in the import; spotted by markus@ | Damien Miller | |
2005-04-29 | Remove unneeded include. Han Boetes. | Otto Moerbeek | |
2005-04-29 | adjust for 0.9.7g | Damien Miller | |
2005-04-29 | crank | Damien Miller | |
2005-04-29 | adjust for new files in 0.9.7g | Damien Miller | |
2005-04-29 | increase EVP_MAX_MD_SIZE to something sane (big enough for SHA512) | Damien Miller | |
2005-04-29 | resolve conflicts | Damien Miller | |
2005-04-29 | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | Damien Miller | |
2005-04-29 | sync | Theo de Raadt | |
2005-04-29 | quiet apm | Theo de Raadt | |
2005-04-29 | spacing | Theo de Raadt | |
2005-04-29 | Support ATI IXP 400 SATA, which is a Silicon Image 3112 in sheep's clothing. | Jonathan Gray | |
Tested by Pedro la Peu <pedro at am-gen.org>. ok grange@ | |||
2005-04-29 | regen | Jonathan Gray | |
2005-04-29 | ATI IXP 400 devices and some additional Radeon XPRESS IDs. | Jonathan Gray | |
2005-04-28 | bzero() output before invoking bignum_copy(). | Miod Vallat | |
2005-04-28 | another | Damien Miller | |
2005-04-28 | handle new config -e non-tty input case | Theo de Raadt | |
2005-04-28 | if running in -e mode, and stdin is not a tty, then re-print the commands | Theo de Raadt | |
that are read. This makes this more easily to script. Note: sparc needs a new config(8) installed before attempting to build a new release because of stuff in src/etc/etc.sparc/Makefile.inc | |||
2005-04-28 | bump major version, just to be sure. | Marc Espie | |
I did check on i386 that the compiled code was identical. However, nm shows different symbols in old libobjc compiled with gcc 2.95 versus symbols in new libobjc compiled with gcc 3.3.5. Since that makes Theo uneasy, and since I didn't remember to ask miod to verify nm before/after the libobjc change on all architectures, let's crank the major number. This is probably 99.9% unnecessary, but the crank takes care of the 0.1% chance that I fucked up and that this change will break, say, the Objective C ABI on mvme88k. Fucked up process on my part. Theo's right to remind me. | |||
2005-04-28 | strip bootblock, attempt to use a smaller sgivol size | Theo de Raadt | |
2005-04-28 | ... and don't bother making obj in libobjc. | Marc Espie | |
from miod@ | |||
2005-04-28 | also use new libobjc on old architectures, since it builds fine with | Marc Espie | |
gcc 2.95. tests and okay miod@, marc@. | |||
2005-04-28 | += | Theo de Raadt | |
2005-04-28 | indent and sort FILES section | Bjorn Sandell | |
yeah, jmc@ | |||
2005-04-28 | shrink extra verbose crud | Theo de Raadt | |
2005-04-28 | shut up | Theo de Raadt | |
2005-04-28 | - restore machdep.ztsrawmode when exiting on a signal | Uwe Stuehler | |
- add comments and RCS tag to bitmap file | |||
2005-04-28 | display a title above the message; suggested by deraadt@ | Uwe Stuehler | |
2005-04-28 | put comment on ztsscale line | Theo de Raadt | |
2005-04-28 | Use strlcpy() not snprintf(). OK otto@ and moritz@ | Todd C. Miller | |
2005-04-28 | remove junk from 8 years ago | Theo de Raadt | |
2005-04-28 | shrink volhdr to 128 bytes. would *love* to go to 64 blocks, since that | Theo de Raadt | |
is 32K, which is the isofs lead-in.... that would let us (for instance) mix sgi boot media with other architectures. that requires shrinking boot, since right now it will not fit in 64 blocks | |||
2005-04-28 | Support for "network connected" and "network static" -- announce all | Claudio Jeker | |
directly connected respectively all static routes. The list is auto- matically adjusted as soon as a route changes. OK henning@ | |||
2005-04-28 | Be more careful when copying ifname from the struct sockaddr_dl. | Claudio Jeker | |
OK henning@ | |||
2005-04-28 | Run this test on all shared address space machines. With help from | Otto Moerbeek | |
miod and mickey; ok art@ | |||
2005-04-28 | -Wall clean now | Henning Brauer | |
2005-04-28 | tiny doses of KNF, inspired by a diff for sth else from Brian ↵ | Henning Brauer | |
<bwaichu@yahoo.com> | |||
2005-04-28 | Don't detach interface from pf's perspective until after IPv6 is done with it. | Christopher Pascoe | |
ok dlg@ henning@ | |||
2005-04-28 | add snprintf checks. ok djm@ markus@ | Moritz Jodeit | |
2005-04-28 | more snprintf error checking. ok krw@ | Moritz Jodeit | |