Age | Commit message (Expand) | Author |
2007-09-05 | Cope with if counters being u_int64_t now here, too. | Michael Knudsen |
2007-09-05 | Correct the format strings after the recent rt_metrics changes. | Claudio Jeker |
2007-09-05 | Correct the format strings after the recent rt_metrics changes. | Claudio Jeker |
2007-09-05 | Counters switched to u_int64_t so use %llu to print them. | Claudio Jeker |
2007-09-05 | - use a consistent grammatical case for the C comments section | Jason McIntyre |
2007-09-05 | Call ERR trap _before_ doing exit handling. Otherwise it's too late | Otto Moerbeek |
2007-09-05 | probe for adt7462 (no driver yet, someone want to write one), and mention | Theo de Raadt |
2007-09-05 | Document NORETURN, add it to the directive list and rearrange the entries. | Federico G. Schwindt |
2007-09-05 | remove dmesg block showing sample register layout | Theo de Raadt |
2007-09-05 | add man3f/cat3f directories for fortran man pages | Steven Mestdagh |
2007-09-05 | Implement qli_allocmem and qli_freemem | Marco Peereboom |
2007-09-05 | Only match on RTL8185 if RTW_DEBUG is set, support for the RTL8185 | Jonathan Gray |
2007-09-05 | Implement qli_get_fw_state and fix a typo. | Marco Peereboom |
2007-09-05 | be extra careful with pointers in session_cmp | Reyk Floeter |
2007-09-05 | add my copyright because i added a lot. | Reyk Floeter |
2007-09-05 | Missing colon in optsring for 'B' | Jonathan Gray |
2007-09-05 | store relay sessions in SPLAY trees instead of TAILQ lists. this will | Reyk Floeter |
2007-09-05 | Fix debugging code, which tried to print the netgroup name | Moritz Jodeit |
2007-09-05 | Replace magic numbers in calls to shutdown(2) | Moritz Jodeit |
2007-09-05 | Change some variables to their proper type size_t. | Moritz Jodeit |
2007-09-05 | increase th maximum string size for the sslciphers from 32 to 768. | Reyk Floeter |
2007-09-05 | remove compat link to /usr/sbin/vnconfig, the program is in /sbin for one | Alexander von Gernler |
2007-09-05 | rename qli_prot_regs to qli_stat_regs to avoid possible confusion with qli_po... | David Collins |
2007-09-05 | fix date; spotted by jmc | Theo de Raadt |
2007-09-05 | no need to talk about bits; ok millert jmc | Theo de Raadt |
2007-09-05 | remove trailing blank line; | Jason McIntyre |
2007-09-05 | fix over-agressive match function, oops | Theo de Raadt |
2007-09-04 | add support to print the derivated tree from the OpenPROM (alas devinfo or | Federico G. Schwindt |
2007-09-04 | Zap the simplelock goo and general cleanup of comments. | Thordur I. Bjornsson |
2007-09-04 | Add mailbox command handler and "about firmware" command | Marco Peereboom |
2007-09-04 | Some more simple malloc(n * m) -> calloc(n, m) conversions. | Hans-Joerg Hoexer |
2007-09-04 | Xr | Theo de Raadt |
2007-09-04 | UltraSPARC CPUs always have an on-chip FPU. There really is no need to have | Mark Kettenis |
2007-09-04 | driver for i2c lm93 sensor; very common on ipmi machines which have i2c | Theo de Raadt |
2007-09-04 | Removed dead code. | Tobias Stoeckmann |
2007-09-04 | Replaced strlen() with sizeof() - 1 when #define'd strings are used. | Tobias Stoeckmann |
2007-09-04 | Reset the chip after internal memory exhaustion, makes the driver more solid | Miod Vallat |
2007-09-04 | use memrchr; ok millert@. | Federico G. Schwindt |
2007-09-04 | Add the ability to specify a host header when using http(s) check methods. | Pierre-Yves Ritschard |
2007-09-04 | Handle ^D as a)bort in log message question. | Tobias Stoeckmann |
2007-09-04 | make ssh(1)'s ConnectTimeout option apply to both the TCP connection and | Damien Miller |
2007-09-04 | small fix in the error path when accepting new relay sessions | Reyk Floeter |
2007-09-04 | support chained ssl certificates; a chain can be added to the | Reyk Floeter |
2007-09-04 | make file descriptor passing code return an error rather than call fatal() | Damien Miller |
2007-09-04 | Use err(3) functions. input and ok millert. | Federico G. Schwindt |
2007-09-03 | Fix a few interrupt dispatch/receive register definitions. | Mark Kettenis |
2007-09-03 | Update free(3) section--we use mmap()/munmap(), not brk(). | Todd C. Miller |
2007-09-03 | move back to using malloc() instead of calloc(), because the yacc | Theo de Raadt |
2007-09-03 | there is a prototype version of the lm93 (plus spacing fixes) | Theo de Raadt |
2007-09-03 | Recognize Andigilog aSC7621. | Mark Kettenis |