Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-14 | add "eui64" option. from ww@styx.org. sync usage with reality. | Jun-ichiro itojun Hagino | |
2002-06-14 | 992 bytes. Also works if random function returns 0 first time. | Marcus Watts | |
2002-06-14 | Get cpu type through sysctl. no more need for kvm. | Artur Grabowski | |
miod says it still needs to be setgid kmem and I don't have time to check the archives for the reason. | |||
2002-06-14 | this group operator stuff is completely wrong | Theo de Raadt | |
2002-06-14 | support for getting the cpu type through sysctl, same as on sparc. | Artur Grabowski | |
2002-06-14 | ifdef SUN4 ? yeah, right. | Artur Grabowski | |
2002-06-14 | sysctl for getting the cputype. | Artur Grabowski | |
2002-06-14 | don't allow users to set the IBSS/HostAP SSID to the empty string | Todd C. Miller | |
2002-06-14 | metric and mtu are u_long, not int. | Jun-ichiro itojun Hagino | |
2002-06-14 | from freebsd: | Michael Shalayeff | |
Throw away the first N words of output, as suggested in the paper "Weaknesses in the Key Scheduling Algorithm of RC4" by Fluher, Mantin, and Shamir. (N = 256 in our case.) | |||
2002-06-13 | synch comments with actual code. | Marc Espie | |
Okay miod@. | |||
2002-06-13 | Mention that the "old" cipher just means DES; suggested by Michael Lucas | Todd C. Miller | |
2002-06-13 | start/size might have ben used uninitialized in case | Michael Shalayeff | |
pcibios was not compiled in and cardbus needed an mem allocation. we were away w/ this before because in most configurations cadbus require pcibios configured into the kernel. dale found it. | |||
2002-06-13 | pechkn said to start new sentense on a new line | Michael Shalayeff | |
2002-06-13 | keep a FD per EVP_init, use a global FD for all asym operations; | Markus Friedl | |
ok beck@ | |||
2002-06-13 | Not much point supplying /boot by itself. | Hugh Graham | |
2002-06-13 | Remove whitespace from the end of the file. | Angelos D. Keromytis | |
2002-06-13 | si_len should be u_int8_t, not socklen_t; form@form.openbsd.ru | Todd C. Miller | |
2002-06-13 | Fixed some lpd bugs while on the plane from Calgary: | Todd C. Miller | |
o mark fatal() as __dead o add SIGINT to the signal mask when installing abort() as a handler. We can end up in abortpr() due to several different signals and since abortpr() kill()s itself with SIGINT we need to explicately protect against the current process receiving SIGINT while in abortpr() o Don't leak the lock fd to children spawned by lpd o Close the lock file (and thus unlocke immediately in abortpr(). Otherwise, if there is an output filter the lock file only gets closed after we finish waiting for the output filter to die. This causes a race condition in lprm such that the per-printer daemon does not get restarted when lprm kills the active job (noticed during c2k2 with the mp3 printer spool ;-) o Open the printcap file with privs raised just in case it is not world-readable. | |||
2002-06-13 | i heard in the bar that this breaks things | Theo de Raadt | |
2002-06-13 | Scrub rules are now numbered properly. my bad. ok frantzen@ | Kjell Wooding | |
2002-06-13 | Fix the numbering of scrub rules. pointed out and oked by frantzen@ | Kjell Wooding | |
2002-06-13 | sync | Jason Wright | |
2002-06-13 | add bpf0 to ramdisk target | Jason Wright | |
2002-06-13 | explain filter operands | Niels Provos | |
2002-06-12 | this stuff really belongs to stderr, not stdout | Henning Brauer | |
pointed out by ho@ ok dhartmei@, kjell@ | |||
2002-06-12 | gui needs to be started after child has been forked to prevent fds from | Niels Provos | |
being inherited and stdout/stdin from being mangled; from xs@kittenz.org | |||
2002-06-12 | Rewrite for pf, plus some other small stuff | Hakan Olsson | |
2002-06-12 | fix a typo that could create a fd leak | Vincent Labrecque | |
ok beck@ | |||
2002-06-12 | Add ddb subdir, and alphabeticize them | Niklas Hallqvist | |
2002-06-12 | Fix uninitialized access. Spotted by danh@ This is a good reason to | Kjell Wooding | |
develop with "ln -s 'J' /etc/malloc.conf" enabled. ok henning@ | |||
2002-06-12 | Five higher MODP groups, but commented out for now (until IANA assigns | Hakan Olsson | |
them proper numbers). | |||
2002-06-12 | start new sentence on a new line. | Mike Pechkin | |
niklas@ | |||
2002-06-12 | looks slightly better | Theo de Raadt | |
2002-06-12 | undo 1.46; fixes double free (the keys are freed on session close). | Markus Friedl | |
passes regress/sys/crypto | |||
2002-06-12 | pci revision is in the class field, not the id (some ppl just refuse to ↵ | Michael Shalayeff | |
follow the rules)' pt out by patrik@lindergren.com | |||
2002-06-12 | bdevtomaj worked well, but is no longer needed. | Hugh Graham | |
2002-06-12 | No longer need these getdev routines. | Hugh Graham | |
2002-06-12 | sync | Theo de Raadt | |
2002-06-12 | Finish the first sentence (has anyone ever read this man page?). | Aaron Campbell | |
2002-06-12 | Minor typographical fixes and spelling. | Aaron Campbell | |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
2002-06-12 | Previously, SIOCG80211NWID would return the "desired" netname if | Todd C. Miller | |
the interface was up, even if it was the empty string. This tends to confuse users who have not set the desired net name (ie: associate with any AP). Now we only return the desired net name if it is not empty and the interface is up. Otherwise we return the current net name (ie: what we are associated with). | |||
2002-06-12 | use ELF_TOOLCHAIN instead of listing all archs. | Artur Grabowski | |
drahn@ ok. | |||
2002-06-12 | so let us analyse the development process here: | Theo de Raadt | |
- complete breakage of symmetric userland crypto - fast commit without review by other developers - no regression test run (markus points out regression crash kernel) Hence, we must disable userland crypto for now, until it gets repaired by these people who don't follow process.... | |||
2002-06-12 | add hppa to ELF_TOOLCHAIN. | Artur Grabowski | |
2002-06-12 | use ELF_TOOLCHAIN instead of listing all ELF archs. | Artur Grabowski | |
drahn@ ok. | |||
2002-06-12 | Prune duplicate definitions from <dev/cons.h> | Miod Vallat | |
2002-06-12 | cnputc() will take care of the necessary cr->cr/lf translation, so don't | Miod Vallat | |
do it in those consoles either. | |||
2002-06-12 | unused variable | Artur Grabowski | |