summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-14add "eui64" option. from ww@styx.org. sync usage with reality.Jun-ichiro itojun Hagino
2002-06-14992 bytes. Also works if random function returns 0 first time.Marcus Watts
2002-06-14Get 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-14this group operator stuff is completely wrongTheo de Raadt
2002-06-14support for getting the cpu type through sysctl, same as on sparc.Artur Grabowski
2002-06-14ifdef SUN4 ? yeah, right.Artur Grabowski
2002-06-14sysctl for getting the cputype.Artur Grabowski
2002-06-14don't allow users to set the IBSS/HostAP SSID to the empty stringTodd C. Miller
2002-06-14metric and mtu are u_long, not int.Jun-ichiro itojun Hagino
2002-06-14from 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-13synch comments with actual code.Marc Espie
Okay miod@.
2002-06-13Mention that the "old" cipher just means DES; suggested by Michael LucasTodd C. Miller
2002-06-13start/size might have ben used uninitialized in caseMichael 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-13pechkn said to start new sentense on a new lineMichael Shalayeff
2002-06-13keep a FD per EVP_init, use a global FD for all asym operations;Markus Friedl
ok beck@
2002-06-13Not much point supplying /boot by itself.Hugh Graham
2002-06-13Remove whitespace from the end of the file.Angelos D. Keromytis
2002-06-13si_len should be u_int8_t, not socklen_t; form@form.openbsd.ruTodd C. Miller
2002-06-13Fixed 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-13i heard in the bar that this breaks thingsTheo de Raadt
2002-06-13Scrub rules are now numbered properly. my bad. ok frantzen@Kjell Wooding
2002-06-13Fix the numbering of scrub rules. pointed out and oked by frantzen@Kjell Wooding
2002-06-13syncJason Wright
2002-06-13add bpf0 to ramdisk targetJason Wright
2002-06-13explain filter operandsNiels Provos
2002-06-12this stuff really belongs to stderr, not stdoutHenning Brauer
pointed out by ho@ ok dhartmei@, kjell@
2002-06-12gui needs to be started after child has been forked to prevent fds fromNiels Provos
being inherited and stdout/stdin from being mangled; from xs@kittenz.org
2002-06-12Rewrite for pf, plus some other small stuffHakan Olsson
2002-06-12fix a typo that could create a fd leakVincent Labrecque
ok beck@
2002-06-12Add ddb subdir, and alphabeticize themNiklas Hallqvist
2002-06-12Fix uninitialized access. Spotted by danh@ This is a good reason toKjell Wooding
develop with "ln -s 'J' /etc/malloc.conf" enabled. ok henning@
2002-06-12Five higher MODP groups, but commented out for now (until IANA assignsHakan Olsson
them proper numbers).
2002-06-12start new sentence on a new line.Mike Pechkin
niklas@
2002-06-12looks slightly betterTheo de Raadt
2002-06-12undo 1.46; fixes double free (the keys are freed on session close).Markus Friedl
passes regress/sys/crypto
2002-06-12pci 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-12bdevtomaj worked well, but is no longer needed.Hugh Graham
2002-06-12No longer need these getdev routines.Hugh Graham
2002-06-12syncTheo de Raadt
2002-06-12Finish the first sentence (has anyone ever read this man page?).Aaron Campbell
2002-06-12Minor typographical fixes and spelling.Aaron Campbell
2002-06-12a real pid_t cleanup.Mike Pechkin
espie@ ok for make/, deraadt@ one extra eye, millert@ ok
2002-06-12Previously, SIOCG80211NWID would return the "desired" netname ifTodd 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-12use ELF_TOOLCHAIN instead of listing all archs.Artur Grabowski
drahn@ ok.
2002-06-12so 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-12add hppa to ELF_TOOLCHAIN.Artur Grabowski
2002-06-12use ELF_TOOLCHAIN instead of listing all ELF archs.Artur Grabowski
drahn@ ok.
2002-06-12Prune duplicate definitions from <dev/cons.h>Miod Vallat
2002-06-12cnputc() will take care of the necessary cr->cr/lf translation, so don'tMiod Vallat
do it in those consoles either.
2002-06-12unused variableArtur Grabowski