Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-16 | Fix -S flag with new show code. ok claudio@ | Cedric Berger | |
2004-06-16 | missing paren in macro def. Patrick Latifi | Jun-ichiro itojun Hagino | |
2004-06-16 | handle zero division for userland as well; from otto@ | Michael Shalayeff | |
2004-06-16 | new mirrors in Argentina, Belgium, and Russia | David Krause | |
(sync with rev 1.276 of www/ftp.html) | |||
2004-06-15 | knf | Theo de Raadt | |
2004-06-15 | machdep.xcrypt now has a different meaning: Instead of > 0 indicating | Theo de Raadt | |
that AES is there, we now have 3 flag bits: C3_HAS_AES, C3_HAS_SHA (SHA1 & SHA256), and C3_HAS_MM (RSA). Change this code to only look at C3_HAS_AES for now. | |||
2004-06-15 | first parts of how C3 Esther will be handled; ok tom | Theo de Raadt | |
2004-06-15 | Be more careful about what value we check for crypto capability bits | Tom Cosgrove | |
if the first cpuid returns too low a number. ok deraadt@ | |||
2004-06-15 | export actual xcrypt feature set bitmask | Theo de Raadt | |
2004-06-15 | grok upcoming VIA C3 Esther montmul, sha1, and sha256 instructions | Theo de Raadt | |
2004-06-15 | Cleanup last commit here: | Todd C. Miller | |
- pass netname4() a struct sockaddr_in * and check it for NULL - netname6() already deals with NULL mask so remove unneeded check in netname() OK deraadt@ | |||
2004-06-15 | do not crash on 'route flush' | Theo de Raadt | |
2004-06-15 | also use MSG_AUTHENTICATED flag. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-06-15 | Use gen_rtx_REG and gen_rtx_MEM instead of gen_rtx(REG,..) and gen_rtx(MEM,..). | Miod Vallat | |
No functional change, it's just faster. | |||
2004-06-15 | missed one unset_nonblock; spotted by Tim Rice | Damien Miller | |
2004-06-15 | fix some printf's | Brad Smith | |
From: Brian Poole <raj at cerias dot purdue dot edu> ok henric@ | |||
2004-06-15 | avoid creating multiple multicast filter entry for the same group. | Jun-ichiro itojun Hagino | |
notified from Patrick Latifi, deraadt ok | |||
2004-06-15 | knf; ok millert | Theo de Raadt | |
2004-06-14 | Remove obsolete ioctls. ok beck@ dhartmei@ henning@ | Cedric Berger | |
2004-06-14 | Remove DIOCBEGINRULES, DIOCCOMMITRULES, DIOCBEGINALTQS, DIOCCOMMITALTQS, | Cedric Berger | |
DIOCRINABEGIN, DIOCRINACOMMIT ioctls. Use DIOCXBEGIN/DIOCXCOMMIT/DIOCXROLLBACK instead. ok beck@ dhartmei@ henning@ | |||
2004-06-14 | Remove unused functions. ok beck@ henning@ | Cedric Berger | |
2004-06-14 | Use new ioctls. ok beck@ henning@ | Cedric Berger | |
2004-06-14 | Set relay session id in outgoing packets properly. Report with patch | Can Erkin Acar | |
from Girish Venkatachalam. ok millert@ | |||
2004-06-14 | Correct test case 3 now that patch(1) is a bit smarter about empty files. | Otto Moerbeek | |
2004-06-14 | Teach patch(1) to detect if a diff creating a file (or one adding | Otto Moerbeek | |
lines to an empty file) already has been applied; be a bit less chatty about empty contexts. Testing hshoexer@ ok millert@ | |||
2004-06-14 | - use fmt_scaled(3) instead of home grown function to print -h numbers | Otto Moerbeek | |
- do not use a linear list to keep track of inodes with link count > 2, use a red & black tree. Based on freebsd code that uses auto-sizing hash maps; this tree version by canacar@. ok millert@ canacar@ | |||
2004-06-14 | Add gpio@elansc to SYNOPSIS. | Alexander Yurchenko | |
2004-06-14 | Document where we diverge from other implementations (due to different | Todd C. Miller | |
fields in passwd(5)). OK otto@ a while ago. | |||
2004-06-14 | Make _dl_malloc() deal with allocations > 4096 correctly. Also place | Todd C. Miller | |
unused memory chunks on the free list when making a large allocation. OK drahn@ deraadt@ | |||
2004-06-14 | avoid stat before open | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-06-14 | Fix tcpslice ftp URL. From f5813 at sbcglobal dot net. | Otto Moerbeek | |
2004-06-14 | Added some codes that check if the machine is LUNA-88K or LUNA-88K2 | Kenji Aoyama | |
and retrieve the boot device information from NVRAM. Only works on LUNA-88K2 at this moment. | |||
2004-06-14 | DEBUG does not set INSTALL_STRIP to -s per default, | Xavier Santolaria | |
not STRIP which is the `strip' binary; okay espie@. | |||
2004-06-14 | added a missing message_free(). | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-06-14 | KNF, style, 80c, etc. hshoexer@ ok | Hakan Olsson | |
2004-06-14 | Calculate optp (pointer to beginning of TCP options) based on th, not | Daniel Hartmeier | |
mtod(m), since the previous IP6_EXTHDR_GET() only guarantees this part to be continuous. Report from Andreas Bartelt. ok markus@, itojun@ | |||
2004-06-14 | spelling | Ryan Thomas McBride | |
2004-06-14 | Zero p_schedflags in struct struct kinfo_proc2 for the non-sysctl case. | Todd C. Miller | |
2004-06-14 | set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@ | Damien Miller | |
2004-06-14 | sync | Theo de Raadt | |
2004-06-14 | sync | Theo de Raadt | |
2004-06-14 | sync | Theo de Raadt | |
2004-06-14 | Remove unused descriptive name strings. We use the names the devices return. | Kenneth R Westerback | |
2004-06-14 | remove debug message | Theo de Raadt | |
2004-06-14 | let vmstat -i still work on older kernels; spotted by tholo | Theo de Raadt | |
2004-06-14 | de-__P | Theo de Raadt | |
2004-06-14 | knock out some useless crud | Theo de Raadt | |
2004-06-13 | temporary tree building workaround until millert shows up | Theo de Raadt | |
2004-06-13 | build bsd.md, and put it into the snaps | Theo de Raadt | |
2004-06-13 | if bsd.mp exists... let a user install it | Theo de Raadt | |