Age | Commit message (Expand) | Author |
2004-09-14 | portable code should not use that gcc __func__ specific junk when it is not n... | Theo de Raadt |
2004-09-14 | store fpu version for later use. make sure to proper store/clear fpu state in... | Michael Shalayeff |
2004-09-14 | size_t vs ssize_t confusion | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-09-14 | need an include and dprintf on pmap_init() return | Michael Shalayeff |
2004-09-14 | eap tested to work; tybollt@solace.mh.se | Theo de Raadt |
2004-09-14 | gccisms are bad, including __func__ | Henning Brauer |
2004-09-14 | print layers in hex | Michael Shalayeff |
2004-09-14 | use sizeof(struct cand) instead of defining an unused cand object, and | Theo de Raadt |
2004-09-14 | add support for info directories. | Marc Espie |
2004-09-14 | arithmetic on void * not permitted | Theo de Raadt |
2004-09-14 | remove unused crap never deleted during development | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-09-14 | delete unused function | Theo de Raadt |
2004-09-14 | better wording for documentation. | Marc Espie |
2004-09-14 | match foo[] between files, instead of foo[] in one, and *foo in another | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-09-14 | do the char * to u_char * song and dance back and forth explicitly as | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-09-14 | lint begs for proactive casting, so we give it | Theo de Raadt |
2004-09-14 | use System or Vsystem everywhere. | Marc Espie |
2004-09-14 | fd leak (and who said lint never finds real bugs) | Theo de Raadt |
2004-09-14 | better reporting of conflicts, suggested by naddy@ | Marc Espie |
2004-09-14 | report issues while installing configuration files. | Marc Espie |
2004-09-14 | remove unused variable | Theo de Raadt |
2004-09-14 | use chown/chmod system calls directly where possible. | Marc Espie |
2004-09-14 | do not alias unions between files (lint hates it) | Theo de Raadt |
2004-09-14 | poke and clean all exceptions regs and not just one | Michael Shalayeff |
2004-09-14 | basic error wrapper for system and such. | Marc Espie |
2004-09-14 | a couple of new bits | Michael Shalayeff |
2004-09-14 | use IdCache. | Marc Espie |
2004-09-14 | KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsigned | Theo de Raadt |
2004-09-14 | Call tl_ifmedia_upd() in tl_init() for cards with bitrate devices | Brad Smith |
2004-09-14 | IdCache module, that deals with uid/gid caches. | Marc Espie |
2004-09-14 | error out from btlb_insert() if there is none | Michael Shalayeff |
2004-09-14 | vnd key is u_char * | Theo de Raadt |
2004-09-14 | install mtree. | Marc Espie |
2004-09-14 | remove unused variables | Theo de Raadt |
2004-09-14 | always map the io space | Michael Shalayeff |
2004-09-14 | do not print anything about btlb if there is none | Michael Shalayeff |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-09-14 | remove gcc specific extensions, and ARGSUSED where useful | Theo de Raadt |
2004-09-14 | new categories, modules and manual-installation, not active yet. | Marc Espie |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-09-14 | allocate ext-cfg memory if was requestd in dd_stimemreq | Michael Shalayeff |
2004-09-14 | treat ENOBUFS like EAGAIN and try later | Henning Brauer |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-09-14 | delete unused variable | Theo de Raadt |
2004-09-14 | Handle basic mtree for directory creation. | Marc Espie |