Age | Commit message (Expand) | Author |
2002-07-03 | code bloat in ahc causes adv to die. We will now pressure smurph to de-bloat... | Theo de Raadt |
2002-07-03 | a few missing tests for malloc()'s return value. | Vincent Labrecque |
2002-07-03 | sis(4) works on alpha, so move it out of the UNTESTED section. | Aaron Campbell |
2002-07-03 | avoid dd. do not ask me why | Theo de Raadt |
2002-07-03 | fix a null deref in sysctl_iflist() | Michael Shalayeff |
2002-07-03 | Fix some major brain damage where I was performing arithmetic on a | Aaron Campbell |
2002-07-03 | But when denormalizing we need the normalized length, too as well as the dest... | Jason Wright |
2002-07-03 | result only needs to be as big as the number of real bits in the modulus | Jason Wright |
2002-07-02 | make it compile w/ ipsec and no pf ; smth that was left for homework | Michael Shalayeff |
2002-07-02 | Check malloc() return value; Chad Loder | Todd C. Miller |
2002-07-02 | inital -> initial | Nathan Binkert |
2002-07-02 | * use lostconn() as the SIGALRM handler in receive_data() as originally | Dan Harnett |
2002-07-02 | bus_dma'ify, works on an SiS900 and a Netgear FA411. Thanks to wilfried@ for | Aaron Campbell |
2002-07-02 | Remove whitespace at eol | brian |
2002-07-02 | Fix PIO write state machine. This has been totally broken since 2.5, but since | Constantine Sapuntzakis |
2002-07-02 | use hash.h for nfs_hash as well as namei's hash | Eric Jackson |
2002-07-02 | Add missing copyright | Thorsten Lockert |
2002-07-02 | missing priority argument in example; ok millert@ | Kevin Steves |
2002-07-02 | Kill setjmp/longjmp from a signal handler. All we really need is | Todd C. Miller |
2002-07-02 | KNF and signal race fixes; millert ok | Theo de Raadt |
2002-07-02 | Don't trust the MPPE key lengths passed back from the RADIUS server. | brian |
2002-07-02 | Remove some misleading/wrong diagnostics | brian |
2002-07-01 | Ensure scb is setup correctly. Add debugging info. | Steve Murphree |
2002-07-01 | Language improvements and line wrapping fixes, from Moritz Jodeit | Daniel Hartmeier |
2002-07-01 | Don't abuse VM_PROT_ALL. Use VM_PROT_READ|VM_PROT_WRITE here. | Artur Grabowski |
2002-07-01 | Fix really long standing bug with fetching address cache entries: | Jason Wright |
2002-07-01 | more type pedant | Jun-ichiro itojun Hagino |
2002-07-01 | Don't let variable declarations without "extern" living in .h files. | Miod Vallat |
2002-07-01 | cut and pasto (fetch maxage correctly); Benny Holmgren <bigfoot@astrakan.hig.se> | Jason Wright |
2002-07-01 | lint clean (and don't mixup signed/unsigned). from martin husemann | Jun-ichiro itojun Hagino |
2002-07-01 | define SUN_LEN if it is not already for portability. | Vincent Labrecque |
2002-07-01 | for compression=yes, we fallback to no-compression if the server does | Markus Friedl |
2002-07-01 | include string.h for memcpy | Artur Grabowski |
2002-07-01 | license update of CMU parts. due to communication with wcw+@andrew.cmu.edu, | Theo de Raadt |
2002-07-01 | repair burner after X, as seen on misc@; from grange@ | Michael Shalayeff |
2002-07-01 | art said, let it fail | Michael Shalayeff |
2002-07-01 | Move mtod() after the m_pullup() --- noted by sam@errno.com (who seems | Angelos D. Keromytis |
2002-07-01 | a test to see if stack is executable | Michael Shalayeff |
2002-07-01 | just make vtresize return TRUE/FALSE instead of 0/-1, for consistency with | Vincent Labrecque |
2002-07-01 | KNF | Vincent Labrecque |
2002-07-01 | %u | Theo de Raadt |
2002-07-01 | do not Xr startkey | Theo de Raadt |
2002-07-01 | use SUN_LEN to calculate AF_UNIX sockaddr's length. + some style | Vincent Labrecque |
2002-07-01 | Prevent passwords of the form '-X' from being (mis)interpreted as an | Kenneth R Westerback |
2002-07-01 | KNF + ansi; from zyrnix (only the easy part of his diffs) | Vincent Labrecque |
2002-07-01 | when printing the size, use what we have map'ed, not what's in the | Federico G. Schwindt |
2002-07-01 | need string.h | Theo de Raadt |
2002-07-01 | Fix a FreeBSD specific latency problem. | brian |
2002-07-01 | typo | brian |
2002-07-01 | Don't allow the use of MPPE with RADIUS unless the RADIUS server has provided | brian |