Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-15 | There is no qfe entry, point at hme instead. | Jason Wright | |
2002-06-15 | import libevent an event notification abstraction on top of select or kqueue | Niels Provos | |
supporting timeout and signal callsbacks, too. okay deraadt@ millert@ | |||
2002-06-15 | Decruftification. | Artur Grabowski | |
We will never have a.out kernels. We will never have 32-bit kernels. We will never have sun4c, sun4 and sun4m support in the sparc64 kernels. We don't need support old netbsd libc. The cpu will never be identified as some of the sun4c and sun4m types. We don't need the gazillion of fields in cpuinfo that the sparc port uses. Just generally remove dead code. This is just a first step in making this meess readable. | |||
2002-06-15 | rename install_from_mounted_fs to install_mounted_fs here as well; krw@ ok. | Federico G. Schwindt | |
2002-06-15 | Move ATA SMART defines to atactl. | Grigoriy Orlov | |
No kernel parts use this constants. From Alexander Yurchenko <grange@rt.mipt.ru> | |||
2002-06-15 | Cast a format param | brian | |
2002-06-15 | Tidy up end of line whitespace | brian | |
2002-06-15 | unmap/free memory as well on detach. | Federico G. Schwindt | |
2002-06-15 | GPR400 smartcard reader driver, some stuff still missing. | Federico G. Schwindt | |
jason@ commented on it. | |||
2002-06-15 | unnecessary () on cast | Jason Wright | |
2002-06-15 | bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). Thanks | Aaron Campbell | |
to todd@ and camiel@ for trying it, too. | |||
2002-06-15 | remove redundant arg to syslog() netbsd-current via kame | Jun-ichiro itojun Hagino | |
2002-06-15 | Document transparent IPsec. | Angelos D. Keromytis | |
2002-06-15 | Transparent IPsec processing on the bridge; for now works only with | Angelos D. Keromytis | |
static keys. | |||
2002-06-15 | Understand MS-MPPE-Encryption-Policy, MS-MPPE-Encryption-Types, | brian | |
MS-MPPE-Recv-Key and MS-MPPE-Send-Key RADIUS attributes, making MPPE work properly with RADIUS & MSCHAPv2. Do something with the Filter-Id RADIUS attribute. Handle MS-CHAP-Error and MS-CHAP2-Success correctly rather than bogusly including the Ident field in the text passed back to the client. Bump the max FSM option length to 52 (was 20) Add some missing includes. | |||
2002-06-15 | add my name here as suggested by jason@ | Federico G. Schwindt | |
2002-06-15 | remove the CONSTRAIN_IDENTITY messages and introduce a new | Markus Friedl | |
ADD_ID message with contraints instead. contraints can be only added together with the private key. | |||
2002-06-15 | gc some leftovers from sparc. | Artur Grabowski | |
2002-06-15 | fix stupid typo | Markus Friedl | |
2002-06-15 | break agent key lifetime protocol and allow other contraints for key usage. | Markus Friedl | |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-06-14 | make the output of pfctl -k look nice again | Henning Brauer | |
noticed by pb@ ok dhartmei@ | |||
2002-06-14 | Typo. | Aaron Campbell | |
2002-06-14 | Recognize the ECN_TUNNEL attribute. | Hakan Olsson | |
2002-06-14 | manpage for eui64 | Jun-ichiro itojun Hagino | |
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 | |