Age | Commit message (Expand) | Author |
2006-04-03 | fixed "text in message line would get stuck there" issue. | Kjell Wooding |
2006-04-03 | Move scsi_done back under splbio. | Marco Peereboom |
2006-04-03 | Since we have a run-queue now lets check it in the isr and get io onto | Marco Peereboom |
2006-04-03 | Silly dlg hz/500 isnt a whole lot. Also removed busy-wait in | Marco Peereboom |
2006-04-03 | useless code simplification from adobriyan AT gmail.com | Damien Miller |
2006-04-03 | some more malloc(x * y); bzero() -> calloc(x, y) whacking from | Damien Miller |
2006-04-03 | lint love; ok kjell | Theo de Raadt |
2006-04-03 | Always leave compile buffer on first line after compilation. | Kjell Wooding |
2006-04-02 | delete unused variable | Theo de Raadt |
2006-04-02 | - add pccbb_attach_hook in pccbbattach for MD initializations. | Brad Smith |
2006-04-02 | sprinkle some lint love | Theo de Raadt |
2006-04-02 | There's no need for some comments to be so utterly cryptic | Pedro Martelletto |
2006-04-02 | Two changes in the FFS2 lazy inode allocation code: | Pedro Martelletto |
2006-04-02 | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks | Damien Miller |
2006-04-02 | some characters are in fact allowed in symbol names, don't freak | Joris Vink |
2006-04-02 | Prevent panic when loading pre-3.0 iwi firmware, and give a helpful | Dimitry Andric |
2006-04-02 | test char against '\0', not 0 | Kjell Wooding |
2006-04-02 | When setting timestamps TOSERVER having write permissions is adaquate; | Otto Moerbeek |
2006-04-02 | kill atoi(), correct signedness of internal API gettype(); ok a few people | Theo de Raadt |
2006-04-02 | Use SIZE_MAX instead of SIZE_T_MAX, the latter is not POSIX and | Otto Moerbeek |
2006-04-02 | fix ^W (delete to start of word) in minibuffer; | Kjell Wooding |
2006-04-02 | Cope with FFS2's lazy inode allocation policy, adapted from FreeBSD | Pedro Martelletto |
2006-04-02 | Set cg_ffs2_time whenever cg_time is set | Pedro Martelletto |
2006-04-02 | In the cylinder groups, use part of the reserved space to sprinkle a | Pedro Martelletto |
2006-04-02 | sessionid can be 32 bytes now too when sha256 kex is used; ok djm@ | Darren Tucker |
2006-04-02 | clarify the Encore ENL832-TX model for the Realtek variant. | Brad Smith |
2006-04-02 | regen | Brad Smith |
2006-04-02 | add another PCI id to the ste(4) driver. | Brad Smith |
2006-04-02 | clarify the Encore ENL832-TX model for the Realtek variant. | Brad Smith |
2006-04-02 | some extern and goo | Theo de Raadt |
2006-04-02 | oops, to64() is shared. | Theo de Raadt |
2006-04-02 | Enable DEBUG=-g -ggdb for rcs, move -g -ggdb out of CFLAGS for cvs. | Ray Lai |
2006-04-02 | getting to the bottom of the issues. sprinkle a few casts that will | Theo de Raadt |
2006-04-02 | be more careful checking for (off_t)-1 as the failure condition from | Theo de Raadt |
2006-04-02 | spacing; | Joris Vink |
2006-04-02 | be more alert for string truncation in cvs_initlog() | Joris Vink |
2006-04-02 | #ifdef lint not LINT | Theo de Raadt |
2006-04-02 | To be able to use the maximum number of IDE/SATA disks on an ICH | Jonathan Gray |
2006-04-02 | #ifdef lint not LINT | Theo de Raadt |
2006-04-02 | a FALLTHROUGH and one size_t cast | Theo de Raadt |
2006-04-02 | avoid lvalue cast by making local function be unsigned to begin with | Theo de Raadt |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt |
2006-04-02 | sprinkle a socklen_t | Theo de Raadt |
2006-04-01 | Do not attempt to print parameters which turned out to be dead; fixes PR#5066. | Miod Vallat |
2006-04-01 | Revert previous commit, this causes sti1 probe to hang on some models. | Miod Vallat |
2006-04-01 | minor lint cleaning; ok millert | Theo de Raadt |
2006-04-01 | Remove index entries for \n since nroff will try to expand this. | Todd C. Miller |
2006-04-01 | Fix typo; E<GT> -> E<gt>. From jmc@ | Todd C. Miller |